站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

SerializableEnumeration (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.collection
Class SerializableEnumeration

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byorg.jboss.util.collection.SerializableEnumeration
All Implemented Interfaces:
Cloneable, Collection, Enumeration, List, RandomAccess, Serializable

public class SerializableEnumeration
extends ArrayList
implements Enumeration

???

Version:
$Revision: 1.1 $
Author:
???
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SerializableEnumeration()
           
SerializableEnumeration(Collection c)
           
SerializableEnumeration(int initialCapacity)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

SerializableEnumeration

public SerializableEnumeration()

SerializableEnumeration

public SerializableEnumeration(Collection c)

SerializableEnumeration

public SerializableEnumeration(int initialCapacity)
Method Detail

hasMoreElements

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

nextElement

public Object nextElement()
                   throws NoSuchElementException
Specified by:
nextElement in interface Enumeration
Throws:
NoSuchElementException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.