class Immutable::Map::Trie::EntryIterator(K, V)
- Immutable::Map::Trie::EntryIterator(K, V)
- Reference
- Object
Included Modules
- Iterator({K, V})
Defined in:
immutable/map/trie.crConstructors
Instance Method Summary
-
#next : Tuple(K, V) | Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next : Tuple(K, V) | Stop
#
Description copied from module Iterator({K, V})
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.