Modul speiger.src.collections
Klasse Float2FloatMaps.UnmodifyableOrderedEntrySet
java.lang.Object
speiger.src.collections.objects.utils.ObjectCollections.UnmodifiableCollection<T>
speiger.src.collections.objects.utils.ObjectSets.UnmodifiableSet<Float2FloatMap.Entry>
speiger.src.collections.floats.utils.maps.Float2FloatMaps.UnmodifyableEntrySet
speiger.src.collections.floats.utils.maps.Float2FloatMaps.UnmodifyableOrderedEntrySet
- Alle implementierten Schnittstellen:
Iterable<Float2FloatMap.Entry>,Collection<Float2FloatMap.Entry>,Set<Float2FloatMap.Entry>,ObjectCollection<Float2FloatMap.Entry>,ObjectIterable<Float2FloatMap.Entry>,ObjectOrderedSet<Float2FloatMap.Entry>,ObjectSet<Float2FloatMap.Entry>,ISizeProvider
- Umschließende Klasse:
Float2FloatMaps
public static class Float2FloatMaps.UnmodifyableOrderedEntrySet
extends Float2FloatMaps.UnmodifyableEntrySet
implements ObjectOrderedSet<Float2FloatMap.Entry>
The Unmodifyable Ordered Set implementation for the Unmodifyable Ordered Map implementation
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanA customized add method that allows you to insert into the first index.booleanA customized add method that allows you to insert into the last index.copy()A Function that does a shallow clone of the Collection itself.first()A method to get the first element in the setiterator()Returns a Type-Specific Iterator to reduce (un)boxingiterator(Float2FloatMap.Entry fromElement) A type Specific Iterator starting from a given keylast()A method to get the last element in the setbooleanA specific move method to move a given key to the first index.booleanA specific move method to move a given key to the last index.A method to get and remove the first element in the setpollLast()A method to get and remove the last element in the setVon Klasse geerbte Methoden speiger.src.collections.floats.utils.maps.Float2FloatMaps.UnmodifyableEntrySet
forEachVon Klasse geerbte Methoden speiger.src.collections.objects.utils.ObjectSets.UnmodifiableSet
addOrGetVon 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.ObjectOrderedSet
spliterator, synchronize, synchronize, unmodifiable
-
Methodendetails
-
addAndMoveToFirst
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA customized add method that allows you to insert into the first index.- Angegeben von:
addAndMoveToFirstin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Parameter:
o- the element that should be inserted- Gibt zurück:
- true if it was added
- Siehe auch:
-
addAndMoveToLast
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA customized add method that allows you to insert into the last index.- Angegeben von:
addAndMoveToLastin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Parameter:
o- the element that should be inserted- Gibt zurück:
- true if it was added
- Siehe auch:
-
moveToFirst
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA specific move method to move a given key to the first index.- Angegeben von:
moveToFirstin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Parameter:
o- that should be moved to the first index- Gibt zurück:
- true if the value was moved.
-
moveToLast
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA specific move method to move a given key to the last index.- Angegeben von:
moveToLastin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Parameter:
o- that should be moved to the first last- Gibt zurück:
- true if the value was moved.
-
copy
Beschreibung aus Schnittstelle kopiert:ObjectCollectionA Function that does a shallow clone of the Collection itself. This function is more optimized then a copy constructor since the Collection does not have to be unsorted/resorted. It can be compared to Cloneable but with less exception risk- Angegeben von:
copyin SchnittstelleObjectCollection<Float2FloatMap.Entry>- Angegeben von:
copyin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Angegeben von:
copyin SchnittstelleObjectSet<Float2FloatMap.Entry>- Setzt außer Kraft:
copyin KlasseObjectSets.UnmodifiableSet<Float2FloatMap.Entry>- Gibt zurück:
- a Shallow Copy of the collection
-
iterator
Beschreibung aus Schnittstelle kopiert:ObjectCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<Float2FloatMap.Entry>- Angegeben von:
iteratorin SchnittstelleIterable<Float2FloatMap.Entry>- Angegeben von:
iteratorin SchnittstelleObjectCollection<Float2FloatMap.Entry>- Angegeben von:
iteratorin SchnittstelleObjectIterable<Float2FloatMap.Entry>- Angegeben von:
iteratorin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Angegeben von:
iteratorin SchnittstelleObjectSet<Float2FloatMap.Entry>- Angegeben von:
iteratorin SchnittstelleSet<Float2FloatMap.Entry>- Setzt außer Kraft:
iteratorin KlasseFloat2FloatMaps.UnmodifyableEntrySet- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
iterator
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA type Specific Iterator starting from a given key- Angegeben von:
iteratorin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Parameter:
fromElement- the element the iterator should start from- Gibt zurück:
- a iterator starting from the given element
-
first
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA method to get the first element in the set- Angegeben von:
firstin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Gibt zurück:
- first element in the set
-
pollFirst
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA method to get and remove the first element in the set- Angegeben von:
pollFirstin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Gibt zurück:
- first element in the set
-
last
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA method to get the last element in the set- Angegeben von:
lastin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Gibt zurück:
- last element in the set
-
pollLast
Beschreibung aus Schnittstelle kopiert:ObjectOrderedSetA method to get and remove the last element in the set- Angegeben von:
pollLastin SchnittstelleObjectOrderedSet<Float2FloatMap.Entry>- Gibt zurück:
- last element in the set
-