Class Range<E extends Comparable<E>>

  • All Implemented Interfaces:
    Serializable

    public final class Range<E extends Comparable<E>>
    extends Object
    implements Serializable
    If the value for from is null this means, that the range contains all values less or equal to to. If the value for () to is null this means, that the range contains all values greater or equal to from. If both the value for from and to is null this means, that the range contains all values.
    See Also:
    Serialized Form