TAdvancingIterator
, TByteByteIterator
, TByteCharIterator
, TByteDoubleIterator
, TByteFloatIterator
, TByteIntIterator
, TByteIterator
, TByteLongIterator
, TByteObjectIterator<V>
, TByteShortIterator
, TCharByteIterator
, TCharCharIterator
, TCharDoubleIterator
, TCharFloatIterator
, TCharIntIterator
, TCharIterator
, TCharLongIterator
, TCharObjectIterator<V>
, TCharShortIterator
, TDoubleByteIterator
, TDoubleCharIterator
, TDoubleDoubleIterator
, TDoubleFloatIterator
, TDoubleIntIterator
, TDoubleIterator
, TDoubleLongIterator
, TDoubleObjectIterator<V>
, TDoubleShortIterator
, TFloatByteIterator
, TFloatCharIterator
, TFloatDoubleIterator
, TFloatFloatIterator
, TFloatIntIterator
, TFloatIterator
, TFloatLongIterator
, TFloatObjectIterator<V>
, TFloatShortIterator
, TIntByteIterator
, TIntCharIterator
, TIntDoubleIterator
, TIntFloatIterator
, TIntIntIterator
, TIntIterator
, TIntLongIterator
, TIntObjectIterator<V>
, TIntShortIterator
, TLongByteIterator
, TLongCharIterator
, TLongDoubleIterator
, TLongFloatIterator
, TLongIntIterator
, TLongIterator
, TLongLongIterator
, TLongObjectIterator<V>
, TLongShortIterator
, TObjectByteIterator<K>
, TObjectCharIterator<K>
, TObjectDoubleIterator<K>
, TObjectFloatIterator<K>
, TObjectIntIterator<K>
, TObjectLongIterator<K>
, TObjectShortIterator<K>
, TPrimitiveIterator
, TShortByteIterator
, TShortCharIterator
, TShortDoubleIterator
, TShortFloatIterator
, TShortIntIterator
, TShortIterator
, TShortLongIterator
, TShortObjectIterator<V>
, TShortShortIterator
gnu.trove.impl.hash.THashIterator
, TObjectHashIterator
public interface TIterator
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Returns true if the iterator can be advanced past its current location.
|
void |
remove() |
Removes the last entry returned by the iterator.
|
boolean hasNext()
boolean
valuevoid remove()