public class ObjectsEntryIterator extends Object implements Iterator<Map.Entry<Collection.Key,Object>>
Modifier and Type | Class and Description |
---|---|
class |
ObjectsEntryIterator.EntryImpl |
Constructor and Description |
---|
ObjectsEntryIterator(Collection.Key[] keys,
Objects objs) |
ObjectsEntryIterator(Iterator<Collection.Key> keys,
Objects objs) |
public ObjectsEntryIterator(Collection.Key[] keys, Objects objs)
public ObjectsEntryIterator(Iterator<Collection.Key> keys, Objects objs)
public boolean hasNext()
hasNext
in interface Iterator<Map.Entry<Collection.Key,Object>>
public Map.Entry<Collection.Key,Object> next()
next
in interface Iterator<Map.Entry<Collection.Key,Object>>
Copyright © 2015 Lucee