org.mmbase.bridge
Interface FieldList

All Superinterfaces:
BridgeList<Field>, Collection<Field>, Iterable<Field>, List<Field>
All Known Implementing Classes:
BasicFieldList

public interface FieldList
extends BridgeList<Field>

A list of field types

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

Method Summary
 FieldIterator fieldIterator()
          Returns an type-specific iterator for this list.
 Field getField(int index)
          Returns the Field at the indicated postion in the 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

getField

Field getField(int index)
Returns the Field at the indicated postion in the list

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

fieldIterator

FieldIterator fieldIterator()
Returns an type-specific iterator for this list.

Returns:
Field iterator


MMBase build 1.9.0.20081107