Uses of Class
org.geotools.util.KeySortedList
-
Packages that use KeySortedList Package Description org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of KeySortedList in org.geotools.util
Methods in org.geotools.util that return KeySortedList Modifier and Type Method Description KeySortedList<K,V>
KeySortedList. headList(K toKey)
Returns a view of the portion of this list whose keys are strictly less thantoKey
.KeySortedList<K,V>
KeySortedList. tailList(K fromKey)
Returns a view of the portion of this list whose keys are greater than or equal tofromKey
.
-