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