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

A

accept(T) - Method in interface it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException
 
accumulator() - Method in class it.tidalwave.util.spi.ArrayListCollectorSupport
 
ANY - it.tidalwave.util.thread.ThreadType
 
apply(T) - Method in interface it.tidalwave.util.FunctionalCheckedExceptionWrappers.FunctionWithException
 
ArrayListCollectorSupport<COLLECTED_TYPE,​COLLECTING_TYPE> - Class in it.tidalwave.util.spi
A support Collector which uses an ArrayList as the accumulator.
ArrayListCollectorSupport() - Constructor for class it.tidalwave.util.spi.ArrayListCollectorSupport
 
as(Class<T>) - Method in interface it.tidalwave.util.As
Returns an adapter to this object of the specified type.
as(Class<T>) - Method in interface it.tidalwave.util.spi.AsDelegate
 
as(Class<T>) - Method in class it.tidalwave.util.spi.AsSupport
Returns an adapter to this object of the specified type.
as(Class<T>, As.NotFoundBehaviour<T>) - Method in interface it.tidalwave.util.As
Returns an adapter to this object of the specified type.
as(Class<T>, As.NotFoundBehaviour<T>) - Method in class it.tidalwave.util.spi.AsSupport
Returns an adapter to this object of the specified type.
As - Interface in it.tidalwave.util
Objects implementing this interface can provide am adapter of the required type.
As.Defaults - Class in it.tidalwave.util
 
As.NotFoundBehaviour<T> - Interface in it.tidalwave.util
 
ASCENDING - it.tidalwave.util.Finder.SortDirection
 
AsDelegate - Interface in it.tidalwave.util.spi
 
AsDelegateProvider - Interface in it.tidalwave.util.spi
 
AsDelegateProvider - Static variable in interface it.tidalwave.util.spi.AsDelegateProvider
 
AsDelegateProvider.Locator - Class in it.tidalwave.util.spi
 
AsException - Exception in it.tidalwave.util
This exception is thrown by an as(...) method that is expected to retrieve a role for a given datum, when the role is not found.
AsException(Class<?>) - Constructor for exception it.tidalwave.util.AsException
Creates an exception.
AsException(Class<?>, Throwable) - Constructor for exception it.tidalwave.util.AsException
Creates an exception with a cause.
asMany(Class<T>) - Method in interface it.tidalwave.util.As
Searches for multiple adapters of the given type and returns them.
asMany(Class<T>) - Method in class it.tidalwave.util.spi.AsSupport
Searches for multiple adapters of the given type and returns them.
asMap() - Method in class it.tidalwave.util.TypeSafeHashMap
asMap() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
asMap() - Method in interface it.tidalwave.util.TypeSafeMap
 
asMap() - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
asOptional(Class<T>) - Method in interface it.tidalwave.util.As
Returns the requested role, or an empty Optional.
assertThread(ThreadType) - Static method in class it.tidalwave.util.thread.ThreadAssertions
Asserts that the current thread is of the specified type.
AsSupport - Class in it.tidalwave.util.spi
 
AsSupport() - Constructor for class it.tidalwave.util.spi.AsSupport
Constructor for use in subclassing.
AsSupport(Object, Object...) - Constructor for class it.tidalwave.util.spi.AsSupport
Constructor for use in composition.

B

BundleUtilities - Class in it.tidalwave.util
Facility class to manage resource bundles.
BundleUtilities() - Constructor for class it.tidalwave.util.BundleUtilities
 

C

call() - Method in interface it.tidalwave.util.Callback
 
Callback - Interface in it.tidalwave.util
A simple callback that can throw any kind of exception.
canCancel() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
 
cancel() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Notifies a cancellation to the user notification.
canConfirm() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
 
caption - Variable in class it.tidalwave.util.ui.UserNotification
 
characteristics() - Method in class it.tidalwave.util.spi.ArrayListCollectorSupport
 
checkNonNull(Object, String) - Static method in class it.tidalwave.util.Parameters
 
clear() - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Clears the buffer of lines.
clear() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Clears the buffer of lines.
clone() - Method in class it.tidalwave.util.spi.FinderSupport
Deprecated. 
clone(Object) - Method in class it.tidalwave.util.spi.FinderSupport
 
combiner() - Method in class it.tidalwave.util.spi.ArrayListCollectorSupport
 
