Class S2CellIndex.Labels

All Implemented Interfaces:
Iterable<Integer>, Collection<Integer>, List<Integer>, SequencedCollection<Integer>
Enclosing class:
S2CellIndex

public static class S2CellIndex.Labels extends AbstractList<Integer>
A set of labels that can be grown by S2CellIndex.getIntersectingLabels(S2CellUnion, Labels) and shrunk via clear() or normalize(). May contain duplicates or be unsorted unless normalize() is called.