Modul speiger.src.collections
Klasse Int2ByteMaps.UnmodifyableNavigableMap
java.lang.Object
java.util.AbstractMap<Integer,Byte>
speiger.src.collections.ints.maps.abstracts.AbstractInt2ByteMap
speiger.src.collections.ints.utils.maps.Int2ByteMaps.UnmodifyableMap
speiger.src.collections.ints.utils.maps.Int2ByteMaps.UnmodifyableSortedMap
speiger.src.collections.ints.utils.maps.Int2ByteMaps.UnmodifyableNavigableMap
- Alle implementierten Schnittstellen:
Map<Integer,,Byte> NavigableMap<Integer,,Byte> SortedMap<Integer,,Byte> Int2ByteFunction,Int2ByteMap,Int2ByteNavigableMap,Int2ByteSortedMap
- Umschließende Klasse:
Int2ByteMaps
public static class Int2ByteMaps.UnmodifyableNavigableMap
extends Int2ByteMaps.UnmodifyableSortedMap
implements Int2ByteNavigableMap
The Unmodifyable Navigable Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.abstracts.AbstractInt2ByteMap
AbstractInt2ByteMap.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.ints.maps.interfaces.Int2ByteMap
Int2ByteMap.BuilderCache, Int2ByteMap.Entry, Int2ByteMap.FastEntrySet, Int2ByteMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2ByteSortedMap
Int2ByteSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(int key) A Type Specific ceilingEntry method to reduce boxing/unboxing.intceilingKey(int key) A Type Specific ceilingKey method to reduce boxing/unboxing.copy()A Function that does a shallow clone of the Map itself.floorEntry(int key) A Type Specific floorEntry method to reduce boxing/unboxing.intfloorKey(int key) A Type Specific floorKey method to reduce boxing/unboxing.intA Helper method to get the max value for SubMaps.intA Helper method to get the min value for SubMaps.headMap(int toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(int toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxinghigherEntry(int key) A Type Specific higherEntry method to reduce boxing/unboxing.inthigherKey(int key) A Type Specific higherKey method to reduce boxing/unboxing.keySet()lowerEntry(int key) A Type Specific lowerEntry method to reduce boxing/unboxing.intlowerKey(int key) A Type Specific lowerKey method to reduce boxing/unboxing.voidsetDefaultMaxValue(int e) A Helper method to set the max value for SubMaps.voidsetDefaultMinValue(int e) A Helper method to set the min value for SubMaps.subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) A Type Specific SubMap method to reduce boxing/unboxingsubMap(int fromKey, int toKey) A Type Specific SubMap method to reduce boxing/unboxingtailMap(int fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(int fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2ByteMaps.UnmodifyableSortedMap
comparator, firstByteValue, firstIntKey, lastByteValue, lastIntKey, pollFirstIntKey, pollLastIntKeyVon Klasse geerbte Methoden speiger.src.collections.ints.utils.maps.Int2ByteMaps.UnmodifyableMap
addTo, clear, computeByte, computeByteIfAbsent, computeByteIfAbsentNonDefault, computeByteIfPresent, computeByteIfPresentNonDefault, computeByteNonDefault, get, getOrDefault, int2ByteEntrySet, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, supplyByteIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.ints.maps.abstracts.AbstractInt2ByteMap
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.ints.maps.interfaces.Int2ByteMap
addTo, addToAll, applyAsByte, compute, computeByte, computeByteIfAbsent, computeByteIfAbsentNonDefault, computeByteIfPresent, computeByteIfPresentNonDefault, computeByteNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2ByteEntrySet, 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.ints.maps.interfaces.Int2ByteNavigableMap
ceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2ByteSortedMap
comparator, firstByteValue, firstIntKey, firstKey, lastByteValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, values
-
Methodendetails
-
descendingMap
- Angegeben von:
descendingMapin SchnittstelleInt2ByteNavigableMap- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Integer,Byte> - Gibt zurück:
- a Type Specific desendingMap
-
keySet
- Angegeben von:
keySetin SchnittstelleInt2ByteMap- Angegeben von:
keySetin SchnittstelleInt2ByteNavigableMap- Angegeben von:
keySetin SchnittstelleInt2ByteSortedMap- Angegeben von:
keySetin SchnittstelleMap<Integer,Byte> - Angegeben von:
keySetin SchnittstelleSortedMap<Integer,Byte> - Setzt außer Kraft:
keySetin KlasseInt2ByteMaps.UnmodifyableSortedMap- Gibt zurück:
- a Type Specific Navigable Key Set
-
descendingKeySet
- Angegeben von:
descendingKeySetin SchnittstelleInt2ByteNavigableMap- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Integer,Byte> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
- Angegeben von:
firstEntryin SchnittstelleInt2ByteNavigableMap- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Integer,Byte> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
- Angegeben von:
lastEntryin SchnittstelleInt2ByteNavigableMap- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Integer,Byte> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
- Angegeben von:
pollFirstEntryin SchnittstelleInt2ByteNavigableMap- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Integer,Byte> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
- Angegeben von:
pollLastEntryin SchnittstelleInt2ByteNavigableMap- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Integer,Byte> - Gibt zurück:
- a Type Specific pollLastEntry
-
subMap
public Int2ByteNavigableMap subMap(int fromKey, boolean fromInclusive, int toKey, boolean toInclusive) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteNavigableMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteNavigableMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2ByteNavigableMap- Angegeben von:
subMapin SchnittstelleInt2ByteSortedMap- Setzt außer Kraft:
subMapin KlasseInt2ByteMaps.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:Int2ByteSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2ByteNavigableMap- Angegeben von:
headMapin SchnittstelleInt2ByteSortedMap- Setzt außer Kraft:
headMapin KlasseInt2ByteMaps.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:Int2ByteSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2ByteNavigableMap- Angegeben von:
tailMapin SchnittstelleInt2ByteSortedMap- Setzt außer Kraft:
tailMapin KlasseInt2ByteMaps.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(int e) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Helper method to set the max value for SubMaps. (Default: int.MIN_VALUE)- Angegeben von:
setDefaultMaxValuein SchnittstelleInt2ByteNavigableMap- Parameter:
e- the new max value
-
getDefaultMaxValue
public int getDefaultMaxValue()Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Helper method to get the max value for SubMaps.- Angegeben von:
getDefaultMaxValuein SchnittstelleInt2ByteNavigableMap- Gibt zurück:
- the default max value.
-
setDefaultMinValue
public void setDefaultMinValue(int e) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Helper method to set the min value for SubMaps. (Default: int.MAX_VALUE)- Angegeben von:
setDefaultMinValuein SchnittstelleInt2ByteNavigableMap- Parameter:
e- the new min value
-
getDefaultMinValue
public int getDefaultMinValue()Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Helper method to get the min value for SubMaps.- Angegeben von:
getDefaultMinValuein SchnittstelleInt2ByteNavigableMap- Gibt zurück:
- the default min value.
-
lowerKey
public int lowerKey(int key) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Type Specific lowerKey method to reduce boxing/unboxing.- Angegeben von:
lowerKeyin SchnittstelleInt2ByteNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
public int higherKey(int key) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Type Specific higherKey method to reduce boxing/unboxing.- Angegeben von:
higherKeyin SchnittstelleInt2ByteNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
public int floorKey(int key) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Type Specific floorKey method to reduce boxing/unboxing.- Angegeben von:
floorKeyin SchnittstelleInt2ByteNavigableMap- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
public int ceilingKey(int key) Beschreibung aus Schnittstelle kopiert:Int2ByteNavigableMapA Type Specific ceilingKey method to reduce boxing/unboxing.- Angegeben von:
ceilingKeyin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteNavigableMapA Type Specific lowerEntry method to reduce boxing/unboxing.- Angegeben von:
lowerEntryin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteNavigableMapA Type Specific higherEntry method to reduce boxing/unboxing.- Angegeben von:
higherEntryin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteNavigableMapA Type Specific floorEntry method to reduce boxing/unboxing.- Angegeben von:
floorEntryin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteNavigableMapA Type Specific ceilingEntry method to reduce boxing/unboxing.- Angegeben von:
ceilingEntryin SchnittstelleInt2ByteNavigableMap- 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:Int2ByteMapA 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 SchnittstelleInt2ByteMap- Angegeben von:
copyin SchnittstelleInt2ByteNavigableMap- Angegeben von:
copyin SchnittstelleInt2ByteSortedMap- Setzt außer Kraft:
copyin KlasseInt2ByteMaps.UnmodifyableSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-