|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListModel<E>
A model representing a list. It supplies a method to iterate over elements of the list. The order of elements returned by this list model's iterator cannot be guaranteed.
If an implementation overrides the #equals(Object) and
#hashCode() method the hash code should be computed according to
List.hashCode().
| Method Summary | |
|---|---|
java.util.Iterator<E> |
iterator()
Returns an Iterator over elements of the list. |
| Method Detail |
|---|
java.util.Iterator<E> iterator()
throws ModelException
Iterator over elements of the list.
ModelException - if creation of iterator fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||