class OrderedHashMapIterator implements Iterator
Iterator for {@link OrderedHashMap} objects.
This class is internal and should not be used.
Methods
__construct(array $elements, array $orderedKeys, array $managedCursors) Creates a new iterator. | ||
__destruct() Removes the iterator's cursors from the managed cursors of the corresponding {@link OrderedHashMap} instance. | ||
current() {@inheritdoc} | ||
next() {@inheritdoc} | ||
key() {@inheritdoc} | ||
valid() {@inheritdoc} | ||
rewind() {@inheritdoc} |
Details
__construct(array $elements, array $orderedKeys, array $managedCursors)
Creates a new iterator.
__destruct()
Removes the iterator's cursors from the managed cursors of the corresponding {@link OrderedHashMap} instance.
current()
{@inheritdoc}
next()
{@inheritdoc}
key()
{@inheritdoc}
valid()
{@inheritdoc}
rewind()
{@inheritdoc}
Please login to continue.