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