Interface Bounds<T extends Comparable<T>>

Type Parameters:
T - the type of Bounds
All Superinterfaces:
Serializable

public interface Bounds<T extends Comparable<T>> extends Serializable
Describes a pair of lower and upper bounds for a Comparable value.