Package com.google.common.collect
Class Maps.TransformedEntriesSortedMap<K,V1,V2>
java.lang.Object
java.util.AbstractMap<K,V>
com.google.common.collect.Maps.IteratorBasedAbstractMap<K,V2>
com.google.common.collect.Maps.TransformedEntriesMap<K,V1,V2>
com.google.common.collect.Maps.TransformedEntriesSortedMap<K,V1,V2>
- Direct Known Subclasses:
Maps.TransformedEntriesNavigableMap
- Enclosing class:
- Maps
static class Maps.TransformedEntriesSortedMap<K,V1,V2>
extends Maps.TransformedEntriesMap<K,V1,V2>
implements SortedMap<K,V2>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields inherited from class com.google.common.collect.Maps.TransformedEntriesMap
fromMap, transformer -
Constructor Summary
ConstructorsConstructorDescriptionTransformedEntriesSortedMap(SortedMap<K, V1> fromMap, Maps.EntryTransformer<? super K, ? super V1, V2> transformer) -
Method Summary
Methods inherited from class com.google.common.collect.Maps.TransformedEntriesMap
clear, containsKey, entryIterator, entrySpliterator, forEach, get, getOrDefault, keySet, remove, size, valuesMethods inherited from class com.google.common.collect.Maps.IteratorBasedAbstractMap
entrySet, forEachEntryMethods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, put, putAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
TransformedEntriesSortedMap
-
-
Method Details
-
fromMap
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V1>
-
firstKey
-
headMap
-
lastKey
-
subMap
-
tailMap
-