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

A

addPropertyChangeListener(PropertyChangeListener) - Method in interface it.tidalwave.role.MutableDisplayable
Registers a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in interface it.tidalwave.role.MutableIconProvider
Registers a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class it.tidalwave.role.MutableIconProviderSupport
Registers a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Registers a PropertyChangeListener.
As - Interface in it.tidalwave.util
 
as(Class<T>) - Method in interface it.tidalwave.util.As
 
as(Class<T>, As.NotFoundBehaviour<T>) - Method in interface it.tidalwave.util.As
 
As.Defaults - Class in it.tidalwave.util
 
As.NotFoundBehaviour<T> - Interface in it.tidalwave.util
 
AsDisplayableComparator - Class in it.tidalwave.text
A Comparator for classes implementing the As interface containing a Displayable role.
AsDisplayableComparator() - Constructor for class it.tidalwave.text.AsDisplayableComparator
 
AsException - Exception in it.tidalwave.util
 
AsException(Class<?>) - Constructor for exception it.tidalwave.util.AsException
 
AsException(Class<?>, Throwable) - Constructor for exception it.tidalwave.util.AsException
 
AsObject - Annotation Type in it.tidalwave.role.annotation
 

B

BinaryReadable - Interface in it.tidalwave.role
The role of an object that can be read as a stream of bytes.
BinaryReadable - Static variable in interface it.tidalwave.role.BinaryReadable
 
BinaryWritable - Interface in it.tidalwave.role
The role of an object that can be written as a stream of bytes.
BinaryWritable - Static variable in interface it.tidalwave.role.BinaryWritable
 

C

checkNonNull(Object, String) - Static method in class it.tidalwave.util.Parameters
 
clone() - Method in class it.tidalwave.util.spi.FinderSupport
Clones this object.
compare(As, As) - Method in class it.tidalwave.text.AsDisplayableComparator
 
compare(Displayable, Displayable) - Method in class it.tidalwave.text.DisplayableComparator
 
compareTo(Id) - Method in class it.tidalwave.util.Id
Composite<Type,SpecializedFinder extends Finder<Type>> - Interface in it.tidalwave.role
The role of a composite object, that is an object which contains children.
Composite - Static variable in interface it.tidalwave.role.Composite
 
Composite.EmptyFinder - Class in it.tidalwave.role
 
Composite.EmptyFinder() - Constructor for class it.tidalwave.role.Composite.EmptyFinder
 
computeResults() - Method in class it.tidalwave.role.Composite.EmptyFinder
 
computeResults() - Method in class it.tidalwave.util.spi.FinderSupport
Subclasses must implement this method where raw results are actually retrieved.
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.
createId() - Method in interface it.tidalwave.role.IdFactory
Creates a new id.
createId(Class<?>) - Method in interface it.tidalwave.role.IdFactory
Created a new id for an object of the given class.
createId(Class<?>, Object) - Method in interface it.tidalwave.role.IdFactory
Created a new id for the given object of the given class.

D

DEFAULT - Static variable in interface it.tidalwave.role.BinaryReadable
A default implementation which throws IOException when opening the stream.
DEFAULT - Static variable in interface it.tidalwave.role.BinaryWritable
A default implementation which throws IOException when opening the stream.
DEFAULT - Static variable in interface it.tidalwave.role.Composite
A default Composite with no children.
DEFAULT - Static variable in interface it.tidalwave.role.Displayable
A default Displayable with a empty display name.
DEFAULT - Static variable in interface it.tidalwave.role.IconProvider
A default IconProvider with a empty icon.
DEFAULT - Static variable in interface it.tidalwave.role.Removable
A default Removable which does nothing (useful for implementing the NullObject pattern).
DEFAULT - Static variable in interface it.tidalwave.role.Sortable
A default Sortable which does nothing (useful for implementing the NullObject pattern).
DEFAULT - Static variable in interface it.tidalwave.role.TextReadable
A default implementation which throws IOException when opening the stream.
DEFAULT - Static variable in interface it.tidalwave.role.TextWritable
A default implementation which throws IOException when opening the stream.
DEFAULT - Static variable in interface it.tidalwave.util.Finder.SortCriterion
 
