Uses of Interface
io.dialob.program.expr.arith.AbstractLogicalOperator
-
Packages that use AbstractLogicalOperator Package Description io.dialob.program.expr.arith -
-
Uses of AbstractLogicalOperator in io.dialob.program.expr.arith
Subinterfaces of AbstractLogicalOperator in io.dialob.program.expr.arith Modifier and Type Interface Description interfaceAbstractComparableRelationOperator<T extends Comparable<T>>interfaceAbstractRelationOperator<T>interfaceEqOperator<T>interfaceGeOperator<T extends Comparable<T>>interfaceGtOperator<T extends Comparable<T>>interfaceLeOperator<T extends Comparable<T>>interfaceLtOperator<T extends Comparable<T>>interfaceNeOperator<T>interfacePeriodGeOperatorinterfacePeriodGtOperatorinterfacePeriodLeOperatorinterfacePeriodLtOperatorClasses in io.dialob.program.expr.arith that implement AbstractLogicalOperator Modifier and Type Class Description classImmutableEqOperator<T>Immutable implementation ofEqOperator.classImmutableGeOperator<T extends Comparable<T>>Immutable implementation ofGeOperator.classImmutableGtOperator<T extends Comparable<T>>Immutable implementation ofGtOperator.classImmutableLeOperator<T extends Comparable<T>>Immutable implementation ofLeOperator.classImmutableLtOperator<T extends Comparable<T>>Immutable implementation ofLtOperator.classImmutableNeOperator<T>Immutable implementation ofNeOperator.classImmutablePeriodGeOperatorImmutable implementation ofPeriodGeOperator.classImmutablePeriodGtOperatorImmutable implementation ofPeriodGtOperator.classImmutablePeriodLeOperatorImmutable implementation ofPeriodLeOperator.classImmutablePeriodLtOperatorImmutable implementation ofPeriodLtOperator.
-