|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SeparatorList.Separator<E>
A separator heading the elements of a group.
| Method Summary | |
|---|---|
E |
first()
A convenience method to get the first element from this group. |
List<E> |
getGroup()
Get the List of all elements in this group. |
int |
getLimit()
Get the maximum number of elements in this group to show. |
void |
setLimit(int limit)
Set the maximum number of elements in this group to show. |
int |
size()
A convenience method to get the number of elements in this group. |
| Method Detail |
|---|
int getLimit()
void setLimit(int limit)
This method requires the write lock of the SeparatorList to be
held during invocation.
List<E> getGroup()
List of all elements in this group.
This method requires the read lock of the SeparatorList
to be held during invocation.
E first()
int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||