java.lang.Object
java.util.AbstractCollection<Long>
speiger.src.collections.longs.collections.AbstractLongCollection
speiger.src.collections.longs.sets.AbstractLongSet
- Alle implementierten Schnittstellen:
Iterable<Long>,Collection<Long>,Set<Long>,LongCollection,LongIterable,LongSet,ISizeProvider
- Bekannte direkte Unterklassen:
ImmutableLongOpenHashSet,LongArraySet,LongAVLTreeSet,LongOpenCustomHashSet,LongOpenHashSet,LongRBTreeSet
Abstract Type Specific Set that reduces boxing/unboxing
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen speiger.src.collections.utils.ISizeProvider
ISizeProvider.CollectionSize -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()A Function that does a shallow clone of the Collection itself.booleaninthashCode()abstract LongIteratoriterator()Returns a Type-Specific Iterator to reduce (un)boxingVon Klasse geerbte Methoden speiger.src.collections.longs.collections.AbstractLongCollection
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remLong, remove, removeAll, removeAll, retainAll, retainAll, toLongArray, toLongArrayVon Klasse geerbte Methoden java.util.AbstractCollection
clear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, stream, toArrayVon Schnittstelle geerbte Methoden speiger.src.collections.utils.ISizeProvider
sizeVon Schnittstelle geerbte Methoden speiger.src.collections.longs.collections.LongCollection
add, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, spliterator, toLongArray, toLongArrayVon Schnittstelle geerbte Methoden speiger.src.collections.longs.collections.LongIterable
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.longs.sets.LongSet
add, contains, remLong, remove, remove, spliterator, synchronize, synchronize, unmodifiable
-
Konstruktordetails
-
AbstractLongSet
public AbstractLongSet()
-
-
Methodendetails
-
iterator
Beschreibung aus Schnittstelle kopiert:LongCollectionReturns a Type-Specific Iterator to reduce (un)boxing- Angegeben von:
iteratorin SchnittstelleCollection<Long>- Angegeben von:
iteratorin SchnittstelleIterable<Long>- Angegeben von:
iteratorin SchnittstelleLongCollection- Angegeben von:
iteratorin SchnittstelleLongIterable- Angegeben von:
iteratorin SchnittstelleLongSet- Angegeben von:
iteratorin SchnittstelleSet<Long>- Angegeben von:
iteratorin KlasseAbstractLongCollection- Gibt zurück:
- a iterator of the collection
- Siehe auch:
-
copy
Beschreibung aus Schnittstelle kopiert:LongCollectionA 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 SchnittstelleLongCollection- Angegeben von:
copyin SchnittstelleLongSet- Setzt außer Kraft:
copyin KlasseAbstractLongCollection- Gibt zurück:
- a Shallow Copy of the collection
-
hashCode
public int hashCode() -
equals
-