public interface TargetMatcher
Target.| Modifier and Type | Method and Description |
|---|---|
int |
getMatchedTypeId()
Get the matched type ID, which is merely used for indexing.
|
boolean |
test(Target target)
Return whether the given target is matched by this matcher.
|
int getMatchedTypeId()
boolean test(Target target)
target - the targetCopyright © 2015. All Rights Reserved.