Skip navigation links
org.openide.util 9.16
A B C D E F G H I J L M N O P Q R S T U V W X 

R

read() - Method in class org.openide.util.io.NullInputStream
 
read() - Method in class org.openide.util.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.openide.util.io.ReaderInputStream
 
readAccess(Mutex.Action<T>) - Method in class org.openide.util.Mutex
Run an action only with read access.
readAccess(Mutex.ExceptionAction<T>) - Method in class org.openide.util.Mutex
Run an action with read access and possibly throw a checked exception.
readAccess(Runnable) - Method in class org.openide.util.Mutex
Run an action with read access, returning no result.
readAccess(Runnable) - Method in interface org.openide.util.spi.MutexImplementation
 
readAccess(Mutex.ExceptionAction<T>) - Method in interface org.openide.util.spi.MutexImplementation
 
readClassDescriptor() - Method in class org.openide.util.io.NbObjectInputStream
Provides a special handling for renaming of serialized classes.
ReaderInputStream - Class in org.openide.util.io
This class convert Reader to InputStream.
ReaderInputStream(Reader) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader.
ReaderInputStream(Reader, String) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader and encoding.
readSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
Reads an object from the given object input.
remove(Object) - Method in class org.openide.util.WeakSet
 
removeAll(Collection<?>) - Method in class org.openide.util.WeakSet
 
removeChangeListener(ChangeListener) - Method in class org.openide.util.ChangeSupport
Removes a ChangeListener from the listener list.
removeDuplicates(Enumeration<T>) - Static method in class org.openide.util.Enumerations
Filters the input enumeration to new one that should contain each of the provided elements just once.
removeNulls(Enumeration<T>) - Static method in class org.openide.util.Enumerations
Removes all nulls from the input enumeration.
removeTaskListener(TaskListener) - Method in class org.openide.util.Task
Remove a listener from the task.
replaceObject(Object) - Method in class org.openide.util.io.NbObjectOutputStream
 
RequestProcessor - Class in org.openide.util
Request processor is Executor (since version 7.16) capable to perform asynchronous requests in a dedicated thread pool.
RequestProcessor() - Constructor for class org.openide.util.RequestProcessor
Creates new RequestProcessor with automatically assigned unique name.
RequestProcessor(String) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with throughput 1.
RequestProcessor(Class<?>) - Constructor for class org.openide.util.RequestProcessor
Convenience constructor for a new RequestProcessor with throughput 1.
RequestProcessor(String, int) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with defined throughput.
RequestProcessor(String, int, boolean) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with defined throughput which can support interruption of the thread the processor runs in.
RequestProcessor(String, int, boolean, boolean) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor that allows to disable stack trace filling.
RequestProcessor.Task - Class in org.openide.util
The task describing the request sent to the processor.
resize(int) - Method in class org.openide.util.WeakSet
compact set if it is empty by setting new capacity
resolveClass(ObjectStreamClass) - Method in class org.openide.util.io.NbObjectInputStream
 
retainAll(Collection<?>) - Method in class org.openide.util.WeakSet
 
root() - Static method in class org.openide.util.NbPreferences
Returns the root preference node.
run() - Method in interface org.openide.util.Mutex.Action
Execute the action.
run() - Method in interface org.openide.util.Mutex.ExceptionAction
Execute the action.
run() - Method in class org.openide.util.RequestProcessor.Task
 
run() - Method in class org.openide.util.Task
Start the task.
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links
org.openide.util 9.16