Class InMatcher

  • All Implemented Interfaces:
    Matcher

    public class InMatcher
    extends java.lang.Object
    implements Matcher
    • Constructor Summary

      Constructors 
      Constructor Description
      InMatcher​(java.lang.String attribute, java.lang.Object[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InMatcher

        public InMatcher​(java.lang.String attribute,
                         java.lang.Object[] values)
    • Method Detail

      • match

        public boolean match​(java.lang.Object value)
        Specified by:
        match in interface Matcher