Modul speiger.src.collections
Klasse Char2ByteMaps.UnmodifyableNavigableMap
java.lang.Object
java.util.AbstractMap<Character,Byte>
speiger.src.collections.chars.maps.abstracts.AbstractChar2ByteMap
speiger.src.collections.chars.utils.maps.Char2ByteMaps.UnmodifyableMap
speiger.src.collections.chars.utils.maps.Char2ByteMaps.UnmodifyableSortedMap
speiger.src.collections.chars.utils.maps.Char2ByteMaps.UnmodifyableNavigableMap
- Alle implementierten Schnittstellen:
Map<Character,,Byte> NavigableMap<Character,,Byte> SortedMap<Character,,Byte> Char2ByteFunction,Char2ByteMap,Char2ByteNavigableMap,Char2ByteSortedMap
- Umschließende Klasse:
Char2ByteMaps
public static class Char2ByteMaps.UnmodifyableNavigableMap
extends Char2ByteMaps.UnmodifyableSortedMap
implements Char2ByteNavigableMap
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.chars.maps.abstracts.AbstractChar2ByteMap
AbstractChar2ByteMap.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.chars.maps.interfaces.Char2ByteMap
Char2ByteMap.BuilderCache, Char2ByteMap.Entry, Char2ByteMap.FastEntrySet, Char2ByteMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.chars.maps.interfaces.Char2ByteSortedMap
Char2ByteSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(char key) A Type Specific ceilingEntry method to reduce boxing/unboxing.charceilingKey(char key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(char key) A Type Specific floorEntry method to reduce boxing/unboxing.charfloorKey(char key) A Type Specific floorKey method to reduce boxing/unboxing.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/unboxinghigherEntry(char key) A Type Specific higherEntry method to reduce boxing/unboxing.charhigherKey(char key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(char key) A Type Specific lowerEntry method to reduce boxing/unboxing.charlowerKey(char key) A Type Specific lowerKey method to reduce boxing/unboxing.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/unboxingtailMap(char fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(char fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.chars.utils.maps.Char2ByteMaps.UnmodifyableSortedMap
comparator, firstByteValue, firstCharKey, lastByteValue, lastCharKey, pollFirstCharKey, pollLastCharKeyVon Klasse geerbte Methoden speiger.src.collections.chars.utils.maps.Char2ByteMaps.UnmodifyableMap
addTo, char2ByteEntrySet, clear, computeByte, computeByteIfAbsent, computeByteIfAbsentNonDefault, computeByteIfPresent, computeByteIfPresentNonDefault, computeByteNonDefault, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, supplyByteIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.chars.maps.abstracts.AbstractChar2ByteMap
addToAll, 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, containsValue, isEmpty, size, toStringVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2ByteMap
addTo, addToAll, applyAsByte, char2ByteEntrySet, compute, computeByte, computeByteIfAbsent, computeByteIfAbsentNonDefault, computeByteIfPresent, computeByteIfPresentNonDefault, computeByteNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsent, supplyByteIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2ByteNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.chars.maps.interfaces.Char2ByteSortedMap
comparator, firstByteValue, firstCharKey, firstKey, lastByteValue, lastCharKey, lastKey, pollFirstCharKey, pollLastCharKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleChar2ByteNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Character,Byte> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleChar2ByteMap- Angegeben von:
keySetin SchnittstelleChar2ByteNavigableMap- Angegeben von:
keySetin SchnittstelleChar2ByteSortedMap- Angegeben von:
keySetin SchnittstelleMap<Character,Byte> - Angegeben von:
keySetin SchnittstelleSortedMap<Character,Byte> - Setzt außer Kraft:
keySetin KlasseChar2ByteMaps.UnmodifyableSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleChar2ByteNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Character,Byte> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleChar2ByteNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Character,Byte> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleChar2ByteNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Character,Byte> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleChar2ByteNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Character,Byte> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleChar2ByteNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Character,Byte> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Char2ByteNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Char2ByteNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleChar2ByteNavigableMap- Angegeben von:
subMapin SchnittstelleChar2ByteSortedMap- Setzt außer Kraft:
subMapin KlasseChar2ByteMaps.UnmodifyableSortedMap- 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:Char2ByteSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleChar2ByteNavigableMap- Angegeben von:
headMapin SchnittstelleChar2ByteSortedMap- Setzt außer Kraft:
headMapin KlasseChar2ByteMaps.UnmodifyableSortedMap- 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:Char2ByteSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleChar2ByteNavigableMap- Angegeben von:
tailMapin SchnittstelleChar2ByteSortedMap- Setzt außer Kraft:
tailMapin KlasseChar2ByteMaps.UnmodifyableSortedMap- 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(char e) Beschreibung aus Schnittstelle kopiert:Char2ByteNavigableMapA Helper method to set the max value for SubMaps. (Default: char.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleChar2ByteNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public char getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Char2ByteNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleChar2ByteNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(char e) Beschreibung aus Schnittstelle kopiert:Char2ByteNavigableMapA Helper method to set the min value for SubMaps. (Default: char.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleChar2ByteNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public char getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Char2ByteNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleChar2ByteNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
public char lowerKey(char key) Beschreibung aus Schnittstelle kopiert:Char2ByteNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleChar2ByteNavigableMap- 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:Char2ByteMapA 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 SchnittstelleChar2ByteMap- Angegeben von:
copyin SchnittstelleChar2ByteNavigableMap- Angegeben von:
copyin SchnittstelleChar2ByteSortedMap- Setzt außer Kraft:
copyin KlasseChar2ByteMaps.UnmodifyableSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-