public class IteratorEnumeration<E> extends Object implements Enumeration<E>
Constructor and Description |
---|
IteratorEnumeration(Iterator<E> iterator) |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<E>
public E nextElement()
nextElement
in interface Enumeration<E>
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.