public interface GlobPattern<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
filter(List<T> objects)
Filters the given list of objects using this
pattern.
|
List<T> |
filter(T... objects)
Filters the given array of objects using this
pattern.
|
boolean |
match(T obj)
Checks if this pattern matches the given obj.
|
Copyright © 2012. All Rights Reserved.