FreeHEP API
Version v1.2

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

Constructor Summary
VectorEnumeration()
           
VectorEnumeration(Vector vector)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 void reset(Vector vector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorEnumeration

public VectorEnumeration()

VectorEnumeration

public VectorEnumeration(Vector vector)
Method Detail

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

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.