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