|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.util.VectorEnumeration
| Constructor Summary | |
VectorEnumeration()
Default Constructor |
|
VectorEnumeration(java.util.Vector vector)
Constructor |
|
| Method Summary | |
boolean |
hasMoreElements()
This methods returns true if Enumeration contains more elements |
java.lang.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(java.util.Vector vector)
vector - The Vector instance to create an Enumeration from| Method Detail |
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||