| |||||||||
| 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 interator over elements of the list. |
| Method Detail |
|---|
java.util.Iterator<E> iterator()
throws ModelException
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||