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

R

RandomAccess - interface java.util.RandomAccess.
RandomAccess is implemented by List implementations that support fast (usually constant time) random access.
ReflectPermission - class java.lang.reflect.ReflectPermission.
The Permission class for reflective operations.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
ResourceBundle - class java.util.ResourceBundle.
 
ResourceBundle() - Constructor for class java.util.ResourceBundle
Sole constructor.
Runnable - interface java.lang.Runnable.
The runnable interface must be implemented by all classes which want to be run as threads.
RuntimeException - exception java.lang.RuntimeException.
This class is the superclass of all classes which represent exceptional conditions which occur as a result of the running of the virtual machine.
RuntimeException() - Constructor for class java.lang.RuntimeException
Constructs a new instance of this class with its walkback filled in.
RuntimeException(String) - Constructor for class java.lang.RuntimeException
Constructs a new instance of this class with its walkback and message filled in.
RuntimeException(String, Throwable) - Constructor for class java.lang.RuntimeException
Constructs a new instance of this class with its walkback, message and cause filled in.
RuntimeException(Throwable) - Constructor for class java.lang.RuntimeException
Constructs a new instance of this class with its walkback and cause filled in.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for this key from this map if present (optional operation).
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in interface java.util.Collection
Removes the first occurrence of the specified object from this Collection.
remove(Object) - Method in class java.util.Dictionary
Remove the key/value pair with the specified key from this Dictionary.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.HashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove() - Method in interface java.util.Iterator
Removes the last object returned by next from the collection.
remove(int) - Method in interface java.util.List
Removes the object at the specified location from this List.
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified object from this List.
remove() - Method in interface java.util.ListIterator
Removes the last object returned by next or previous from the list.
remove(Object) - Method in interface java.util.Map
Removes a mapping with the specified key from this Map.
remove(Object) - Method in interface java.util.Set
Removes any occurrence of the specified object from this Set.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
removeAll(Collection) - Method in class java.util.AbstractCollection
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Collection
Removes all occurrences in this Collection of each object in the specified Collection.
removeAll(Collection) - Method in interface java.util.List
Removes all occurrences in this List of each object in the specified Collection.
removeAll(Collection) - Method in interface java.util.Set
Removes all objects in the specified Collection from this Set.
removeAll(Collection) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this StringBuffer with characters in the specified String.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
retainAll(Collection) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.Collection
Removes all objects from this Collection that are not also found in the contents of collection.
retainAll(Collection) - Method in interface java.util.List
Removes all objects from this List that are not contained in the specified Collection.
retainAll(Collection) - Method in interface java.util.Set
Removes all objects from this Set that are not contained in the specified Collection.
retainAll(Collection) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
run() - Method in interface java.lang.Runnable
Begin doing the active part of the class' code.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

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