boolean | 
DoubleRange.containsRange(Range range) | 
 Tests whether the specified range occurs entirely within this range
 using double comparison. 
 | 
boolean | 
FloatRange.containsRange(Range range) | 
 Tests whether the specified range occurs entirely within this range
 using float comparison. 
 | 
boolean | 
IntRange.containsRange(Range range) | 
 Tests whether the specified range occurs entirely within this range
 using int comparison. 
 | 
boolean | 
LongRange.containsRange(Range range) | 
 Tests whether the specified range occurs entirely within this range
 using long comparison. 
 | 
boolean | 
Range.containsRange(Range range) | 
 Tests whether the specified range occurs entirely within this range. 
 | 
boolean | 
DoubleRange.overlapsRange(Range range) | 
 Tests whether the specified range overlaps with this range
 using double comparison. 
 | 
boolean | 
FloatRange.overlapsRange(Range range) | 
 Tests whether the specified range overlaps with this range
 using float comparison. 
 | 
boolean | 
IntRange.overlapsRange(Range range) | 
 Tests whether the specified range overlaps with this range
 using int comparison. 
 | 
boolean | 
LongRange.overlapsRange(Range range) | 
 Tests whether the specified range overlaps with this range
 using long comparison. 
 | 
boolean | 
Range.overlapsRange(Range range) | 
 Tests whether the specified range overlaps with this range. 
 |