org.mmbase.bridge
Interface StringList

All Superinterfaces:
BridgeList<String>, Collection<String>, Iterable<String>, List<String>
All Known Implementing Classes:
BasicStringList

public interface StringList
extends BridgeList<String>

A list of Strings

Version:
$Id: StringList.java,v 1.8 2007/02/10 15:47:42 nklasens Exp $
Author:
Pierre van Rooden

Method Summary
 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, subList
 
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, toArray, toArray
 

Method Detail

getString

String getString(int index)
Returns the string at the indicated postion in the list

Parameters:
index - the position of the string to retrieve
Returns:
string at the indicated postion

stringIterator

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

Returns:
String iterator


MMBase build 1.9.0.20081107