Class Interval<T extends Comparable<T>>

  • All Implemented Interfaces:
    Predicate<T>

    public class Interval<T extends Comparable<T>>
    extends Object
    implements Predicate<T>
    Simple interval implementation. Used to use guava's Range for this, but this was all we need. Just cutting the dependency. It's not hard to convert this to a guava's Range.
    Since:
    0.4
    Author:
    Michiel Meeuwissen