FreeHEP API
Version current

org.freehep.preview
Class VectorEnumeration

java.lang.Object
  extended byorg.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

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.