public class UserEntityList extends Object implements Iterable<UserEntity>
Modifier and Type | Field and Description |
---|---|
static String |
USER_LIST_FIELD_NAME
Name of the user list field.
|
Constructor and Description |
---|
UserEntityList(List<UserEntity> users) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
get(int index) |
boolean |
isEmpty() |
Iterator<UserEntity> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final String USER_LIST_FIELD_NAME
public UserEntityList(List<UserEntity> users)
public int size()
public boolean isEmpty()
public UserEntity get(int index)
public Iterator<UserEntity> iterator()
iterator
in interface Iterable<UserEntity>
Copyright © 2021 Atlassian. All rights reserved.