railo.runtime.type.it
Class EntryIterator
java.lang.Object
railo.runtime.type.it.EntryIterator
- All Implemented Interfaces:
- Enumeration<Map.Entry<Collection.Key,Object>>, Iterator<Map.Entry<Collection.Key,Object>>
- Direct Known Subclasses:
- ComponentAccessEntryIterator
public class EntryIterator
- extends Object
- implements Iterator<Map.Entry<Collection.Key,Object>>, Enumeration<Map.Entry<Collection.Key,Object>>
EntryIterator
public EntryIterator(Collection coll,
Collection.Key[] keys)
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>>
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<Map.Entry<Collection.Key,Object>>
nextElement
public Map.Entry<Collection.Key,Object> nextElement()
- Specified by:
nextElement
in interface Enumeration<Map.Entry<Collection.Key,Object>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Map.Entry<Collection.Key,Object>>
Copyright © 2012 Railo