CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.util
Class ReverseVectorEnumeration

java.lang.Object
  extended by ch.randelshofer.util.ReverseVectorEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class ReverseVectorEnumeration
extends java.lang.Object
implements java.util.Enumeration

ReverseVectorEnumeration.

Version:
0.0 2000-01-02 Draft.
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland.

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

Constructor Detail

ReverseVectorEnumeration

public ReverseVectorEnumeration(java.util.Vector vector)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration

(c) Werner Randelshofer.
All rights reserved.