|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.integration.rest.entity.GroupEntityList
public class GroupEntityList
Contains a list of GroupEntitys.
| Constructor Summary | |
|---|---|
GroupEntityList(java.util.List<GroupEntity> groups)
|
|
| Method Summary | |
|---|---|
GroupEntity |
get(int index)
|
boolean |
isEmpty()
|
java.util.Iterator<GroupEntity> |
iterator()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupEntityList(java.util.List<GroupEntity> groups)
| Method Detail |
|---|
public int size()
public boolean isEmpty()
public GroupEntity get(int index)
public java.util.Iterator<GroupEntity> iterator()
iterator in interface java.lang.Iterable<GroupEntity>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||