Modifier and Type | Method and Description |
---|---|
GroupCriterion |
GroupCriterionCollection.get(int index)
(@inheritDoc}
|
GroupCriterion |
GroupCriterionCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<GroupCriterion> |
GroupCriteria.iterator() |
List<GroupCriterion> |
GroupCriteria.toList()
Converts a GroupCriterion collection to a list of
GroupCriterion objects. |
List<GroupCriterion> |
GroupCriterionCollection.toList()
Converts a GroupCriterion collection to a list of
GroupCriterion objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCriteria.add(GroupCriterion item)
Adds an item to the collection.
|
boolean |
GroupCriterionCollection.add(GroupCriterion item)
Adds the specified item to this collection.
|
void |
GroupCriterionCollection.add(int index,
GroupCriterion element)
Inserts the specified element at the specified position in this list.
|
boolean |
GroupCriteria.contains(GroupCriterion item)
Returns true if this collection contains the specified item.
|
void |
GroupCriteria.copyTo(GroupCriterion[] array,
int arrayIndex)
Copies the elements from the specified array to this collection starting from the specified index.
|
boolean |
GroupCriteria.remove(GroupCriterion item)
Removes the specified item from this collection.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.