Joda System API

org.joda.property
Interface BeanList

All Superinterfaces:
java.util.Collection, java.util.List, java.io.Serializable
All Known Implementing Classes:
AbstractBeanList

public interface BeanList
extends java.util.List, java.io.Serializable

BeanList defines interfaces which want to specify a typecast list Bean objects. Typically, only one method is defined in subinterfaces - getXxx(int), where Xxx is the type held in the list. Thus, PersonList would define a Person getPerson(int index) method.

Author:
Stephen Colebourne

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
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.