org.mmbase.bridge
Interface FieldList

Package class diagram package 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 Not that since MMBase-1.9/Java 1.5 this list simply implements BridgeList<Field>.

Version:
$Id: FieldList.java 44632 2011-01-06 22:19:55Z michiel $
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 position in the list
 
Methods inherited from interface org.mmbase.bridge.BridgeList
getProperties, 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 position in the list

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

fieldIterator

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

Returns:
Field iterator


MMBase2 Bridge 2.0-SNAPSHOT - 2013-05-29T22:05