|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.ArrayNamingEnumeration<T>
public class ArrayNamingEnumeration<T>
A NamingEnumeration over an array of objects.
Constructor Summary | |
---|---|
ArrayNamingEnumeration(T[] objects)
Creates a NamingEnumeration over an array of objects. |
Method Summary | |
---|---|
void |
close()
|
boolean |
hasMore()
|
boolean |
hasMoreElements()
|
T |
next()
|
T |
nextElement()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayNamingEnumeration(T[] objects)
objects
- the objects to enumerate overMethod Detail |
---|
public void close()
close
in interface javax.naming.NamingEnumeration<T>
public boolean hasMore()
hasMore
in interface javax.naming.NamingEnumeration<T>
public T next()
next
in interface javax.naming.NamingEnumeration<T>
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration<T>
public T nextElement()
nextElement
in interface java.util.Enumeration<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |