| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.util.VectorEnumeration
public class VectorEnumeration
| Constructor Summary | |
|---|---|
| VectorEnumeration()Default Constructor | |
| VectorEnumeration(Vector vector)Constructor | |
| Method Summary | |
|---|---|
|  boolean | hasMoreElements()This methods returns true if Enumeration contains more elements | 
|  Object | nextElement()This method returns the next Object in the Enumeration | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public VectorEnumeration()
public VectorEnumeration(Vector vector)
vector - The Vector instance to create an Enumeration from| Method Detail | 
|---|
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface Enumeration| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||