Class S2ClosestPointQuery.QueueEntry

java.lang.Object
com.google.common.geometry.S2ClosestPointQuery.ChordComparable
com.google.common.geometry.S2ClosestPointQuery.QueueEntry
All Implemented Interfaces:
Comparable<S2ClosestPointQuery.ChordComparable>
Enclosing class:
S2ClosestPointQuery<T>

private static class S2ClosestPointQuery.QueueEntry extends S2ClosestPointQuery.ChordComparable
A queued cell waiting to be processed by the current query, ordered by distance to any point in the cell in ascending order.