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

Quick Search    Search Deep

org.eclipse.jdt.internal.junit.runner
Class CustomHashtable.EmptyEnumerator  view CustomHashtable.EmptyEnumerator download CustomHashtable.EmptyEnumerator.java

java.lang.Object
  extended byorg.eclipse.jdt.internal.junit.runner.CustomHashtable.EmptyEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
CustomHashtable

private static final class CustomHashtable.EmptyEnumerator
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
private CustomHashtable.EmptyEnumerator()
           
 
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
 

Constructor Detail

CustomHashtable.EmptyEnumerator

private CustomHashtable.EmptyEnumerator()
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