public abstract class RequestTask<T>
extends java.lang.Object
implements java.lang.Runnable
WARNING: This API is experimental and subject to breaking changes. Please see https://github.com/google/volley/wiki/Asynchronous-Volley for more details.
| Constructor and Description |
|---|
RequestTask(Request<T> request) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RequestTask<?> other) |
public int compareTo(RequestTask<?> other)