A C D G H I L N R S T V 

A

add(E) - Method in class nextflow.util.ArrayTuple
 
add(int, E) - Method in class nextflow.util.ArrayTuple
 
addAll(Collection<? extends E>) - Method in class nextflow.util.ArrayTuple
 
addAll(int, Collection<? extends E>) - Method in class nextflow.util.ArrayTuple
 
ArrayTuple<E> - Class in nextflow.util
Provides a basic tuple implementation extending an ArrayList and not allowing any content change operation
ArrayTuple() - Constructor for class nextflow.util.ArrayTuple
 
ArrayTuple(Collection<E>) - Constructor for class nextflow.util.ArrayTuple
 
ArrayTuple(int) - Constructor for class nextflow.util.ArrayTuple
 

C

CacheHelper - Class in nextflow.util
Provide helper method to handle caching
CacheHelper() - Constructor for class nextflow.util.CacheHelper
 
CacheHelper.HashMode - Enum in nextflow.util
 
clear() - Method in class nextflow.util.ArrayTuple
 

D

defaultHasher() - Static method in class nextflow.util.CacheHelper
 

G

Globs - Class in nextflow.file
 
Globs() - Constructor for class nextflow.file.Globs
 

H

hasher(Object) - Static method in class nextflow.util.CacheHelper
 
hasher(Object, CacheHelper.HashMode) - Static method in class nextflow.util.CacheHelper
 
hasher(HashFunction, Object, CacheHelper.HashMode) - Static method in class nextflow.util.CacheHelper
 
hasher(Hasher, Object, CacheHelper.HashMode) - Static method in class nextflow.util.CacheHelper
 

I

iterator() - Method in class nextflow.util.ArrayTuple
 
iterator() - Method in class nextflow.util.ServiceDiscover
Lazily loads the available providers of this loader's service.

L

listIterator(int) - Method in class nextflow.util.ArrayTuple
 
load(Class<S>, ClassLoader) - Static method in class nextflow.util.ServiceDiscover
Creates a new service loader for the given service type and class loader.
load(Class<S>) - Static method in class nextflow.util.ServiceDiscover
Creates a new service loader for the given service type, using the current thread's context class loader.
loadInstalled(Class<S>) - Static method in class nextflow.util.ServiceDiscover
Creates a new service loader for the given service type, using the extension class loader.

N

nextflow.file - package nextflow.file
 
nextflow.util - package nextflow.util
 

R

reload() - Method in class nextflow.util.ServiceDiscover
Clear this loader's provider cache so that all providers will be reloaded.
remove(Object) - Method in class nextflow.util.ArrayTuple
 
remove(int) - Method in class nextflow.util.ArrayTuple
 
removeAll(Collection<?>) - Method in class nextflow.util.ArrayTuple
 
retainAll(Collection<?>) - Method in class nextflow.util.ArrayTuple
 

S

ServiceDiscover<S> - Class in nextflow.util
A simple service-provider loading facility.
set(int, E) - Method in class nextflow.util.ArrayTuple
 
subList(int, int) - Method in class nextflow.util.ArrayTuple
 

T

toString() - Method in class nextflow.util.ServiceDiscover
Returns a string describing this service.

V

valueOf(String) - Static method in enum nextflow.util.CacheHelper.HashMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum nextflow.util.CacheHelper.HashMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G H I L N R S T V