public interface IntSet extends Set<Integer>
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i) |
IntIterator |
intIterator() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamIntIterator intIterator()
void add(int i)
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.