|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.ldap.client.ArrayEnumeration
public class ArrayEnumeration
| Field Summary | |
|---|---|
private java.lang.Object[] |
eArray
|
private int |
index
|
| Constructor Summary | |
|---|---|
ArrayEnumeration(java.lang.Object[] eArray)
Constructor to create the Enumeration |
|
| Method Summary | |
|---|---|
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Object[] eArray
private int index
| Constructor Detail |
|---|
public ArrayEnumeration(java.lang.Object[] eArray)
eArray - the array to use for the Enumeration| Method Detail |
|---|
public final boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration
public final java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface java.util.Enumerationjava.util.NoSuchElementException
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||