All LDAP Classes
Internal LDAP Classes

com.novell.ldap.client
Class ArrayEnumeration

java.lang.Object
  extended by com.novell.ldap.client.ArrayEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class ArrayEnumeration
extends java.lang.Object
implements java.util.Enumeration


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

eArray

private java.lang.Object[] eArray

index

private int index
Constructor Detail

ArrayEnumeration

public ArrayEnumeration(java.lang.Object[] eArray)
Constructor to create the Enumeration

Parameters:
eArray - the array to use for the Enumeration
Method Detail

hasMoreElements

public final boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public final java.lang.Object nextElement()
                                   throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration
Throws:
java.util.NoSuchElementException

All LDAP Classes
Internal LDAP Classes

Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000