|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of objects in this collection.public interface DomainObjectSet<T>
A set of domain objects of type T.
| Method Summary | |
|---|---|
List<T> |
getAll()
Returns the elements of this set as a list, in iteration order of this set. |
T |
getAt(int index)
Returns the element of this set at the given index in iteration order of this set. |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
List<T> getAll()
T getAt(int index)
throws IndexOutOfBoundsException
index - The index of the element to get.
IndexOutOfBoundsException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||