Class NMatchOperation

    • Constructor Detail

      • NMatchOperation

        public NMatchOperation​(NMatchOperation.MatchMode behaviour)
        nMatch operation where target matches is specified on a per-invocation basis.
      • NMatchOperation

        public NMatchOperation​(NMatchOperation.MatchMode behaviour,
                               int n)
                        throws java.lang.IllegalArgumentException
        nMatch operation with the target matches pre-specified.
        Parameters:
        behaviour - How to interpret what n means.
        n - The number of target matches.
        Throws:
        java.lang.IllegalArgumentException - If n is less than zero.