compareTo(Id) - Method in class it.tidalwave.util.Id
compareTo(Key<T>) - Method in class it.tidalwave.util.Key
computeNeededResults() - Method in class it.tidalwave.util.spi.FinderSupport
Subclasses can implement this method where *only the requested* raw results must be retrieved.
computeResults() - Method in class it.tidalwave.util.spi.FinderSupport
Subclasses can implement this method where *all* the raw results must be actually retrieved.
ConcurrentHashMapWithOptionals<K,​V> - Class in it.tidalwave.util
A specialisation of ConcurrentHashMap with Optional support.
ConcurrentHashMapWithOptionals() - Constructor for class it.tidalwave.util.ConcurrentHashMapWithOptionals
 
confirm() - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Notifies a confirmation to the user notification.
containsKey(Key<?>) - Method in class it.tidalwave.util.TypeSafeHashMap
containsKey(Key<?>) - Method in class it.tidalwave.util.TypeSafeHashMultiMap
containsKey(Key<?>) - Method in interface it.tidalwave.util.TypeSafeMap
 
containsKey(Key<?>) - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
count() - Method in interface it.tidalwave.util.Finder
Performs the search and returns the count of found items.
count() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns the count of found items.
createAsDelegate(Object) - Method in interface it.tidalwave.util.spi.AsDelegateProvider
 
createRoleFor(T) - Method in interface it.tidalwave.util.RoleFactory
 

D

DEFAULT - Static variable in interface it.tidalwave.util.Finder.SortCriterion
 
DefaultConsoleOutput() - Constructor for class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
 
DefaultFilterSortCriterion<Type> - Class in it.tidalwave.util
A default implementation of Finder.FilterSortCriterion which relies on sorting capabilities of the Java runtime library and only needs a Comparator to be specified.
DefaultFilterSortCriterion(Comparator<? super Type>) - Constructor for class it.tidalwave.util.DefaultFilterSortCriterion
Creates an instance that will use the given Comparator.
DefaultFilterSortCriterion(Comparator<? super Type>, String) - Constructor for class it.tidalwave.util.DefaultFilterSortCriterion
Creates an instance that will use the given Comparator, with the given name (used for diagnostics).
DefaultInstantProvider - Class in it.tidalwave.util.spi
A default implementation of InstantProvider which returns Instant.now().
DefaultInstantProvider() - Constructor for class it.tidalwave.util.spi.DefaultInstantProvider
 
DefaultProcessExecutor - Class in it.tidalwave.util.spi
 
DefaultProcessExecutor() - Constructor for class it.tidalwave.util.spi.DefaultProcessExecutor
 
DefaultProcessExecutor.DefaultConsoleOutput - Class in it.tidalwave.util.spi
 
DESCENDING - it.tidalwave.util.Finder.SortDirection
 
DuplicateException - Exception in it.tidalwave.util
Notifies that the current operation failed because it would create an illegal duplication (of objects, of ids, etc...)
DuplicateException() - Constructor for exception it.tidalwave.util.DuplicateException
Creates a messageless exception.
DuplicateException(String) - Constructor for exception it.tidalwave.util.DuplicateException
Creates an exception with a message.

E

empty() - Static method in interface it.tidalwave.util.Finder
Returns an empty Finder.
empty() - Static method in interface it.tidalwave.util.spi.AsDelegateProvider
Returns an empty implementation.
EMPTY - Static variable in interface it.tidalwave.util.Callback
 
EmptyInitializer<K> - Class in it.tidalwave.util
 
EmptyInitializer() - Constructor for class it.tidalwave.util.EmptyInitializer
 
equals(Object) - Method in class it.tidalwave.util.Id
equals(Object) - Method in class it.tidalwave.util.Key
ExtendedFinderSupport<TYPE,​EXTENDED_FINDER extends Finder<TYPE>> - Interface in it.tidalwave.util.spi
A utility interface for creating extended Finders, it provides automatic covariant return types.

F

feedback - Variable in class it.tidalwave.util.ui.UserNotificationWithFeedback
 
feedback() - Static method in class it.tidalwave.util.ui.UserNotificationWithFeedback
 
Feedback() - Constructor for class it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
 
