- Alle Superschnittstellen:
Collection<Integer>,IntCollection,IntIterable,ISizeProvider,Iterable<Integer>,Set<Integer>
- Alle bekannten Unterschnittstellen:
IntNavigableSet,IntOrderedSet,IntSortedSet
- Alle bekannten Implementierungsklassen:
AbstractIntSet,ImmutableIntOpenHashSet,IntArraySet,IntAVLTreeSet,IntLinkedOpenCustomHashSet,IntLinkedOpenHashSet,IntOpenCustomHashSet,IntOpenHashSet,IntRBTreeSet,IntSets.UnmodifiableSet
A Type Specific Set class to reduce boxing/unboxing
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault booleanVeraltet.default booleanVeraltet.copy()A Function that does a shallow clone of the Collection itself.iterator()Returns a Type-Specific Iterator to reduce (un)boxingdefault booleanremInt(int o) A Type-Specific remove function that reduces (un)boxing.booleanremove(int o) A Type Specific remove function to reduce boxing/unboxingdefault booleanVeraltet.default IntSplititeratorA Type Specific Type Splititerator to reduce boxing/unboxingdefault IntSetCreates a Wrapped Set that is Synchronizeddefault IntSetsynchronize(Object mutex) Creates a Wrapped Set that is Synchronizeddefault IntSetCreates a Wrapped Set that is unmodifiableVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.ints.collections.IntCollection
add, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toIntArray, toIntArrayVon Schnittstelle geerbte Methoden speiger.src.collections.ints.collections.IntIterable
arrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedVon Schnittstelle geerbte Methoden speiger.src.collections.utils.ISizeProvider
size
-
Methodendetails
-
iterator
IntIterator iterator()Beschreibung aus Schnittstelle kopiert:IntCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<Integer>- Angegeben von:
iteratorin SchnittstelleIntCollection- Angegeben von:
iteratorin SchnittstelleIntIterable- Angegeben von:
iteratorin SchnittstelleIterable<Integer>- Angegeben von:
iteratorin SchnittstelleSet<Integer>- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
copy
IntSet copy()Beschreibung aus Schnittstelle kopiert:IntCollectionA 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 SchnittstelleIntCollection- Gibt zurück:
- a Shallow Copy of the collection
-
remove
boolean remove(int o) A Type Specific remove function to reduce boxing/unboxing- Parameter:
o- the element that should be removed- Gibt zurück:
- true if the element was removed
-
remInt
default boolean remInt(int o) Beschreibung aus Schnittstelle kopiert:IntCollectionA Type-Specific remove function that reduces (un)boxing.- Angegeben von:
remIntin SchnittstelleIntCollection- Parameter:
o- the element that should be removed- Gibt zurück:
- true if the element was removed
- Siehe auch:
-
add
Veraltet.Beschreibung aus Schnittstelle kopiert:IntCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
addin SchnittstelleCollection<Integer>- Angegeben von:
addin SchnittstelleIntCollection- Angegeben von:
addin SchnittstelleSet<Integer>
-
contains
Veraltet.Beschreibung aus Schnittstelle kopiert:IntCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
containsin SchnittstelleCollection<Integer>- Angegeben von:
containsin SchnittstelleIntCollection- Angegeben von:
containsin SchnittstelleSet<Integer>
-
remove
Veraltet.Beschreibung aus Schnittstelle kopiert:IntCollectionThis default implementation delegates to the corresponding type-specific function.
- Angegeben von:
removein SchnittstelleCollection<Integer>- Angegeben von:
removein SchnittstelleIntCollection- Angegeben von:
removein SchnittstelleSet<Integer>
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleIntCollection- Gibt zurück:
- a new Set that is synchronized
- Siehe auch:
-
synchronize
Creates a Wrapped Set that is Synchronized- Angegeben von:
synchronizein SchnittstelleIntCollection- Parameter:
mutex- is the controller of the synchronization block- Gibt zurück:
- a new Set Wrapper that is synchronized
- Siehe auch:
-
unmodifiable
Creates a Wrapped Set that is unmodifiable- Angegeben von:
unmodifiablein SchnittstelleIntCollection- Gibt zurück:
- a new Set Wrapper that is unmodifiable
- Siehe auch:
-
spliterator
A Type Specific Type Splititerator to reduce boxing/unboxing- Angegeben von:
spliteratorin SchnittstelleCollection<Integer>- Angegeben von:
spliteratorin SchnittstelleIntCollection- Angegeben von:
spliteratorin SchnittstelleIntIterable- Angegeben von:
spliteratorin SchnittstelleIterable<Integer>- Angegeben von:
spliteratorin SchnittstelleSet<Integer>- Gibt zurück:
- type specific splititerator
-