javax.naming
Class NameImplEnumerator
java.lang.Object
|
+--javax.naming.NameImplEnumerator
- All Implemented Interfaces:
- Enumeration
- final class NameImplEnumerator
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vector
Vector vector
count
int count
limit
int limit
NameImplEnumerator
NameImplEnumerator(Vector v,
int start,
int lim)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration