public static class Long2ByteMaps.SynchronizedSortedMap extends Long2ByteMaps.SynchronizedMap implements Long2ByteSortedMap
AbstractLong2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2ByteSortedMap.FastSortedSetLong2ByteMap.BuilderCache, Long2ByteMap.Entry, Long2ByteMap.FastEntrySet, Long2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
LongComparator |
comparator() |
Long2ByteSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
java.lang.Long |
firstKey()
Deprecated.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
Long2ByteSortedMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2ByteSortedMap |
headMap(java.lang.Long toKey)
Deprecated.
|
LongSortedSet |
keySet() |
byte |
lastByteValue()
A method to get the last Value of a Map.
|
java.lang.Long |
lastKey()
Deprecated.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
Long2ByteSortedMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2ByteSortedMap |
subMap(java.lang.Long fromKey,
java.lang.Long toKey)
Deprecated.
|
Long2ByteSortedMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2ByteSortedMap |
tailMap(java.lang.Long fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2ByteEntrySet, 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, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2ByteEntrySet, merge, mergeAllByte, mergeByte, 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 LongComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>comparator in interface Long2ByteSortedMappublic Long2ByteSortedMap subMap(long fromKey, long toKey)
Long2ByteSortedMapsubMap in interface Long2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2ByteSortedMap headMap(long toKey)
Long2ByteSortedMapheadMap in interface Long2ByteSortedMaptoKey - where the headMap should endpublic Long2ByteSortedMap tailMap(long fromKey)
Long2ByteSortedMaptailMap in interface Long2ByteSortedMapfromKey - where the TailMap should startpublic LongSortedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>keySet in interface Long2ByteMapkeySet in interface Long2ByteSortedMapkeySet in class Long2ByteMaps.SynchronizedMappublic long firstLongKey()
Long2ByteSortedMapfirstLongKey in interface Long2ByteSortedMappublic long pollFirstLongKey()
Long2ByteSortedMappollFirstLongKey in interface Long2ByteSortedMappublic long lastLongKey()
Long2ByteSortedMaplastLongKey in interface Long2ByteSortedMappublic long pollLastLongKey()
Long2ByteSortedMappollLastLongKey in interface Long2ByteSortedMappublic byte firstByteValue()
Long2ByteSortedMapfirstByteValue in interface Long2ByteSortedMappublic byte lastByteValue()
Long2ByteSortedMaplastByteValue in interface Long2ByteSortedMappublic Long2ByteSortedMap copy()
Long2ByteMapcopy in interface Long2ByteMapcopy in interface Long2ByteSortedMapcopy in class Long2ByteMaps.SynchronizedMap@Deprecated public java.lang.Long firstKey()
firstKey in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>firstKey in interface Long2ByteSortedMap@Deprecated public java.lang.Long lastKey()
lastKey in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>lastKey in interface Long2ByteSortedMap@Deprecated public Long2ByteSortedMap subMap(java.lang.Long fromKey, java.lang.Long toKey)
subMap in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>subMap in interface Long2ByteSortedMap@Deprecated public Long2ByteSortedMap headMap(java.lang.Long toKey)
headMap in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>headMap in interface Long2ByteSortedMap@Deprecated public Long2ByteSortedMap tailMap(java.lang.Long fromKey)
tailMap in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>tailMap in interface Long2ByteSortedMap