public final class ObjrefEnumeration extends Object implements Enumeration, Serializable
Constructor and Description |
---|
ObjrefEnumeration() |
Modifier and Type | Method and Description |
---|---|
void |
add(Object obj) |
boolean |
hasMoreElements() |
Object |
nextElement() |
public void add(Object obj)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2018. All rights reserved.