gnu.trove
Class TDoubleIterator
TPrimitiveIterator
gnu.trove.TDoubleIterator
public class TDoubleIterator
extends TPrimitiveIterator
Iterator for double collections.
$Id: PIterator.template,v 1.1 2006/11/10 23:28:00 robeden Exp $TDoubleIterator(TDoubleHash hash) - Creates a TDoubleIterator for the elements in the specified collection.
|
double | next() - Advances the iterator to the next element in the underlying collection
and returns it.
|
TDoubleIterator
public TDoubleIterator(TDoubleHash hash)
Creates a TDoubleIterator for the elements in the specified collection.
next
public double next()
Advances the iterator to the next element in the underlying collection
and returns it.
- the next double in the collection
GNU Trove is copyright B) 2001-2008 Eric D. Friedman. All Rights Reserved.