Modul speiger.src.collections
Klasse Long2CharMaps.UnmodifyableNavigableMap
java.lang.Object
java.util.AbstractMap<Long,Character>
speiger.src.collections.longs.maps.abstracts.AbstractLong2CharMap
speiger.src.collections.longs.utils.maps.Long2CharMaps.UnmodifyableMap
speiger.src.collections.longs.utils.maps.Long2CharMaps.UnmodifyableSortedMap
speiger.src.collections.longs.utils.maps.Long2CharMaps.UnmodifyableNavigableMap
- Alle implementierten Schnittstellen:
Map<Long,,Character> NavigableMap<Long,,Character> SortedMap<Long,,Character> Long2CharFunction,Long2CharMap,Long2CharNavigableMap,Long2CharSortedMap
- Umschließende Klasse:
Long2CharMaps
public static class Long2CharMaps.UnmodifyableNavigableMap
extends Long2CharMaps.UnmodifyableSortedMap
implements Long2CharNavigableMap
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.longs.maps.abstracts.AbstractLong2CharMap
AbstractLong2CharMap.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.longs.maps.interfaces.Long2CharMap
Long2CharMap.BuilderCache, Long2CharMap.Entry, Long2CharMap.FastEntrySet, Long2CharMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.longs.maps.interfaces.Long2CharSortedMap
Long2CharSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(long key) A Type Specific ceilingEntry method to reduce boxing/unboxing.longceilingKey(long key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(long key) A Type Specific floorEntry method to reduce boxing/unboxing.longfloorKey(long key) A Type Specific floorKey method to reduce boxing/unboxing.longA Helper method to get the max value for SubMaps.longA Helper method to get the min value for SubMaps.headMap(long toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(long toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxinghigherEntry(long key) A Type Specific higherEntry method to reduce boxing/unboxing.longhigherKey(long key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(long key) A Type Specific lowerEntry method to reduce boxing/unboxing.longlowerKey(long key) A Type Specific lowerKey method to reduce boxing/unboxing.voidsetDefaultMaxValue(long e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(long e) A Helper method to set the min value for SubMaps.subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(long fromKey, long toKey) A Type Specific SubMap method to reduce boxing/unboxingtailMap(long fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(long fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.longs.utils.maps.Long2CharMaps.UnmodifyableSortedMap
comparator, firstCharValue, firstLongKey, lastCharValue, lastLongKey, pollFirstLongKey, pollLastLongKeyVon Klasse geerbte Methoden speiger.src.collections.longs.utils.maps.Long2CharMaps.UnmodifyableMap
addTo, clear, computeChar, computeCharIfAbsent, computeCharIfAbsentNonDefault, computeCharIfPresent, computeCharIfPresentNonDefault, computeCharNonDefault, get, getOrDefault, long2CharEntrySet, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, supplyCharIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.longs.maps.abstracts.AbstractLong2CharMap
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.longs.maps.interfaces.Long2CharMap
addTo, addToAll, applyAsChar, compute, computeChar, computeCharIfAbsent, computeCharIfAbsentNonDefault, computeCharIfPresent, computeCharIfPresentNonDefault, computeCharNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, long2CharEntrySet, merge, mergeAllChar, mergeChar, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsent, supplyCharIfAbsentNonDefaultVon Schnittstelle geerbte Methoden speiger.src.collections.longs.maps.interfaces.Long2CharNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.longs.maps.interfaces.Long2CharSortedMap
comparator, firstCharValue, firstKey, firstLongKey, lastCharValue, lastKey, lastLongKey, pollFirstLongKey, pollLastLongKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleLong2CharNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Long,Character> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleLong2CharMap- Angegeben von:
keySetin SchnittstelleLong2CharNavigableMap- Angegeben von:
keySetin SchnittstelleLong2CharSortedMap- Angegeben von:
keySetin SchnittstelleMap<Long,Character> - Angegeben von:
keySetin SchnittstelleSortedMap<Long,Character> - Setzt außer Kraft:
keySetin KlasseLong2CharMaps.UnmodifyableSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleLong2CharNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Long,Character> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleLong2CharNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Long,Character> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleLong2CharNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Long,Character> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleLong2CharNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Long,Character> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleLong2CharNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Long,Character> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Long2CharNavigableMap subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleLong2CharNavigableMap- 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:Long2CharNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleLong2CharNavigableMap- 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:Long2CharNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleLong2CharNavigableMap- 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:Long2CharSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleLong2CharNavigableMap- Angegeben von:
subMapin SchnittstelleLong2CharSortedMap- Setzt außer Kraft:
subMapin KlasseLong2CharMaps.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:Long2CharSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleLong2CharNavigableMap- Angegeben von:
headMapin SchnittstelleLong2CharSortedMap- Setzt außer Kraft:
headMapin KlasseLong2CharMaps.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:Long2CharSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleLong2CharNavigableMap- Angegeben von:
tailMapin SchnittstelleLong2CharSortedMap- Setzt außer Kraft:
tailMapin KlasseLong2CharMaps.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(long e) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Helper method to set the max value for SubMaps. (Default: long.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleLong2CharNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public long getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleLong2CharNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(long e) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Helper method to set the min value for SubMaps. (Default: long.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleLong2CharNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public long getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleLong2CharNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
public long lowerKey(long key) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleLong2CharNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public long higherKey(long key) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleLong2CharNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public long floorKey(long key) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleLong2CharNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public long ceilingKey(long key) Beschreibung aus Schnittstelle kopiert:Long2CharNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleLong2CharNavigableMap- 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:Long2CharNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleLong2CharNavigableMap- 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:Long2CharNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleLong2CharNavigableMap- 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:Long2CharNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleLong2CharNavigableMap- 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:Long2CharNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleLong2CharNavigableMap- 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:Long2CharMapA 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 SchnittstelleLong2CharMap- Angegeben von:
copyin SchnittstelleLong2CharNavigableMap- Angegeben von:
copyin SchnittstelleLong2CharSortedMap- Setzt außer Kraft:
copyin KlasseLong2CharMaps.UnmodifyableSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-