public class FilterCollection extends AbstractCollection<Filter>
Contains a list of Filter
objects.
Implements ICollection<Filter> interface.
Modifier and Type | Method and Description |
---|---|
boolean |
add(Filter item) |
void |
clear() |
boolean |
contains(Filter item)
Returns true if this collection contains the specified item.
|
void |
copyTo(Filter[] array,
int arrayIndex)
Copies the elements from the specified array to this collection starting from the specified index.
|
Project |
getParentProject()
Gets the parent of the Filters object.
|
Iterator<Filter> |
iterator() |
boolean |
remove(Filter item)
Removes the specified item from this collection.
|
int |
size() |
List<Filter> |
toList()
Converts a filter collection to a list of
Filter 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 Iterator<Filter> iterator()
iterator
in interface Iterable<Filter>
iterator
in interface Collection<Filter>
iterator
in class AbstractCollection<Filter>
public boolean add(Filter item)
add
in interface Collection<Filter>
add
in class AbstractCollection<Filter>
public void clear()
clear
in interface Collection<Filter>
clear
in class AbstractCollection<Filter>
public boolean contains(Filter item)
item
- the specified item.public void copyTo(Filter[] array, int arrayIndex)
array
- the specified array.arrayIndex
- specified starting index.public boolean remove(Filter item)
item
- the specified item.public int size()
size
in interface Collection<Filter>
size
in class AbstractCollection<Filter>
public List<Filter> toList()
Converts a filter collection to a list of Filter
objects.
Filter
objects.public Project getParentProject()
Gets the parent of the Filters object.
Read-only Project
.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.