See: Description
Interface | Description |
---|---|
FastStack.IFastStackDecorator<E> |
Decorator used to change values as they come off this stack
|
ILengthAwareReader |
Reader that can report back the overall length of its contents.
|
ITestAdapter |
Created by christoferdutz on 23.02.16.
|
Class | Description |
---|---|
AntTestAdapter |
Created by christoferdutz on 23.02.16.
|
ArgumentUtil | |
Base64 |
Code to read and write Base64-encoded text.
|
Base64.Decoder | |
Base64.Encoder | |
CheapArray |
A set of functions for managing Arrays of Objects in a memory efficient way.
|
DAByteArrayOutputStream |
ByteArratOuputStream that supports directly accessing the byte array inside the stream
|
DirectoryID |
A reliable way to identify and compare directories.
|
EnvProperties |
EnvProperties checks in following order for a value.
1) unittest.properties
2) environment variables
3) for key FLEX_HOME & PLAYERGLOBAL_HOME sets a default value.
|
ExceptionUtil |
A utility for wrapping exceptions.
|
FastStack<E> |
Stack implementation based on ArrayList instead of a Vector.
|
FileID |
A reliable way to identify and compare file paths.
|
FilenameNormalization |
Utility class to normalize filenames.
|
FileUtils |
A collection of file related utilities.
|
IntMap |
Implements a sparse mapping from int -> Object.
|
IntMapLRUCache |
Caching data structure that uses a Least Recently Used (LRU)
algorithm.
|
MavenTestAdapter |
Created by christoferdutz on 23.02.16.
|
NonLockingStringReader | |
Point |
A value object for an x and y pair.
|
StringEncoder |
Utility class for encoding String
|
StringUtils |
This is all that is left of a rather large collection of utilties.
|
TestAdapterFactory |
Created by christoferdutz on 10.03.16.
|
Trace |
Primitive run-time tracing class.
|
Version |
Represents a four-part version number, such as
4.5.12.12345 . |
Enum | Description |
---|---|
ILengthAwareReader.InputType |
Represents the type of input to this reader
|
This support library has no dependencies on the compiler or on the other support libraries.