railo.runtime.type.it
Class ObjectsEntryIterator
java.lang.Object
railo.runtime.type.it.ObjectsEntryIterator
- All Implemented Interfaces:
- Iterator<Map.Entry<Collection.Key,Object>>
public class ObjectsEntryIterator
- extends Object
- implements Iterator<Map.Entry<Collection.Key,Object>>
ObjectsEntryIterator
public ObjectsEntryIterator(Collection.Key[] keys,
Objects objs)
ObjectsEntryIterator
public ObjectsEntryIterator(Iterator<Collection.Key> keys,
Objects objs)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Map.Entry<Collection.Key,Object>>
next
public Map.Entry<Collection.Key,Object> next()
- Specified by:
next
in interface Iterator<Map.Entry<Collection.Key,Object>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Map.Entry<Collection.Key,Object>>
Copyright © 2012 Railo