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, toLongArrayadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streamdefault Spliterator.OfLong spliterator()
spliterator in interface Collection<Long>spliterator in interface Iterable<Long>spliterator in interface LongCollectionspliterator in interface Set<Long>Copyright © 2002–2025 Devexperts LLC. All rights reserved.