filteredAndSplitBy(String, String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns a Scanner over the latest line matching a given regular expression, with the specific delimiter regular expression.
filteredAndSplitBy(String, String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Returns a Scanner over the latest line matching a given regular expression, with the specific delimiter regular expression.
filteredBy(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns a list of lines that match the given regular expression.
filteredBy(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Returns a list of lines that match the given regular expression.
find() - Static method in class it.tidalwave.util.spi.AsDelegateProvider.Locator
 
find(Class<T>, O...) - Static method in class it.tidalwave.util.Parameters
Extracts multiple-value parameters of the given type from an array.
find(Class<T>, T, O...) - Static method in class it.tidalwave.util.Parameters
Extracts a singled-value parameter of the given type from an array.
Finder<TYPE> - Interface in it.tidalwave.util
A factory for providing results of a search.
Finder.FilterSortCriterion<TYPE> - Interface in it.tidalwave.util
An interface that should be implemented by specific Finder.SortCriterion objects which are capable to implement by themselves the sorting of objects, by post-processing an existing collection of objects.
Finder.SortCriterion - Interface in it.tidalwave.util
A tag interface to mark objects which are meaningful sort criteria that can be passed to Finder.sort(it.tidalwave.util.Finder.SortCriterion).
Finder.SortDirection - Enum in it.tidalwave.util
An enumeration to define the direction of a sort (ascending or descending).
FinderSupport<TYPE,​EXTENDED_FINDER extends Finder<TYPE>> - Class in it.tidalwave.util.spi
A support class for implementing a Finder.
FinderSupport() - Constructor for class it.tidalwave.util.spi.FinderSupport
Default constructor.
FinderSupport(FinderSupport<TYPE, EXTENDED_FINDER>, Object) - Constructor for class it.tidalwave.util.spi.FinderSupport
Clone constructor for subclasses.
FinderSupport(String) - Constructor for class it.tidalwave.util.spi.FinderSupport
Creates an instance with the given name (that will be used for diagnostics).
firstResult() - Method in interface it.tidalwave.util.Finder
Deprecated.
firstResult() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns only the first found item.
forExecutable(String) - Static method in class it.tidalwave.util.spi.DefaultProcessExecutor
Factory method for associating an executable.
from(int) - Method in interface it.tidalwave.util.Finder
Tells the Finder that only a subset of found items will be returned, starting from the given position.
from(int) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that only a subset of found items will be returned, starting from the given position.
from(int) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that only a subset of found items will be returned, starting from the given position.
FunctionalCheckedExceptionWrappers - Class in it.tidalwave.util
A collections of utility methods for simplifying the syntax of lambda expressions with APIs that don't accept checked exceptions (such as Stream): they provide wrapped functions that have no checked exception in the signature and whose implementation delegates to the original function wrapping an eventual checked exception into a RuntimeException.
FunctionalCheckedExceptionWrappers() - Constructor for class it.tidalwave.util.FunctionalCheckedExceptionWrappers
 
FunctionalCheckedExceptionWrappers.ConsumerWithException<T> - Interface in it.tidalwave.util
A variant of Consumer that might throw an Exception.
FunctionalCheckedExceptionWrappers.FunctionWithException<T,​R> - Interface in it.tidalwave.util
A variant of Function that might throw an Exception.
FunctionalCheckedExceptionWrappers.PredicateWithException<T> - Interface in it.tidalwave.util
A variant of Predicate that might throw an Exception.
FunctionalCheckedExceptionWrappers.SupplierWithException<T> - Interface in it.tidalwave.util
A variant of Supplier that might throw an Exception.

G

get() - Method in interface it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException
 
get() - Method in interface it.tidalwave.util.InstantProvider
 
get(Key<T>) - Method in class it.tidalwave.util.TypeSafeHashMap
get(Key<T>) - Method in class it.tidalwave.util.TypeSafeHashMultiMap
get(Key<T>) - Method in interface it.tidalwave.util.TypeSafeMap
 
get(Key<T>) - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
getClass(Type) - Static method in class it.tidalwave.util.ReflectionUtils
 
getDateTimeFormatterFor(FormatStyle, Locale) - Static method in class it.tidalwave.util.LocalizedDateTimeFormatters
Returns a formatter.
getInstant() - Method in interface it.tidalwave.util.InstantProvider
 
getInstant() - Method in class it.tidalwave.util.spi.DefaultInstantProvider
 
getKeys() - Method in class it.tidalwave.util.TypeSafeHashMap
getKeys() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
getKeys() - Method in interface it.tidalwave.util.TypeSafeMap
 
getKeys() - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
getListener() - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns the set listener
getMessage(Class<?>, String, Object...) - Static method in class it.tidalwave.util.BundleUtilities
Returns a localised message.
getMessage(Class<?>, Locale, String, Object...) - Static method in class it.tidalwave.util.BundleUtilities
Returns a localised message.
getOptional(Key<T>) - Method in interface it.tidalwave.util.TypeSafeMap
 
getSize() - Method in class it.tidalwave.util.TypeSafeHashMap
getSize() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
getSize() - Method in interface it.tidalwave.util.TypeSafeMap
 
getSize() - Method in interface it.tidalwave.util.TypeSafeMultiMap
 
getSource(Class<T>, T, Object) - Static method in class it.tidalwave.util.spi.FinderSupport
 
getStderr() - Method in interface it.tidalwave.util.ProcessExecutor
Returns the stderr console.
getStdout() - Method in interface it.tidalwave.util.ProcessExecutor
Returns the stdout console.
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class it.tidalwave.util.ReflectionUtils
Get the actual type arguments a child class has used to extend a generic base class.

H

hashCode() - Method in class it.tidalwave.util.Id
hashCode() - Method in class it.tidalwave.util.Key

I

Id - Class in it.tidalwave.util
An opaque wrapper for identifiers.
Id() - Constructor for class it.tidalwave.util.Id
 
initialize(K) - Method in class it.tidalwave.util.EmptyInitializer
 
initialize(T) - Method in interface it.tidalwave.util.Initializer
 
Initializer<T> - Interface in it.tidalwave.util
 
instance() - Static method in class it.tidalwave.util.EmptyInitializer
 
InstantProvider - Interface in it.tidalwave.util
A provider of Instants.
intValue() - Method in enum it.tidalwave.util.Finder.SortDirection
 
it.tidalwave.util - package it.tidalwave.util
 
it.tidalwave.util.spi - package it.tidalwave.util.spi
 
it.tidalwave.util.thread - package it.tidalwave.util.thread
 
it.tidalwave.util.thread.annotation - package it.tidalwave.util.thread.annotation
 
it.tidalwave.util.ui - package it.tidalwave.util.ui
 
iterator() - Method in interface it.tidalwave.util.Finder
Returns am iterator of results.
iterator() - Method in class it.tidalwave.util.TypeSafeHashMap
iterator() - Method in class it.tidalwave.util.TypeSafeHashMultiMap

K

Key<T> - Class in it.tidalwave.util
 
Key(StringValue) - Constructor for class it.tidalwave.util.Key
Create a new instance with the given name.
Key(String) - Constructor for class it.tidalwave.util.Key
Create a new instance with the given name.

L

latestLineMatches(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Returns true if the latest received line matches the given regular expression.
latestLineMatches(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Returns true if the latest received line matches the given regular expression.
LocalizedDateTimeFormatters - Class in it.tidalwave.util
A factory class for localized DateTimeFormatters in various flavours, specified by the FormatStyle.
LocalizedDateTimeFormatters() - Constructor for class it.tidalwave.util.LocalizedDateTimeFormatters
 
Locator() - Constructor for class it.tidalwave.util.spi.AsDelegateProvider.Locator
 
lock(UserNotification) - Method in interface it.tidalwave.util.ui.LockableView
Shows a "Please wait..." notification and locks the UI.
LockableView - Interface in it.tidalwave.util.ui
A partial contract for a View that can be locked with a "Please wait..." notification.

M

max(int) - Method in interface it.tidalwave.util.Finder
Tells the Finder that only a maximum number of found items will be returned.
max(int) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that only a maximum number of found items will be returned.
max(int) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that only a maximum number of found items will be returned.
MockInstantProvider - Class in it.tidalwave.util.spi
A mock implementation of InstantProvider which returns a fixed value that can be set (the zero epoch instant by default).
MockInstantProvider() - Constructor for class it.tidalwave.util.spi.MockInstantProvider
 

N

NamedCallback - Class in it.tidalwave.util
A callback associated with a name.
NamedCallback - Static variable in class it.tidalwave.util.NamedCallback
 
NamedCallback() - Constructor for class it.tidalwave.util.NamedCallback
 
NOT_UI - it.tidalwave.util.thread.ThreadType
 
NotFoundException - Exception in it.tidalwave.util
Notifies that a searched object couldn't be found.
NotFoundException() - Constructor for exception it.tidalwave.util.NotFoundException
Creates an empty exception.
NotFoundException(String) - Constructor for exception it.tidalwave.util.NotFoundException
Creates an exception with a message.
NotFoundException(String, Throwable) - Constructor for exception it.tidalwave.util.NotFoundException
Creates an exception with a message and a cause.
NotFoundException(Throwable) - Constructor for exception it.tidalwave.util.NotFoundException
Creates an exception with a cause.
notification() - Static method in class it.tidalwave.util.ui.UserNotification
Creates a notification with empty caption and text.
notificationWithFeedback() - Static method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Creates a notification with empty caption and text.

O

ofCallable(Callable<T>) - Static method in class it.tidalwave.util.Task
Creates a Task from a Callable.
ofCallback(Callback) - Static method in class it.tidalwave.util.Task
Creates a Task from a Callback.
ofCloned(Collection<T>) - Static method in interface it.tidalwave.util.Finder
Returns a wrapped Finder on a given collection of elements.
ofRunnable(Runnable) - Static method in class it.tidalwave.util.Task
Creates a Task from a Runnable.
ofType(Class<ANOTHER_TYPE>) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that the specified type of results is expected.
ofType(Class<AnotherType>) - Method in interface it.tidalwave.util.Finder
Tells the Finder that the specified type of results is expected.
onReceived(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput.Listener
 
optionalFirstResult() - Method in interface it.tidalwave.util.Finder
Performs the search and returns only the first found item.
optionalResult() - Method in interface it.tidalwave.util.Finder
Performs the search assuming that it will return a single item and returns it.

P

Parameters - Class in it.tidalwave.util
This class provides a few static utility methods to extracts parameters from an array.
ProcessExecutor - Interface in it.tidalwave.util
A facility that provides means for launching an external process, scraping its stdout and stderr in real-time and sending commands by means of its stdin.
ProcessExecutor.ConsoleOutput - Interface in it.tidalwave.util
This interface provides operations that can be performed on the stdout or stderr consoles attached to the external process.
ProcessExecutor.ConsoleOutput.Listener - Interface in it.tidalwave.util
A listener that is invoked whenever a line is read from the console.
putIfAbsentAndGetNewKey(Optional<K>, V) - Method in class it.tidalwave.util.ConcurrentHashMapWithOptionals
If the map doesn't contain the given key, put the new pair(key, value), and return the key itself.
putIfAbsentAndGetNewKey(K, V) - Method in class it.tidalwave.util.ConcurrentHashMapWithOptionals
If the map doesn't contain the given key, put the new pair(key, value), and return the key itself.

R

ReflectionUtils - Class in it.tidalwave.util
Just slightly adapted from http://www.artima.com/weblogs/viewpost.jsp?thread=208860
ReflectionUtils() - Constructor for class it.tidalwave.util.ReflectionUtils
 
result() - Method in interface it.tidalwave.util.Finder
Deprecated.
result() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search assuming that it will return a single item and returns it.
results() - Method in interface it.tidalwave.util.Finder
Performs the search and returns the found items.
results() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns the found items.
RoleFactory<T> - Interface in it.tidalwave.util
 
run() - Method in class it.tidalwave.util.Task
The method that must contain the body of the Task.
run(Throwable) - Method in interface it.tidalwave.util.As.NotFoundBehaviour
 

S

send(String) - Method in interface it.tidalwave.util.ProcessExecutor
Sends a string to the stdin of the running process.
send(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Sends a string to the stdin of the running process.
set(AsDelegateProvider) - Static method in class it.tidalwave.util.spi.AsDelegateProvider.Locator
For testing
setListener(ProcessExecutor.ConsoleOutput.Listener) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Sets a listener.
SimpleFinderSupport<T> - Class in it.tidalwave.util.spi
 
SimpleFinderSupport() - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleFinderSupport(SimpleFinderSupport<T>, Object) - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleFinderSupport(String) - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleTask - Class in it.tidalwave.util
A simple Task returning Void and only throwing RuntimeExceptions.
SimpleTask() - Constructor for class it.tidalwave.util.SimpleTask
 
sort(Finder.SortCriterion) - Method in interface it.tidalwave.util.Finder
Tells the Finder that results will be sorted according to the given criterion, in ascending direction.
sort(Finder.SortCriterion) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that results will be sorted according to the given criterion, in ascending direction.
sort(Finder.SortCriterion) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that results will be sorted according to the given criterion, in ascending direction.
sort(Finder.SortCriterion, Finder.SortDirection) - Method in interface it.tidalwave.util.Finder
Tells the Finder that results will be sorted according to the given criterion and direction.
sort(Finder.SortCriterion, Finder.SortDirection) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that results will be sorted according to the given criterion and direction.
sort(Finder.SortCriterion, Finder.SortDirection) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that results will be sorted according to the given criterion and direction.
sort(List<? extends Type>, Finder.SortDirection) - Method in class it.tidalwave.util.DefaultFilterSortCriterion
Performs the sort of results.
sort(List<? extends TYPE>, Finder.SortDirection) - Method in interface it.tidalwave.util.Finder.FilterSortCriterion
Performs the sort of results.
SortCriterion - Static variable in interface it.tidalwave.util.Finder.SortCriterion
 
start() - Method in interface it.tidalwave.util.ProcessExecutor
Starts the external process.
start() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Should not be used by the programmer.
start() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Starts the external process.
stop() - Method in interface it.tidalwave.util.ProcessExecutor
Stops the external process.
stop() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Stops the external process.
stream() - Method in interface it.tidalwave.util.Finder
Returns a stream of results.
stringValue() - Method in class it.tidalwave.util.Id
Returns the String value of this object.
stringValue() - Method in class it.tidalwave.util.Key
Returns the String value of this object.
stringValue() - Method in interface it.tidalwave.util.StringValue
Returns the String value of this object.
StringValue - Interface in it.tidalwave.util
This interface should be implemented by classes for which is meaningful to be converted into a String.
supplier() - Method in class it.tidalwave.util.spi.ArrayListCollectorSupport
 

T

Task<T,​E extends Throwable> - Class in it.tidalwave.util
A class which encapsulates a task..
Task() - Constructor for class it.tidalwave.util.Task
Creates a new Task.
Task(String) - Constructor for class it.tidalwave.util.Task
Creates a new Task with the given name.
test(T) - Method in interface it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException
 
text - Variable in class it.tidalwave.util.ui.UserNotification
 
ThreadAssertions - Class in it.tidalwave.util.thread
Facility class for asserting that the current thread is of some kind.
ThreadAssertions() - Constructor for class it.tidalwave.util.thread.ThreadAssertions
 
ThreadConfined - Annotation Type in it.tidalwave.util.thread.annotation
 
ThreadType - Enum in it.tidalwave.util.thread
 
throwAsException(Class<X>) - Static method in class it.tidalwave.util.As.Defaults
 
throwWhenEmpty(T, String) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed collection is null or empty.
throwWhenEmpty(T, String, Object...) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed collection is null or empty.
throwWhenNull(T, String) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed object is null.
throwWhenNull(T, String, Object...) - Static method in exception it.tidalwave.util.NotFoundException
Throws the NotFoundException when the passed object is null.
toString() - Method in class it.tidalwave.util.DefaultFilterSortCriterion
toString() - Method in class it.tidalwave.util.Id
toString() - Method in class it.tidalwave.util.Key
toString() - Method in class it.tidalwave.util.Task
toString() - Method in class it.tidalwave.util.TypeSafeHashMap
toString() - Method in class it.tidalwave.util.TypeSafeHashMultiMap
type() - Method in annotation type it.tidalwave.util.thread.annotation.ThreadConfined
 
TypeSafeHashMap - Class in it.tidalwave.util
 
TypeSafeHashMap(Map<Key<?>, Object>) - Constructor for class it.tidalwave.util.TypeSafeHashMap
 
TypeSafeHashMultiMap - Class in it.tidalwave.util
 
TypeSafeHashMultiMap(Map<Key<?>, Collection<?>>) - Constructor for class it.tidalwave.util.TypeSafeHashMultiMap
 
TypeSafeMap - Interface in it.tidalwave.util
 
TypeSafeMultiMap - Interface in it.tidalwave.util
 

U

UI - it.tidalwave.util.thread.ThreadType
 
unlock() - Method in interface it.tidalwave.util.ui.LockableView
Dismisses the waiting notification and unlocks the UI.
UNSORTED - Static variable in interface it.tidalwave.util.Finder.SortCriterion
A special Finder.SortCriterion which indicates that no sort has been performed.
UserNotification - Class in it.tidalwave.util.ui
 
UserNotification() - Constructor for class it.tidalwave.util.ui.UserNotification
 
UserNotificationWithFeedback - Class in it.tidalwave.util.ui
This class models a user notification where a feedback is expected (confirmation or cancellation).
UserNotificationWithFeedback(String, String, UserNotificationWithFeedback.Feedback) - Constructor for class it.tidalwave.util.ui.UserNotificationWithFeedback
 
UserNotificationWithFeedback.Feedback - Class in it.tidalwave.util.ui
This class provides a few callback methods to notify a choice from the user.

V

valueOf(String) - Static method in enum it.tidalwave.util.Finder.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.tidalwave.util.thread.ThreadType
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.tidalwave.util.Finder.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum it.tidalwave.util.thread.ThreadType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(String) - Method in interface it.tidalwave.util.ProcessExecutor.ConsoleOutput
Waits for a line matching the given regular expression to appear.
waitFor(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor.DefaultConsoleOutput
Waits for a line matching the given regular expression to appear.
waitForCompletion() - Method in interface it.tidalwave.util.ProcessExecutor
Waits for the termination of the external process.
waitForCompletion() - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Waits for the termination of the external process.
withArgument(String) - Method in interface it.tidalwave.util.ProcessExecutor
Adds a single argument to pass to the external process.
withArgument(String) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Adds a single argument to pass to the external process.
withArguments(String...) - Method in interface it.tidalwave.util.ProcessExecutor
Adds some arguments to pass to the external process.
withArguments(String...) - Method in class it.tidalwave.util.spi.DefaultProcessExecutor
Adds some arguments to pass to the external process.
withCaption(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotification
Associates a caption to the notification, retrieved from a resource bundle.
withCaption(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a caption to the notification, retrieved from a resource bundle.
withCaption(String) - Method in class it.tidalwave.util.ui.UserNotification
Associates a caption to the notification.
withCaption(String) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a caption to the notification.
withContext(Object) - Method in interface it.tidalwave.util.Finder
Tells the Finder that results should be created with the given context.
withContext(Object) - Method in interface it.tidalwave.util.spi.ExtendedFinderSupport
Tells the Finder that results should be created with the given context.
withContext(Object) - Method in class it.tidalwave.util.spi.FinderSupport
Tells the Finder that results should be created with the given context.
withFeedback(UserNotificationWithFeedback.Feedback) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a UserNotificationWithFeedback.Feedback to the notification.
withText(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotification
Associates a text to the notification, retrieved from a resource bundle.
withText(Class<?>, String, Object...) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a text to the notification, retrieved from a resource bundle.
withText(String) - Method in class it.tidalwave.util.ui.UserNotification
Associates a text to the notification.
withText(String) - Method in class it.tidalwave.util.ui.UserNotificationWithFeedback
Associates a text to the notification.

_

_c(FunctionalCheckedExceptionWrappers.ConsumerWithException<T>) - Static method in class it.tidalwave.util.FunctionalCheckedExceptionWrappers
A wrapper for a Consumer that catches exceptions and wraps them into RuntimeExceptions.
_f(FunctionalCheckedExceptionWrappers.FunctionWithException<T, R>) - Static method in class it.tidalwave.util.FunctionalCheckedExceptionWrappers
A wrapper for a Function that catches exceptions and wraps them into RuntimeExceptions.
_p(FunctionalCheckedExceptionWrappers.PredicateWithException<T>) - Static method in class it.tidalwave.util.FunctionalCheckedExceptionWrappers
A wrapper for a Predicate that catches exceptions and wraps them into RuntimeExceptions.
_s(FunctionalCheckedExceptionWrappers.SupplierWithException<T>) - Static method in class it.tidalwave.util.FunctionalCheckedExceptionWrappers
A wrapper for a Supplier that catches exceptions and wraps them into RuntimeExceptions.
A B C D E F G H I K L M N O P R S T U V W _ 
All Classes All Packages