public interface IntSet extends Cloneable, Comparable<IntSet>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IntSet.IntIterator
An
Iterator-like interface that allows to "skip" some elements of
the set |
| Modifier and Type | Method and Description |
|---|---|
IntSet |
clone()
See the
clone() of Object |
IntSet.IntIterator |
descendingIterator() |
boolean |
isEmpty() |
IntSet.IntIterator |
iterator() |
int |
size() |
compareToIntSet.IntIterator iterator()
IntSet.IntIterator instance to iterate over the setIntSet.IntIterator descendingIterator()
IntSet.IntIterator instance to iterate over the set in
descending orderint size()
boolean isEmpty()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.