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

I

indexOf(CharSequence, CharSequence) - Static method in class org.openide.util.CharSequences
Implementation of String.indexOf(String) for character sequences.
indexOf(CharSequence, CharSequence, int) - Static method in class org.openide.util.CharSequences
Implementation of String.indexOf(String,int) for character sequences.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.openide.util.RequestProcessor
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.openide.util.RequestProcessor

Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.

invokeAny(Collection<? extends Callable<T>>) - Method in class org.openide.util.RequestProcessor

Executes the given tasks, returning the result of one which has completed and cancelling any incomplete tasks.

invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.openide.util.RequestProcessor

Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.

isCompact(CharSequence) - Static method in class org.openide.util.CharSequences
Predicate to check if provides char sequence is based on compact implementation.
isEmpty() - Method in class org.openide.util.WeakSet
 
isExactMatch() - Method in class org.openide.util.MapFormat
Test whether both brackets are required in the expression.
isFinished() - Method in class org.openide.util.Task
Test whether the task has finished running.
isJavaIdentifier(String) - Static method in class org.openide.util.BaseUtilities
Test whether a given string is a valid Java identifier.
isMac() - Static method in class org.openide.util.BaseUtilities
Test whether NetBeans is running on Mac OS X.
isReadAccess() - Method in class org.openide.util.Mutex
Tests whether this thread has already entered the mutex in read access.
isReadAccess() - Method in interface org.openide.util.spi.MutexImplementation
 
isRequestProcessorThread() - Method in class org.openide.util.RequestProcessor
Tests if the current thread is request processor thread.
isShutdown() - Method in class org.openide.util.RequestProcessor
isTerminated() - Method in class org.openide.util.RequestProcessor
isUnix() - Static method in class org.openide.util.BaseUtilities
Test whether NetBeans is running on some variant of Unix.
isWindows() - Static method in class org.openide.util.BaseUtilities
Test whether NetBeans is running on some variant of Windows.
isWriteAccess() - Method in class org.openide.util.Mutex
Tests whether this thread has already entered the mutex in write access.
isWriteAccess() - Method in interface org.openide.util.spi.MutexImplementation
 
iterable(Iterator<E>) - Static method in class org.openide.util.NbCollections
Treat an Iterator as an Iterable so it can be used in an enhanced for-loop.
iterable(Enumeration<E>) - Static method in class org.openide.util.NbCollections
Treat an Enumeration as an Iterable so it can be used in an enhanced for-loop.
iterator() - Method in class org.openide.util.WeakSet
 
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.13