OrderedHashMapIterator
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
at line line 75
__construct(array $elements, array $orderedKeys, array $managedCursors)
Creates a new iterator.
at line line 91
__destruct()
Removes the iterator's cursors from the managed cursors of the corresponding {@link OrderedHashMap} instance.
at line line 103
current()
{@inheritdoc}
at line line 113
next()
{@inheritdoc}
at line line 131
key()
{@inheritdoc}
at line line 141
valid()
{@inheritdoc}
at line line 151
rewind()
{@inheritdoc}