org.mmbase.bridge.implementation
Class BasicStringList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.ArrayList
                    |
                    +--org.mmbase.bridge.implementation.BasicList
                          |
                          +--org.mmbase.bridge.implementation.BasicStringList
All Implemented Interfaces:
BridgeList, java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable, StringList

public class BasicStringList
extends BasicList
implements StringList

A list of Clouds

Version:
$Id: BasicStringList.java,v 1.5 2002/09/23 14:31:04 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Inner Class Summary
 class BasicStringList.BasicStringIterator
           
 
Inner classes inherited from class org.mmbase.bridge.implementation.BasicList
BasicList.BasicIterator
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 java.lang.String getString(int index)
          Returns the string at the indicated postion in the list
 StringIterator stringIterator()
          Returns an type-specific iterator for this list.
protected  java.lang.Object validate(java.lang.Object o)
           
 
Methods inherited from class org.mmbase.bridge.implementation.BasicList
add, add, contains, convert, convertAll, get, getProperty, set, setProperty, sort, sort, toArray
 
Methods inherited from class java.util.ArrayList
addAll, addAll, clear, clone, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, removeRange, size, 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 org.mmbase.bridge.BridgeList
getProperty, setProperty, sort, sort
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

validate

protected java.lang.Object validate(java.lang.Object o)
                             throws java.lang.ClassCastException
Overrides:
validate in class BasicList

getString

public java.lang.String getString(int index)
Description copied from interface: StringList
Returns the string at the indicated postion in the list
Specified by:
getString in interface StringList
Following copied from interface: org.mmbase.bridge.StringList
Parameters:
index - the position of the string to retrieve

stringIterator

public StringIterator stringIterator()
Description copied from interface: StringList
Returns an type-specific iterator for this list.
Specified by:
stringIterator in interface StringList


MMBase build 1.6.5.20030923