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 |
---|---|
List<GroupCriterion> |
GroupCriterionCollection.toList()
Converts a GroupCriterion collection to a list of
GroupCriterion objects. |
Modifier and Type | Method and Description |
---|---|
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.
|