public class GroupCriterionCollection extends AbstractCollection<GroupCriterion>
Contains a collection of GroupCriterion
objects.
Implements ICollection<GroupCriterion> interface.
Modifier and Type | Method and Description |
---|---|
boolean |
add(GroupCriterion item) |
Group |
getParentGroup()
Gets the parent of the GroupCriterion object.
|
Iterator<GroupCriterion> |
iterator() |
GroupCriterion |
remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.
|
int |
size() |
List<GroupCriterion> |
toList()
Converts a GroupCriterion collection to a list of
GroupCriterion objects. |
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public Iterator<GroupCriterion> iterator()
iterator
in interface Iterable<GroupCriterion>
iterator
in interface Collection<GroupCriterion>
iterator
in class AbstractCollection<GroupCriterion>
public boolean add(GroupCriterion item)
add
in interface Collection<GroupCriterion>
add
in class AbstractCollection<GroupCriterion>
public GroupCriterion remove(int index)
index
- the specified position to remove the element at.public int size()
size
in interface Collection<GroupCriterion>
size
in class AbstractCollection<GroupCriterion>
public List<GroupCriterion> toList()
Converts a GroupCriterion collection to a list of GroupCriterion
objects.
GroupCriterion
objects.public Group getParentGroup()
Gets the parent of the GroupCriterion object.
Read-only Group
.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.