ariba.util.core
Class NamedList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
ariba.util.core.Vector
ariba.util.core.NamedList
- All Implemented Interfaces:
- Externalizable, Serializable, Cloneable, Iterable, Collection, List
public class NamedList
- extends Vector
- implements Externalizable
- See Also:
- Serialized Form
| Methods inherited from class ariba.util.core.Vector |
add, add, addAll, addElement, addElementIfAbsent, addElements, addElementsIfAbsent, capacity, clear, clone, contains, containsIdentical, copyInto, copyInto, count, elementArray, elementArrayNoCopy, elementAt, elements, elements, ensureCapacity, equals, firstElement, get, indexOf, indexOf, indexOfIdentical, indexOfIdentical, insertElementAfter, insertElementAt, insertElementBefore, isEmpty, isModifiable, lastElement, lastIndexOf, lastIndexOf, onlyContains, remove, remove, removeAll, removeAll, removeAllElements, removeElement, removeElementAt, removeElementIdentical, removeFirstElement, removeLastElement, removeRange, replaceElement, replaceElementAt, set, setElementAt, setUnmodifiable, size, sort, sortStrings, trimToSize |
NamedList
public NamedList(String name)
NamedList
public NamedList(List original)
- This constructor creates NamedList of NamedLists
from a vector of vectors.
NamedList
public NamedList()
name
public String name()
namedListNamed
public NamedList namedListNamed(String vectorName)
toString
public String toString()
- Description copied from class:
Vector
- Returns the Vector's string representation.
- Overrides:
toString in class Vector
- Returns:
- a formatted string representation of the Vector's
contents. It will be recursivly formated if the Vector
contains other Lists or Maps.
writeExternal
public void writeExternal(ObjectOutput output)
throws IOException
- Description copied from class:
Vector
- Writes this Vector's data out to the given stream. Implementation of
the Externalizable interface
- Specified by:
writeExternal in interface Externalizable- Overrides:
writeExternal in class Vector
- Parameters:
output - the stream to write the object to
- Throws:
IOException - Includes any I/O exceptions that may occur
readExternal
public void readExternal(ObjectInput input)
throws IOException,
ClassNotFoundException
- Description copied from class:
Vector
- Reads object data from the given input and restores the contents of this
object. Implementation of the Externalizable interface.
- Specified by:
readExternal in interface Externalizable- Overrides:
readExternal in class Vector
- Parameters:
input - the stream to read data from in order to restore the object
- Throws:
IOException - if I/O errors occur
ClassNotFoundException - If the class for an object being
restored cannot be found.
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.