Interface IMatcher

All Known Implementing Classes:
AttributeLayout

public interface IMatcher
Interface for a class that can perform matching on flag values.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(long value)
     
  • Method Details

    • matches

      boolean matches(long value)