Interface RangeFacet<T>

All Superinterfaces:
Facet

@Deprecated public interface RangeFacet<T> extends Facet
Deprecated.
See the deprecation note on FacetContext.
Author:
Hardy Ferentschik
  • Method Details

    • getMin

      T getMin()
      Deprecated.
      Returns:
      the lower boundary of this range
    • getMax

      T getMax()
      Deprecated.
      Returns:
      the upper boundary of this range
    • isIncludeMin

      boolean isIncludeMin()
      Deprecated.
      Returns:
      true if the lower boundary is included in the range, false otherwise
    • isIncludeMax

      boolean isIncludeMax()
      Deprecated.
      Returns:
      true if the upper boundary is included in the range, false otherwise