T - public class EnumerationIterator<T>
extends java.lang.Object
implements java.lang.Iterable<T>, java.util.Iterator<T>
| Constructor and Description |
|---|
EnumerationIterator(java.util.Enumeration<? extends T> e) |
public EnumerationIterator(java.util.Enumeration<? extends T> e)
public static <T> EnumerationIterator<T> iterator(java.util.Enumeration<? extends T> e)
public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.