DefaultDisplayable - Class in it.tidalwave.role.spi
A default implementation of LocalizedDisplayable which a single, immutable display name in Locale.ENGLISH language.
DefaultDisplayable(String) - Constructor for class it.tidalwave.role.spi.DefaultDisplayable
Creates an instance with a given display name.
DefaultDisplayable(String, String) - Constructor for class it.tidalwave.role.spi.DefaultDisplayable
Creates an instance with a given display name in Locale.ENGLISH and an explicit identifier for toString().
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>, String) - Constructor for class it.tidalwave.util.DefaultFilterSortCriterion
Creates an instance that will use the given Comparator, with the given name (used for diagnostics).
DefaultFilterSortCriterion(Comparator<? super Type>) - Constructor for class it.tidalwave.util.DefaultFilterSortCriterion
Creates an instance that will use the given Comparator.
DefaultIdentifiable - Class in it.tidalwave.role.spi
A default implementation of Identifiable which wraps a given id.
DefaultIdentifiable(Id) - Constructor for class it.tidalwave.role.spi.DefaultIdentifiable
Create a new instance with the specified id.
DefaultMutableDisplayable - Class in it.tidalwave.role.spi
A default implementation of MutableLocalizedDisplayable starting which a single display name in Locale.ENGLISH language.
DefaultMutableDisplayable(String) - Constructor for class it.tidalwave.role.spi.DefaultMutableDisplayable
Creates an instance with an initial given display name in Locale.ENGLISH.
DefaultMutableDisplayable(String, String) - Constructor for class it.tidalwave.role.spi.DefaultMutableDisplayable
Creates an instance with an initial given display name in Locale.ENGLISH and an explicit identifier for toString().
DefaultSimpleComposite<Type> - Class in it.tidalwave.role.spi
 
DefaultSimpleComposite(Finder<Type>) - Constructor for class it.tidalwave.role.spi.DefaultSimpleComposite
 
Displayable - Interface in it.tidalwave.role
The role of an object which can provide its own display name.
Displayable - Static variable in interface it.tidalwave.role.Displayable
 
DisplayableComparator - Class in it.tidalwave.text
A Comparator for classes implementing the Displayable role.
DisplayableComparator() - Constructor for class it.tidalwave.text.DisplayableComparator
 
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
 
DuplicateException(String) - Constructor for exception it.tidalwave.util.DuplicateException
 

E

EmptyInitializer<K> - Class in it.tidalwave.util
 
EmptyInitializer() - Constructor for class it.tidalwave.util.EmptyInitializer
 
equals(Object) - Method in class it.tidalwave.util.Id
ExtendedFinderSupport<Type,ExtendedFinder extends Finder<Type>> - Interface in it.tidalwave.util.spi
A utility interface for creating extended Finders, it provides automatic covariant return types.

F

FileBinaryReadable - Class in it.tidalwave.role.spi
An implementation of BinaryReadable which delegates to a File.
FileBinaryReadable(File) - Constructor for class it.tidalwave.role.spi.FileBinaryReadable
Creates an instance with the given File delegate.
FileBinaryWritable - Class in it.tidalwave.role.spi
An implementation of BinaryWritable which delegates to a File.
FileBinaryWritable(File) - Constructor for class it.tidalwave.role.spi.FileBinaryWritable
Creates an instance with the given File delegate.
FileTextReadable - Class in it.tidalwave.role.spi
An implementation of TextReadable which delegates to a File.
FileTextReadable(File) - Constructor for class it.tidalwave.role.spi.FileTextReadable
Creates an instance with the given File delegate.
FileTextWritable - Class in it.tidalwave.role.spi
An implementation of TextWritable which delegates to a File.
FileTextWritable(File) - Constructor for class it.tidalwave.role.spi.FileTextWritable
Creates an instance with the given File delegate.
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.
find(Class<T>, O...) - Static method in class it.tidalwave.util.Parameters
Extracts multiple-value parameters of the given type from an array.
findChildren() - Method in interface it.tidalwave.role.Composite
Returns the children of this object.
findChildren() - Method in class it.tidalwave.role.spi.DefaultSimpleComposite
 
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,ExtendedFinder extends Finder<Type>> - Class in it.tidalwave.util.spi
A support class for implementing a Finder.
FinderSupport(String) - Constructor for class it.tidalwave.util.spi.FinderSupport
Creates an instance with the given name (that will be used for diagnostics).
FinderSupport() - Constructor for class it.tidalwave.util.spi.FinderSupport
 
fireIconChange(Icon, Icon) - Method in class it.tidalwave.role.MutableIconProviderSupport
Fires the event notifying that PROP_ICON has been changed.
firstResult() - Method in interface it.tidalwave.util.Finder
Performs the search and returns only the first found item.
firstResult - Variable in class it.tidalwave.util.spi.FinderSupport
 
firstResult() - Method in class it.tidalwave.util.spi.FinderSupport
Performs the search and returns only the first found item.
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.

G

