Package | Description |
---|---|
org.geotools.util |
Contains utilities and addition to the collection framework.
|
Modifier and Type | Method and Description |
---|---|
KeySortedList<K,V> |
KeySortedList.headList(K toKey)
Returns a view of the portion of this list whose keys are strictly less than
toKey . |
KeySortedList<K,V> |
KeySortedList.tailList(K fromKey)
Returns a view of the portion of this list whose keys are greater than or equal to
fromKey . |
Copyright © 1996–2022 Geotools. All rights reserved.