Modul speiger.src.collections
Klasse Short2BooleanMaps.SynchronizedNavigableMap
java.lang.Object
java.util.AbstractMap<Short,Boolean>
speiger.src.collections.shorts.maps.abstracts.AbstractShort2BooleanMap
speiger.src.collections.shorts.utils.maps.Short2BooleanMaps.SynchronizedMap
speiger.src.collections.shorts.utils.maps.Short2BooleanMaps.SynchronizedSortedMap
speiger.src.collections.shorts.utils.maps.Short2BooleanMaps.SynchronizedNavigableMap
- Alle implementierten Schnittstellen:
Map<Short,,Boolean> NavigableMap<Short,,Boolean> SortedMap<Short,,Boolean> ShortPredicate,Short2BooleanMap,Short2BooleanNavigableMap,Short2BooleanSortedMap
- Umschließende Klasse:
Short2BooleanMaps
public static class Short2BooleanMaps.SynchronizedNavigableMap
extends Short2BooleanMaps.SynchronizedSortedMap
implements Short2BooleanNavigableMap
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.shorts.maps.abstracts.AbstractShort2BooleanMap
AbstractShort2BooleanMap.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.shorts.maps.interfaces.Short2BooleanMap
Short2BooleanMap.BuilderCache, Short2BooleanMap.Entry, Short2BooleanMap.FastEntrySet, Short2BooleanMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.shorts.maps.interfaces.Short2BooleanSortedMap
Short2BooleanSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(short key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Short key) Veraltet.shortceilingKey(short key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(Short key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(short key) A Type Specific floorEntry method to reduce boxing/unboxing.floorEntry(Short key) Veraltet.shortfloorKey(short key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.shortA Helper method to get the max value for SubMaps.shortA Helper method to get the min value for SubMaps.headMap(short toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(short toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingVeraltet.Veraltet.higherEntry(short key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Short key) Veraltet.shorthigherKey(short key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(short key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Short key) Veraltet.shortlowerKey(short key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.voidsetDefaultMaxValue(short e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(short e) A Helper method to set the min value for SubMaps.subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(short fromKey, short toKey) A Type Specific SubMap method to reduce boxing/unboxingVeraltet.Veraltet.tailMap(short fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(short fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.shorts.utils.maps.Short2BooleanMaps.SynchronizedSortedMap
comparator, firstBooleanValue, firstKey, firstShortKey, lastBooleanValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKeyVon Klasse geerbte Methoden speiger.src.collections.shorts.utils.maps.Short2BooleanMaps.SynchronizedMap
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, size, supplyBooleanIfAbsent, supplyBooleanIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.shorts.maps.abstracts.AbstractShort2BooleanMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.maps.interfaces.Short2BooleanMap
compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, short2BooleanEntrySet, supplyBooleanIfAbsent, supplyBooleanIfAbsentNonDefault, testVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.maps.interfaces.Short2BooleanNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.maps.interfaces.Short2BooleanSortedMap
comparator, firstBooleanValue, firstKey, firstShortKey, lastBooleanValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesVon Schnittstelle geerbte Methoden speiger.src.collections.shorts.functions.function.ShortPredicate
andType, negate, orType
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
descendingMapin SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
descendingKeySetin SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleMap<Short,Boolean> - Angegeben von:
keySetin SchnittstelleShort2BooleanMap- Angegeben von:
keySetin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
keySetin SchnittstelleShort2BooleanSortedMap- Angegeben von:
keySetin SchnittstelleSortedMap<Short,Boolean> - Setzt außer Kraft:
keySetin KlasseShort2BooleanMaps.SynchronizedSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
firstEntryin SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
lastEntryin SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
pollFirstEntryin SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
pollLastEntryin SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Short2BooleanNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleShort2BooleanSortedMap- Setzt außer Kraft:
subMapin KlasseShort2BooleanMaps.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:Short2BooleanSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleShort2BooleanSortedMap- Setzt außer Kraft:
headMapin KlasseShort2BooleanMaps.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:Short2BooleanSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleShort2BooleanSortedMap- Setzt außer Kraft:
tailMapin KlasseShort2BooleanMaps.SynchronizedSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public short lowerKey(short key) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleShort2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public short higherKey(short key) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleShort2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public short floorKey(short key) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleShort2BooleanNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public short ceilingKey(short key) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleShort2BooleanNavigableMap- 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:Short2BooleanMapA 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 SchnittstelleShort2BooleanMap- Angegeben von:
copyin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
copyin SchnittstelleShort2BooleanSortedMap- Setzt außer Kraft:
copyin KlasseShort2BooleanMaps.SynchronizedSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Short2BooleanNavigableMap subMap(Short fromKey, boolean fromInclusive, Short toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
subMapin SchnittstelleShort2BooleanNavigableMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
headMapin SchnittstelleShort2BooleanNavigableMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
tailMapin SchnittstelleShort2BooleanNavigableMap
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
subMapin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
subMapin SchnittstelleShort2BooleanSortedMap- Angegeben von:
subMapin SchnittstelleSortedMap<Short,Boolean> - Setzt außer Kraft:
subMapin KlasseShort2BooleanMaps.SynchronizedSortedMap
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
headMapin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
headMapin SchnittstelleShort2BooleanSortedMap- Angegeben von:
headMapin SchnittstelleSortedMap<Short,Boolean> - Setzt außer Kraft:
headMapin KlasseShort2BooleanMaps.SynchronizedSortedMap
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
tailMapin SchnittstelleShort2BooleanNavigableMap- Angegeben von:
tailMapin SchnittstelleShort2BooleanSortedMap- Angegeben von:
tailMapin SchnittstelleSortedMap<Short,Boolean> - Setzt außer Kraft:
tailMapin KlasseShort2BooleanMaps.SynchronizedSortedMap
-
setDefaultMaxValue
public void setDefaultMaxValue(short e) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Helper method to set the max value for SubMaps. (Default: short.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleShort2BooleanNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public short getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(short e) Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Helper method to set the min value for SubMaps. (Default: short.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleShort2BooleanNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public short getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Short2BooleanNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleShort2BooleanNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
lowerKeyin SchnittstelleShort2BooleanNavigableMap
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
floorKeyin SchnittstelleShort2BooleanNavigableMap
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
ceilingKeyin SchnittstelleShort2BooleanNavigableMap
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
higherKeyin SchnittstelleShort2BooleanNavigableMap
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
lowerEntryin SchnittstelleShort2BooleanNavigableMap
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
floorEntryin SchnittstelleShort2BooleanNavigableMap
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
ceilingEntryin SchnittstelleShort2BooleanNavigableMap
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Short,Boolean> - Angegeben von:
higherEntryin SchnittstelleShort2BooleanNavigableMap
-