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