gnu.trove

Class TLongIterator


public class TLongIterator
extends TPrimitiveIterator

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

Constructor Summary

TLongIterator(TLongHash hash)
Creates a TLongIterator for the elements in the specified collection.

Method Summary

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

Constructor Details

TLongIterator

public TLongIterator(TLongHash hash)
Creates a TLongIterator for the elements in the specified collection.

Method Details

next

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

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