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