public interface LongSet extends java.util.Set<java.lang.Long>, LongCollection
ISizeProvider.CollectionSize| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(java.lang.Long e)
Deprecated.
|
default boolean |
contains(java.lang.Object o)
Deprecated.
|
LongSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
LongIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default boolean |
remLong(long o)
A Type-Specific remove function that reduces (un)boxing.
|
boolean |
remove(long o)
A Type Specific remove function to reduce boxing/unboxing
|
default boolean |
remove(java.lang.Object o)
Deprecated.
|
default LongSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
default LongSet |
synchronize()
Creates a Wrapped Set that is Synchronized
|
default LongSet |
synchronize(java.lang.Object mutex)
Creates a Wrapped Set that is Synchronized
|
default LongSet |
unmodifiable()
Creates a Wrapped Set that is unmodifiable
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, parallelPrimitiveStream, pour, primitiveStream, remIf, removeAll, removeAll, removeIf, retainAll, retainAll, toLongArray, toLongArrayarrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, forEachIndexed, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, pourAsSet, reduce, reduce, repeat, sortedof, sizeLongIterator iterator()
LongCollectioniterator in interface java.util.Collection<java.lang.Long>iterator in interface java.lang.Iterable<java.lang.Long>iterator in interface LongCollectioniterator in interface LongIterableiterator in interface java.util.Set<java.lang.Long>Collection.iterator()LongSet copy()
LongCollectioncopy in interface LongCollectionboolean remove(long o)
o - the element that should be removeddefault boolean remLong(long o)
LongCollectionremLong in interface LongCollectiono - the element that should be removedCollection.remove(Object)@Deprecated default boolean add(java.lang.Long e)
LongCollectionThis default implementation delegates to the corresponding type-specific function.
add in interface java.util.Collection<java.lang.Long>add in interface LongCollectionadd in interface java.util.Set<java.lang.Long>@Deprecated default boolean contains(java.lang.Object o)
LongCollectionThis default implementation delegates to the corresponding type-specific function.
contains in interface java.util.Collection<java.lang.Long>contains in interface LongCollectioncontains in interface java.util.Set<java.lang.Long>@Deprecated default boolean remove(java.lang.Object o)
LongCollectionThis default implementation delegates to the corresponding type-specific function.
remove in interface java.util.Collection<java.lang.Long>remove in interface LongCollectionremove in interface java.util.Set<java.lang.Long>default LongSet synchronize()
synchronize in interface LongCollectionLongSets.synchronize(speiger.src.collections.longs.sets.LongSet)default LongSet synchronize(java.lang.Object mutex)
synchronize in interface LongCollectionmutex - is the controller of the synchronization blockLongSets.synchronize(speiger.src.collections.longs.sets.LongSet)default LongSet unmodifiable()
unmodifiable in interface LongCollectionLongSets.unmodifiable(speiger.src.collections.longs.sets.LongSet)default LongSplititerator spliterator()
spliterator in interface java.util.Collection<java.lang.Long>spliterator in interface java.lang.Iterable<java.lang.Long>spliterator in interface LongCollectionspliterator in interface LongIterablespliterator in interface java.util.Set<java.lang.Long>