Modul speiger.src.collections
Klasse Byte2ObjectMaps.UnmodifyableNavigableMap<V>
java.lang.Object
java.util.AbstractMap<Byte,V>
speiger.src.collections.bytes.maps.abstracts.AbstractByte2ObjectMap<V>
speiger.src.collections.bytes.utils.maps.Byte2ObjectMaps.UnmodifyableMap<V>
speiger.src.collections.bytes.utils.maps.Byte2ObjectMaps.UnmodifyableSortedMap<V>
speiger.src.collections.bytes.utils.maps.Byte2ObjectMaps.UnmodifyableNavigableMap<V>
- Typparameter:
V- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Map<Byte,,V> NavigableMap<Byte,,V> SortedMap<Byte,,V> ByteFunction<V>,Byte2ObjectMap<V>,Byte2ObjectNavigableMap<V>,Byte2ObjectSortedMap<V>
- Umschließende Klasse:
Byte2ObjectMaps
public static class Byte2ObjectMaps.UnmodifyableNavigableMap<V>
extends Byte2ObjectMaps.UnmodifyableSortedMap<V>
implements Byte2ObjectNavigableMap<V>
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.abstracts.AbstractByte2ObjectMap
AbstractByte2ObjectMap.BasicEntry<V>Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.interfaces.Byte2ObjectMap
Byte2ObjectMap.BuilderCache<V>, Byte2ObjectMap.Entry<V>, Byte2ObjectMap.FastEntrySet<V>, Byte2ObjectMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.interfaces.Byte2ObjectSortedMap
Byte2ObjectSortedMap.FastSortedSet<V> -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(byte key) A Type Specific ceilingEntry method to reduce boxing/unboxing.byteceilingKey(byte key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(byte key) A Type Specific floorEntry method to reduce boxing/unboxing.bytefloorKey(byte key) A Type Specific floorKey method to reduce boxing/unboxing.byteA Helper method to get the max value for SubMaps.byteA Helper method to get the min value for SubMaps.headMap(byte toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(byte toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxinghigherEntry(byte key) A Type Specific higherEntry method to reduce boxing/unboxing.bytehigherKey(byte key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(byte key) A Type Specific lowerEntry method to reduce boxing/unboxing.bytelowerKey(byte key) A Type Specific lowerKey method to reduce boxing/unboxing.voidsetDefaultMaxValue(byte e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(byte e) A Helper method to set the min value for SubMaps.subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(byte fromKey, byte toKey) A Type Specific SubMap method to reduce boxing/unboxingtailMap(byte fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(byte fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.bytes.utils.maps.Byte2ObjectMaps.UnmodifyableSortedMap
comparator, firstByteKey, firstValue, lastByteKey, lastValue, pollFirstByteKey, pollLastByteKeyVon Klasse geerbte Methoden speiger.src.collections.bytes.utils.maps.Byte2ObjectMaps.UnmodifyableMap
byte2ObjectEntrySet, clear, compute, computeIfAbsent, computeIfPresent, get, getOrDefault, merge, mergeAll, put, putIfAbsent, remove, remove, removeOrDefault, replaceObjects, replaceObjects, supplyIfAbsent, valuesVon Klasse geerbte Methoden speiger.src.collections.bytes.maps.abstracts.AbstractByte2ObjectMap
containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValueVon Klasse geerbte Methoden java.util.AbstractMap
containsKey, isEmpty, size, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2ObjectMap
apply, byte2ObjectEntrySet, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsentVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2ObjectNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2ObjectSortedMap
comparator, firstByteKey, firstKey, firstValue, lastByteKey, lastKey, lastValue, pollFirstByteKey, pollLastByteKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Byte,V> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleByte2ObjectMap<V>- Angegeben von:
keySetin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
keySetin SchnittstelleByte2ObjectSortedMap<V>- Angegeben von:
keySetin SchnittstelleMap<Byte,V> - Angegeben von:
keySetin SchnittstelleSortedMap<Byte,V> - Setzt außer Kraft:
keySetin KlasseByte2ObjectMaps.UnmodifyableSortedMap<V>- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Byte,V> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Byte,V> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Byte,V> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Byte,V> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Byte,V> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Byte2ObjectNavigableMap<V> subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
fromKey- where the submap should startfromInclusive- if the fromKey is inclusive or nottoKey- where the subMap should endtoInclusive- if the toKey is inclusive or not- Gibt zurück:
- a SubMap that is within the range of the desired range
-
headMap
Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
toKey- where the HeadMap should endinclusive- if the toKey is inclusive or not- Gibt zurück:
- a HeadMap that is within the range of the desired range
-
tailMap
Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
fromKey- where the TailMap should startinclusive- if the fromKey is inclusive or not- Gibt zurück:
- a TailMap that is within the range of the desired range
-
subMap
Beschreibung aus Schnittstelle kopiert:Byte2ObjectSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
subMapin SchnittstelleByte2ObjectSortedMap<V>- Setzt außer Kraft:
subMapin KlasseByte2ObjectMaps.UnmodifyableSortedMap<V>- Parameter:
fromKey- where the submap should starttoKey- where the subMap should end- Gibt zurück:
- a SubMap that is within the range of the desired range
-
headMap
Beschreibung aus Schnittstelle kopiert:Byte2ObjectSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
headMapin SchnittstelleByte2ObjectSortedMap<V>- Setzt außer Kraft:
headMapin KlasseByte2ObjectMaps.UnmodifyableSortedMap<V>- Parameter:
toKey- where the headMap should end- Gibt zurück:
- a HeadMap that is within the range of the desired range
-
tailMap
Beschreibung aus Schnittstelle kopiert:Byte2ObjectSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
tailMapin SchnittstelleByte2ObjectSortedMap<V>- Setzt außer Kraft:
tailMapin KlasseByte2ObjectMaps.UnmodifyableSortedMap<V>- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
public void setDefaultMaxValue(byte e) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Helper method to set the max value for SubMaps. (Default: byte.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
e- the new max value
-
getDefaultMaxValue
public byte getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleByte2ObjectNavigableMap<V>- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(byte e) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Helper method to set the min value for SubMaps. (Default: byte.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
e- the new min value
-
getDefaultMinValue
public byte getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleByte2ObjectNavigableMap<V>- Gibt zurück:
- the default min value.
-
lowerKey
public byte lowerKey(byte key) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public byte higherKey(byte key) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public byte floorKey(byte key) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public byte ceilingKey(byte key) Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal key that can be found
-
lowerEntry
Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower entry that can be found, or null
-
higherEntry
Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher entry that can be found, or null
-
floorEntry
Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal entry that can be found, or null
-
ceilingEntry
Beschreibung aus Schnittstelle kopiert:Byte2ObjectNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleByte2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal entry that can be found, or null
-
copy
Beschreibung aus Schnittstelle kopiert:Byte2ObjectMapA Function that does a shallow clone of the Map itself. This function is more optimized then a copy constructor since the Map does not have to be unsorted/resorted. It can be compared to Cloneable but with less exception risk- Angegeben von:
copyin SchnittstelleByte2ObjectMap<V>- Angegeben von:
copyin SchnittstelleByte2ObjectNavigableMap<V>- Angegeben von:
copyin SchnittstelleByte2ObjectSortedMap<V>- Setzt außer Kraft:
copyin KlasseByte2ObjectMaps.UnmodifyableSortedMap<V>- Gibt zurück:
- a Shallow Copy of the Map
-