A B C D E F G H I K L M N O P Q R S T U V

R

readAsciiLine(InputStream) - 类 net.tsz.afinal.bitmap.core.LruDiskCache 中的静态方法
Returns the ASCII characters up to but not including the next "\r\n", or "\n".
readFully(Reader) - 类 net.tsz.afinal.bitmap.core.LruDiskCache 中的静态方法
Returns the remainder of 'reader' as a string, closing it when done.
remove(String) - 类 net.tsz.afinal.bitmap.core.LruDiskCache 中的方法
Drops the entry for key if it exists and can be removed.
remove(K) - 类 net.tsz.afinal.bitmap.core.LruMemoryCache 中的方法
Removes the entry for key if it exists.
remove(Object) - 类 net.tsz.afinal.core.AbstractCollection 中的方法
Removes one instance of the specified object from this Collection if one is contained (optional).
remove() - 类 net.tsz.afinal.core.ArrayDeque 中的方法
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - 类 net.tsz.afinal.core.ArrayDeque 中的方法
Removes a single instance of the specified element from this deque.
remove() - 接口 net.tsz.afinal.core.Deque 中的方法
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - 接口 net.tsz.afinal.core.Deque 中的方法
Removes the first occurrence of the specified element from this deque.
remove() - 接口 net.tsz.afinal.core.Queue 中的方法
Retrieves and removes the head of this queue.
remove(String) - 类 net.tsz.afinal.http.AjaxParams 中的方法
 
removeAll(Collection<?>) - 类 net.tsz.afinal.core.AbstractCollection 中的方法
Removes all occurrences in this Collection of each object in the specified Collection (optional).
removeFirst() - 类 net.tsz.afinal.core.ArrayDeque 中的方法
 
removeFirst() - 接口 net.tsz.afinal.core.Deque 中的方法
Retrieves and removes the first element of this deque.
removeFirstOccurrence(Object) - 类 net.tsz.afinal.core.ArrayDeque 中的方法
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - 接口 net.tsz.afinal.core.Deque 中的方法
Removes the first occurrence of the specified element from this deque.
removeLast() - 类 net.tsz.afinal.core.ArrayDeque 中的方法
 
removeLast() - 接口 net.tsz.afinal.core.Deque 中的方法
Retrieves and removes the last element of this deque.
removeLastOccurrence(Object) - 类 net.tsz.afinal.core.ArrayDeque 中的方法
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - 接口 net.tsz.afinal.core.Deque 中的方法
Removes the last occurrence of the specified element from this deque.
retainAll(Collection<?>) - 类 net.tsz.afinal.core.AbstractCollection 中的方法
Removes all objects from this Collection that are not also found in the Collection passed (optional).
RetryHandler - net.tsz.afinal.http 中的 类
 
RetryHandler(int) - 类 net.tsz.afinal.http.RetryHandler 的构造方法
 
retryRequest(IOException, int, HttpContext) - 类 net.tsz.afinal.http.RetryHandler 中的方法
 

A B C D E F G H I K L M N O P Q R S T U V