Uses of Class
com.google.common.geometry.S2RegionCoverer.QueueEntry
-
-
Uses of S2RegionCoverer.QueueEntry in com.google.common.geometry
Fields in com.google.common.geometry with type parameters of type S2RegionCoverer.QueueEntry Modifier and Type Field Description (package private) java.util.PriorityQueue<S2RegionCoverer.QueueEntry>
S2RegionCoverer.ActiveCovering. candidateQueue
Prioritized candidates to explore next.Methods in com.google.common.geometry with parameters of type S2RegionCoverer.QueueEntry Modifier and Type Method Description int
S2RegionCoverer.QueueEntriesComparator. compare(S2RegionCoverer.QueueEntry x, S2RegionCoverer.QueueEntry y)
-