Package com.google.common.collect
Class Maps.TransformedEntriesNavigableMap<K,V1,V2>
java.lang.Object
java.util.AbstractMap<K,V2>
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>
com.google.common.collect.Maps.TransformedEntriesNavigableMap<K,V1,V2>
- All Implemented Interfaces:
Map<K,,V2> NavigableMap<K,,V2> SequencedMap<K,,V2> SortedMap<K,V2>
- Enclosing class:
Maps
private static class Maps.TransformedEntriesNavigableMap<K,V1,V2>
extends Maps.TransformedEntriesSortedMap<K,V1,V2>
implements NavigableMap<K,V2>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields inherited from class com.google.common.collect.Maps.TransformedEntriesMap
fromMap, transformer -
Constructor Summary
ConstructorsConstructorDescriptionTransformedEntriesNavigableMap(NavigableMap<K, V1> fromMap, Maps.EntryTransformer<? super K, ? super V1, V2> transformer) -
Method Summary
Modifier and TypeMethodDescriptionceilingEntry(K key) ceilingKey(K key) floorEntry(K key) protected NavigableMap<K, V1> fromMap()higherEntry(K key) lowerEntry(K key) transformEntry(Map.Entry<K, V1> entry) Methods inherited from class com.google.common.collect.Maps.TransformedEntriesSortedMap
comparator, firstKey, lastKeyMethods 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, sizeMethods inherited from interface java.util.NavigableMap
reversedMethods inherited from interface java.util.SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
Method Details
-
ceilingEntry
- Specified by:
ceilingEntryin interfaceNavigableMap<K,V1>
-
ceilingKey
- Specified by:
ceilingKeyin interfaceNavigableMap<K,V1>
-
descendingKeySet
- Specified by:
descendingKeySetin interfaceNavigableMap<K,V1>
-
descendingMap
- Specified by:
descendingMapin interfaceNavigableMap<K,V1>
-
firstEntry
- Specified by:
firstEntryin interfaceNavigableMap<K,V1> - Specified by:
firstEntryin interfaceSequencedMap<K,V1>
-
floorEntry
- Specified by:
floorEntryin interfaceNavigableMap<K,V1>
-
floorKey
- Specified by:
floorKeyin interfaceNavigableMap<K,V1>
-
headMap
-
headMap
- Specified by:
headMapin interfaceNavigableMap<K,V1>
-
higherEntry
- Specified by:
higherEntryin interfaceNavigableMap<K,V1>
-
higherKey
- Specified by:
higherKeyin interfaceNavigableMap<K,V1>
-
lastEntry
- Specified by:
lastEntryin interfaceNavigableMap<K,V1> - Specified by:
lastEntryin interfaceSequencedMap<K,V1>
-
lowerEntry
- Specified by:
lowerEntryin interfaceNavigableMap<K,V1>
-
lowerKey
- Specified by:
lowerKeyin interfaceNavigableMap<K,V1>
-
pollFirstEntry
- Specified by:
pollFirstEntryin interfaceNavigableMap<K,V1> - Specified by:
pollFirstEntryin interfaceSequencedMap<K,V1>
-
pollLastEntry
- Specified by:
pollLastEntryin interfaceNavigableMap<K,V1> - Specified by:
pollLastEntryin interfaceSequencedMap<K,V1>
-
subMap
- Specified by:
subMapin interfaceNavigableMap<K,V1>
-
subMap
-
tailMap
-
tailMap
- Specified by:
tailMapin interfaceNavigableMap<K,V1>
-
transformEntry
-
fromMap
- Overrides:
fromMapin classMaps.TransformedEntriesSortedMap<K,V1, V2>
-