|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.portals.bridges.portletfilter.PortletFilterConfig.Enumerator
Uitlity class to wraps an Iterator
Field Summary | |
private Iterator |
iterator
The Iterator over which the Enumeration
represented by this class actually operates. |
Constructor Summary | |
PortletFilterConfig.Enumerator(Iterator iterator)
Return an Enumeration over the values returned by the specified Iterator. |
Method Summary | |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
Object |
nextElement()
Returns the next element of this enumeration if this enumeration has at least one more element to provide. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Iterator iterator
Iterator
over which the Enumeration
represented by this class actually operates.
Constructor Detail |
public PortletFilterConfig.Enumerator(Iterator iterator)
iterator
- Iterator to be wrappedMethod Detail |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
true
if and only if this enumeration object
contains at least one more element to
provide, false
otherwisepublic Object nextElement() throws NoSuchElementException
nextElement
in interface Enumeration
NoSuchElementException
- if no more elements exist
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |