Class ProperIncludesEvaluator

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class ProperIncludesEvaluator
    extends ProperIncludes
    • Constructor Detail

      • ProperIncludesEvaluator

        public ProperIncludesEvaluator()
    • Method Detail

      • properlyIncludes

        public static java.lang.Boolean properlyIncludes​(java.lang.Object left,
                                                         java.lang.Object right,
                                                         java.lang.String precision,
                                                         Context context)
      • intervalProperlyIncludes

        public static java.lang.Boolean intervalProperlyIncludes​(Interval left,
                                                                 Interval right,
                                                                 java.lang.String precision,
                                                                 Context context)
      • listProperlyIncludes

        public static java.lang.Boolean listProperlyIncludes​(java.lang.Iterable<?> left,
                                                             java.lang.Iterable<?> right,
                                                             Context context)