public class GroupEntityList extends Object implements Iterable<GroupEntity>
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 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.