Package gnu.trove.iterator

Interface Summary
TAdvancingIterator Common interface for iterators that operate via the "advance" method for moving the cursor to the next element.
TCharIterator Iterator for char collections.
TIntCharIterator Iterator for maps of type int and char.
TIntIntIterator Iterator for maps of type int and int.
TIntIterator Iterator for int collections.
TIntLongIterator Iterator for maps of type int and long.
TIntObjectIterator<V> Iterator for maps of type int and Object.
TIterator Common interface for all iterators used in Trove.
TLongIntIterator Iterator for maps of type long and int.
TLongIterator Iterator for long collections.
TLongLongIterator Iterator for maps of type long and long.
TLongObjectIterator<V> Iterator for maps of type long and Object.
TObjectIntIterator<K> Iterator for maps of type Object and int.
TObjectLongIterator<K> Iterator for maps of type Object and long.
TPrimitiveIterator Implements all iterator functions for the hashed object set.
 



Copyright © 2000-2010 VeriSign Inc. All Rights Reserved