|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleIterator | |
---|---|
com.koloboke.collect | The root package of the collection library. |
com.koloboke.collect.set | Contains interfaces of Set specializations and their factories. |
Uses of DoubleIterator in com.koloboke.collect |
---|
Methods in com.koloboke.collect that return DoubleIterator | |
---|---|
DoubleIterator |
DoubleCollection.iterator()
Deprecated. Instead of explicit iterator() calls, use DoubleCollection.cursor() ;
iterator() is still sensible only as a backing mechanism for Java 5's for-each
statements. |
Uses of DoubleIterator in com.koloboke.collect.set |
---|
Methods in com.koloboke.collect.set that return DoubleIterator | |
---|---|
DoubleIterator |
DoubleSet.iterator()
Deprecated. Instead of explicit iterator() calls, use DoubleCollection.cursor() ;
iterator() is still sensible only as a backing mechanism for Java 5's for-each
statements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |