public class CompositeEnumeration extends Object implements Enumeration<URL>
Constructor and Description |
---|
CompositeEnumeration(List<Enumeration<URL>> enumerators) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
URL |
nextElement() |
public CompositeEnumeration(List<Enumeration<URL>> enumerators)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<URL>
public URL nextElement()
nextElement
in interface Enumeration<URL>
Copyright © 2009–2023 Oracle Corporation. All rights reserved.