public class EntryIterator extends Object implements Iterator<Map.Entry<Collection.Key,Object>>, Enumeration<Map.Entry<Collection.Key,Object>>
Modifier and Type | Class and Description |
---|---|
class |
EntryIterator.EntryImpl |
Constructor and Description |
---|
EntryIterator(Collection coll,
Collection.Key[] keys) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
boolean |
hasNext() |
Map.Entry<Collection.Key,Object> |
next() |
Map.Entry<Collection.Key,Object> |
nextElement() |
void |
remove() |
public EntryIterator(Collection coll, Collection.Key[] keys)
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>>
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Map.Entry<Collection.Key,Object>>
public Map.Entry<Collection.Key,Object> nextElement()
nextElement
in interface Enumeration<Map.Entry<Collection.Key,Object>>
Copyright © 2015 Lucee