A B E F I L N S U

A

ArgCheck - class unannoy.util.ArgCheck.
Generic functions for making sure your functions are not being given garbage.
ArgCheck() - Constructor for class unannoy.util.ArgCheck
 
argString(String) - Static method in class unannoy.util.ArgCheck
Returns an appropriate String to describe the name of the illegal argument (it puts quotation marks around it ; yippee)
argString(String, String) - Static method in class unannoy.util.ArgCheck
Returns an appropriate String to describe the illegal argument

B

beginMessage(String) - Static method in class unannoy.util.ArgCheck
Returns an appropriate String to begin the message of an IllegalArgumentException.
beginMessage(String, String) - Static method in class unannoy.util.ArgCheck
Returns an appropriate String to begin the message of an IllegalArgumentException.
beginMessage(String, String, String) - Static method in class unannoy.util.ArgCheck
Returns an appropriate String to begin the message of an IllegalArgumentException.

E

endsWith(String) - Static method in class unannoy.util.FileFilters
Returns a FilenameFilter for names that end with a certain string.
equals(String) - Static method in class unannoy.util.FileFilters
Returns a FilenameFilter for names that match a certain string.

F

FileFilters - class unannoy.util.FileFilters.
 
FileFilters() - Constructor for class unannoy.util.FileFilters
 
forceInit() - Static method in class unannoy.util.Log4JInit
Initialises log4j without verifying that it has not already been initialised.

I

init() - Static method in class unannoy.util.Log4JInit
The first time this is called, initialises log4j.
isDirectory() - Static method in class unannoy.util.FileFilters
 

L

Log4JInit - class unannoy.util.Log4JInit.
Provides static function for initialising log4j via a PropertyConfigurator which reads a file specified by system variable "log4j.configuration".
Log4JInit() - Constructor for class unannoy.util.Log4JInit
 

N

notNull(String, Object) - Static method in class unannoy.util.ArgCheck
Checks that an argument is not null
notNull(String, String, Object) - Static method in class unannoy.util.ArgCheck
Checks that an argument is not null
notNullOrEmpty(Collection) - Static method in class unannoy.util.Stuff
Returns false if the Collection parameter is null or is empty-length.
notNullOrEmpty(String) - Static method in class unannoy.util.Stuff
Returns false if the String parameter is null or is empty-length.
notNullOrEmpty(String) - Static method in class unannoy.util.Str
Returns false if the String argument is null or is empty-length.
notNullOrEmpty(String, String) - Static method in class unannoy.util.ArgCheck
Checks that an argument's value is neither null or empty
notNullOrEmpty(String, String, String) - Static method in class unannoy.util.ArgCheck
Checks that an argument's value is neither null or empty
NullArgumentException - exception unannoy.util.NullArgumentException.
An IllegalArgumentException specifically for dealing with the case of arguments which are null (and optionally for Strings, of empty length)
NullArgumentException(String) - Constructor for class unannoy.util.NullArgumentException
 
NullArgumentException(String, String) - Constructor for class unannoy.util.NullArgumentException
 
NullArgumentException(String, String, String) - Constructor for class unannoy.util.NullArgumentException
Constructs a NullArgumentException.
nullOrEmpty(Collection) - Static method in class unannoy.util.Stuff
Returns true if the Collection parameter is null or is empty-length.
nullOrEmpty(String) - Static method in class unannoy.util.Stuff
Returns true if the String parameter is null or is empty-length.
nullOrEmpty(String) - Static method in class unannoy.util.Str
Returns true if the String argument is null or is empty-length.

S

Str - class unannoy.util.Str.
Miscellaenous String utilities, notably the ability to check if a String is neither null or empty.
Str() - Constructor for class unannoy.util.Str
 
Stuff - class unannoy.util.Stuff.
 
Stuff() - Constructor for class unannoy.util.Stuff
 

U

unannoy.util - package unannoy.util
 

A B E F I L N S U