Class Not<E>

  • All Implemented Interfaces:
    Query<E>

    public class Not<E>
    extends AbstractQuery<E>

    Not class.

    Version:
    $Id: $Id
    Author:
    Long Dinh
    • Constructor Detail

      • Not

        public Not​(Query<E> negatedQuery)

        Constructor for Not.

        Parameters:
        negatedQuery - a Query object.