public class GroupCriteria extends AbstractCollection<GroupCriterion>
Contains a collection of GroupCriterion
objects.
Extends AbstractCollection<GroupCriterion>
class.
Modifier and Type | Method and Description |
---|---|
boolean |
add(GroupCriterion item)
Adds an item to the collection.
|
void |
clear() |
boolean |
contains(GroupCriterion item)
Returns true if this collection contains the specified item.
|
void |
copyTo(GroupCriterion[] array,
int arrayIndex)
Copies the elements from the specified array to this collection starting from the specified index.
|
Group |
getParentGroup()
Gets the parent of the GroupCriterion object.
|
Iterator<GroupCriterion> |
iterator() |
boolean |
remove(GroupCriterion item)
Removes the specified item from this collection.
|
int |
size()
Returns the number of elements in this collection.
|
List<GroupCriterion> |
toList()
Converts a GroupCriterion collection to a list of
GroupCriterion objects. |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public Group getParentGroup()
Gets the parent of the GroupCriterion object.
Read-only Group
.
public boolean add(GroupCriterion item)
add
in interface Collection<GroupCriterion>
add
in class AbstractCollection<GroupCriterion>
item
- GroupCriterion item to be added.public void clear()
clear
in interface Collection<GroupCriterion>
clear
in class AbstractCollection<GroupCriterion>
public boolean contains(GroupCriterion item)
item
- the specified item.public void copyTo(GroupCriterion[] array, int arrayIndex)
array
- the specified array.arrayIndex
- specified starting index.public Iterator<GroupCriterion> iterator()
iterator
in interface Iterable<GroupCriterion>
iterator
in interface Collection<GroupCriterion>
iterator
in class AbstractCollection<GroupCriterion>
public boolean remove(GroupCriterion item)
item
- the specified item.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.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.