Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.fu
Class FuVectorPublic.ReverseEnumerator  view FuVectorPublic.ReverseEnumerator download FuVectorPublic.ReverseEnumerator.java

java.lang.Object
  extended bycom.memoire.fu.FuVectorPublic.ReverseEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
FuVectorPublic

private static final class FuVectorPublic.ReverseEnumerator
extends java.lang.Object
implements java.util.Enumeration


Field Summary
private  int count
           
private  FuVectorPublic vector
           
 
Constructor Summary
(package private) FuVectorPublic.ReverseEnumerator(FuVectorPublic _v)
           
 
Method Summary
 boolean hasMoreElements()
          Tests whether there are elements remaining in the enumeration.
 java.lang.Object nextElement()
          Obtain the next element in the enumeration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

private FuVectorPublic vector

count

private int count
Constructor Detail

FuVectorPublic.ReverseEnumerator

FuVectorPublic.ReverseEnumerator(FuVectorPublic _v)
Method Detail

hasMoreElements

public final boolean hasMoreElements()
Description copied from interface: java.util.Enumeration
Tests whether there are elements remaining in the enumeration.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public final java.lang.Object nextElement()
Description copied from interface: java.util.Enumeration
Obtain the next element in the enumeration.

Specified by:
nextElement in interface java.util.Enumeration