railo.runtime.type.it
Class EntryIterator

java.lang.Object
  extended by 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>>


Nested Class Summary
 class EntryIterator.EntryImpl
           
 
Constructor Summary
EntryIterator(Collection coll, Collection.Key[] keys)
           
 
Method Summary
 boolean hasMoreElements()
           
 boolean hasNext()
           
 Map.Entry<Collection.Key,Object> next()
           
 Map.Entry<Collection.Key,Object> nextElement()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryIterator

public EntryIterator(Collection coll,
                     Collection.Key[] keys)
Method Detail

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