public static class Byte2BooleanSortedMaps.UnmodifiableSortedMap extends Byte2BooleanMaps.UnmodifiableMap implements Byte2BooleanSortedMap, java.io.Serializable
Byte2BooleanSortedMap.FastSortedEntrySetByte2BooleanMap.Entry, Byte2BooleanMap.FastEntrySet| Modifier and Type | Field and Description |
|---|---|
protected Byte2BooleanSortedMap |
sortedMap |
entries, keys, map, valuesfunctiondefRetValue| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableSortedMap(Byte2BooleanSortedMap m) |
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.objects.ObjectSortedSet<Byte2BooleanMap.Entry> |
byte2BooleanEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
it.unimi.dsi.fastutil.bytes.ByteComparator |
comparator()
Returns the comparator associated with this sorted set, or null if it uses its keys' natural ordering.
|
it.unimi.dsi.fastutil.objects.ObjectSortedSet<java.util.Map.Entry<java.lang.Byte,java.lang.Boolean>> |
entrySet()
Deprecated.
Please use the corresponding type-specific method instead.
|
byte |
firstByteKey()
Returns the first (lowest) key currently in this map.
|
java.lang.Byte |
firstKey()
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2BooleanSortedMap |
headMap(byte to)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Byte2BooleanSortedMap |
headMap(java.lang.Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
it.unimi.dsi.fastutil.bytes.ByteSortedSet |
keySet() |
byte |
lastByteKey()
Returns the last (highest) key currently in this map.
|
java.lang.Byte |
lastKey()
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2BooleanSortedMap |
subMap(byte from,
byte to)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Byte2BooleanSortedMap |
subMap(java.lang.Byte from,
java.lang.Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2BooleanSortedMap |
tailMap(byte from)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Byte2BooleanSortedMap |
tailMap(java.lang.Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfPresent, computeIfPresent, containsValue, containsValue, equals, forEach, getOrDefault, getOrDefault, hashCode, isEmpty, merge, merge, putAll, putIfAbsent, putIfAbsent, remove, remove, replace, replace, replace, replace, replaceAll, valuesclear, containsKey, defaultReturnValue, defaultReturnValue, get, get, put, put, remove, remove, size, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitvaluesclear, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, forEach, get, getOrDefault, getOrDefault, merge, put, putIfAbsent, remove, remove, replace, replace, sizeandThen, andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, get, put, remove, testprotected final Byte2BooleanSortedMap sortedMap
protected UnmodifiableSortedMap(Byte2BooleanSortedMap m)
public it.unimi.dsi.fastutil.bytes.ByteComparator comparator()
Byte2BooleanSortedMapcomparator in interface Byte2BooleanSortedMapcomparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>SortedMap.comparator()public it.unimi.dsi.fastutil.objects.ObjectSortedSet<Byte2BooleanMap.Entry> byte2BooleanEntrySet()
Byte2BooleanMapThis method is necessary because there is no inheritance along
type parameters: it is thus impossible to strengthen Map.entrySet()
so that it returns an ObjectSet
of type-specific entries (the latter makes it possible to
access keys and values with type-specific methods).
byte2BooleanEntrySet in interface Byte2BooleanMapbyte2BooleanEntrySet in interface Byte2BooleanSortedMapbyte2BooleanEntrySet in class Byte2BooleanMaps.UnmodifiableMapMap.entrySet()@Deprecated public it.unimi.dsi.fastutil.objects.ObjectSortedSet<java.util.Map.Entry<java.lang.Byte,java.lang.Boolean>> entrySet()
entrySet in interface Byte2BooleanMapentrySet in interface Byte2BooleanSortedMapentrySet in interface java.util.Map<java.lang.Byte,java.lang.Boolean>entrySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>entrySet in class Byte2BooleanMaps.UnmodifiableMapMap.entrySet()public it.unimi.dsi.fastutil.bytes.ByteSortedSet keySet()
Byte2BooleanMapkeySet in interface Byte2BooleanMapkeySet in interface Byte2BooleanSortedMapkeySet 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 class Byte2BooleanMaps.UnmodifiableMapMap.keySet()public Byte2BooleanSortedMap subMap(byte from, byte to)
Byte2BooleanSortedMapfromKey, inclusive, to toKey, exclusive.subMap in interface Byte2BooleanSortedMapSortedMap.subMap(Object,Object)public Byte2BooleanSortedMap headMap(byte to)
Byte2BooleanSortedMaptoKey.headMap in interface Byte2BooleanSortedMapSortedMap.headMap(Object)public Byte2BooleanSortedMap tailMap(byte from)
Byte2BooleanSortedMapfromKey.tailMap in interface Byte2BooleanSortedMapSortedMap.tailMap(Object)public byte firstByteKey()
Byte2BooleanSortedMapfirstByteKey in interface Byte2BooleanSortedMapSortedMap.firstKey()public byte lastByteKey()
Byte2BooleanSortedMaplastByteKey in interface Byte2BooleanSortedMapSortedMap.lastKey()@Deprecated public java.lang.Byte firstKey()
firstKey in interface Byte2BooleanSortedMapfirstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>@Deprecated public java.lang.Byte lastKey()
lastKey in interface Byte2BooleanSortedMaplastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>@Deprecated public Byte2BooleanSortedMap subMap(java.lang.Byte from, java.lang.Byte to)
subMap in interface Byte2BooleanSortedMapsubMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>@Deprecated public Byte2BooleanSortedMap headMap(java.lang.Byte to)
headMap in interface Byte2BooleanSortedMapheadMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>@Deprecated public Byte2BooleanSortedMap tailMap(java.lang.Byte from)
tailMap in interface Byte2BooleanSortedMaptailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Boolean>