Modul speiger.src.collections
Schnittstelle Byte2DoubleNavigableMap
- Alle Superschnittstellen:
Byte2DoubleFunction,Byte2DoubleMap,Byte2DoubleSortedMap,Map<Byte,,Double> NavigableMap<Byte,,Double> SortedMap<Byte,Double>
- Alle bekannten Implementierungsklassen:
Byte2DoubleAVLTreeMap,Byte2DoubleMaps.SynchronizedNavigableMap,Byte2DoubleMaps.UnmodifyableNavigableMap,Byte2DoubleRBTreeMap
A Type Specific Navigable Map interface with a couple helper methods
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.interfaces.Byte2DoubleMap
Byte2DoubleMap.BuilderCache, Byte2DoubleMap.Entry, Byte2DoubleMap.FastEntrySet, Byte2DoubleMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.bytes.maps.interfaces.Byte2DoubleSortedMap
Byte2DoubleSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(byte key) A Type Specific ceilingEntry method to reduce boxing/unboxing.default Byte2DoubleMap.EntryceilingEntry(Byte key) Veraltet.byteceilingKey(byte key) A Type Specific ceilingKey method to reduce boxing/unboxing.default ByteceilingKey(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.default Byte2DoubleMap.EntryfloorEntry(Byte key) Veraltet.bytefloorKey(byte key) A Type Specific floorKey method to reduce boxing/unboxing.default ByteVeraltet.byteA Helper method to get the max value for SubMaps.byteA Helper method to get the min value for SubMaps.default Byte2DoubleNavigableMapheadMap(byte toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(byte toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingdefault Byte2DoubleNavigableMapVeraltet.default Byte2DoubleNavigableMapVeraltet.higherEntry(byte key) A Type Specific higherEntry method to reduce boxing/unboxing.default Byte2DoubleMap.EntryhigherEntry(Byte key) Veraltet.bytehigherKey(byte key) A Type Specific higherKey method to reduce boxing/unboxing.default ByteVeraltet.keySet()lowerEntry(byte key) A Type Specific lowerEntry method to reduce boxing/unboxing.default Byte2DoubleMap.EntrylowerEntry(Byte key) Veraltet.bytelowerKey(byte key) A Type Specific lowerKey method to reduce boxing/unboxing.default ByteVeraltet.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/unboxingdefault Byte2DoubleNavigableMapsubMap(byte fromKey, byte toKey) A Type Specific SubMap method to reduce boxing/unboxingdefault Byte2DoubleNavigableMapVeraltet.default Byte2DoubleNavigableMapVeraltet.default Byte2DoubleNavigableMapCreates a Wrapped NavigableMap that is Synchronizeddefault Byte2DoubleNavigableMapsynchronize(Object mutex) Creates a Wrapped NavigableMap that is Synchronizeddefault Byte2DoubleNavigableMaptailMap(byte fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(byte fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingdefault Byte2DoubleNavigableMapVeraltet.default Byte2DoubleNavigableMapVeraltet.default Byte2DoubleNavigableMapCreates a Wrapped NavigableMap that is unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2DoubleMap
addTo, addToAll, applyAsDouble, byte2DoubleEntrySet, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfAbsentNonDefault, computeDoubleIfPresent, computeDoubleIfPresentNonDefault, computeDoubleNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsent, supplyDoubleIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.bytes.maps.interfaces.Byte2DoubleSortedMap
comparator, firstByteKey, firstDoubleValue, firstKey, lastByteKey, lastDoubleValue, lastKey, pollFirstByteKey, pollLastByteKey, values
-
Methodendetails
-
copy
Byte2DoubleNavigableMap copy()Beschreibung aus Schnittstelle kopiert:Byte2DoubleMapA 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 SchnittstelleByte2DoubleMap- Angegeben von:
copyin SchnittstelleByte2DoubleSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
descendingMap
Byte2DoubleNavigableMap descendingMap()- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Byte,Double> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
ByteNavigableSet descendingKeySet()- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Byte,Double> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
Byte2DoubleMap.Entry firstEntry()- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Byte,Double> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
Byte2DoubleMap.Entry lastEntry()- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Byte,Double> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
Byte2DoubleMap.Entry pollFirstEntry()- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Byte,Double> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
Byte2DoubleMap.Entry pollLastEntry()- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Byte,Double> - Gibt zurück:
- a Type Specific pollLastEntry
-
keySet
ByteNavigableSet keySet() -
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleByte2DoubleMap- Angegeben von:
synchronizein SchnittstelleByte2DoubleSortedMap- Gibt zurück:
- a new NavigableMap that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleByte2DoubleMap- Angegeben von:
synchronizein SchnittstelleByte2DoubleSortedMap- Parameter:
mutex- is the controller of the synchronization block- Gibt zurück:
- a new NavigableMap Wrapper that is synchronized
- Siehe auch:
-
unmodifiable
Creates a Wrapped NavigableMap that is unmodifiable- Angegeben von:
unmodifiablein SchnittstelleByte2DoubleMap- Angegeben von:
unmodifiablein SchnittstelleByte2DoubleSortedMap- Gibt zurück:
- a new NavigableMap Wrapper that is unmodifiable
- Siehe auch:
-
subMap
Byte2DoubleNavigableMap subMap(byte fromKey, boolean fromInclusive, byte toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxing- 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
A Type Specific HeadMap method to reduce boxing/unboxing- 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
A Type Specific TailMap method to reduce boxing/unboxing- 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:Byte2DoubleSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleByte2DoubleSortedMap- 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:Byte2DoubleSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleByte2DoubleSortedMap- 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:Byte2DoubleSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleByte2DoubleSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
void setDefaultMaxValue(byte e) A Helper method to set the max value for SubMaps. (Default: byte.MIN_VALUE)- Parameter:
e- the new max value
-
getDefaultMaxValue
byte getDefaultMaxValue()A Helper method to get the max value for SubMaps.- Gibt zurück:
- the default max value.
-
setDefaultMinValue
void setDefaultMinValue(byte e) A Helper method to set the min value for SubMaps. (Default: byte.MAX_VALUE)- Parameter:
e- the new min value
-
getDefaultMinValue
byte getDefaultMinValue()A Helper method to get the min value for SubMaps.- Gibt zurück:
- the default min value.
-
lowerKey
byte lowerKey(byte key) A Type Specific lowerKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
byte higherKey(byte key) A Type Specific higherKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
byte floorKey(byte key) A Type Specific floorKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
byte ceilingKey(byte key) A Type Specific ceilingKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal key that can be found
-
lowerEntry
A Type Specific lowerEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower entry that can be found, or null
-
higherEntry
A Type Specific higherEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher entry that can be found, or null
-
floorEntry
A Type Specific floorEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal entry that can be found, or null
-
ceilingEntry
A Type Specific ceilingEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal entry that can be found, or null
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Byte,Double>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Byte,Double>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Byte,Double>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Byte,Double>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Byte,Double>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Byte,Double>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Byte,Double>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Byte,Double>
-
subMap
@Deprecated default Byte2DoubleNavigableMap subMap(Byte fromKey, boolean fromInclusive, Byte toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Byte,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Byte,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Byte,Double>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleByte2DoubleSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Byte,Double> - Angegeben von:
subMapin SchnittstelleSortedMap<Byte,Double>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleByte2DoubleSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Byte,Double> - Angegeben von:
headMapin SchnittstelleSortedMap<Byte,Double>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleByte2DoubleSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Byte,Double> - Angegeben von:
tailMapin SchnittstelleSortedMap<Byte,Double>
-