net.sf.btw.commons
Class ArrayUtils.ArrayEnumeration

java.lang.Object
  extended by net.sf.btw.commons.ArrayUtils.ArrayEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
ArrayUtils

public static final class ArrayUtils.ArrayEnumeration
extends Object
implements Enumeration

Converts given object into an enumeration. For details see ArrayUtils.arrayToEnumeration(Object).

Author:
Martin Vysny

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

Constructor Detail

ArrayUtils.ArrayEnumeration

ArrayUtils.ArrayEnumeration(Object array)
Constructor.

Parameters:
array - array instance.
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration


Copyright © 2007 Moto a Judas. All Rights Reserved.