gnu.trove

Class TFloatIterator


public class TFloatIterator
extends TPrimitiveIterator

Iterator for float collections.
Version:
$Id: PIterator.template,v 1.1 2006/11/10 23:28:00 robeden Exp $
Author:
Eric D. Friedman

Constructor Summary

TFloatIterator(TFloatHash hash)
Creates a TFloatIterator for the elements in the specified collection.

Method Summary

float
next()
Advances the iterator to the next element in the underlying collection and returns it.

Constructor Details

TFloatIterator

public TFloatIterator(TFloatHash hash)
Creates a TFloatIterator for the elements in the specified collection.

Method Details

next

public float next()
Advances the iterator to the next element in the underlying collection and returns it.
Returns:
the next float in the collection

GNU Trove is copyright B) 2001-2008 Eric D. Friedman. All Rights Reserved.