File
Doc
Category
Size
Date
Package
Range.java
API Doc
Android 5.1 API
1399
Sat Mar 14 14:09:40 GMT 2015
android.util
Range
java.lang.Object
public final class Range extends Object
Fields Summary
Constructors Summary
public Range
(
T
lower,
T
upper)
throw new RuntimeException("Stub!");
Methods Summary
public
T
clamp
(
T
value)
throw new RuntimeException("Stub!");
public
boolean
contains
(
T
value)
throw new RuntimeException("Stub!");
public
boolean
contains
(
android.util.Range
range)
throw new RuntimeException("Stub!");
public static
android.util.Range
create
(
T
lower,
T
upper)
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
obj)
throw new RuntimeException("Stub!");
public
android.util.Range
extend
(
android.util.Range
range)
throw new RuntimeException("Stub!");
public
android.util.Range
extend
(
T
lower,
T
upper)
throw new RuntimeException("Stub!");
public
android.util.Range
extend
(
T
value)
throw new RuntimeException("Stub!");
public
T
getLower
()
throw new RuntimeException("Stub!");
public
T
getUpper
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
android.util.Range
intersect
(
T
lower,
T
upper)
throw new RuntimeException("Stub!");
public
android.util.Range
intersect
(
android.util.Range
range)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
Java Code Source