public abstract class AbstractSortedMap<K,V> extends AbstractMap<K,V> implements SortedMap<K,V>
| Constructor and Description |
|---|
AbstractSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedMap<K,V> |
asSortedMap()
Returns an immutable view of this map as an instance of
java.util.SortedMap. |
SortedMap<K,V> |
from(K key,
boolean inclusive)
Returns the bottom of the map starting from the key specified.
|
SortedMap<K,V> |
to(K key,
boolean inclusive)
Returns the top of the map up until the key specified.
|
asMap, equals, hashCode, keys, valuesforEachisEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, drop, first, last, put, range, remove, takeasMap, containsKey, get, keys, valuesforEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet@NotNull public SortedMap<K,V> from(@NotNull K key, boolean inclusive)
SortedMap@NotNull public SortedMap<K,V> to(@NotNull K key, boolean inclusive)
SortedMap