CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.util
Class EmptyEnumeration

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

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

EmptyEnumeration.

Version:
1.0 2001-02-25 Method getInstance added., 0.0 2000-01-02 Draft.
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland.

Field Summary
static EmptyEnumeration EMPTY_ENUMERATION
           
 
Method Summary
static EmptyEnumeration getInstance()
           
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ENUMERATION

public static final EmptyEnumeration EMPTY_ENUMERATION
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

getInstance

public static EmptyEnumeration getInstance()

(c) Werner Randelshofer.
All rights reserved.