Class AbstractSortedMap<K,V>
java.lang.Object
com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable<Pair<K,V>>
com.github.andrewoma.dexx.collection.internal.base.AbstractIterable<Pair<K,V>>
com.github.andrewoma.dexx.collection.internal.base.AbstractMap<K,V>
com.github.andrewoma.dexx.collection.internal.base.AbstractSortedMap<K,V>
- All Implemented Interfaces:
Iterable<Pair<K,,V>> Map<K,,V> SortedMap<K,,V> Traversable<Pair<K,,V>> Iterable<Pair<K,V>>
- Direct Known Subclasses:
TreeMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an immutable view of this map as an instance ofjava.util.SortedMap.Returns the bottom of the map starting from the key specified.Returns the top of the map up until the key specified.Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractMap
asMap, equals, hashCode, keys, valuesMethods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractIterable
forEachMethods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.github.andrewoma.dexx.collection.Map
asMap, containsKey, get, keys, valuesMethods inherited from interface com.github.andrewoma.dexx.collection.SortedMap
comparator, drop, first, last, put, range, remove, takeMethods inherited from interface com.github.andrewoma.dexx.collection.Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
-
Constructor Details
-
AbstractSortedMap
public AbstractSortedMap()
-
-
Method Details
-
from
Description copied from interface:SortedMapReturns the bottom of the map starting from the key specified. -
to
Description copied from interface:SortedMapReturns the top of the map up until the key specified. -
asSortedMap
Description copied from interface:SortedMapReturns an immutable view of this map as an instance ofjava.util.SortedMap.- Specified by:
asSortedMapin interfaceSortedMap<K,V>
-