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