getDisplayName() - Method in interface it.tidalwave.role.Displayable
Returns the display name in the current Locale.
getDisplayName(Locale) - Method in interface it.tidalwave.role.LocalizedDisplayable
Returns the display name in the given Locale.
getDisplayName() - Method in class it.tidalwave.role.spi.DefaultDisplayable
Returns the display name in the current Locale.
getDisplayName(Locale) - Method in class it.tidalwave.role.spi.DefaultDisplayable
Returns the display name in the given Locale.
getDisplayName() - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Returns the display name in the current Locale.
getDisplayName(Locale) - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Returns the display name in the given Locale.
getDisplayNames() - Method in interface it.tidalwave.role.LocalizedDisplayable
Returns all the display names in Map where they are indexed by Locale.
getDisplayNames() - Method in class it.tidalwave.role.spi.DefaultDisplayable
Returns all the display names in Map where they are indexed by Locale.
getDisplayNames() - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Returns all the display names in Map where they are indexed by Locale.
getIcon(int) - Method in interface it.tidalwave.role.IconProvider
Returns the icon for this object.
getId() - Method in interface it.tidalwave.role.Identifiable
 
getId() - Method in class it.tidalwave.role.spi.DefaultIdentifiable
getInstance() - Static method in class it.tidalwave.text.AsDisplayableComparator
 
getInstance() - Static method in class it.tidalwave.text.DisplayableComparator
 
getLocales() - Method in interface it.tidalwave.role.LocalizedDisplayable
Returns the supported Locales.
getLocales() - Method in class it.tidalwave.role.spi.DefaultDisplayable
Returns the supported Locales.
getLocales() - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Returns the supported Locales.
getSortCriterion() - Method in interface it.tidalwave.role.Sortable
Returns the current sort criterion.
getSortDirection() - Method in interface it.tidalwave.role.Sortable
Returns the current sort direction.

H

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

I

IconProvider - Interface in it.tidalwave.role
The role of an object that can provide an icon for rendering.
IconProvider - Static variable in interface it.tidalwave.role.IconProvider
 
Id - Class in it.tidalwave.util
An opaque wrapper for identifiers.
Id(Object) - Constructor for class it.tidalwave.util.Id
Creates a new Id.
Identifiable - Interface in it.tidalwave.role
The role of an object that owns an unique identifier.
Identifiable - Static variable in interface it.tidalwave.role.Identifiable
 
IdFactory - Interface in it.tidalwave.role
A factory for creating new, unique Id for an object.
IdFactory - Static variable in interface it.tidalwave.role.IdFactory
 
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
 
intValue() - Method in enum it.tidalwave.util.Finder.SortDirection
Returns +1 for ascending direction, -1 for descending
it.tidalwave.role - package it.tidalwave.role
 
it.tidalwave.role.annotation - package it.tidalwave.role.annotation
 
it.tidalwave.role.spi - package it.tidalwave.role.spi
 
it.tidalwave.text - package it.tidalwave.text
 
it.tidalwave.util - package it.tidalwave.util
 
it.tidalwave.util.spi - package it.tidalwave.util.spi
 

L

LocalizedDisplayable - Interface in it.tidalwave.role
A specialized Displayable which can manage names in multiple Locales.
LocalizedDisplayable - Static variable in interface it.tidalwave.role.LocalizedDisplayable
 

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.
maxResults - Variable in class it.tidalwave.util.spi.FinderSupport
 
MutableDisplayable - Interface in it.tidalwave.role
A specialized Displayable which is mutable and fires PropertyChangeEvents.
MutableDisplayable - Static variable in interface it.tidalwave.role.MutableDisplayable
 
MutableIconProvider - Interface in it.tidalwave.role
A specialized IconProvider which is mutable and fires PropertyChangeEvents.
MutableIconProvider - Static variable in interface it.tidalwave.role.MutableIconProvider
 
MutableIconProviderSupport - Class in it.tidalwave.role
A convenient support for implementing a MutableIconProvider.
MutableIconProviderSupport() - Constructor for class it.tidalwave.role.MutableIconProviderSupport
 
MutableLocalizedDisplayable - Interface in it.tidalwave.role
A specialized LocalizedDisplayable which is mutable.
MutableLocalizedDisplayable - Static variable in interface it.tidalwave.role.MutableLocalizedDisplayable
 

N

NotFoundException - Exception in it.tidalwave.util
Notifies that a searched object couldn't be found.
NotFoundException() - Constructor for exception it.tidalwave.util.NotFoundException
 
NotFoundException(String) - Constructor for exception it.tidalwave.util.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception it.tidalwave.util.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception it.tidalwave.util.NotFoundException
 

O

ofType(Class<AnotherType>) - Method in interface it.tidalwave.util.Finder
 
ofType(Class<AnotherType>) - Method in class it.tidalwave.util.spi.FinderSupport
openReader() - Method in class it.tidalwave.role.spi.FileTextReadable
Returns a Reader to read from the object.
openReader() - Method in interface it.tidalwave.role.TextReadable
Returns a Reader to read from the object.
openStream() - Method in interface it.tidalwave.role.BinaryReadable
Returns an InputStream to read from the object.
openStream() - Method in interface it.tidalwave.role.BinaryWritable
Returns an OutputStream to write into the object.
openStream() - Method in class it.tidalwave.role.spi.FileBinaryReadable
Returns an InputStream to read from the object.
openStream() - Method in class it.tidalwave.role.spi.FileBinaryWritable
Returns an OutputStream to write into the object.
openWriter() - Method in class it.tidalwave.role.spi.FileTextWritable
Returns a Writer to write into the object.
openWriter() - Method in interface it.tidalwave.role.TextWritable
Returns a Writer to write into the object.

