public class TFloatIterator extends TPrimitiveIterator
| Modifier and Type | Field and Description |
|---|---|
private TFloatHash |
_hash
the collection on which the iterator operates
|
_expectedSize, _index| Constructor and Description |
|---|
TFloatIterator(TFloatHash hash)
Creates a TFloatIterator for the elements in the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
float |
next()
Advances the iterator to the next element in the underlying collection
and returns it.
|
nextIndexhasNext, moveToNextIndex, removeprivate final TFloatHash _hash
public TFloatIterator(TFloatHash hash)