| Modifier and Type | Field and Description |
|---|---|
protected List<Filter> |
children
The child list of this branch filter
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBranchFilter(Filter... children)
Instantiates a new branch filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
getChildren()
Gets the children below this BranchNode.
|
boolean |
isLeaf()
Tests to see if this filter is a leaf or branch node.
|
protected AbstractBranchFilter(Filter... children)
children - the child filtersCopyright © 2016. All rights reserved.