org.mmbase.bridge
Interface StringList

All Superinterfaces:
BridgeList, java.util.Collection, java.util.List
All Known Implementing Classes:
BasicStringList

public interface StringList
extends BridgeList

A list of Strings

Version:
$Id: StringList.java,v 1.4 2002/09/23 14:31:02 pierre Exp $
Author:
Pierre van Rooden

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.
 
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

getString

public java.lang.String getString(int index)
Returns the string at the indicated postion in the list
Parameters:
index - the position of the string to retrieve

stringIterator

public StringIterator stringIterator()
Returns an type-specific iterator for this list.


MMBase build 1.6.5.20030923