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