Interface IMatcher
-
- All Known Implementing Classes:
AttributeLayout
public interface IMatcher
Interface for a class that can perform matching on flag values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(long value)
-
-
-
Method Detail
-
matches
boolean matches(long value)
-
-