public interface LongSet extends LongCollection, Set<Long>
Set
with methods that are specific
for long
values.Modifier and Type | Method and Description |
---|---|
default Spliterator.OfLong |
spliterator() |
add, contains, longIterator, longStream, parallelLongStream, remove, spliterator, toLongArray
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
default Spliterator.OfLong spliterator()
spliterator
in interface Collection<Long>
spliterator
in interface Iterable<Long>
spliterator
in interface LongCollection
spliterator
in interface Set<Long>
Copyright © 2002–2025 Devexperts LLC. All rights reserved.