Modul speiger.src.collections
Klasse Byte2LongMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Byte,Long>
speiger.src.collections.bytes.maps.abstracts.AbstractByte2LongMap
speiger.src.collections.bytes.utils.maps.Byte2LongMaps.SynchronizedMap
speiger.src.collections.bytes.utils.maps.Byte2LongMaps.SynchronizedSortedMap
speiger.src.collections.bytes.utils.maps.Byte2LongMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
Map<Byte,,Long> NavigableMap<Byte,,Long> SortedMap<Byte,,Long> Byte2LongFunction,Byte2LongMap,Byte2LongNavigableMap,Byte2LongSortedMap
- Umschließende Klasse:
Byte2LongMaps
public static class Byte2LongMaps.SynchronizedNavigableMap
extends Byte2LongMaps.SynchronizedSortedMap
implements Byte2LongNavigableMap
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.abstracts.AbstractByte2LongMap
AbstractByte2LongMap.BasicEntryVon 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.Byte2LongMap
Byte2LongMap.BuilderCache, Byte2LongMap.Entry, Byte2LongMap.FastEntrySet, Byte2LongMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.interfaces.Byte2LongSortedMap
Byte2LongSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(byte key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Byte key) Veraltet.byteceilingKey(byte key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(Byte key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(byte key) A Type Specific floorEntry method to reduce boxing/unboxing.floorEntry(Byte key) Veraltet.bytefloorKey(byte key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.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/unboxingVeraltet.Veraltet.higherEntry(byte key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Byte key) Veraltet.bytehigherKey(byte key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(byte key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Byte key) Veraltet.bytelowerKey(byte key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.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/unboxingVeraltet.Veraltet.tailMap(byte fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(byte fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.bytes.utils.maps.Byte2LongMaps.SynchronizedSortedMap
comparator, firstByteKey, firstKey, firstLongValue, lastByteKey, lastKey, lastLongValue, pollFirstByteKey, pollLastByteKeyVon Klasse geerbte Methoden speiger.src.collections.bytes.utils.maps.Byte2LongMaps.SynchronizedMap
addTo, addToAll, byte2LongEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfAbsentNonDefault, computeLongIfPresent, computeLongIfPresentNonDefault, computeLongNonDefault, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, supplyLongIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.bytes.maps.abstracts.AbstractByte2LongMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2LongMap
addTo, addToAll, applyAsLong, byte2LongEntrySet, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfAbsentNonDefault, computeLongIfPresent, computeLongIfPresentNonDefault, computeLongNonDefault, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsent, supplyLongIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2LongNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2LongSortedMap
comparator, firstByteKey, firstKey, firstLongValue, lastByteKey, lastKey, lastLongValue, pollFirstByteKey, pollLastByteKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Byte,Long> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleByte2LongNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Byte,Long> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleByte2LongMap- Angegeben von:
keySetin SchnittstelleByte2LongNavigableMap- Angegeben von:
keySetin SchnittstelleByte2LongSortedMap- Angegeben von:
keySetin SchnittstelleMap<Byte,Long> - Angegeben von:
keySetin SchnittstelleSortedMap<Byte,Long> - Setzt außer Kraft:
keySetin KlasseByte2LongMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Byte,Long> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Byte,Long> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Byte,Long> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Byte,Long> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Byte2LongNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Byte2LongNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleByte2LongNavigableMap- 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:Byte2LongSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
subMapin SchnittstelleByte2LongSortedMap- Setzt außer Kraft:
subMapin KlasseByte2LongMaps.SynchronizedSortedMap- 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:Byte2LongSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
headMapin SchnittstelleByte2LongSortedMap- Setzt außer Kraft:
headMapin KlasseByte2LongMaps.SynchronizedSortedMap- 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:Byte2LongSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
tailMapin SchnittstelleByte2LongSortedMap- Setzt außer Kraft:
tailMapin KlasseByte2LongMaps.SynchronizedSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public byte lowerKey(byte key) Beschreibung aus Schnittstelle kopiert:Byte2LongNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleByte2LongNavigableMap- 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:Byte2LongNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleByte2LongNavigableMap- 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:Byte2LongMapA 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 SchnittstelleByte2LongMap- Angegeben von:
copyin SchnittstelleByte2LongNavigableMap- Angegeben von:
copyin SchnittstelleByte2LongSortedMap- Setzt außer Kraft:
copyin KlasseByte2LongMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Byte2LongNavigableMap subMap(Byte fromKey, boolean fromInclusive, Byte toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Byte,Long>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Byte,Long>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Byte,Long>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
subMapin SchnittstelleByte2LongSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Byte,Long> - Angegeben von:
subMapin SchnittstelleSortedMap<Byte,Long> - Setzt außer Kraft:
subMapin KlasseByte2LongMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
headMapin SchnittstelleByte2LongSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Byte,Long> - Angegeben von:
headMapin SchnittstelleSortedMap<Byte,Long> - Setzt außer Kraft:
headMapin KlasseByte2LongMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleByte2LongNavigableMap- Angegeben von:
tailMapin SchnittstelleByte2LongSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Byte,Long> - Angegeben von:
tailMapin SchnittstelleSortedMap<Byte,Long> - Setzt außer Kraft:
tailMapin KlasseByte2LongMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(byte e) Beschreibung aus Schnittstelle kopiert:Byte2LongNavigableMapA Helper method to set the max value for SubMaps. (Default: byte.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleByte2LongNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public byte getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Byte2LongNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleByte2LongNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(byte e) Beschreibung aus Schnittstelle kopiert:Byte2LongNavigableMapA Helper method to set the min value for SubMaps. (Default: byte.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleByte2LongNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public byte getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Byte2LongNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleByte2LongNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleByte2LongNavigableMap- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Byte,Long>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleByte2LongNavigableMap- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Byte,Long>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleByte2LongNavigableMap- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Byte,Long>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleByte2LongNavigableMap- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Byte,Long>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Byte,Long>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Byte,Long>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Byte,Long>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleByte2LongNavigableMap- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Byte,Long>
-