org.zkoss.util
Class CollectionsX.OneEnumeration<E>

java.lang.Object
  extended by org.zkoss.util.CollectionsX.OneEnumeration<E>
All Implemented Interfaces:
java.util.Enumeration<E>
Enclosing class:
CollectionsX

public static final class CollectionsX.OneEnumeration<E>
extends java.lang.Object
implements java.util.Enumeration<E>

An enumeration that enumerates one element.


Constructor Summary
CollectionsX.OneEnumeration(E one)
           
 
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

CollectionsX.OneEnumeration

public CollectionsX.OneEnumeration(E one)
Method Detail

hasMoreElements

public final boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration<E>

nextElement

public final E nextElement()
Specified by:
nextElement in interface java.util.Enumeration<E>


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo