public static class Int2ShortMaps.UnmodifyableSortedMap extends Int2ShortMaps.UnmodifyableMap implements Int2ShortSortedMap
AbstractInt2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ShortSortedMap.FastSortedSetInt2ShortMap.BuilderCache, Int2ShortMap.Entry, Int2ShortMap.FastEntrySet, Int2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
Int2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Int2ShortSortedMap |
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.
|
short |
lastShortValue()
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.
|
Int2ShortSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ShortSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeShort, computeShortIfAbsent, computeShortIfPresent, get, getOrDefault, int2ShortEntrySet, mergeAllShort, mergeShort, put, putIfAbsent, remove, remove, removeOrDefault, replaceShorts, replaceShorts, subFrom, supplyShortIfAbsent, 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, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ShortEntrySet, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>comparator in interface Int2ShortSortedMappublic Int2ShortSortedMap subMap(int fromKey, int toKey)
Int2ShortSortedMapsubMap in interface Int2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2ShortSortedMap headMap(int toKey)
Int2ShortSortedMapheadMap in interface Int2ShortSortedMaptoKey - where the headMap should endpublic Int2ShortSortedMap tailMap(int fromKey)
Int2ShortSortedMaptailMap in interface Int2ShortSortedMapfromKey - where the TailMap should startpublic IntSortedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>keySet in interface Int2ShortMapkeySet in interface Int2ShortSortedMapkeySet in class Int2ShortMaps.UnmodifyableMappublic int firstIntKey()
Int2ShortSortedMapfirstIntKey in interface Int2ShortSortedMappublic int pollFirstIntKey()
Int2ShortSortedMappollFirstIntKey in interface Int2ShortSortedMappublic int lastIntKey()
Int2ShortSortedMaplastIntKey in interface Int2ShortSortedMappublic int pollLastIntKey()
Int2ShortSortedMappollLastIntKey in interface Int2ShortSortedMappublic short firstShortValue()
Int2ShortSortedMapfirstShortValue in interface Int2ShortSortedMappublic short lastShortValue()
Int2ShortSortedMaplastShortValue in interface Int2ShortSortedMappublic Int2ShortSortedMap copy()
Int2ShortMapcopy in interface Int2ShortMapcopy in interface Int2ShortSortedMapcopy in class Int2ShortMaps.UnmodifyableMap