Uses of Interface
net.openhft.koloboke.collect.DoubleIterator

Packages that use DoubleIterator
net.openhft.koloboke.collect The root package of the collection library. 
net.openhft.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
 

Uses of DoubleIterator in net.openhft.koloboke.collect
 

Methods in net.openhft.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 net.openhft.koloboke.collect.set
 

Methods in net.openhft.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.