All Classes

Class Description
A0 Deprecated.
use lambdas: () -> ...your code...
A1<In> Deprecated.
use lambdas: (a) -> ...your code...
Action0
Findable name for java.lang.Runnable
Action0.Action0WithExceptions  
Action1<In1>
Findable name for java.util.function.Consumer
Action2<In1,​In2>
Findable name for java.util.function.BiConsumer
Action3<In1,​In2,​In3>  
Action4<In1,​In2,​In3,​In4>  
Action5<In1,​In2,​In3,​In4,​In5>  
Action6<In1,​In2,​In3,​In4,​In5,​In6>  
Action7<In1,​In2,​In3,​In4,​In5,​In6,​In7>  
Action8<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8>  
Action9<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8,​In9>  
AddDateAware  
AddDateAware.FilterBeforeAddDate  
AddDateVariableSetter  
AndFilter<T> Deprecated.
use lambdas: a -> filter1 && filter2
AppendableWriter  
ArrayUtils
A static class of convenience methods for arrays and collections.
ArrayUtils.IterableWrapper<T>  
Asserts  
AutomaticVariableSetter  
B1<In> Deprecated.
use lambdas: a -> ...your code...
BasicExtractor  
BasicExtractor.BooleanExtractor  
BasicExtractor.DoubleExtractor  
BasicExtractor.IntegerExtractor  
BasicExtractor.StringExtractor  
BasicExtractor.TimestampExtractor  
ByteArrayDataSource
Comment By LLewellyn: This is a needed class for using mail.
Caller  
CallMethod Deprecated.
use Lambdas
ChangeDateAware  
ChangeDateVariableSetter  
CharSequenceInputStream  
CircularRedundancyError  
ClassFilter Deprecated.
use lambdas: a -> a instanceof desiredclass or a -> clazz.isInstance(a)
ClassGetter  
ClassUtils  
Clock  
Colors
Every color under the
Colors.Blues  
Colors.Browns  
Colors.Grays  
Colors.Greens  
Colors.Oranges  
Colors.Pinks  
Colors.Purples  
Colors.Reds  
Colors.Whites  
Colors.Yellows  
ColumnMetadata  
CommaDelimitedFileParser  
Comparator  
ConditionListener
Listens to the state of a EnabledConditions object
ConfigXMLFileReader  
ConfigXMLFileWriter
A static class of convenience functions for database access
ConfigXMLNodeExtractor  
ContextAware  
ContextAware.ContextAwareMap  
Counter
A Utility for counting things.
Counter<T>  
Country  
CurrencyAmount  
DatabaseCache<T extends DatabaseObject>  
DatabaseConfiguration
A static class of convence functions for database access
DatabaseConfigurationWrapper  
DatabaseLifeCycleUtils  
DatabaseLoader<T extends DatabaseObject>  
DatabaseLoadingTracker  
DatabaseObject  
DatabaseObject.FilterNew
Inner Classes
DatabaseObject.Utils  
DatabaseObjectDeletor<T extends DatabaseObject>  
DatabaseObjectSaver<T extends DatabaseObject>  
DatabaseObjectXMLUtils  
DatabaseRelationshipPersistent  
DatabaseTransactionInfo  
DatabaseUtils
A static class of convenience functions for database access
DateDifference  
DateRange  
DateRange.DateRangeFilter<T>  
DateRange.MonthAware  
DateRange.QuarterAware  
DateRange.UnitAware  
DateRange.WeekAware  
DateRangeUtils  
DateUtils
A static class of convence functions for database access
Deletor<T>  
DeprecatedException  
DualOutputStream  
Echo1<T> Deprecated.
use lambdas: a -> a
EmbeddedSorter<T> Deprecated.
use Lambdas (a,b) -> comparator.compare(a.method(),b.method())
EnabledConditions
This is a Top Level of the configuration classes.
EndDateAware  
EndDateAware.Utils  
EndDateVariableSetter  
EventTime
A Utility for timing an event multiple times.
EventTime.SortBy  
EventTime.SortEventTimers
For use with java.util.Arrays.sort(Trade[], Trade.SortAddDate).
EventTimer
A Utility for timing things.
ExecutableQuery  
Extendable<T>  
ExtenstionFileFilter  
F0<Out> Deprecated.
use lambdas: (a,b,c,d,e,f,g,h,i) -> ...your code...
F1<In,​Out> Deprecated.
use lambdas: -> ...your code...
F2<In1,​In2,​Out> Deprecated.
use lambdas: (a,b) -> ...your code...
F3<In1,​In2,​In3,​Out> Deprecated.
use lambdas: (a,b,c) -> ...your code...
F4<In1,​In2,​In3,​In4,​Out> Deprecated.
use lambdas: (a,b,c,d) -> ...your code...
F5<In1,​In2,​In3,​In4,​In5,​Out> Deprecated.
use lambdas: (a,b,c,d,e) -> ...your code...
F6<In1,​In2,​In3,​In4,​In5,​In6,​Out> Deprecated.
use lambdas: (a,b,c,d,e,f) -> ...your code...
F7<In1,​In2,​In3,​In4,​In5,​In6,​In7,​Out> Deprecated.
use lambdas: (a,b,c,d,e,f,g) -> ...your code...
F8<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8,​Out> Deprecated.
use lambdas: (a,b,c,d,e,f,g,h) -> ...your code...
F9<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8,​In9,​Out> Deprecated.
use lambdas: (a,b,c,d,e,f,g,h,i) -> ...your code...
FileLocator  
FileMonitor  
FileMonitor.FileListener  
FileUtils
A static class of convenience functions for Files
Filter<T>
Listens to the state of a EnabledConditions object
FilterIn Deprecated.
use lambdas: a -> ObjectUtils.isIn(a, objects)
FilterUtils Deprecated.
use Query.where(fromList, f -> filter.isExtracted(f))
FormattedException  
FrameCloser  
FTPConfig
A static class of convence functions for Files
Function<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8,​In9,​Out> Deprecated.
use lambdas: (a,b,c,d,e,f,g,h,i) -> ...your code...
Function0<Out>
Findable name for java.util.function.Supplier
Function0WithException<Out>
Findable name for java.util.function.Supplier that allows exceptions
Function1<In,​Out>
Findable name for java.util.function.Function
Function2<In1,​In2,​Out>
Findable name for java.util.function.BiFunction
Function3<In1,​In2,​In3,​Out>  
Function4<In1,​In2,​In3,​In4,​Out>  
Function5<In1,​In2,​In3,​In4,​In5,​Out>  
Function6<In1,​In2,​In3,​In4,​In5,​In6,​Out>  
Function7<In1,​In2,​In3,​In4,​In5,​In6,​In7,​Out>  
Function8<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8,​Out>  
Function9<In1,​In2,​In3,​In4,​In5,​In6,​In7,​In8,​In9,​Out>  
Grid  
ImageWriter  
ImageWriter.Encoding  
InternetConnectivityException
A static class of convenience functions for Files
JarFileLocator  
JavaClassFileFilter  
JsonUtils  
LambdaThreadLauncher  
LapTime
A Utility for timing things.
LapTimer
A Utility for timing things.
LapTimeStatistics
A Utility for timing things.
Loader<T>  
Loops  
MapBuilder<K,​V>  
Markers  
MassAmount  
Memory
A Simple class looking at memory.
Metadata  
MethodExecutionPath  
MethodExecutionPath.MethodParameterFilter<T>  
MethodExecutionPath.Parameters  
MethodFilter Deprecated.
use Lambdas
MethodFilterBuilder Deprecated.
use lambdas
MetricsDisplayer
A Utility for timing things.
MockClock  
MockConnection  
MockConnection  
MockDatabaseMetaData  
MockDeletor<T>  
MockLoader<T>  
MockRandom  
MockSaver<T>  
MockStatement  
MultiSorter<T>  
MySystem Deprecated.
replaced by SimpleLogger
NameUtils  
NetUtils
A static class of convenience functions for Files
NullDatabaseObject  
NullLogger  
NumberUtils
A static class of convenience functions for Manipulating numbers
NumberUtils.Shuffler  
ObjectUtils
A static class of convenience functions for Manipulating objects
OrderBy<T,​Out extends Comparable<?>>  
OrderBy.Order  
OrFilter<T> Deprecated.
use lambdas: a -> filter1 || filter2
Output  
Outputable  
ParallelLoops  
ParallelQuery  
ParseCall  
ParserCommons  
ParserDateUtils  
ParserDateUtils.DateValue  
ParserDateUtils.Day  
ParserDateUtils.Month  
ParserDateUtils.Year  
PercentageAmount  
PhoneNumber
Phone number validation, and formatter.
PkeyVariableSetter  
PrintUtils  
ProgessFrame  
QuartzUtils  
Query<In>  
Queryable<In>  
ResourceLocator  
ResultSetWriter  
ReverseOrderLimitQueryWriter  
ReverseOrderLimitQueryWriter.Replacer  
S1<In> Deprecated.
use lambdas: a -> ...your code...
Saver<T>  
SavingException  
SearchingFileFilter  
ServletContextLoader  
SimpleDirectoryFilter  
SimpleFileFilter  
SimpleLogger  
SimpleLoggerInstance  
SimpleLoggerInstance.Symbols  
SpaceDelimitedReader
A static class of convence functions for Files
SqlConnectionException  
SQLInformationException  
SqlLoader<T>  
SqlLoader.ExecutableWrapper<T>  
SQLQuery  
SQLQuery.FromPart  
SQLQuery.JOINS  
SQLQuery.LimitPart
INNER CLASSES
SQLQuery.OrderByPart  
SQLQueryUtils  
SQLQueryUtils.IntegerExtractor  
SQLQueryUtils.ResultSetExtractor<T>  
SQLQueryUtils.TimestampExtractor  
SQLQueryWriter  
SQLStatementUtils  
SQLUtils  
SQLWhere  
SshConnection  
SshDatabaseWrapper  
StackElementLevelSelector  
StackElementSelector  
StackTraceReflectionResult  
State  
StateToPostalCode  
SteppingIterator  
StringIdentifierGenerator Deprecated.
use UUID.randomUUID().toString()
StringResourceLoader
This is a simple resource loader that loads the string as a template
StringUtils
A static class of convenience functions for database access
SwingUtils  
Syncable<T extends DatabaseObject>  
SystemUtils  
TabDelimitedFileReader
A static class of convenience functions for Files
TemplateDate  
TemplateDate.FORMATS  
TemplateDouble  
TemplateError  
TemplateNumberUtils  
TemplateStringUtils  
TemporaryCache<T extends DatabaseObject>  
TestableUberspect
Implementation of Uberspect to provide the default introspective functionality of Velocity
TestableUberspect.VelGetterImpl  
TestableUberspect.VelMethodImpl  
TestableUberspect.VelSetterImpl  
TestUtils  
Threads  
ThreadUtils  
TimedObject  
TimeOut  
Tuple<H,​K>  
ValidationError  
ValidationTracker  
VelocityList<T>  
VelocityList.Item<T>  
VelocityParser  
VelocityParser.Default  
VelocityParser.FileParseCall  
VelocityParser.JarParseCall  
VelocityParsingError  
WhiteSpaceStripper  
WindowUtils  
XmlDatabaseMapExtractor  
XmlExtractable  
XmlExtractor  
XmlExtractorUtil  
XmlMap  
XmlMapExtractor  
XmlMapTranslator  
XMLNodeExtractor  
XMLNodeExtractor.Utils  
XMLSerializable  
XmlTranslator  
XMLUtils  
ZipUtils
A static class of convence functions for Files