javax.naming
Class NameImplEnumerator

java.lang.Object
  |
  +--javax.naming.NameImplEnumerator
All Implemented Interfaces:
Enumeration

final class NameImplEnumerator
extends Object
implements Enumeration


Field Summary
(package private)  int count
           
(package private)  int limit
           
(package private)  Vector vector
           
 
Constructor Summary
(package private) NameImplEnumerator(Vector v, int start, int lim)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

Vector vector

count

int count

limit

int limit
Constructor Detail

NameImplEnumerator

NameImplEnumerator(Vector v,
                   int start,
                   int lim)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration