org.slim3.struts.test
Class EmptyEnumeration<T>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyEnumeration
public EmptyEnumeration()
- Constructor.
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.