public static class Byte2ShortMaps.SynchronizedSortedMap extends Byte2ShortMaps.SynchronizedMap implements Byte2ShortSortedMap
AbstractByte2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2ShortSortedMap.FastSortedSetByte2ShortMap.BuilderCache, Byte2ShortMap.Entry, Byte2ShortMap.FastEntrySet, Byte2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
java.lang.Byte |
firstKey()
Deprecated.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Byte2ShortSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2ShortSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
ByteSortedSet |
keySet() |
byte |
lastByteKey()
A method to get the last Key of a Map.
|
java.lang.Byte |
lastKey()
Deprecated.
|
short |
lastShortValue()
A method to get the last Value of a Map.
|
byte |
pollFirstByteKey()
A method to get and remove the first Key of a Map.
|
byte |
pollLastByteKey()
A method to get and remove the last Key of a Map.
|
Byte2ShortSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2ShortSortedMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2ShortSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2ShortSortedMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
addTo, addToAll, byte2ShortEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, applyAsShort, builder, byte2ShortEntrySet, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, 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 ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>comparator in interface Byte2ShortSortedMappublic Byte2ShortSortedMap subMap(byte fromKey, byte toKey)
Byte2ShortSortedMapsubMap in interface Byte2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2ShortSortedMap headMap(byte toKey)
Byte2ShortSortedMapheadMap in interface Byte2ShortSortedMaptoKey - where the headMap should endpublic Byte2ShortSortedMap tailMap(byte fromKey)
Byte2ShortSortedMaptailMap in interface Byte2ShortSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>keySet in interface Byte2ShortMapkeySet in interface Byte2ShortSortedMapkeySet in class Byte2ShortMaps.SynchronizedMappublic byte firstByteKey()
Byte2ShortSortedMapfirstByteKey in interface Byte2ShortSortedMappublic byte pollFirstByteKey()
Byte2ShortSortedMappollFirstByteKey in interface Byte2ShortSortedMappublic byte lastByteKey()
Byte2ShortSortedMaplastByteKey in interface Byte2ShortSortedMappublic byte pollLastByteKey()
Byte2ShortSortedMappollLastByteKey in interface Byte2ShortSortedMappublic short firstShortValue()
Byte2ShortSortedMapfirstShortValue in interface Byte2ShortSortedMappublic short lastShortValue()
Byte2ShortSortedMaplastShortValue in interface Byte2ShortSortedMappublic Byte2ShortSortedMap copy()
Byte2ShortMapcopy in interface Byte2ShortMapcopy in interface Byte2ShortSortedMapcopy in class Byte2ShortMaps.SynchronizedMap@Deprecated public java.lang.Byte firstKey()
firstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>firstKey in interface Byte2ShortSortedMap@Deprecated public java.lang.Byte lastKey()
lastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>lastKey in interface Byte2ShortSortedMap@Deprecated public Byte2ShortSortedMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>subMap in interface Byte2ShortSortedMap@Deprecated public Byte2ShortSortedMap headMap(java.lang.Byte toKey)
headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>headMap in interface Byte2ShortSortedMap@Deprecated public Byte2ShortSortedMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Short>tailMap in interface Byte2ShortSortedMap