Modul speiger.src.collections
Klasse Object2CharMaps.UnmodifyableEntrySet<T>
java.lang.Object
speiger.src.collections.objects.utils.ObjectCollections.UnmodifiableCollection<T>
speiger.src.collections.objects.utils.ObjectSets.UnmodifiableSet<Object2CharMap.Entry<T>>
speiger.src.collections.objects.utils.maps.Object2CharMaps.UnmodifyableEntrySet<T>
- Typparameter:
T- the keyType of elements maintained by this Collection
- Alle implementierten Schnittstellen:
Iterable<Object2CharMap.Entry<T>>,Collection<Object2CharMap.Entry<T>>,Set<Object2CharMap.Entry<T>>,ObjectCollection<Object2CharMap.Entry<T>>,ObjectIterable<Object2CharMap.Entry<T>>,ObjectSet<Object2CharMap.Entry<T>>,ISizeProvider
- Bekannte direkte Unterklassen:
Object2CharMaps.UnmodifyableOrderedEntrySet
- Umschließende Klasse:
Object2CharMaps
public static class Object2CharMaps.UnmodifyableEntrySet<T>
extends ObjectSets.UnmodifiableSet<Object2CharMap.Entry<T>>
The Unmodifyable Set implementation for the Unmodifyable Map implementation
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidforEach(Consumer<? super Object2CharMap.Entry<T>> action) iterator()Returns a Type-Specific Iterator to reduce (un)boxingVon Klasse geerbte Methoden speiger.src.collections.objects.utils.ObjectSets.UnmodifiableSet
addOrGet, copyVon Klasse geerbte Methoden speiger.src.collections.objects.utils.ObjectCollections.UnmodifiableCollection
add, addAll, addAll, addAll, clear, contains, containsAll, containsAll, containsAny, containsAny, count, equals, findFirst, forEach, forEachIndexed, hashCode, isEmpty, matchesAll, matchesAny, matchesNone, reduce, reduce, remove, removeAll, removeAll, removeAll, removeIf, retainAll, retainAll, retainAll, size, toArray, toArray, toStringVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, streamVon Schnittstelle geerbte Methoden speiger.src.collections.utils.ISizeProvider
sizeVon Schnittstelle geerbte Methoden speiger.src.collections.objects.collections.ObjectCollection
addAll, addAll, addAll, addAll, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, spliterator, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.objects.collections.ObjectIterable
arrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEachIndexed, limit, map, mapToBoolean, mapToByte, mapToDouble, mapToFloat, mapToInt, mapToLong, mapToShort, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedVon Schnittstelle geerbte Methoden speiger.src.collections.objects.sets.ObjectSet
spliterator, synchronize, synchronize, unmodifiable
-
Methodendetails
-
forEach
- Angegeben von:
forEachin SchnittstelleIterable<T>- Setzt außer Kraft:
forEachin KlasseObjectCollections.UnmodifiableCollection<Object2CharMap.Entry<T>>
-
iterator
Beschreibung aus Schnittstelle kopiert:ObjectCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<T>- Angegeben von:
iteratorin SchnittstelleIterable<T>- Angegeben von:
iteratorin SchnittstelleObjectCollection<T>- Angegeben von:
iteratorin SchnittstelleObjectIterable<T>- Angegeben von:
iteratorin SchnittstelleObjectSet<T>- Angegeben von:
iteratorin SchnittstelleSet<T>- Setzt außer Kraft:
iteratorin KlasseObjectCollections.UnmodifiableCollection<Object2CharMap.Entry<T>>- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-