JAPI 0_6-alpha-2
Yet another Java API
API Documentation

net.sf.japi.util
Class EmptyEnumeration<E>

java.lang.Object
  extended by net.sf.japi.util.EmptyEnumeration<E>
All Implemented Interfaces:
Enumeration<E>

public class EmptyEnumeration<E>
extends Object
implements Enumeration<E>

Empty Enumeration.

Author:
Christian Hujer

Constructor Summary
EmptyEnumeration()
          Create a new EmptyEnumeration.
 
Method Summary
 boolean hasMoreElements()
          
 E nextElement()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyEnumeration

public EmptyEnumeration()
Create a new EmptyEnumeration.

Method Detail

hasMoreElements

public boolean hasMoreElements()

Specified by:
hasMoreElements in interface Enumeration<E>

nextElement

public E nextElement()

Specified by:
nextElement in interface Enumeration<E>

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright