Modul speiger.src.collections
Klasse Object2BooleanMaps.UnmodifyableSortedMap<T>
java.lang.Object
java.util.AbstractMap<T,Boolean>
speiger.src.collections.objects.maps.abstracts.AbstractObject2BooleanMap<T>
speiger.src.collections.objects.utils.maps.Object2BooleanMaps.UnmodifyableMap<T>
speiger.src.collections.objects.utils.maps.Object2BooleanMaps.UnmodifyableSortedMap<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Predicate<T>,Map<T,,Boolean> SortedMap<T,,Boolean> Object2BooleanMap<T>,Object2BooleanSortedMap<T>
- Bekannte direkte Unterklassen:
Object2BooleanMaps.UnmodifyableNavigableMap
- Umschließende Klasse:
Object2BooleanMaps
public static class Object2BooleanMaps.UnmodifyableSortedMap<T>
extends Object2BooleanMaps.UnmodifyableMap<T>
implements Object2BooleanSortedMap<T>
The Unmodifyable Sorted Map implementation that is sued for the unmodifyableMap function
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.objects.maps.abstracts.AbstractObject2BooleanMap
AbstractObject2BooleanMap.BasicEntry<T>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.objects.maps.interfaces.Object2BooleanMap
Object2BooleanMap.BuilderCache<T>, Object2BooleanMap.Entry<T>, Object2BooleanMap.FastEntrySet<T>, Object2BooleanMap.MapBuilderVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.objects.maps.interfaces.Object2BooleanSortedMap
Object2BooleanSortedMap.FastSortedSet<T> -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()A Function that does a shallow clone of the Map itself.booleanA method to get the first Value of a Map.firstKey()keySet()booleanA method to get the last Value of a Map.lastKey()A method to get and remove the first Key of a Map.A method to get and remove the last Key of a Map.Von Klasse geerbte Methoden speiger.src.collections.objects.utils.maps.Object2BooleanMaps.UnmodifyableMap
clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, getBoolean, getOrDefault, mergeAllBoolean, mergeBoolean, object2BooleanEntrySet, put, putIfAbsent, rem, remOrDefault, remove, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, supplyBooleanIfAbsentNonDefault, valuesVon Klasse geerbte Methoden speiger.src.collections.objects.maps.abstracts.AbstractObject2BooleanMap
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
containsValue, isEmpty, size, toStringVon Schnittstelle geerbte Methoden java.util.Map
clear, containsKey, equals, hashCode, isEmpty, putAll, sizeVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2BooleanMap
compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfAbsentNonDefault, computeBooleanIfPresent, computeBooleanIfPresentNonDefault, computeBooleanNonDefault, computeIfAbsent, computeIfPresent, containsValue, containsValue, entrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, object2BooleanEntrySet, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, rem, remOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsent, supplyBooleanIfAbsentNonDefault, testVon Schnittstelle geerbte Methoden speiger.src.collections.objects.maps.interfaces.Object2BooleanSortedMap
synchronize, synchronize, unmodifiable, values
-
Methodendetails
-
comparator
- Angegeben von:
comparatorin SchnittstelleObject2BooleanSortedMap<T>- Angegeben von:
comparatorin SchnittstelleSortedMap<T,Boolean>
-
subMap
-
headMap
-
tailMap
-
keySet
- Angegeben von:
keySetin SchnittstelleMap<T,Boolean> - Angegeben von:
keySetin SchnittstelleObject2BooleanMap<T>- Angegeben von:
keySetin SchnittstelleObject2BooleanSortedMap<T>- Angegeben von:
keySetin SchnittstelleSortedMap<T,Boolean> - Setzt außer Kraft:
keySetin KlasseObject2BooleanMaps.UnmodifyableMap<T>
-
firstKey
-
pollFirstKey
Beschreibung aus Schnittstelle kopiert:Object2BooleanSortedMapA method to get and remove the first Key of a Map.- Angegeben von:
pollFirstKeyin SchnittstelleObject2BooleanSortedMap<T>- Gibt zurück:
- the first key in the map
-
lastKey
-
pollLastKey
Beschreibung aus Schnittstelle kopiert:Object2BooleanSortedMapA method to get and remove the last Key of a Map.- Angegeben von:
pollLastKeyin SchnittstelleObject2BooleanSortedMap<T>- Gibt zurück:
- the last key in the map
-
firstBooleanValue
public boolean firstBooleanValue()Beschreibung aus Schnittstelle kopiert:Object2BooleanSortedMapA method to get the first Value of a Map.- Angegeben von:
firstBooleanValuein SchnittstelleObject2BooleanSortedMap<T>- Gibt zurück:
- the first key in the map
-
lastBooleanValue
public boolean lastBooleanValue()Beschreibung aus Schnittstelle kopiert:Object2BooleanSortedMapA method to get the last Value of a Map.- Angegeben von:
lastBooleanValuein SchnittstelleObject2BooleanSortedMap<T>- Gibt zurück:
- the last key in the map
-
copy
Beschreibung aus Schnittstelle kopiert:Object2BooleanMapA 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 SchnittstelleObject2BooleanMap<T>- Angegeben von:
copyin SchnittstelleObject2BooleanSortedMap<T>- Setzt außer Kraft:
copyin KlasseObject2BooleanMaps.UnmodifyableMap<T>- Gibt zurück:
- a Shallow Copy of the Map
-