Package | Description |
---|---|
com.streamscape.lib.filter |
Modifier and Type | Method and Description |
---|---|
boolean |
FilterMap.containsFilter(CompositeFilter compositeFilter)
Checks if the map contains objects matching the specified filter.
|
static boolean |
FilterUtils.matches(java.lang.String pattern,
CompositeFilter compositeFilter) |
void |
FilterMap.put(CompositeFilter compositeFilter,
java.lang.Object object)
Puts the specified object with the specified filter to the map.
|
void |
FilterMap.remove(CompositeFilter compositeFilter,
java.lang.Object object)
Removes the specified object matching the specified filter.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.