public class EnumerationIterator<T> extends Object implements Iterator<T>
Enumeration
to follow the interface of Iterator
.Constructor and Description |
---|
EnumerationIterator(Enumeration<T> enumeration) |
public EnumerationIterator(Enumeration<T> enumeration)
Copyright © 2005–2013 The Spring Web Services Framework. All rights reserved.