Modul speiger.src.collections
Schnittstelle Int2BooleanNavigableMap
- Alle Superschnittstellen:
Int2BooleanMap,Int2BooleanSortedMap,IntPredicate,Map<Integer,,Boolean> NavigableMap<Integer,,Boolean> SortedMap<Integer,Boolean>
- Alle bekannten Implementierungsklassen:
Int2BooleanAVLTreeMap,Int2BooleanMaps.SynchronizedNavigableMap,Int2BooleanMaps.UnmodifyableNavigableMap,Int2BooleanRBTreeMap
public interface Int2BooleanNavigableMap
extends Int2BooleanSortedMap, NavigableMap<Integer,Boolean>
A Type Specific Navigable Map interface with a couple helper methods
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2BooleanMap
Int2BooleanMap.BuilderCache, Int2BooleanMap.Entry, Int2BooleanMap.FastEntrySet, Int2BooleanMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.ints.maps.interfaces.Int2BooleanSortedMap
Int2BooleanSortedMap.FastSortedSet -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungceilingEntry(int key) A Type Specific ceilingEntry method to reduce boxing/unboxing.default Int2BooleanMap.EntryceilingEntry(Integer key) Veraltet.intceilingKey(int key) A Type Specific ceilingKey method to reduce boxing/unboxing.default IntegerceilingKey(Integer key) Veraltet.copy()A Function that does a shallow clone of the Map itself.floorEntry(int key) A Type Specific floorEntry method to reduce boxing/unboxing.default Int2BooleanMap.EntryfloorEntry(Integer key) Veraltet.intfloorKey(int key) A Type Specific floorKey method to reduce boxing/unboxing.default IntegerVeraltet.intA Helper method to get the max value for SubMaps.intA Helper method to get the min value for SubMaps.default Int2BooleanNavigableMapheadMap(int toKey) A Type Specific HeadMap method to reduce boxing/unboxingheadMap(int toKey, boolean inclusive) A Type Specific HeadMap method to reduce boxing/unboxingdefault Int2BooleanNavigableMapVeraltet.default Int2BooleanNavigableMapVeraltet.higherEntry(int key) A Type Specific higherEntry method to reduce boxing/unboxing.default Int2BooleanMap.EntryhigherEntry(Integer key) Veraltet.inthigherKey(int key) A Type Specific higherKey method to reduce boxing/unboxing.default IntegerVeraltet.keySet()lowerEntry(int key) A Type Specific lowerEntry method to reduce boxing/unboxing.default Int2BooleanMap.EntrylowerEntry(Integer key) Veraltet.intlowerKey(int key) A Type Specific lowerKey method to reduce boxing/unboxing.default IntegerVeraltet.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/unboxingdefault Int2BooleanNavigableMapsubMap(int fromKey, int toKey) A Type Specific SubMap method to reduce boxing/unboxingdefault Int2BooleanNavigableMapVeraltet.default Int2BooleanNavigableMapVeraltet.default Int2BooleanNavigableMapCreates a Wrapped NavigableMap that is Synchronizeddefault Int2BooleanNavigableMapsynchronize(Object mutex) Creates a Wrapped NavigableMap that is Synchronizeddefault Int2BooleanNavigableMaptailMap(int fromKey) A Type Specific TailMap method to reduce boxing/unboxingtailMap(int fromKey, boolean inclusive) A Type Specific TailMap method to reduce boxing/unboxingdefault Int2BooleanNavigableMapVeraltet.default Int2BooleanNavigableMapVeraltet.default Int2BooleanNavigableMapCreates a Wrapped NavigableMap that is unmodifiableVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2BooleanMap
compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, int2BooleanEntrySet, 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, supplyBooleanIfAbsent, supplyBooleanIfAbsentNonDefault, testVon Schnittstelle geerbte Methoden speiger.src.collections.ints.maps.interfaces.Int2BooleanSortedMap
comparator, firstBooleanValue, firstIntKey, firstKey, lastBooleanValue, lastIntKey, lastKey, pollFirstIntKey, pollLastIntKey, valuesVon Schnittstelle geerbte Methoden java.util.function.IntPredicate
and, negate, or
-
Methodendetails
-
copy
Int2BooleanNavigableMap copy()Beschreibung aus Schnittstelle kopiert:Int2BooleanMapA 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 SchnittstelleInt2BooleanMap- Angegeben von:
copyin SchnittstelleInt2BooleanSortedMap- Gibt zurück:
- a Shallow Copy of the Map
-
descendingMap
Int2BooleanNavigableMap descendingMap()- Angegeben von:
descendingMapin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific desendingMap
-
descendingKeySet
IntNavigableSet descendingKeySet()- Angegeben von:
descendingKeySetin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific Desending Key Set
-
firstEntry
Int2BooleanMap.Entry firstEntry()- Angegeben von:
firstEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific firstEntry
-
lastEntry
Int2BooleanMap.Entry lastEntry()- Angegeben von:
lastEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific lastEntry
-
pollFirstEntry
Int2BooleanMap.Entry pollFirstEntry()- Angegeben von:
pollFirstEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific pollFirstEntry
-
pollLastEntry
Int2BooleanMap.Entry pollLastEntry()- Angegeben von:
pollLastEntryin SchnittstelleNavigableMap<Integer,Boolean> - Gibt zurück:
- a Type Specific pollLastEntry
-
keySet
IntNavigableSet keySet() -
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleInt2BooleanMap- Angegeben von:
synchronizein SchnittstelleInt2BooleanSortedMap- Gibt zurück:
- a new NavigableMap that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped NavigableMap that is Synchronized- Angegeben von:
synchronizein SchnittstelleInt2BooleanMap- Angegeben von:
synchronizein SchnittstelleInt2BooleanSortedMap- Parameter:
mutex- is the controller of the synchronization block- Gibt zurück:
- a new NavigableMap Wrapper that is synchronized
- Siehe auch:
-
unmodifiable
Creates a Wrapped NavigableMap that is unmodifiable- Angegeben von:
unmodifiablein SchnittstelleInt2BooleanMap- Angegeben von:
unmodifiablein SchnittstelleInt2BooleanSortedMap- Gibt zurück:
- a new NavigableMap Wrapper that is unmodifiable
- Siehe auch:
-
subMap
A Type Specific SubMap method to reduce boxing/unboxing- 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
A Type Specific HeadMap method to reduce boxing/unboxing- 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
A Type Specific TailMap method to reduce boxing/unboxing- 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:Int2BooleanSortedMapA Type Specific SubMap method to reduce boxing/unboxing- Angegeben von:
subMapin SchnittstelleInt2BooleanSortedMap- 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:Int2BooleanSortedMapA Type Specific HeadMap method to reduce boxing/unboxing- Angegeben von:
headMapin SchnittstelleInt2BooleanSortedMap- 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:Int2BooleanSortedMapA Type Specific TailMap method to reduce boxing/unboxing- Angegeben von:
tailMapin SchnittstelleInt2BooleanSortedMap- Parameter:
fromKey- where the TailMap should start- Gibt zurück:
- a TailMap that is within the range of the desired range
-
setDefaultMaxValue
void setDefaultMaxValue(int e) A Helper method to set the max value for SubMaps. (Default: int.MIN_VALUE)- Parameter:
e- the new max value
-
getDefaultMaxValue
int getDefaultMaxValue()A Helper method to get the max value for SubMaps.- Gibt zurück:
- the default max value.
-
setDefaultMinValue
void setDefaultMinValue(int e) A Helper method to set the min value for SubMaps. (Default: int.MAX_VALUE)- Parameter:
e- the new min value
-
getDefaultMinValue
int getDefaultMinValue()A Helper method to get the min value for SubMaps.- Gibt zurück:
- the default min value.
-
lowerKey
int lowerKey(int key) A Type Specific lowerKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower key that can be found
-
higherKey
int higherKey(int key) A Type Specific higherKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher key that can be found
-
floorKey
int floorKey(int key) A Type Specific floorKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal key that can be found
-
ceilingKey
int ceilingKey(int key) A Type Specific ceilingKey method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal key that can be found
-
lowerEntry
A Type Specific lowerEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower entry that can be found, or null
-
higherEntry
A Type Specific higherEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher entry that can be found, or null
-
floorEntry
A Type Specific floorEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the greatest lower or equal entry that can be found, or null
-
ceilingEntry
A Type Specific ceilingEntry method to reduce boxing/unboxing.- Parameter:
key- that should be compared with.- Gibt zurück:
- the lowest higher or equal entry that can be found, or null
-
lowerKey
Veraltet.- Angegeben von:
lowerKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
floorKey
Veraltet.- Angegeben von:
floorKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
ceilingKey
Veraltet.- Angegeben von:
ceilingKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
higherKey
Veraltet.- Angegeben von:
higherKeyin SchnittstelleNavigableMap<Integer,Boolean>
-
lowerEntry
Veraltet.- Angegeben von:
lowerEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
floorEntry
Veraltet.- Angegeben von:
floorEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
ceilingEntry
Veraltet.- Angegeben von:
ceilingEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
higherEntry
Veraltet.- Angegeben von:
higherEntryin SchnittstelleNavigableMap<Integer,Boolean>
-
subMap
@Deprecated default Int2BooleanNavigableMap subMap(Integer fromKey, boolean fromInclusive, Integer toKey, boolean toInclusive) Veraltet.- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Boolean>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Boolean>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Boolean>
-
subMap
Veraltet.- Angegeben von:
subMapin SchnittstelleInt2BooleanSortedMap- Angegeben von:
subMapin SchnittstelleNavigableMap<Integer,Boolean> - Angegeben von:
subMapin SchnittstelleSortedMap<Integer,Boolean>
-
headMap
Veraltet.- Angegeben von:
headMapin SchnittstelleInt2BooleanSortedMap- Angegeben von:
headMapin SchnittstelleNavigableMap<Integer,Boolean> - Angegeben von:
headMapin SchnittstelleSortedMap<Integer,Boolean>
-
tailMap
Veraltet.- Angegeben von:
tailMapin SchnittstelleInt2BooleanSortedMap- Angegeben von:
tailMapin SchnittstelleNavigableMap<Integer,Boolean> - Angegeben von:
tailMapin SchnittstelleSortedMap<Integer,Boolean>
-