public static class Byte2BooleanMaps.UnmodifyableSortedMap extends Byte2BooleanMaps.UnmodifyableMap implements Byte2BooleanSortedMap
AbstractByte2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2BooleanSortedMap.FastSortedSetByte2BooleanMap.BuilderCache, Byte2BooleanMap.Entry, Byte2BooleanMap.FastEntrySet, Byte2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2BooleanSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
Byte2BooleanSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ByteSortedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
byte |
lastByteKey()
A method to get the last Key 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.
|
Byte2BooleanSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2BooleanSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
byte2BooleanEntrySet, clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, valuescontainsKey, 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, valuesbuilder, byte2BooleanEntrySet, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsentpublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>comparator in interface Byte2BooleanSortedMappublic Byte2BooleanSortedMap subMap(byte fromKey, byte toKey)
Byte2BooleanSortedMapsubMap in interface Byte2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2BooleanSortedMap headMap(byte toKey)
Byte2BooleanSortedMapheadMap in interface Byte2BooleanSortedMaptoKey - where the headMap should endpublic Byte2BooleanSortedMap tailMap(byte fromKey)
Byte2BooleanSortedMaptailMap in interface Byte2BooleanSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>keySet in interface Byte2BooleanMapkeySet in interface Byte2BooleanSortedMapkeySet in class Byte2BooleanMaps.UnmodifyableMappublic byte firstByteKey()
Byte2BooleanSortedMapfirstByteKey in interface Byte2BooleanSortedMappublic byte pollFirstByteKey()
Byte2BooleanSortedMappollFirstByteKey in interface Byte2BooleanSortedMappublic byte lastByteKey()
Byte2BooleanSortedMaplastByteKey in interface Byte2BooleanSortedMappublic byte pollLastByteKey()
Byte2BooleanSortedMappollLastByteKey in interface Byte2BooleanSortedMappublic boolean firstBooleanValue()
Byte2BooleanSortedMapfirstBooleanValue in interface Byte2BooleanSortedMappublic boolean lastBooleanValue()
Byte2BooleanSortedMaplastBooleanValue in interface Byte2BooleanSortedMappublic Byte2BooleanSortedMap copy()
Byte2BooleanMapcopy in interface Byte2BooleanMapcopy in interface Byte2BooleanSortedMapcopy in class Byte2BooleanMaps.UnmodifyableMap