public class IntHashSet extends HashSet<Integer> implements IntSet
| Constructor and Description |
|---|
IntHashSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i) |
IntIterator |
intIterator() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic IntIterator intIterator()
intIterator in interface IntSetCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.