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

Quick Search    Search Deep

com.memoire.fu
Class FuHashtablePublic.Enumerator  view FuHashtablePublic.Enumerator download FuHashtablePublic.Enumerator.java

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

private static final class FuHashtablePublic.Enumerator
extends java.lang.Object
implements java.util.Enumeration


Field Summary
private  FuHashtablePublic.Entry entry
           
private  int index
           
private  boolean keys
           
private  FuHashtablePublic.Entry[] table
           
 
Constructor Summary
(package private) FuHashtablePublic.Enumerator(FuHashtablePublic.Entry[] _table, boolean _keys)
           
 
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

keys

private boolean keys

index

private int index

table

private FuHashtablePublic.Entry[] table

entry

private FuHashtablePublic.Entry entry
Constructor Detail

FuHashtablePublic.Enumerator

FuHashtablePublic.Enumerator(FuHashtablePublic.Entry[] _table,
                             boolean _keys)
Method Detail

hasMoreElements

public 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 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