Interface ShortIterator
- All Known Subinterfaces:
MutableShortIterator
- All Known Implementing Classes:
ByteShortHashMap.InternalShortIterator
,CharShortHashMap.InternalShortIterator
,DoubleShortHashMap.InternalShortIterator
,FloatShortHashMap.InternalShortIterator
,ImmutableEmptyShortIterator
,ImmutableShortArrayList.InternalShortIterator
,ImmutableShortMapKeySet.InternalShortIterator
,ImmutableShortShortMapKeySet.InternalShortIterator
,IntShortHashMap.InternalShortIterator
,LongShortHashMap.InternalShortIterator
,ObjectShortHashMap.InternalShortIterator
,ObjectShortHashMapWithHashingStrategy.InternalShortIterator
,ReverseShortIterable.ReverseShortIterator
,SelectShortIterable.SelectShortIterator
,ShortArrayList.InternalShortIterator
,ShortBooleanHashMap.KeySetIterator
,ShortByteHashMap.KeySetIterator
,ShortCharHashMap.KeySetIterator
,ShortDoubleHashMap.KeySetIterator
,ShortFloatHashMap.KeySetIterator
,ShortHashBag.InternalIterator
,ShortHashSet.ImmutableShortHashSet.InternalShortIterator
,ShortHashSet.InternalShortIterator
,ShortIntHashMap.KeySetIterator
,ShortLongHashMap.KeySetIterator
,ShortObjectHashMap.KeysSetIterator
,ShortShortHashMap.InternalShortIterator
,ShortShortHashMap.KeySetIterator
,SingletonShortIterator
,TapShortIterable.TapShortIterator
,UnmodifiableShortIterator
public interface ShortIterator
ShortIterator is an iterator over a ShortIterable.
This file was automatically generated from template file primitiveIterator.stg.
- Since:
- 3.0.
-
Method Summary
-
Method Details
-
next
short next() -
hasNext
boolean hasNext()
-