org.mmbase.bridge.implementation
Class BasicFieldList

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

public class BasicFieldList
extends BasicList
implements FieldList

A list of fields

Version:
$Id: BasicFieldList.java,v 1.8 2002/10/03 12:28:10 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Inner Class Summary
 class BasicFieldList.BasicFieldIterator
           
 
Inner classes inherited from class org.mmbase.bridge.implementation.BasicList
BasicList.BasicIterator
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 java.lang.Object convert(java.lang.Object o, int index)
           
 FieldIterator fieldIterator()
          Returns an type-specific iterator for this list.
 Field getField(int index)
          Returns the Field at the indicated postion in the list
protected  java.lang.Object validate(java.lang.Object o)
           
 
Methods inherited from class org.mmbase.bridge.implementation.BasicList
add, add, contains, 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

convert

public java.lang.Object convert(java.lang.Object o,
                                int index)
Overrides:
convert in class BasicList

validate

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

getField

public Field getField(int index)
Description copied from interface: FieldList
Returns the Field at the indicated postion in the list
Specified by:
getField in interface FieldList
Following copied from interface: org.mmbase.bridge.FieldList
Parameters:
index - the position of the Field to retrieve

fieldIterator

public FieldIterator fieldIterator()
Description copied from interface: FieldList
Returns an type-specific iterator for this list.
Specified by:
fieldIterator in interface FieldList


MMBase build 1.6.5.20030923