Class: javax.naming.NameImplEnumerator
- final class NameImplEnumerator
- implements Enumeration
Inheritance
Superclass tree:- java.lang.Object
- javax.naming.NameImplEnumerator
- Enumeration<E>
Methods
-
NameImplEnumeratortop
NameImplEnumerator(Vector v, int start, int lim) -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
Fields
-
count
int count -
limit
int limit -
vector
Vector vector
