Modul speiger.src.collections
Klasse Char2ObjectMaps.SynchronizedNavigableMap<V>
java.lang.Object
java.util.AbstractMap<Character,V>
speiger.src.collections.chars.maps.abstracts.AbstractChar2ObjectMap<V>
speiger.src.collections.chars.utils.maps.Char2ObjectMaps.SynchronizedMap<V>
speiger.src.collections.chars.utils.maps.Char2ObjectMaps.SynchronizedSortedMap<V>
speiger.src.collections.chars.utils.maps.Char2ObjectMaps.SynchronizedNavigableMap<V>
- Typparameter:
V- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Map<Character,,V> NavigableMap<Character,,V> SortedMap<Character,,V> CharFunction<V>,Char2ObjectMap<V>,Char2ObjectNavigableMap<V>,Char2ObjectSortedMap<V>
- Umschließende Klasse:
Char2ObjectMaps
public static class Char2ObjectMaps.SynchronizedNavigableMap<V>
extends Char2ObjectMaps.SynchronizedSortedMap<V>
implements Char2ObjectNavigableMap<V>
The Synchronized Navigable Map implementation used by the synchronizedMap helper function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.chars.maps.abstracts.AbstractChar2ObjectMap
AbstractChar2ObjectMap.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.chars.maps.interfaces.Char2ObjectMap
Char2ObjectMap.BuilderCache<V>, Char2ObjectMap.Entry<V>, Char2ObjectMap.FastEntrySet<V>, Char2ObjectMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.chars.maps.interfaces.Char2ObjectSortedMap
Char2ObjectSortedMap.FastSortedSet<V> -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(char key) A Type Specific ceilingEntry method to reduce boxing/unboxing.ceilingEntry(Character key) Veraltet.charceilingKey(char key) A Type Specific ceilingKey method to reduce boxing/unboxing.ceilingKey(Character key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(char key) A Type Specific floorEntry method to reduce boxing/unboxing.floorEntry(Character key) Veraltet.charfloorKey(char key) A Type Specific floorKey method to reduce boxing/unboxing.Veraltet.charA Helper method to get the max value for SubMaps.charA Helper method to get the min value for SubMaps.headMap(char toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(char toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingVeraltet.Veraltet.higherEntry(char key) A Type Specific higherEntry method to reduce boxing/unboxing.higherEntry(Character key) Veraltet.charhigherKey(char key) A Type Specific higherKey method to reduce boxing/unboxing.Veraltet.keySet()lowerEntry(char key) A Type Specific lowerEntry method to reduce boxing/unboxing.lowerEntry(Character key) Veraltet.charlowerKey(char key) A Type Specific lowerKey method to reduce boxing/unboxing.Veraltet.voidsetDefaultMaxValue(char e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(char e) A Helper method to set the min value for SubMaps.subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(char fromKey, char toKey) A Type Specific SubMap method to reduce boxing/unboxingVeraltet.Veraltet.tailMap(char fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(char fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVeraltet.Veraltet.Von Klasse geerbte Methoden speiger.src.collections.chars.utils.maps.Char2ObjectMaps.SynchronizedSortedMap
comparator, firstCharKey, firstKey, firstValue, lastCharKey, lastKey, lastValue, pollFirstCharKey, pollLastCharKeyVon Klasse geerbte Methoden speiger.src.collections.chars.utils.maps.Char2ObjectMaps.SynchronizedMap
char2ObjectEntrySet, clear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, size, supplyIfAbsent, valuesVon Klasse geerbte Methoden speiger.src.collections.chars.maps.abstracts.AbstractChar2ObjectMap
entrySet, equals, hashCode, putAllVon Klasse geerbte Methoden java.util.AbstractMap
isEmpty, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2ObjectMap
apply, char2ObjectEntrySet, 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.chars.maps.interfaces.Char2ObjectNavigableMap
synchronize, synchronize, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2ObjectSortedMap
comparator, firstCharKey, firstKey, firstValue, lastCharKey, lastKey, lastValue, pollFirstCharKey, pollLastCharKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Character,V> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Character,V> - Gibt zurück:
- a Type Specific Desending Key Set
-
keySet
- Angegeben von:
keySetin SchnittstelleChar2ObjectMap<V>- Angegeben von:
keySetin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
keySetin SchnittstelleChar2ObjectSortedMap<V>- Angegeben von:
keySetin SchnittstelleMap<Character,V> - Angegeben von:
keySetin SchnittstelleSortedMap<Character,V> - Setzt außer Kraft:
keySetin KlasseChar2ObjectMaps.SynchronizedSortedMap<V>- Gibt zurück:
- a Type Specific Navigable Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Character,V> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Character,V> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Character,V> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Character,V> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Char2ObjectNavigableMap<V> subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
subMapin SchnittstelleChar2ObjectSortedMap<V>- Setzt außer Kraft:
subMapin KlasseChar2ObjectMaps.SynchronizedSortedMap<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:Char2ObjectSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
headMapin SchnittstelleChar2ObjectSortedMap<V>- Setzt außer Kraft:
headMapin KlasseChar2ObjectMaps.SynchronizedSortedMap<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:Char2ObjectSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
tailMapin SchnittstelleChar2ObjectSortedMap<V>- Setzt außer Kraft:
tailMapin KlasseChar2ObjectMaps.SynchronizedSortedMap<V>- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
lowerKey
public char lowerKey(char key) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleChar2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public char higherKey(char key) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleChar2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public char floorKey(char key) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleChar2ObjectNavigableMap<V>- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public char ceilingKey(char key) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleChar2ObjectNavigableMap<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:Char2ObjectMapA 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 SchnittstelleChar2ObjectMap<V>- Angegeben von:
copyin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
copyin SchnittstelleChar2ObjectSortedMap<V>- Setzt außer Kraft:
copyin KlasseChar2ObjectMaps.SynchronizedSortedMap<V>- Gibt zurück:
- a Shallow Copy of the Map
-
subMap
@Deprecated public Char2ObjectNavigableMap<V> subMap(Character fromKey, boolean fromInclusive, Character toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
subMapin SchnittstelleNavigableMap<Character,V>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
headMapin SchnittstelleNavigableMap<Character,V>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
tailMapin SchnittstelleNavigableMap<Character,V>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
subMapin SchnittstelleChar2ObjectSortedMap<V>- Angegeben von:
subMapin SchnittstelleNavigableMap<Character,V> - Angegeben von:
subMapin SchnittstelleSortedMap<Character,V> - Setzt außer Kraft:
subMapin KlasseChar2ObjectMaps.SynchronizedSortedMap<V>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
headMapin SchnittstelleChar2ObjectSortedMap<V>- Angegeben von:
headMapin SchnittstelleNavigableMap<Character,V> - Angegeben von:
headMapin SchnittstelleSortedMap<Character,V> - Setzt außer Kraft:
headMapin KlasseChar2ObjectMaps.SynchronizedSortedMap<V>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
tailMapin SchnittstelleChar2ObjectSortedMap<V>- Angegeben von:
tailMapin SchnittstelleNavigableMap<Character,V> - Angegeben von:
tailMapin SchnittstelleSortedMap<Character,V> - Setzt außer Kraft:
tailMapin KlasseChar2ObjectMaps.SynchronizedSortedMap<V>
-
setDefaultMaxValue
public void setDefaultMaxValue(char e) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Helper method to set the max value for SubMaps. (Default: char.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleChar2ObjectNavigableMap<V>- Parameter:
e- the new max value
-
getDefaultMaxValue
public char getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleChar2ObjectNavigableMap<V>- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(char e) Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Helper method to set the min value for SubMaps. (Default: char.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleChar2ObjectNavigableMap<V>- Parameter:
e- the new min value
-
getDefaultMinValue
public char getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Char2ObjectNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleChar2ObjectNavigableMap<V>- Gibt zurück:
- the default min value.
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Character,V>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Character,V>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Character,V>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Character,V>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Character,V>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Character,V>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Character,V>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleChar2ObjectNavigableMap<V>- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Character,V>
-