org.hippoecm.hst.mock.util
Class IteratorEnumeration<E>
java.lang.Object
org.hippoecm.hst.mock.util.IteratorEnumeration<E>
- All Implemented Interfaces:
- Enumeration<E>
public class IteratorEnumeration<E>
- extends Object
- implements Enumeration<E>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorEnumeration
public IteratorEnumeration(Iterator<E> iterator)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<E>
nextElement
public E nextElement()
- Specified by:
nextElement
in interface Enumeration<E>
Copyright © 2008-2012 Hippo. All Rights Reserved.