org.slim3.struts.test
Class EmptyEnumeration<T>

java.lang.Object
  extended by org.slim3.struts.test.EmptyEnumeration<T>
Type Parameters:
T - the type
All Implemented Interfaces:
Enumeration<T>

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

An empty Enumeration.

Since:
3.0
Author:
higa

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

Constructor Detail

EmptyEnumeration

public EmptyEnumeration()
Constructor.

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<T>

nextElement

public T nextElement()
Specified by:
nextElement in interface Enumeration<T>


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.