public final class PivotFilterCollection extends Object implements Iterable<PivotFilter>
PivotFilter
s.Modifier and Type | Method and Description |
---|---|
PivotFilter |
get(PivotField field)
Gets the
PivotFilter for the specified pivot field. |
Iterator<PivotFilter> |
iterator()
Returns an iterator that iterates through the
PivotFilter s. |
int |
size()
Gets the total number of
PivotFilter s in the PivotFilterCollection . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public PivotFilter get(PivotField field)
PivotFilter
for the specified pivot field.field
- The pivot field of the PivotFilter
to get.PivotFilter
for the specified pivot field.public Iterator<PivotFilter> iterator()
PivotFilter
s.iterator
in interface Iterable<PivotFilter>
PivotFilter
s.public int size()
PivotFilter
s in the PivotFilterCollection
.PivotFilter
s in the PivotFilterCollection
.© GemBox d.o.o. — All rights reserved.