public static class Int2ByteMaps.SynchronizedSortedMap extends Int2ByteMaps.SynchronizedMap implements Int2ByteSortedMap
AbstractInt2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2ByteSortedMap.FastSortedSetInt2ByteMap.BuilderCache, Int2ByteMap.Entry, Int2ByteMap.FastEntrySet, Int2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
IntComparator |
comparator() |
Int2ByteSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
java.lang.Integer |
firstKey()
Deprecated.
|
Int2ByteSortedMap |
headMap(int toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Int2ByteSortedMap |
headMap(java.lang.Integer toKey)
Deprecated.
|
IntSortedSet |
keySet() |
byte |
lastByteValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
java.lang.Integer |
lastKey()
Deprecated.
|
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.
|
Int2ByteSortedMap |
subMap(java.lang.Integer fromKey,
java.lang.Integer toKey)
Deprecated.
|
Int2ByteSortedMap |
subMap(int fromKey,
int toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Int2ByteSortedMap |
tailMap(int fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Int2ByteSortedMap |
tailMap(java.lang.Integer fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ByteEntrySet, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ByteEntrySet, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic IntComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>comparator in interface Int2ByteSortedMappublic Int2ByteSortedMap subMap(int fromKey, int toKey)
Int2ByteSortedMapsubMap in interface Int2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Int2ByteSortedMap headMap(int toKey)
Int2ByteSortedMapheadMap in interface Int2ByteSortedMaptoKey - where the headMap should endpublic Int2ByteSortedMap tailMap(int fromKey)
Int2ByteSortedMaptailMap in interface Int2ByteSortedMapfromKey - where the TailMap should startpublic IntSortedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>keySet in interface Int2ByteMapkeySet in interface Int2ByteSortedMapkeySet in class Int2ByteMaps.SynchronizedMappublic int firstIntKey()
Int2ByteSortedMapfirstIntKey in interface Int2ByteSortedMappublic int pollFirstIntKey()
Int2ByteSortedMappollFirstIntKey in interface Int2ByteSortedMappublic int lastIntKey()
Int2ByteSortedMaplastIntKey in interface Int2ByteSortedMappublic int pollLastIntKey()
Int2ByteSortedMappollLastIntKey in interface Int2ByteSortedMappublic byte firstByteValue()
Int2ByteSortedMapfirstByteValue in interface Int2ByteSortedMappublic byte lastByteValue()
Int2ByteSortedMaplastByteValue in interface Int2ByteSortedMappublic Int2ByteSortedMap copy()
Int2ByteMapcopy in interface Int2ByteMapcopy in interface Int2ByteSortedMapcopy in class Int2ByteMaps.SynchronizedMap@Deprecated public java.lang.Integer firstKey()
firstKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>firstKey in interface Int2ByteSortedMap@Deprecated public java.lang.Integer lastKey()
lastKey in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>lastKey in interface Int2ByteSortedMap@Deprecated public Int2ByteSortedMap subMap(java.lang.Integer fromKey, java.lang.Integer toKey)
subMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>subMap in interface Int2ByteSortedMap@Deprecated public Int2ByteSortedMap headMap(java.lang.Integer toKey)
headMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>headMap in interface Int2ByteSortedMap@Deprecated public Int2ByteSortedMap tailMap(java.lang.Integer fromKey)
tailMap in interface java.util.SortedMap<java.lang.Integer,java.lang.Byte>tailMap in interface Int2ByteSortedMap