public static class Int2IntMaps.UnmodifyableSortedMap extends Int2IntMaps.UnmodifyableMap implements Int2IntSortedMap
AbstractInt2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2IntSortedMap.FastSortedSetInt2IntMap.BuilderCache, Int2IntMap.Entry, Int2IntMap.FastEntrySet, Int2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
Int2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
Int2IntSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
IntSortedSet |
keySet() |
int |
lastIntKey()
A method to get the last Key of a Map.
|
int |
lastIntValue()
A method to get the last Value of a Map.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
Int2IntSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2IntSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, get, getOrDefault, int2IntEntrySet, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, applyAsInt, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2IntEntrySet, merge, mergeAllInt, mergeInt, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentandThen, compose, identitypublic IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Integer>comparator in interface Int2IntSortedMappublic Int2IntSortedMap subMap(int fromKey, int toKey)
Int2IntSortedMapsubMap in interface Int2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2IntSortedMap headMap(int toKey)
Int2IntSortedMapheadMap in interface Int2IntSortedMaptoKey - where the headMap should endpublic Int2IntSortedMap tailMap(int fromKey)
Int2IntSortedMaptailMap in interface Int2IntSortedMapfromKey - where the TailMap should startpublic IntSortedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Integer>keySet in interface Int2IntMapkeySet in interface Int2IntSortedMapkeySet in class Int2IntMaps.UnmodifyableMappublic int firstIntKey()
Int2IntSortedMapfirstIntKey in interface Int2IntSortedMappublic int pollFirstIntKey()
Int2IntSortedMappollFirstIntKey in interface Int2IntSortedMappublic int lastIntKey()
Int2IntSortedMaplastIntKey in interface Int2IntSortedMappublic int pollLastIntKey()
Int2IntSortedMappollLastIntKey in interface Int2IntSortedMappublic int firstIntValue()
Int2IntSortedMapfirstIntValue in interface Int2IntSortedMappublic int lastIntValue()
Int2IntSortedMaplastIntValue in interface Int2IntSortedMappublic Int2IntSortedMap copy()
Int2IntMapcopy in interface Int2IntMapcopy in interface Int2IntSortedMapcopy in class Int2IntMaps.UnmodifyableMap