org.freehep.preview
Class VectorEnumeration
java.lang.Object
org.freehep.preview.VectorEnumeration
- All Implemented Interfaces:
- Enumeration
- public class VectorEnumeration
- extends Object
- implements Enumeration
Re-usable enumeration for java.util.Vector
- Version:
- $Id: VectorEnumeration.java,v 1.1 2000/11/22 13:48:30 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- VectorEnumeration.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorEnumeration
public VectorEnumeration()
VectorEnumeration
public VectorEnumeration(Vector vector)
reset
public void reset(Vector vector)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 2000-2004 FreeHEP, All Rights Reserved.