Package | Description |
---|---|
com.koloboke.collect |
The root package of the collection library.
|
com.koloboke.collect.set |
Contains interfaces of
Set specializations and their factories. |
Modifier and Type | Method and Description |
---|---|
IntIterator |
IntCollection.iterator()
Deprecated.
Instead of explicit
iterator() calls, use IntCollection.cursor() ;
iterator() is still sensible only as a backing mechanism for Java 5's for-each
statements. |
Modifier and Type | Method and Description |
---|---|
IntIterator |
IntSet.iterator()
Deprecated.
Instead of explicit
iterator() calls, use IntCollection.cursor() ;
iterator() is still sensible only as a backing mechanism for Java 5's for-each
statements. |