| Constructor Summary |
|---|
MultipleFilterCollection()
Constructs one new instance. |
| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | getMatchBlank() | |
method | setMatchBlank(value) | |
| Indicates whether to filter by blank. | ||
method | get(index) | |
DateTimeGroupItem or a simple object.
|
||
| Method Summary | ||
|---|---|---|
method | add(type, year, month, day) | |
method | add(type, year, month, day, hour, minute, second) | |
method | add(filter) | |
Adds string filter.
|
||
method | iterator() | |
int getCount()
boolean getMatchBlank() / setMatchBlank(value)
Object get(index)
index - add(filter)
filter: String - The filter data.add(type, year, month, day)
type - A DateTimeGroupingType value.add(type, year, month, day, hour, minute, second)
type - A DateTimeGroupingType value.Iterator iterator()