P

Parameters - Class in it.tidalwave.util
This class provides a few static utility methods to extracts parameters from an array.
PROP_DISPLAY_NAME - Static variable in interface it.tidalwave.role.MutableDisplayable
 
PROP_DISPLAY_NAMES - Static variable in interface it.tidalwave.role.MutableDisplayable
 
PROP_ICON - Static variable in interface it.tidalwave.role.MutableIconProvider
 

R

Removable - Interface in it.tidalwave.role
The role of an object that can be removed (e.g.
Removable - Static variable in interface it.tidalwave.role.Removable
 
remove() - Method in interface it.tidalwave.role.Removable
Removes the object.
removePropertyChangeListener(PropertyChangeListener) - Method in interface it.tidalwave.role.MutableDisplayable
Unregisters a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface it.tidalwave.role.MutableIconProvider
Unregisters a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class it.tidalwave.role.MutableIconProviderSupport
Unregisters a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Unregisters a PropertyChangeListener.
result() - Method in interface it.tidalwave.util.Finder
Performs the search assuming that it will return a single item and returns it.
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.
run(Throwable) - Method in interface it.tidalwave.util.As.NotFoundBehaviour
 
run() - Method in class it.tidalwave.util.Task
The method that must contain the body of the Task.

S

setDisplayName(String) - Method in interface it.tidalwave.role.MutableDisplayable
Sets the display name in Locale.ENGLISH.
setDisplayName(String, Locale) - Method in interface it.tidalwave.role.MutableDisplayable
Sets the display name in the given Locale.
setDisplayName(String) - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Sets the display name in Locale.ENGLISH.
setDisplayName(String, Locale) - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Sets the display name in the given Locale.
setDisplayNames(Map<Locale, String>) - Method in interface it.tidalwave.role.MutableDisplayable
Sets a bag of display names for a number of Locales.
setDisplayNames(Map<Locale, String>) - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
Sets a bag of display names for a number of Locales.
setIcon(Icon) - Method in interface it.tidalwave.role.MutableIconProvider
Sets the icon.
setIcon(Icon) - Method in class it.tidalwave.role.MutableIconProviderSupport
Sets the icon.
setSortCriterion(Finder.SortCriterion) - Method in interface it.tidalwave.role.Sortable
Sets the sort criterion.
setSortDirection(Finder.SortDirection) - Method in interface it.tidalwave.role.Sortable
Sets the sort direction.
SimpleComposite<Type> - Interface in it.tidalwave.role
 
SimpleFinderSupport<Type> - Class in it.tidalwave.util.spi
 
SimpleFinderSupport() - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
SimpleFinderSupport(String) - Constructor for class it.tidalwave.util.spi.SimpleFinderSupport
 
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.
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, 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) - 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, 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(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.
Sortable - Interface in it.tidalwave.role
The role of an object that has contents that can be sorted.
Sortable - Static variable in interface it.tidalwave.role.Sortable
 
SortCriterion - Static variable in interface it.tidalwave.util.Finder.SortCriterion
 
sorters - Variable in class it.tidalwave.util.spi.FinderSupport
 
stringValue() - Method in class it.tidalwave.util.Id
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.
stringValue() - Method in interface it.tidalwave.util.StringValue
Returns the String value of this object.

T

Task<T,E extends java.lang.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.
TextReadable - Interface in it.tidalwave.role
The role of an object that can be read as a stream of characters.
TextReadable - Static variable in interface it.tidalwave.role.TextReadable
 
TextWritable - Interface in it.tidalwave.role
The role of an object that can be written as a stream of characters.
TextWritable - Static variable in interface it.tidalwave.role.TextWritable
 
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.role.spi.DefaultDisplayable
toString() - Method in class it.tidalwave.role.spi.DefaultIdentifiable
toString() - Method in class it.tidalwave.role.spi.DefaultMutableDisplayable
toString() - Method in class it.tidalwave.util.DefaultFilterSortCriterion
toString() - Method in class it.tidalwave.util.Id
toString() - Method in class it.tidalwave.util.spi.FinderSupport
toString() - Method in class it.tidalwave.util.Task

U

UNSORTED - Static variable in interface it.tidalwave.util.Finder.SortCriterion
A special Finder.SortCriterion which indicates that no sort has been performed.

V

valueOf(String) - Static method in enum it.tidalwave.util.Finder.SortDirection
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.

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

Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.