com.sun.faces.context
abstract class BaseContextMap.BaseIterator<E> extends java.lang.Object implements java.util.Iterator<E>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
currentKey |
protected java.util.Enumeration |
e |
protected boolean |
removeCalled |
Constructor and Description |
---|
BaseContextMap.BaseIterator(java.util.Enumeration e) |
protected java.util.Enumeration e
protected java.lang.String currentKey
protected boolean removeCalled
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
public java.lang.String nextKey()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.