FileDocCategorySizeDatePackage
Range.javaAPI DocAndroid 5.1 API1399Sat Mar 14 14:09:40 GMT 2015android.util

Range

public final class Range extends Object

Fields Summary
Constructors Summary
public Range(T lower, T upper)

 throw new RuntimeException("Stub!"); 
Methods Summary
public Tclamp(T value)

 throw new RuntimeException("Stub!"); 
public booleancontains(T value)

 throw new RuntimeException("Stub!"); 
public booleancontains(android.util.Range range)

 throw new RuntimeException("Stub!"); 
public static android.util.Rangecreate(T lower, T upper)

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public android.util.Rangeextend(android.util.Range range)

 throw new RuntimeException("Stub!"); 
public android.util.Rangeextend(T lower, T upper)

 throw new RuntimeException("Stub!"); 
public android.util.Rangeextend(T value)

 throw new RuntimeException("Stub!"); 
public TgetLower()

 throw new RuntimeException("Stub!"); 
public TgetUpper()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public android.util.Rangeintersect(T lower, T upper)

 throw new RuntimeException("Stub!"); 
public android.util.Rangeintersect(android.util.Range range)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");