A B C D E F G H I L M N O P Q R S T U V W X Y _ 

A

A - Class in test.sizeof.simple1
 
A() - Constructor for class test.sizeof.simple1.A
 
AbstractQueueListener - Class in net.anotheria.util.queue
 
AbstractQueueListener() - Constructor for class net.anotheria.util.queue.AbstractQueueListener
 
AbstractSorter<T extends IComparable> - Class in net.anotheria.util.sorter
 
AbstractSorter() - Constructor for class net.anotheria.util.sorter.AbstractSorter
 
addAttribute(String, Object) - Method in class net.anotheria.util.content.template.TemplateReplacementContext
Allow to add single attribute.
addAttribute(XMLAttribute) - Method in class net.anotheria.util.xml.XMLNode
 
addCell(DataCell) - Method in class net.anotheria.util.datatable.DataRow
 
addChildNode(XMLNode) - Method in class net.anotheria.util.xml.XMLNode
Allow add child node for current.
addEntry(HistoDiffReader.HistogramEntry) - Method in class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
addEntry(Entry) - Method in class net.anotheria.util.io.DirectoryEntry
Adds a sub entry.
addHeader(String) - Method in class net.anotheria.util.datatable.DataHeader
 
addListener(IQueueListener) - Method in interface net.anotheria.util.queue.IQueue
Adds a queue listener to the queue.
addListener(IQueueListener) - Method in class net.anotheria.util.queue.QueueImpl
 
addListener(ResourceListener) - Method in class net.anotheria.util.resource.Resource
Adds a listener to this Resource.
addObserver(IObserver) - Method in interface net.anotheria.util.ISubject
Adds an observer to this subject.
addParameter(String, String) - Method in class net.anotheria.util.UrlHelper
 
addParameter(String) - Method in class net.anotheria.util.UrlHelper
 
addParameters(Map<String, String>) - Method in class net.anotheria.util.UrlHelper
 
addProcessor(String, TemplateProcessor) - Static method in class net.anotheria.util.content.template.TemplateUtility
Adds a processor to this variable utility.
addRange(String, int) - Method in class net.anotheria.util.network.PlainIPFilter
Adds an ip (allowed)range to the filter.
addResourceToWatch(Resource) - Method in enum net.anotheria.util.resource.WatchDog
 
addRow(DataRow) - Method in class net.anotheria.util.datatable.DataTable
 
addToArray(T[], T) - Static method in class net.anotheria.util.ArrayUtils
 
addToArray(int[], int) - Static method in class net.anotheria.util.ArrayUtils
 
addToQueue(T) - Method in class net.anotheria.util.queue.QueuedProcessor
Default method to add an element to the queue.
addToQueueAndWait(T) - Method in class net.anotheria.util.queue.QueuedProcessor
Inserts the specified element at the tail of the processing queue, waiting if necessary for space in the queue to become available
addToQueueDontWait(T) - Method in class net.anotheria.util.queue.QueuedProcessor
Inserts the specified element at the tail of the processing queue if the queue is not full
array2list(T[]) - Static method in class net.anotheria.util.sorter.AbstractSorter
 
array2vector(T[]) - Static method in class net.anotheria.util.sorter.AbstractSorter
Transfers an array into Vector.
ArrayUtils - Class in net.anotheria.util
An util for handling of arrays.
ArrayUtils() - Constructor for class net.anotheria.util.ArrayUtils
 
asArray(List<Integer>) - Static method in class net.anotheria.util.ArrayUtils
 
ASC - Static variable in class net.anotheria.util.sorter.SortType
Constant for ascending sort order.
asList(T...) - Static method in class net.anotheria.util.ArrayUtils
Returns the List that contains elements from array.
asList(int[]) - Static method in class net.anotheria.util.ArrayUtils
 
asList(long[]) - Static method in class net.anotheria.util.ArrayUtils
 
asList(float[]) - Static method in class net.anotheria.util.ArrayUtils
 

B

B - Class in test.sizeof.simple1
 
B() - Constructor for class test.sizeof.simple1.B
 
BasicComparable - Class in net.anotheria.util
An abstract class which implements useful methods to compare basic types.
BasicComparable() - Constructor for class net.anotheria.util.BasicComparable
 
BubbleSorter<T extends IComparable> - Class in net.anotheria.util.sorter
An implementation of a bubble sorter for EQS FI Sorter Pattern.
BubbleSorter() - Constructor for class net.anotheria.util.sorter.BubbleSorter
 
buildHashTable(String) - Static method in class net.anotheria.util.StringUtils
Builds a hash table from the String like *(TYPE : MESSAGE + CR) useful for http requests etc.
buildParameterMap(String) - Static method in class net.anotheria.util.StringUtils
 
buildParameterMap(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
byte2hex(byte, StringBuilder) - Static method in class net.anotheria.util.crypt.HexDecoder
Converts a byte to hex digit and writes to the supplied buffer

C

C - Class in test.sizeof.simple1
 
C() - Constructor for class test.sizeof.simple1.C
 
capitalize(String) - Static method in class net.anotheria.util.StringUtils
 
CharacterEntityCoder - Class in net.anotheria.util
Performs html and xml encoding.
CharacterEntityCoder() - Constructor for class net.anotheria.util.CharacterEntityCoder
 
charCount(String, char) - Static method in class net.anotheria.util.StringUtils
Returns the number of occurencies of the specified cha rin the given string.
chiffreToId(String) - Static method in class net.anotheria.util.crypt.CryptTool
Restore Numerical ID from Chiffre.
ClassPathResourceLoader - Class in net.anotheria.util.resource
 
ClassPathResourceLoader() - Constructor for class net.anotheria.util.resource.ClassPathResourceLoader
 
close() - Method in class net.anotheria.util.io.UnicodeInputStream
 
close() - Method in class net.anotheria.util.io.UnicodeReader
 
closeIgnoringException(Closeable) - Static method in class net.anotheria.util.IOUtils
Closes Closeable instance ignoring IOException.
CODE_END - Static variable in class net.anotheria.util.IdCodeGenerator
The ending ascii character used in code generation.
CODE_LENGTH - Static variable in class net.anotheria.util.IdCodeGenerator
The default code length.
CODE_START - Static variable in class net.anotheria.util.IdCodeGenerator
The starting ascii character used in code generation.
combineStrings(String[], char) - Static method in class net.anotheria.util.StringUtils
 
compare(String, String) - Static method in class net.anotheria.util.debug.HistoDiffReader
 
compareBool(boolean, boolean) - Static method in class net.anotheria.util.BasicComparable
Deprecated.
use compareBoolean instead.
compareBoolean(boolean, boolean) - Static method in class net.anotheria.util.BasicComparable
Compares two booleans.
compareDouble(double, double) - Static method in class net.anotheria.util.BasicComparable
Compares two doubles.
compareFloat(float, float) - Static method in class net.anotheria.util.BasicComparable
Compares two floats.
compareInt(int, int) - Static method in class net.anotheria.util.BasicComparable
Compares two ints.
compareList(List<T>, List<T>) - Static method in class net.anotheria.util.BasicComparable
Compares two List.
compareLong(long, long) - Static method in class net.anotheria.util.BasicComparable
Compares two longs.
compareString(String, String) - Static method in class net.anotheria.util.BasicComparable
Compares two strings.
compareTo(IComparable, int) - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
compareTo(IComparable, int) - Method in class net.anotheria.util.NameAnalyzer.ElementCount
 
compareTo(IComparable<? extends T>, int) - Method in interface net.anotheria.util.sorter.IComparable
 
concat(String, String) - Static method in class net.anotheria.util.StringUtils
 
concat(String, String, String) - Static method in class net.anotheria.util.StringUtils
 
concatenateTokens(Collection<T>, char, char, char) - Static method in class net.anotheria.util.StringUtils
 
concatenateTokens(Collection<T>, String) - Static method in class net.anotheria.util.StringUtils
 
concatenateTokens(String, T...) - Static method in class net.anotheria.util.StringUtils
Concatenates tokens to String where tokens are separated from each other by delimiterSequence.
concatenateTokens(String, int[]) - Static method in class net.anotheria.util.StringUtils
 
concatenateTokens(String, long[]) - Static method in class net.anotheria.util.StringUtils
 
concatenateTokens(String, float[]) - Static method in class net.anotheria.util.StringUtils
 
ConditionPrefixes - Class in net.anotheria.util.content.template.processors.variables
Contains Condition Prefixes.
ConditionProcessorNames - Enum in net.anotheria.util.content.template.processors.variables
This helper class defines prefixes usable for variables in the variable processor.
ConditionTemplateProcessor - Class in net.anotheria.util.content.template.processors
ConditionTemplateProcessor as TemplateProcessor.
ConditionTemplateProcessor() - Constructor for class net.anotheria.util.content.template.processors.ConditionTemplateProcessor
 
ConstantsTemplateProcessor - Class in net.anotheria.util.content.template.processors
Constants template processor.
ConstantsTemplateProcessor() - Constructor for class net.anotheria.util.content.template.processors.ConstantsTemplateProcessor
 
ConstantVariables - Class in net.anotheria.util.content.template.processors.variables
Contains constants for Template && Variable processors.
contains(int[], int) - Static method in class net.anotheria.util.ArrayUtils
 
contains(T[], T) - Static method in class net.anotheria.util.ArrayUtils
 
ContentElement - Class in net.anotheria.util.content.element
Abstract Content Element class.
ContentElement(String) - Constructor for class net.anotheria.util.content.element.ContentElement
Constructor.
continueExecution(String) - Method in class net.anotheria.util.ExecutionTimer
Continues previously stoped(paused) execution of the key.
copy(File, File) - Static method in class net.anotheria.util.io.CopyDirContents
 
CopyDirContents - Class in net.anotheria.util.io
This utility class copies recursively everything from source directory to target directory.
CopyDirContents() - Constructor for class net.anotheria.util.io.CopyDirContents
 
createInstance(T[], int) - Static method in class net.anotheria.util.ArrayUtils
 
createQueue(int) - Method in interface net.anotheria.util.queue.IQueueFactory
Creates a new queue of the given size.
createQueue(int) - Method in class net.anotheria.util.queue.StandardQueueFactory
 
createQueue(int) - Method in class net.anotheria.util.queue.TimestampedQueueFactory
 
CryptTool - Class in net.anotheria.util.crypt
A tool to encrypt and decrypt strings using Blowfish algorithm.
CryptTool(String) - Constructor for class net.anotheria.util.crypt.CryptTool
Create a new crypttool with the given key.
CryptTool(byte[]) - Constructor for class net.anotheria.util.crypt.CryptTool
Create a new crypttool with the binary given key.
CSVParser - Class in net.anotheria.util.csv
 
CSVParser() - Constructor for class net.anotheria.util.csv.CSVParser
 
currencyFormat(double, char) - Static method in class net.anotheria.util.NumberUtils
 
currentDate() - Static method in class net.anotheria.util.Date
Create a Date object for this moment
CVSRepositoryChanger - Class in net.anotheria.util.cvsutil
Deprecated.
CVSRepositoryChanger() - Constructor for class net.anotheria.util.cvsutil.CVSRepositoryChanger
Deprecated.
 

D

DataCell - Class in net.anotheria.util.datatable
A single cell in the table which contains untyped data.
DataCell() - Constructor for class net.anotheria.util.datatable.DataCell
 
DataCell(Object) - Constructor for class net.anotheria.util.datatable.DataCell
 
DataHeader - Class in net.anotheria.util.datatable
A header of the table.
DataHeader() - Constructor for class net.anotheria.util.datatable.DataHeader
 
DataRow - Class in net.anotheria.util.datatable
A DataRow is basically a list of cells.
DataRow() - Constructor for class net.anotheria.util.datatable.DataRow
 
DataRow(int) - Constructor for class net.anotheria.util.datatable.DataRow
 
DataTable - Class in net.anotheria.util.datatable
This class represents a table with untyped data, similar to a csv file.
DataTable() - Constructor for class net.anotheria.util.datatable.DataTable
 
DataTable(int) - Constructor for class net.anotheria.util.datatable.DataTable
 
Date - Class in net.anotheria.util
This class provide a simple date object.
Date(int, int, int) - Constructor for class net.anotheria.util.Date
Default constructor.
Date(int, int, int, int, int) - Constructor for class net.anotheria.util.Date
Default constructor.
Date(long) - Constructor for class net.anotheria.util.Date
Creates a new date object which correspongs to the given time in millis since 01.01.1970.
DateUtility - Class in net.anotheria.util
A utility for operation with Date objects.
day - Variable in class net.anotheria.util.Date
The day of month.
DAY - Static variable in class net.anotheria.util.Date
The array of day names in a week
DAY_OF_MONTH - Static variable in class net.anotheria.util.Date
Maximum nubers of days in month in a not leapyear
DebugUtilities - Class in net.anotheria.util.debug
Some utilities for debugging, feel free to add yours.
DebugUtilities() - Constructor for class net.anotheria.util.debug.DebugUtilities
 
decodeHtmlString(String) - Static method in class net.anotheria.util.CharacterEntityCoder
returns dencoded String from HTML
decodeString(String) - Static method in class net.anotheria.util.CharacterEntityCoder
returns dencoded String from XML
decrypt(byte[]) - Method in class net.anotheria.util.crypt.CryptTool
 
decryptBuffer(byte[]) - Method in class net.anotheria.util.crypt.CryptTool
Decrypts specified byte array.
decryptFromHex(String) - Method in class net.anotheria.util.crypt.CryptTool
 
decryptFromHexTrim(String) - Method in class net.anotheria.util.crypt.CryptTool
 
decryptParameterMap(String) - Method in class net.anotheria.util.crypt.CryptTool
Decrypts a previously encoded parameter map and returns it as map of key-value pairs.
deepSizeof(Object) - Static method in class net.anotheria.util.sizeof.SizeofUtility
 
DEF_QUEUE_SIZE - Static variable in class net.anotheria.util.queue.QueuedProcessor
Default queue size.
DEF_SLEEP_TIME - Static variable in class net.anotheria.util.queue.QueuedProcessor
Default time to sleep.
DEFAULT_ROWS_SEPARATOR - Static variable in class net.anotheria.util.csv.CSVParser
 
DEFAULT_VALUE - Static variable in class net.anotheria.util.content.TextReplaceConstants
The default value if no 'fallback' default value is specified.
DEFAULT_VALUES_SEPARATOR - Static variable in class net.anotheria.util.csv.CSVParser
 
DEFAULT_WILDCARD - Static variable in class net.anotheria.util.StringPattern
 
DELIMITER - Static variable in class net.anotheria.util.log.LogMessageUtil
Element's delimiter.
DELIMITER_LENGTH - Static variable in class net.anotheria.util.log.LogMessageUtil
Size-to-collection/array/map delimiter.
DELIMITER_MAP_ELEMENT - Static variable in class net.anotheria.util.log.LogMessageUtil
Map key-value delimiter.
DESC - Static variable in class net.anotheria.util.sorter.SortType
Constant for descending sort order.
detag(String) - Static method in class net.anotheria.util.xml.XMLHelper
 
diff(String, String) - Static method in class net.anotheria.util.io.DirDiff
Creates a diff between two pathes.
DirDiff - Class in net.anotheria.util.io
 
DirDiff() - Constructor for class net.anotheria.util.io.DirDiff
 
DirectoryEntry - Class in net.anotheria.util.io
Represents a directory in the dif.
DirectoryEntry(String) - Constructor for class net.anotheria.util.io.DirectoryEntry
Creates a new directory entry.
DontPopulate - Annotation Type in net.anotheria.util.mapper
Mapper annotation

doWork(T) - Method in interface net.anotheria.util.queue.IQueueWorker
Called to perform some work.
DummySortType - Class in net.anotheria.util.sorter
 
DummySortType() - Constructor for class net.anotheria.util.sorter.DummySortType
 
DynamicElement - Class in net.anotheria.util.content.element
DynamicElement as subclass of ContentElement.
DynamicElement(String, String, List<ContentElement>, List<ContentElement>) - Constructor for class net.anotheria.util.content.element.DynamicElement
Constructor.
dynamicString(Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here

E

encode(String) - Static method in class net.anotheria.util.URLUtils
Encodes unsafe characters in a URL
encodeString(String) - Static method in class net.anotheria.util.CharacterEntityCoder
returns encoded String for XML use
ENCODING - Static variable in class net.anotheria.util.URLUtils
 
encrypt(String) - Method in class net.anotheria.util.crypt.CryptTool
Returns a byte array containing the encrypted version of the string.
encryptBuffer(byte[]) - Method in class net.anotheria.util.crypt.CryptTool
Encrypts specified byte array.
encryptParameterMap(Map<String, String>) - Method in class net.anotheria.util.crypt.CryptTool
Encrypts a map of key value pairs to a single string to use as html parameter or similar.
encryptToHex(String) - Method in class net.anotheria.util.crypt.CryptTool
Returns a HEX version of the encrypted string.
entag(String) - Static method in class net.anotheria.util.xml.XMLHelper
 
Entry - Class in net.anotheria.util.io
Base class for entries of the directory diff.
Entry(String) - Constructor for class net.anotheria.util.io.Entry
Constructor for the entry.
equals(Object) - Method in class net.anotheria.util.Date
 
equals(Object) - Method in class net.anotheria.util.UrlHelper.Parameter
 
escape(String, char...) - Static method in class net.anotheria.util.StringUtils
Escapes all occurrences of escapedChars in a source string with where escaping char is '\'.
ESCAPE_CHAR - Static variable in class net.anotheria.util.content.TextReplaceConstants
Escape char for special characters in the expressions.
executeReplacement(String, String) - Method in enum net.anotheria.util.content.template.processors.variables.ConditionProcessorNames
Simply making variable replacement
ExecutionTimer - Class in net.anotheria.util
A utility to measure execution of a task which consists of subtasks.
ExecutionTimer(String) - Constructor for class net.anotheria.util.ExecutionTimer
Creates a new ExecutionTimer.
ExecutionTimer() - Constructor for class net.anotheria.util.ExecutionTimer
Creates a new unnamed ExecutionTimer.
extractSuperTags(String, char, char, char) - Static method in class net.anotheria.util.StringUtils
 
extractTags(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
extractTagsWithEscapeChar(String, char, char, char) - Static method in class net.anotheria.util.StringUtils
 

F

failMsg(Throwable, Object...) - Static method in class net.anotheria.util.log.LogMessageUtil
Prepare fail message.
FileEntry - Class in net.anotheria.util.io
This entry represents a single file in the directory dif.
FileEntry(String, long) - Constructor for class net.anotheria.util.io.FileEntry
Creates a new file entry with a name and file size.
FileResourceLoader - Class in net.anotheria.util.resource
 
FileResourceLoader() - Constructor for class net.anotheria.util.resource.FileResourceLoader
 
FindHeaders - Class in net.anotheria.util.tools
 
FindHeaders() - Constructor for class net.anotheria.util.tools.FindHeaders
 
findJarInDirectory(File, String) - Static method in class net.anotheria.util.maven.MavenVersionReader
 
findVersionInDirectory(File) - Static method in class net.anotheria.util.maven.MavenVersionReader
 
fireUpdateEvent(long) - Method in class net.anotheria.util.resource.Resource
Called by the WatchDog if a change in the underlying Resource is detected.
format(double, int, int, char) - Static method in class net.anotheria.util.NumberUtils
 
fractionRound(double, int) - Static method in class net.anotheria.util.NumberUtils
 
fromHexString(String) - Static method in class net.anotheria.util.crypt.HexDecoder
Converts a hex string to a byte array

G

generate(int) - Static method in class net.anotheria.util.PasswordGenerator
Generates a password of given length.
generateCode(int) - Static method in class net.anotheria.util.IdCodeGenerator
Generates a code of given length.
generateCode() - Static method in class net.anotheria.util.IdCodeGenerator
Generates a code with default length (CODE_LENGTH).
generateCustomCode(char[], int) - Static method in class net.anotheria.util.IdCodeGenerator
Generates a code of given length from supplied chars.
getAge(long) - Static method in class net.anotheria.util.DateUtility
Returns age - a period of time, measured by years from fromDate till now
getAge(Date) - Static method in class net.anotheria.util.DateUtility
Returns age - a period of time, measured by years from fromDate till now
getAge(long, long) - Static method in class net.anotheria.util.DateUtility
Returns age - a period of time, measured by years from fromDate to toDate
getAge(Date, Date) - Static method in class net.anotheria.util.DateUtility
Returns age - a period of time, measured by years from fromDate to toDate
getAmountOfMemory() - Method in class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
getArtifact() - Method in class net.anotheria.util.maven.MavenVersion
 
getAttribute(String) - Method in class net.anotheria.util.content.template.TemplateReplacementContext
Returns attribute with given name.
getAttributes() - Method in class net.anotheria.util.content.template.TemplateReplacementContext
 
getAttributes() - Method in class net.anotheria.util.xml.XMLNode
 
getBla() - Method in class test.sizeof.simple1.C
 
getBytes() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
getCalendarWeekForDate(Date) - Static method in class net.anotheria.util.DateUtility
Returns the calendar week for this date.
getCell(int) - Method in class net.anotheria.util.datatable.DataRow
 
getClassName() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
getConstants() - Static method in class net.anotheria.util.content.template.processors.variables.ConstantVariables
Return all constants.
getConstantValue(String) - Static method in class net.anotheria.util.content.template.processors.variables.ConstantVariables
Constant will be returned if exists.
getContent(String) - Method in class net.anotheria.util.resource.ClassPathResourceLoader
 
getContent(String) - Method in class net.anotheria.util.resource.FileResourceLoader
 
getContent() - Method in class net.anotheria.util.resource.Resource
Returns the content of this Resource
getContent(String) - Method in interface net.anotheria.util.resource.ResourceLoader
Returns text content of a resource
getContent() - Method in class net.anotheria.util.xml.XMLNode
 
getCurrencyValue(float) - Static method in class net.anotheria.util.NumberUtils
 
getCurrencyValue(double) - Static method in class net.anotheria.util.NumberUtils
Returns rounded value as currency value (2 digits precision).
getCurrentSlice() - Method in class net.anotheria.util.slicer.Slice
Returns the number of the current slice.
getDateString(int, int, int) - Static method in class net.anotheria.util.NumberUtils
Returns a short date string in form of "YY.MM.DD" or "YYYY.MM.DD" depending on the year parameter.
getDay() - Method in class net.anotheria.util.Date
 
getDayBeginning(long) - Static method in class net.anotheria.util.DateUtility
 
getDayEnding(long) - Static method in class net.anotheria.util.DateUtility
 
getDayOfWeek() - Method in class net.anotheria.util.Date
 
getDays(Date) - Static method in class net.anotheria.util.DateUtility
 
getDays(long) - Static method in class net.anotheria.util.DateUtility
 
getDays(Date, Date) - Static method in class net.anotheria.util.DateUtility
 
getDays(long, long) - Static method in class net.anotheria.util.DateUtility
 
getDefaultEncoding() - Method in class net.anotheria.util.io.UnicodeInputStream
 
getDefaultProcessors() - Static method in class net.anotheria.util.content.template.TemplateUtility
Return pre configured processors.
getDefValueIndex() - Method in class net.anotheria.util.content.element.DynamicElement
 
getDescriptions() - Method in class net.anotheria.util.LabeledSortType
 
getDotedNumber(long) - Static method in class net.anotheria.util.NumberUtils
Returns a string representation of the parameter in which each three digit part of the number is separated by a '.'.
getDotedNumber(long, char) - Static method in class net.anotheria.util.NumberUtils
 
getDotedNumber(long, Locale) - Static method in class net.anotheria.util.NumberUtils
 
getDotedNumberDE(long) - Static method in class net.anotheria.util.NumberUtils
 
getDotedNumberUS(long) - Static method in class net.anotheria.util.NumberUtils
 
getElementCount() - Method in interface net.anotheria.util.queue.IQueue
Returns the number of elements in the queue.
getElementCount() - Method in class net.anotheria.util.queue.QueueImpl
 
getElementsPerSlice() - Method in class net.anotheria.util.slicer.Segment
 
getElementsPerSlice() - Method in class net.anotheria.util.slicer.Slice
 
getElementText() - Method in class net.anotheria.util.content.element.ContentElement
 
getEncoding() - Method in class net.anotheria.util.io.UnicodeInputStream
 
getEncoding() - Method in class net.anotheria.util.io.UnicodeReader
Get stream encoding or NULL if stream is uninitialized.
getEncoding() - Method in class net.anotheria.util.xml.XMLTree
Returns the encoding.
getEntries() - Method in class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
getEntryCount() - Method in class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
getExecutionTime(String) - Method in class net.anotheria.util.ExecutionTimer
Returns the execution time for the given process.
getExecutionTimerEntriesOrderedByCreation() - Method in class net.anotheria.util.ExecutionTimer
Returns a vector with all TimerEntries in this Timer sorted by their creation order.
getExecutionTimerEntriesOrderedByKeys() - Method in class net.anotheria.util.ExecutionTimer
Returns a vector with all TimerEntries in this Timer sorted by their keys.
getExecutionTimerEntriesOrderedByTime() - Method in class net.anotheria.util.ExecutionTimer
Returns a vector with all TimerEntries in this Timer sorted by their execution time (fastest first).
getFileTimestamp() - Method in class net.anotheria.util.maven.MavenVersion
 
getFirstDayOfWeek(int, int) - Static method in class net.anotheria.util.DateUtility
Returns the date for the first day of a "calendar week" for a given year.
getFirstLine(String) - Static method in class net.anotheria.util.StringUtils
Returns first line of multilined String.
getFormattedString(Double, int) - Static method in class net.anotheria.util.MathHelper
put your documentation comment here
getFormattedStrings(List<Double>, int) - Static method in class net.anotheria.util.MathHelper
 
getFormattedStringVector(Vector<Double>, int) - Static method in class net.anotheria.util.MathHelper
Deprecated.
getGroup() - Method in class net.anotheria.util.maven.MavenVersion
 
getHeader(int) - Method in class net.anotheria.util.datatable.DataHeader
 
getHeader() - Method in class net.anotheria.util.datatable.DataTable
 
getHeaders() - Method in class net.anotheria.util.datatable.DataHeader
 
getHost() - Method in class net.anotheria.util.UrlHelper
 
getHour() - Method in class net.anotheria.util.Date
 
getHourBeginning() - Static method in class net.anotheria.util.DateUtility
 
getHourBeginning(long) - Static method in class net.anotheria.util.DateUtility
 
getIndex(String) - Method in class net.anotheria.util.datatable.DataHeader
 
getInstanceCount() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
getLanguage() - Method in class net.anotheria.util.content.template.TemplateReplacementContext
 
getLastChangeTimestamp(String) - Method in class net.anotheria.util.resource.ClassPathResourceLoader
 
getLastChangeTimestamp(String) - Method in class net.anotheria.util.resource.FileResourceLoader
 
getLastChangeTimestamp() - Method in class net.anotheria.util.resource.Resource
Return the last change timestamp of this Resource in millis
getLastChangeTimestamp(String) - Method in interface net.anotheria.util.resource.ResourceLoader
Returns timestamp of last resource modification
getLastGetTimestamp() - Method in interface net.anotheria.util.queue.ITimestampedQueue
Returns the time of the last get.
getLastGetTimestamp() - Method in class net.anotheria.util.queue.TimestampedQueueImpl
 
getLastPutTimestamp() - Method in interface net.anotheria.util.queue.ITimestampedQueue
Returns the time of the last put.
getLastPutTimestamp() - Method in class net.anotheria.util.queue.TimestampedQueueImpl
 
getLockMap() - Method in class net.anotheria.util.concurrency.SafeIdBasedLockManager
 
getLockMap() - Method in class net.anotheria.util.concurrency.UnsafeIdBasedLockManager
 
getMD5Hash(String) - Static method in class net.anotheria.util.crypt.MD5Util
Returns the MD5 hash of the given string.
getMD5Hash(StringBuilder) - Static method in class net.anotheria.util.crypt.MD5Util
Returns the MD5 hash of the given string.
getMD5Hash(byte[]) - Static method in class net.anotheria.util.crypt.MD5Util
Returns the MD5 hash of the given byte array.
getMillis() - Method in enum net.anotheria.util.TimeUnit
Returns the duration of the unit in milliseconds.
getMillis(int) - Method in enum net.anotheria.util.TimeUnit
Returns the duration of units in milliseconds.
getMin() - Method in class net.anotheria.util.Date
 
getMonth() - Method in class net.anotheria.util.Date
 
getName() - Method in class net.anotheria.util.io.Entry
Returns the name.
getName() - Method in class net.anotheria.util.resource.Resource
Returns the name of this Resource
getName() - Method in class net.anotheria.util.UrlHelper.Parameter
 
getName() - Method in class net.anotheria.util.xml.XMLAttribute
Returns the name of the attribute.
getName() - Method in class net.anotheria.util.xml.XMLNode
 
getNextHourBeginning() - Static method in class net.anotheria.util.DateUtility
 
getNextHourBeginning(long) - Static method in class net.anotheria.util.DateUtility
 
getNodes() - Method in class net.anotheria.util.xml.XMLNode
 
getNumberOfObjects() - Method in class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
getParameter(String) - Method in class net.anotheria.util.UrlHelper
 
getPath() - Method in class net.anotheria.util.UrlHelper
 
getPause() - Method in enum net.anotheria.util.resource.WatchDog
 
getPid() - Static method in class net.anotheria.util.PidTools
Returns PID for current JVM under *nix OS or -1 if PID could not determine.
getPort() - Method in class net.anotheria.util.UrlHelper
 
getPosition() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
getPrefix() - Method in class net.anotheria.util.content.element.DynamicElement
 
getPrefixName() - Method in enum net.anotheria.util.content.template.processors.variables.ConditionProcessorNames
 
getProtocol() - Method in class net.anotheria.util.UrlHelper
 
getQuery() - Method in class net.anotheria.util.UrlHelper
 
getQueueFactory() - Method in class net.anotheria.util.queue.QueuedProcessor
 
getQueueOverflowCount() - Method in class net.anotheria.util.queue.QueuedProcessor
 
getQueueSize() - Method in class net.anotheria.util.queue.QueuedProcessor
 
getReference() - Method in class net.anotheria.util.UrlHelper
 
getReferenceCount() - Method in class net.anotheria.util.concurrency.IdBasedLock
 
getResourceLoader() - Method in class net.anotheria.util.resource.Resource
 
getRoot() - Method in class net.anotheria.util.xml.XMLTree
Returns the root node.
getRow(int) - Method in class net.anotheria.util.datatable.DataTable
 
getRowIndex(DataRow) - Method in class net.anotheria.util.datatable.DataTable
 
getRowSize() - Method in class net.anotheria.util.datatable.DataRow
 
getRowsSize() - Method in class net.anotheria.util.datatable.DataTable
 
getS() - Method in class test.sizeof.simple1.C
 
getSegment() - Method in class net.anotheria.util.slicer.Slice
Returns the segment this slice has been initialized with.
getSize() - Method in class net.anotheria.util.io.DirectoryEntry
Returns the size of the entry.
getSize() - Method in class net.anotheria.util.io.Entry
Returns the size of the entry.
getSize() - Method in class net.anotheria.util.io.FileEntry
Returns the size of the file.
getSliceData() - Method in class net.anotheria.util.slicer.Slice
Returns the data contained in this slice.
getSliceNumber() - Method in class net.anotheria.util.slicer.Segment
 
getSortBy() - Method in class net.anotheria.util.sorter.SortType
Returns the sortAfter parameter.
getSortOrder() - Method in class net.anotheria.util.sorter.SortType
Returns the sort order.
getStatsString() - Method in class net.anotheria.util.queue.QueuedProcessor
 
getStringAfter(String, String, int) - Static method in class net.anotheria.util.StringUtils
 
getStringAfter(String, String) - Static method in class net.anotheria.util.StringUtils
 
getStringAfterIncl(String, String, int) - Static method in class net.anotheria.util.StringUtils
 
getStringAfterIncl(String, String) - Static method in class net.anotheria.util.StringUtils
 
getStringBefore(String, String, int) - Static method in class net.anotheria.util.StringUtils
 
getStringBefore(String, String) - Static method in class net.anotheria.util.StringUtils
 
getStringBeforeIncl(String, String, int) - Static method in class net.anotheria.util.StringUtils
 
getStringBeforeIncl(String, String) - Static method in class net.anotheria.util.StringUtils
 
getStringWith(String, String, int) - Static method in class net.anotheria.util.StringUtils
 
getStringWith(String, String) - Static method in class net.anotheria.util.StringUtils
 
getTab(int) - Method in class net.anotheria.util.io.Entry
 
getThrowAwayCount() - Method in class net.anotheria.util.queue.QueuedProcessor
 
getTotalExecutionTime() - Method in class net.anotheria.util.ExecutionTimer
Returns the sum of the single execution times.
getTotalNumberOfItems() - Method in class net.anotheria.util.slicer.Slice
Returns the total number of items.
getTotalNumberOfSlices() - Method in class net.anotheria.util.slicer.Slice
Returns the total number of slices.
getUserId() - Method in class net.anotheria.util.content.template.TemplateReplacementContext
 
getValue() - Method in class net.anotheria.util.datatable.DataCell
 
getValue() - Method in class net.anotheria.util.UrlHelper.Parameter
 
getValue() - Method in class net.anotheria.util.xml.XMLAttribute
Returns the value of the attribute.
getValueAsDate() - Method in class net.anotheria.util.datatable.DataCell
 
getValueAsDouble() - Method in class net.anotheria.util.datatable.DataCell
 
getValueAsFloat() - Method in class net.anotheria.util.datatable.DataCell
 
getValueAsInteger() - Method in class net.anotheria.util.datatable.DataCell
 
getValueAsLong() - Method in class net.anotheria.util.datatable.DataCell
 
getValueAsString() - Method in class net.anotheria.util.datatable.DataCell
 
getVariableIndex() - Method in class net.anotheria.util.content.element.DynamicElement
 
getVersion() - Method in class net.anotheria.util.maven.MavenVersion
 
getVersion() - Method in class net.anotheria.util.xml.XMLTree
 
getW_day() - Method in class net.anotheria.util.Date
 
getYear() - Method in class net.anotheria.util.Date
 

H

hasElements() - Method in interface net.anotheria.util.queue.IQueue
Returns true if the queue contains elements.
hasElements() - Method in class net.anotheria.util.queue.QueueImpl
 
hashCode() - Method in class net.anotheria.util.Date
 
hashCode() - Method in class net.anotheria.util.UrlHelper.Parameter
 
hasHeader(String) - Method in class net.anotheria.util.datatable.DataHeader
 
hasNextSlice() - Method in class net.anotheria.util.slicer.Slice
Returns true if there is a next slice.
hasPrevSlice() - Method in class net.anotheria.util.slicer.Slice
Returns true if there is a previous pageable slice (i.e.
HexDecoder - Class in net.anotheria.util.crypt
 
HistoDiffReader - Class in net.anotheria.util.debug
 
HistoDiffReader() - Constructor for class net.anotheria.util.debug.HistoDiffReader
 
HistoDiffReader.HistogramEntry - Class in net.anotheria.util.debug
 
HistoDiffReader.HistogramEntry(String) - Constructor for class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
HistoDiffReader.Histogramm - Class in net.anotheria.util.debug
 
HistoDiffReader.Histogramm(String) - Constructor for class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
hour - Variable in class net.anotheria.util.Date
The hour of day.
htm2xml(String) - Static method in class net.anotheria.util.CharacterEntityCoder
 
htmlEncodeString(String) - Static method in class net.anotheria.util.CharacterEntityCoder
returns encoded String for HTML use

I

IComparable<T> - Interface in net.anotheria.util.sorter
This interface should be implemented by all classes which wish to be sorted by the standart sorter.
IdBasedLock<K> - Class in net.anotheria.util.concurrency
The lock class.
IdBasedLockManager<K> - Interface in net.anotheria.util.concurrency
Manager/Container for a set of id based locks.
IdCodeGenerator - Class in net.anotheria.util
This class is an utility for generation of unique identification codes.
idToChiffre(String) - Static method in class net.anotheria.util.crypt.CryptTool
Converts Numerical ID to Chiffre: string from letters and digits 8 symbols length.
increase() - Method in class net.anotheria.util.NameAnalyzer.ElementCount
 
indexSuperTags(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
init() - Method in class net.anotheria.util.io.UnicodeInputStream
Read-ahead four bytes and check for BOM marks.
init() - Method in class net.anotheria.util.io.UnicodeReader
Read-ahead four bytes and check for BOM marks.
insert(String, String, int) - Static method in class net.anotheria.util.StringUtils
Inserts the string at the specified position in the source string.
InsertSorter<T extends IComparable> - Class in net.anotheria.util.sorter
A sorter implementation which works by the insert sort algorithm.
InsertSorter() - Constructor for class net.anotheria.util.sorter.InsertSorter
 
integer - Variable in class test.TestObject
 
intersection(int[], int[]) - Static method in class net.anotheria.util.ArrayUtils
Finds all elements that the array1 and the array2 have in common.
IObserver - Interface in net.anotheria.util
An observer watches a subject and becomes notified when it changes.
IOUtils - Class in net.anotheria.util
Utils for input output.
IOUtils() - Constructor for class net.anotheria.util.IOUtils
 
IPRange - Class in net.anotheria.util.network
Storage class for a single ip range.
IPRange(String, int) - Constructor for class net.anotheria.util.network.IPRange
Creates new IPRange with given ipAdress and mask.
IQueue<T> - Interface in net.anotheria.util.queue
An interface for a queue.
IQueueFactory<T> - Interface in net.anotheria.util.queue
A factory for a queue.
IQueueListener - Interface in net.anotheria.util.queue
A listener for queue state change notifications.
IQueueWorker<T> - Interface in net.anotheria.util.queue
Interface for a worker class whih performs operation on the queue elements.
isAfter(Date, Date) - Static method in class net.anotheria.util.DateUtility
Returns true if the first date is after second date.
isAfterNow(Date) - Static method in class net.anotheria.util.DateUtility
 
isASC() - Method in class net.anotheria.util.sorter.SortType
Returns true if the ascending sort order is selected.
isAvailable(String) - Method in class net.anotheria.util.resource.ClassPathResourceLoader
 
isAvailable(String) - Method in class net.anotheria.util.resource.FileResourceLoader
 
isAvailable(String) - Method in interface net.anotheria.util.resource.ResourceLoader
Returns whether resource with given name can be loaded
isBefore(Date, Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
isBeforeNow(Date) - Static method in class net.anotheria.util.DateUtility
 
isDESC() - Method in class net.anotheria.util.sorter.SortType
Returns true if the descending sort order is selected.
isDynamic() - Method in class net.anotheria.util.content.element.ContentElement
Abstract method.
isDynamic() - Method in class net.anotheria.util.content.element.DynamicElement
 
isDynamic() - Method in class net.anotheria.util.content.element.StaticElement
 
isEmpty(String) - Static method in class net.anotheria.util.StringUtils
 
isFirstSlice() - Method in class net.anotheria.util.slicer.Slice
Returns if this slice is the first slice.
isLastSlice() - Method in class net.anotheria.util.slicer.Slice
Returns true if this slice is the last slice.
isOlderAs(long) - Method in class net.anotheria.util.resource.Resource
Returns true if this Resource's change timestamp is older as the given timestamp
isSame(Date, Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
isSorted(boolean, int...) - Static method in class net.anotheria.util.ArrayUtils
 
isSorted(int...) - Static method in class net.anotheria.util.ArrayUtils
 
isStopped() - Method in class net.anotheria.util.queue.QueuedProcessor
 
isSurroundedWith(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
isToday(Date) - Static method in class net.anotheria.util.DateUtility
Return true if incoming Date is Today, false otherwise.
ISubject - Interface in net.anotheria.util
The subject in the subject observer pattern.
ISubjectProxy - Interface in net.anotheria.util
 
isValid(Date) - Static method in class net.anotheria.util.Date
Check date
isValid() - Method in class net.anotheria.util.Date
Returns true if this date is a valid date.
iterator() - Method in class net.anotheria.util.datatable.DataRow
 
iterator() - Method in class net.anotheria.util.datatable.DataTable
 
ITimestampedQueue<T> - Interface in net.anotheria.util.queue
A queue that stores timestamps of operations.
itoa(int, int) - Static method in class net.anotheria.util.NumberUtils
Converts an integer number in a String with given number of chars; fills in zeros if needed from the left side.
itoa(int) - Static method in class net.anotheria.util.NumberUtils
Calls itoa(i,2);

L

LabeledSortType - Class in net.anotheria.util
 
LabeledSortType(int) - Constructor for class net.anotheria.util.LabeledSortType
 
LabeledSortType(int, boolean) - Constructor for class net.anotheria.util.LabeledSortType
 
LINE_DELIMITER - Static variable in class net.anotheria.util.content.TextReplaceConstants
Line delimiter for line parsing.
list2array(List<T>) - Static method in class net.anotheria.util.sorter.AbstractSorter
Transfers a list into array.
listToString(List<?>) - Static method in class net.anotheria.util.debug.DebugUtilities
returns the string-representation of a list
lock() - Method in class net.anotheria.util.concurrency.IdBasedLock
 
LogMessageUtil - Class in net.anotheria.util.log
Utility class for preparing formalized log message from exception and current method with argument's.
logOutInfo() - Method in class net.anotheria.util.queue.QueuedProcessor
 
logPid() - Static method in class net.anotheria.util.PidTools
Writes PID of the current JVM to file set by "pidfile" System Property or "logs/file" if property was not initialized.
luhnCheckNumber(String) - Static method in class net.anotheria.util.NumberUtils
Returns true if the number parameter can pass a luhn check.

M

main(String[]) - Static method in class net.anotheria.util.ArrayUtils
 
main(String[]) - Static method in class net.anotheria.util.cvsutil.CVSRepositoryChanger
Deprecated.
 
main(String[]) - Static method in class net.anotheria.util.debug.DebugUtilities
 
main(String[]) - Static method in class net.anotheria.util.debug.HistoDiffReader
 
main(String[]) - Static method in class net.anotheria.util.io.CopyDirContents
 
main(String[]) - Static method in class net.anotheria.util.io.DirDiff
 
main(String[]) - Static method in class net.anotheria.util.IOUtils
 
main(String[]) - Static method in class net.anotheria.util.maven.MavenVersionReader
 
main(String[]) - Static method in class net.anotheria.util.NameAnalyzer
Main.
main(String[]) - Static method in class net.anotheria.util.PasswordGenerator
 
main(String[]) - Static method in class net.anotheria.util.PidTools
 
main(String[]) - Static method in class net.anotheria.util.resource.FileResourceLoader
 
main(String[]) - Static method in class net.anotheria.util.sizeof.SizeofUtility
 
main(String[]) - Static method in class net.anotheria.util.tools.FindHeaders
 
main(String[]) - Static method in class net.anotheria.util.tools.RemoveNewLines
Removes empty lines from the file at a[0]
main(String[]) - Static method in class net.anotheria.util.tools.WC
 
makeDateString(long) - Static method in class net.anotheria.util.NumberUtils
Often needed by different packages Return a time string in form of DD MMM YY (23 FEB 02).
makeDateStringLong(long) - Static method in class net.anotheria.util.NumberUtils
Often needed by different packages Return a time string in form of DD MMM YYYY (23 FEB 2002).
makeDelimitedString(String, String, int) - Static method in class net.anotheria.util.StringUtils
 
makeDigitalDateString(long) - Static method in class net.anotheria.util.NumberUtils
Returns a digital time string (23.02.2002).
makeDigitalDateStringLong(long) - Static method in class net.anotheria.util.NumberUtils
 
makeIdent(int) - Static method in class net.anotheria.util.xml.XMLHelper
 
makeISO8601DateString(long) - Static method in class net.anotheria.util.NumberUtils
Returns the ISO8601 confirmant date string for the given time.
makeISO8601DateString() - Static method in class net.anotheria.util.NumberUtils
Returns the ISO8601 date of now.
makeISO8601TimestampString() - Static method in class net.anotheria.util.NumberUtils
Returns the ISO8601 timestamp of now.
makeISO8601TimestampString(long) - Static method in class net.anotheria.util.NumberUtils
Creates an ISO8601 confirm timestamp string in form of YYYY-MM-DDTHH:MM:SS,zzz.
makeSizeString(long) - Static method in class net.anotheria.util.NumberUtils
Returns the given size in bytes as short string (Kb, Mb, B)...
makeTimeString(long) - Static method in class net.anotheria.util.NumberUtils
Often needed by different packages Return a time string in form of hh:mm.
makeTimeString12H(long) - Static method in class net.anotheria.util.NumberUtils
Often needed by different packages Return a time string in form of hh:mm am/pm.
map(Object, Object) - Static method in class net.anotheria.util.mapper.ValueObjectMapperUtil
Maps one object to another provided.
match(String) - Method in class net.anotheria.util.StringPattern
 
match(String, List<String>) - Method in class net.anotheria.util.StringPattern
 
MathHelper - Class in net.anotheria.util
A helper class for double objects formatting.
MathHelper() - Constructor for class net.anotheria.util.MathHelper
 
MavenVersion - Class in net.anotheria.util.maven
 
MavenVersion() - Constructor for class net.anotheria.util.maven.MavenVersion
 
MavenVersionReader - Class in net.anotheria.util.maven
 
MavenVersionReader() - Constructor for class net.anotheria.util.maven.MavenVersionReader
 
MAX_ARGUMENT_LENGTH - Static variable in class net.anotheria.util.log.LogMessageUtil
Maximum length of argument object string representation.
mayPass(String) - Method in class net.anotheria.util.network.IPRange
Check whether or not ip param is in the current range.
mayPass(String, List<IPRange>) - Static method in class net.anotheria.util.network.PlainIPFilter
Returns true if the parameter ip-adress is in one of the ranges.
mayPass(String) - Method in class net.anotheria.util.network.PlainIPFilter
Returns true if the parameter ip-adress is in one of the configured ranges.
MD5Util - Class in net.anotheria.util.crypt
A utility to create MD5 hashes.
MD5Util() - Constructor for class net.anotheria.util.crypt.MD5Util
 
mergeArrays(T[], T[]) - Static method in class net.anotheria.util.ArrayUtils
Merges two arrays in a third array.
mergeArrays(int[], int[]) - Static method in class net.anotheria.util.ArrayUtils
 
min - Variable in class net.anotheria.util.Date
The minutes of hour.
month - Variable in class net.anotheria.util.Date
The month.
MONTH - Static variable in class net.anotheria.util.Date
String array of month used for printing via toString() method
MONTH - Static variable in class net.anotheria.util.NumberUtils
Constants for month names.

N

NameAnalyzer - Class in net.anotheria.util
Simple utility to traverse a directory and analyze the file names.
NameAnalyzer() - Constructor for class net.anotheria.util.NameAnalyzer
 
NameAnalyzer.ElementCount - Class in net.anotheria.util
 
NameAnalyzer.ElementCount(String) - Constructor for class net.anotheria.util.NameAnalyzer.ElementCount
 
negate() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
net.anotheria.util - package net.anotheria.util
 
net.anotheria.util.concurrency - package net.anotheria.util.concurrency
 
net.anotheria.util.content - package net.anotheria.util.content
Defines TemplateUtilities as text replace engine.
net.anotheria.util.content.element - package net.anotheria.util.content.element
Describes ContentElement and it subclasses.
net.anotheria.util.content.template - package net.anotheria.util.content.template
Describes TemplateProcessorInterface and TemplateUtility.
net.anotheria.util.content.template.processors - package net.anotheria.util.content.template.processors
 
net.anotheria.util.content.template.processors.variables - package net.anotheria.util.content.template.processors.variables
 
net.anotheria.util.crypt - package net.anotheria.util.crypt
 
net.anotheria.util.csv - package net.anotheria.util.csv
 
net.anotheria.util.cvsutil - package net.anotheria.util.cvsutil
 
net.anotheria.util.datatable - package net.anotheria.util.datatable
 
net.anotheria.util.debug - package net.anotheria.util.debug
 
net.anotheria.util.io - package net.anotheria.util.io
 
net.anotheria.util.log - package net.anotheria.util.log
 
net.anotheria.util.mapper - package net.anotheria.util.mapper
 
net.anotheria.util.maven - package net.anotheria.util.maven
 
net.anotheria.util.network - package net.anotheria.util.network
 
net.anotheria.util.queue - package net.anotheria.util.queue
 
net.anotheria.util.resource - package net.anotheria.util.resource
 
net.anotheria.util.sizeof - package net.anotheria.util.sizeof
 
net.anotheria.util.slicer - package net.anotheria.util.slicer
A utility for slicing large chunks of data in slices/pages.
net.anotheria.util.sorter - package net.anotheria.util.sorter
 
net.anotheria.util.tools - package net.anotheria.util.tools
 
net.anotheria.util.xml - package net.anotheria.util.xml
 
nextDate(Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
nextElement() - Method in interface net.anotheria.util.queue.IQueue
Returns the nextElement from the queue, removes the element from the queue afterwards.
nextElement() - Method in class net.anotheria.util.queue.QueueImpl
 
nextElement() - Method in class net.anotheria.util.queue.TimestampedQueueImpl
 
nextWeek(Date) - Static method in class net.anotheria.util.DateUtility
Returns the date which lies one week after given date.
normalize(String) - Static method in class net.anotheria.util.StringUtils
 
NumberUtils - Class in net.anotheria.util
A collection of useful utility methods for handling numbers, dates and currencies.

O

ObjectHelper - Class in net.anotheria.util.sizeof
Generic helper for objects, calculates only the object overhead by the vm.
ObjectHelper() - Constructor for class net.anotheria.util.sizeof.ObjectHelper
 
obtainLock(K) - Method in interface net.anotheria.util.concurrency.IdBasedLockManager
Gets the lock for the specified id.
obtainLock(K) - Method in class net.anotheria.util.concurrency.SafeIdBasedLockManager
 
obtainLock(K) - Method in class net.anotheria.util.concurrency.UnsafeIdBasedLockManager
 

P

parametersToString() - Method in class net.anotheria.util.UrlHelper
 
parse(String) - Static method in class net.anotheria.util.csv.CSVParser
 
parse(String, boolean) - Static method in class net.anotheria.util.csv.CSVParser
 
parse(String, char, boolean) - Static method in class net.anotheria.util.csv.CSVParser
 
parse(String, char, char, boolean) - Static method in class net.anotheria.util.csv.CSVParser
 
parse(String) - Static method in class net.anotheria.util.Date
Parse date out from string
parseDateString(String) - Static method in class net.anotheria.util.NumberUtils
 
parseLong(String, char) - Static method in class net.anotheria.util.Date
Parse date with hors and minutes out from string
parseShort(String, char) - Static method in class net.anotheria.util.Date
Parse date without hors and minutes out from string
parseStringArray(String[]) - Static method in class net.anotheria.util.ArrayUtils
 
parseStringListAsInt(List<String>) - Static method in class net.anotheria.util.ArrayUtils
 
PasswordGenerator - Class in net.anotheria.util
A simple utility for creation of safe passwords.
PasswordGenerator() - Constructor for class net.anotheria.util.PasswordGenerator
 
PidTools - Class in net.anotheria.util
Tools for obtaining and manipulation with Process Id (PID) of current JVM on the family of *nix OS.
PlainIPFilter - Class in net.anotheria.util.network
This is a helper class which determines whether an ip adress is in specified range.
PlainIPFilter() - Constructor for class net.anotheria.util.network.PlainIPFilter
Creates a new filter.
PopulateMe - Annotation Type in net.anotheria.util.mapper
Mapper annotation

PopulateWith - Annotation Type in net.anotheria.util.mapper
Mapper annotation

postfill(String, int, String) - Static method in class net.anotheria.util.StringUtils
Postfills (appends) the given string with the string as long as the size of the resulting string is less then desiredLength; Example: prefill("1", 4, "0") -> 0001.
prefill(String, int, String) - Static method in class net.anotheria.util.StringUtils
Prefills the given string with the string as long as the size of the resulting string is less then desiredLength; Example: prefill("1", 4, "0") -> 0001.
PREFIX - Static variable in class net.anotheria.util.content.template.processors.ConstantsTemplateProcessor
 
PREFIX_EQUALS - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix equals.
PREFIX_GREATEREQUAL - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix greater equal.
PREFIX_GREATERTHEN - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix greater than.
PREFIX_IF - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix if.
PREFIX_IF_NOT - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix if-not.
PREFIX_IN_RANGE - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix in range.
PREFIX_LESSEQUAL - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix less - equal.
PREFIX_LESSTHAN - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix less-then.
PREFIX_NOT_EQUALS - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix not equals.
PREFIX_NOT_PRESENT - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix not present.
PREFIX_PRESENT - Static variable in class net.anotheria.util.content.template.processors.variables.ConditionPrefixes
Prefix present.
previousDate(Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
printArray(Object[]) - Static method in class net.anotheria.util.debug.DebugUtilities
Prints out an array to the stdout.
printBinaryList(List<?>) - Static method in class net.anotheria.util.debug.DebugUtilities
Prints out a list to the stdout.
printExecutionTimesOrderedByCreation() - Method in class net.anotheria.util.ExecutionTimer
Prints out all timer entries ordered by creation order.
printExecutionTimesOrderedByKeys() - Method in class net.anotheria.util.ExecutionTimer
Prints out all timer entries ordered by key.
printExecutionTimesOrderedByTime() - Method in class net.anotheria.util.ExecutionTimer
Prints out all timer entries ordered by execution time (fastest first).
printList(List<?>) - Static method in class net.anotheria.util.debug.DebugUtilities
Prints out a list to the stdout.
processFile(File) - Method in interface net.anotheria.util.tools.Worker
 
putElement(T) - Method in interface net.anotheria.util.queue.IQueue
Puts a new element in the queue.
putElement(T) - Method in class net.anotheria.util.queue.QueueImpl
Puts a new element in the queue.
putElement(T) - Method in class net.anotheria.util.queue.TimestampedQueueImpl
 

Q

QueuedProcessor<T> - Class in net.anotheria.util.queue
 
QueuedProcessor(String, IQueueWorker<T>, IQueueFactory<T>, int, long, Logger) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Creates a new QueuedProcessor.
QueuedProcessor(String, IQueueWorker<T>, IQueueFactory<T>, Logger) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Creates a new QueuedProcessor.
QueuedProcessor(String, IQueueWorker<T>, int, long, Logger) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Creates a new QueuedProcessor.
QueuedProcessor(String, IQueueWorker<T>, int, Logger) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Creates a new QueuedProcessor.
QueuedProcessor(String, IQueueWorker<T>, Logger) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Creates a new QueuedProcessor.
QueuedProcessor(String, IQueueWorker<T>, IQueueFactory<T>) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Creates a new QueuedProcessor.
QueuedProcessor(String, IQueueWorker<T>) - Constructor for class net.anotheria.util.queue.QueuedProcessor
Shortest queued processor constructor.
queueElementAdded() - Method in class net.anotheria.util.queue.AbstractQueueListener
 
queueElementAdded() - Method in interface net.anotheria.util.queue.IQueueListener
Called if an element put into the queue.
queueEmpty() - Method in class net.anotheria.util.queue.AbstractQueueListener
 
queueEmpty() - Method in interface net.anotheria.util.queue.IQueueListener
Called if the queue is emptied.
queueFull() - Method in class net.anotheria.util.queue.AbstractQueueListener
 
queueFull() - Method in interface net.anotheria.util.queue.IQueueListener
Called if the queue is full.
QueueImpl<T> - Class in net.anotheria.util.queue
An implementation of the IQueue interface.
QueueOverflowException - Exception in net.anotheria.util.queue
TODO please remind another to comment this class
QueueOverflowException(String) - Constructor for exception net.anotheria.util.queue.QueueOverflowException
 
QueueOverflowException(int) - Constructor for exception net.anotheria.util.queue.QueueOverflowException
 
QueueOverflowException(int, Object) - Constructor for exception net.anotheria.util.queue.QueueOverflowException
 
QueueOverflowException(int, int, Object) - Constructor for exception net.anotheria.util.queue.QueueOverflowException
 
QuickSorter<T extends IComparable> - Class in net.anotheria.util.sorter
just an implementation of the well known QuickSort Algorithm
QuickSorter() - Constructor for class net.anotheria.util.sorter.QuickSorter
 
QUOTE - Static variable in class net.anotheria.util.content.TextReplaceConstants
Constant for quoting.
quote(Object) - Static method in class net.anotheria.util.xml.XMLHelper
 

R

read() - Method in class net.anotheria.util.io.UnicodeInputStream
 
read(char[], int, int) - Method in class net.anotheria.util.io.UnicodeReader
 
readBytes(InputStream) - Static method in class net.anotheria.util.IOUtils
 
readFileAtOnce(File) - Static method in class net.anotheria.util.IOUtils
Reads the contents of the file at once and returns the byte array.
readFileAtOnce(String) - Static method in class net.anotheria.util.IOUtils
Reads the contents of the file at once and returns the byte array.
readFileAtOnceAsString(String) - Static method in class net.anotheria.util.IOUtils
Reads a file and returns the contents as string.
readFileAtOnceAsString(File) - Static method in class net.anotheria.util.IOUtils
Reads a file and returns the contents as string.
readFileBufferedAsString(String) - Static method in class net.anotheria.util.IOUtils
Instead of reading the file at once, reads the file by reading 2K blocks.
readFileBufferedAsString(File, String) - Static method in class net.anotheria.util.IOUtils
 
readHistogram(String) - Static method in class net.anotheria.util.debug.HistoDiffReader
 
readInputStreamBufferedAsString(InputStream, String) - Static method in class net.anotheria.util.IOUtils
 
readlineFromStdIn() - Static method in class net.anotheria.util.IOUtils
Reads a line from standard input.
readVersionFromFile(File) - Static method in class net.anotheria.util.maven.MavenVersionReader
 
readVersionFromJar(File) - Static method in class net.anotheria.util.maven.MavenVersionReader
 
readVersionFromString(String, long) - Static method in class net.anotheria.util.maven.MavenVersionReader
 
reduceBy(HistoDiffReader.HistogramEntry) - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
releaseLock(IdBasedLock<K>) - Method in interface net.anotheria.util.concurrency.IdBasedLockManager
 
releaseLock(IdBasedLock<K>) - Method in class net.anotheria.util.concurrency.SafeIdBasedLockManager
 
releaseLock(IdBasedLock<K>) - Method in class net.anotheria.util.concurrency.UnsafeIdBasedLockManager
 
remove(String, int, int) - Static method in class net.anotheria.util.StringUtils
Removes from the source string the characters sequence pointed by beginIndex and length.
removeAnchorEndTag(String) - Static method in class net.anotheria.util.StringUtils
 
removeAnchorTag(String) - Static method in class net.anotheria.util.StringUtils
 
removeBashComments(String) - Static method in class net.anotheria.util.StringUtils
 
removeCComments(String) - Static method in class net.anotheria.util.StringUtils
 
removeChar(String, char) - Static method in class net.anotheria.util.StringUtils
Returns a source String with all occurences of 'c' removed.
removeCharAt(String, int) - Static method in class net.anotheria.util.StringUtils
 
removeChars(String, char[]) - Static method in class net.anotheria.util.StringUtils
 
removeCPPComments(String) - Static method in class net.anotheria.util.StringUtils
 
removeImgTag(String) - Static method in class net.anotheria.util.StringUtils
 
removeLines(String) - Static method in class net.anotheria.util.StringUtils
 
removeListener(IQueueListener) - Method in interface net.anotheria.util.queue.IQueue
Removes a queue listener from the queue.
removeListener(IQueueListener) - Method in class net.anotheria.util.queue.QueueImpl
 
removeListener(ResourceListener) - Method in class net.anotheria.util.resource.Resource
Removes the listener from this Resource
RemoveNewLines - Class in net.anotheria.util.tools
A simple command line programm that removes all \r from the file submitted as argument.
removeObserver(IObserver) - Method in interface net.anotheria.util.ISubject
Removes an observer from this subject.
removeParameter(String) - Method in class net.anotheria.util.UrlHelper
 
removeParameters() - Method in class net.anotheria.util.UrlHelper
 
removeResourceFromWatch(Resource) - Method in enum net.anotheria.util.resource.WatchDog
 
removeRow(int) - Method in class net.anotheria.util.datatable.DataTable
 
removeRow(DataRow) - Method in class net.anotheria.util.datatable.DataTable
 
removeString(String, String) - Static method in class net.anotheria.util.StringUtils
 
removeSurround(String) - Static method in class net.anotheria.util.StringUtils
 
removeTag(String, String) - Static method in class net.anotheria.util.StringUtils
 
replace(String, String, String, TemplateReplacementContext) - Method in class net.anotheria.util.content.template.processors.ConditionTemplateProcessor
 
replace(String, String, String, TemplateReplacementContext) - Method in class net.anotheria.util.content.template.processors.ConstantsTemplateProcessor
 
replace(String, String, String, TemplateReplacementContext) - Method in interface net.anotheria.util.content.template.TemplateProcessor
Execute expression replace in text.
replace(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
replace(String, char, String) - Static method in class net.anotheria.util.StringUtils
 
replace(String, Map<String, String>) - Static method in class net.anotheria.util.StringUtils
- kle 14.06.2001 Replace a set of chars with a set of strings
replace(String, String, String) - Static method in class net.anotheria.util.StringUtils
Replaces all occurences of the toReplace string in the source string with the 'with' string.
replace(String, String, char) - Static method in class net.anotheria.util.StringUtils
 
REPLACE_WITH - Static variable in class net.anotheria.util.cvsutil.CVSRepositoryChanger
Deprecated.
 
replaceOnce(String, String, String) - Static method in class net.anotheria.util.StringUtils
 
replaceUmlauts(String) - Static method in class net.anotheria.util.StringUtils
 
replaceVariables(TemplateReplacementContext, String) - Static method in class net.anotheria.util.content.template.TemplateUtility
Replaces variable expressions in the given string src with help of default processors.
replaceVariables(TemplateReplacementContext, String, Map<String, TemplateProcessor>) - Static method in class net.anotheria.util.content.template.TemplateUtility
Replaces variable expressions in the given string src with the help of submitted processors.
reset() - Method in class net.anotheria.util.queue.QueuedProcessor
Resets the queue.
Resource - Class in net.anotheria.util.resource
Representation of physically existing underlying resource with text content.
Resource(String) - Constructor for class net.anotheria.util.resource.Resource
Creates a new Resource for its underlying in class path
Resource(String, boolean) - Constructor for class net.anotheria.util.resource.Resource
Creates a new Resource for its underlying in class path
Resource(String, ResourceLoader, boolean) - Constructor for class net.anotheria.util.resource.Resource
Creates a new Resource
ResourceListener - Interface in net.anotheria.util.resource
A Resource listener will be notified on changes in the Resource.
ResourceLoader - Interface in net.anotheria.util.resource
General interface for loading data from physically existed resource.
resourceUpdated(Resource) - Method in interface net.anotheria.util.resource.ResourceListener
Called as soon as a Resource change is detected.
reverse() - Method in class net.anotheria.util.sorter.SortType
Returns a sorttype which is opposite to this sorttype (switched sort order).
reverse(Vector<T>) - Static method in class net.anotheria.util.StringUtils
Reverses the order in the Vector.
reverseString(String) - Static method in class net.anotheria.util.StringUtils
 
run() - Method in class net.anotheria.util.queue.QueuedProcessor
 

S

s - Variable in class test.TestObject
 
SafeIdBasedLockManager<K> - Class in net.anotheria.util.concurrency
 
SafeIdBasedLockManager() - Constructor for class net.anotheria.util.concurrency.SafeIdBasedLockManager
 
sec - Variable in class net.anotheria.util.Date
 
Segment - Class in net.anotheria.util.slicer
Used as parameter class in a slice request.
Segment(int, int) - Constructor for class net.anotheria.util.slicer.Segment
Creates a new Segment with given slice number and elements per page.
Segment() - Constructor for class net.anotheria.util.slicer.Segment
 
setAttributes(Map<String, Object>) - Method in class net.anotheria.util.content.template.TemplateReplacementContext
Attributes setter.
setAttributes(List<XMLAttribute>) - Method in class net.anotheria.util.xml.XMLNode
 
setBla(Integer) - Method in class test.sizeof.simple1.C
 
setBytes(int) - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
setCell(int, DataCell) - Method in class net.anotheria.util.datatable.DataRow
 
setChildren(List<XMLNode>) - Method in class net.anotheria.util.xml.XMLNode
Set child nodes for current.
setClassName(String) - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
setContent(String) - Method in class net.anotheria.util.xml.XMLNode
 
setContent(boolean) - Method in class net.anotheria.util.xml.XMLNode
 
setContent(float) - Method in class net.anotheria.util.xml.XMLNode
 
setContent(double) - Method in class net.anotheria.util.xml.XMLNode
 
setContent(long) - Method in class net.anotheria.util.xml.XMLNode
 
setContent(int) - Method in class net.anotheria.util.xml.XMLNode
 
setContent(List<Object>) - Method in class net.anotheria.util.xml.XMLNode
 
setDefValueIndex(List<ContentElement>) - Method in class net.anotheria.util.content.element.DynamicElement
 
setElementsPerSlice(int) - Method in class net.anotheria.util.slicer.Segment
 
setElementText(String) - Method in class net.anotheria.util.content.element.ContentElement
 
setEncoding(String) - Method in class net.anotheria.util.xml.XMLTree
Sets the encoding.
setHeader(int, String) - Method in class net.anotheria.util.datatable.DataHeader
 
setHeader(DataHeader) - Method in class net.anotheria.util.datatable.DataTable
 
setHost(String) - Method in class net.anotheria.util.UrlHelper
 
setInstanceCount(int) - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
setLanguage(String) - Method in class net.anotheria.util.content.template.TemplateReplacementContext
 
setName(String) - Method in class net.anotheria.util.io.Entry
 
setName(String) - Method in class net.anotheria.util.UrlHelper.Parameter
 
setName(String) - Method in class net.anotheria.util.xml.XMLAttribute
 
setName(String) - Method in class net.anotheria.util.xml.XMLNode
 
setNodes(List<XMLNode>) - Method in class net.anotheria.util.xml.XMLNode
 
setPath(String) - Method in class net.anotheria.util.UrlHelper
 
setPort(int) - Method in class net.anotheria.util.UrlHelper
 
setPosition(int) - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
setPrefix(String) - Method in class net.anotheria.util.content.element.DynamicElement
 
setProtocol(String) - Method in class net.anotheria.util.UrlHelper
 
setQuery(String) - Method in class net.anotheria.util.UrlHelper
 
setQueueFactory(IQueueFactory<T>) - Method in class net.anotheria.util.queue.QueuedProcessor
 
setReference(String) - Method in class net.anotheria.util.UrlHelper
 
setRoot(XMLNode) - Method in class net.anotheria.util.xml.XMLTree
 
setRow(int, DataRow) - Method in class net.anotheria.util.datatable.DataTable
 
setS(String) - Method in class test.sizeof.simple1.C
 
setSliceData(List<T>) - Method in class net.anotheria.util.slicer.Slice
 
setSliceNumber(int) - Method in class net.anotheria.util.slicer.Segment
 
setTotalNumberOfItems(int) - Method in class net.anotheria.util.slicer.Slice
 
setTotalNumberOfSlices(int) - Method in class net.anotheria.util.slicer.Slice
 
setUserId(String) - Method in class net.anotheria.util.content.template.TemplateReplacementContext
 
setValue(Object) - Method in class net.anotheria.util.datatable.DataCell
 
setValue(String) - Method in class net.anotheria.util.UrlHelper.Parameter
 
setValue(String) - Method in class net.anotheria.util.xml.XMLAttribute
 
setVariableIndex(List<ContentElement>) - Method in class net.anotheria.util.content.element.DynamicElement
 
setVersion(String) - Method in class net.anotheria.util.xml.XMLTree
 
setWorker(Worker) - Method in class net.anotheria.util.tools.Walker
 
shortSizeof(Object) - Static method in class net.anotheria.util.sizeof.SizeofUtility
 
size() - Method in interface net.anotheria.util.queue.IQueue
Returns the size of the queue.
size() - Method in class net.anotheria.util.queue.QueueImpl
 
sizeof(Object) - Method in class net.anotheria.util.sizeof.ObjectHelper
 
sizeof(Object) - Method in interface net.anotheria.util.sizeof.SizeofHelper
Returns the calculated size of the object.
sizeof(Object, boolean) - Static method in class net.anotheria.util.sizeof.SizeofUtility
 
sizeof(Object) - Method in class net.anotheria.util.sizeof.StringHelper
Returns the size of the internal char array + 3 integer values.
SIZEOF_BOOLEAN - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a boolean variable.
SIZEOF_BYTE - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a byte variable.
SIZEOF_CHAR - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a char variable.
SIZEOF_DOUBLE - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a double variable.
SIZEOF_FLOAT - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a float variable.
SIZEOF_INT - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of an integer variable.
SIZEOF_LONG - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a long variable.
SIZEOF_OBJECT_OVERHEAD - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Overhead of an object.
SIZEOF_REFERENCE - Static variable in class net.anotheria.util.sizeof.SizeofUtility
 
SIZEOF_SHORT - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size of a short variable.
SizeofHelper - Interface in net.anotheria.util.sizeof
A helper class which can be used to register a handler for a object type which is not scanable due to security restrictions.
SizeofUtility - Class in net.anotheria.util.sizeof
Utility to calculate size of objects in memory.
SizeofUtility() - Constructor for class net.anotheria.util.sizeof.SizeofUtility
 
sleepIgnoreException(long) - Static method in class net.anotheria.util.ThreadUtils
 
Slice<T> - Class in net.anotheria.util.slicer
A slice is a piece of data which correspond to a page/frame in a larger data package.
Slice(Segment) - Constructor for class net.anotheria.util.slicer.Slice
Creates a new slice for the given segment.
slice(Segment, List<T>) - Static method in class net.anotheria.util.slicer.Slicer
Returns the requested slice of the data if available.
Slicer - Class in net.anotheria.util.slicer
Slicer is an utility for cutting large amount of data in slices needed for paging.
Slicer() - Constructor for class net.anotheria.util.slicer.Slicer
 
sort(Enumeration<T>, SortType) - Method in class net.anotheria.util.sorter.AbstractSorter
 
sort(Enumeration<T>, SortType) - Method in class net.anotheria.util.sorter.BubbleSorter
 
sort(List<T>, SortType) - Method in class net.anotheria.util.sorter.BubbleSorter
 
sort(List<T>, SortType) - Method in class net.anotheria.util.sorter.InsertSorter
 
sort(Enumeration<T>, SortType) - Method in class net.anotheria.util.sorter.QuickSorter
sorts an Enumeration with the QuickSort Algorithm and returns a sorted Vector
sort(List<T>, SortType) - Method in class net.anotheria.util.sorter.QuickSorter
sorts a List with the QuickSort Algorithm
sort(List<T>, SortType) - Method in interface net.anotheria.util.sorter.Sorter
Sorts the given List of IFIComparables after given method and order.
sort(Enumeration<T>, SortType) - Method in interface net.anotheria.util.sorter.Sorter
Deprecated.
sort(Collection<T>, SortType) - Static method in class net.anotheria.util.sorter.StaticQuickSorter
Sorts a collection of comparables
sort(List<T>, SortType) - Static method in class net.anotheria.util.sorter.StaticQuickSorter
sorts a List with the QuickSort Algorithm
Sorter<T extends IComparable> - Interface in net.anotheria.util.sorter
A Sorter interface.
SortType - Class in net.anotheria.util.sorter
SortType is the instruction for the sorter how to handle the incoming data.
SortType(int, boolean) - Constructor for class net.anotheria.util.sorter.SortType
Creates a new SortType with given sortby method and order.
SortType(int) - Constructor for class net.anotheria.util.sorter.SortType
Creates a new SortType with given aSortBy method and ascending sort order.
splitString(String, char) - Static method in class net.anotheria.util.StringUtils
 
StandardQueueFactory<T> - Class in net.anotheria.util.queue
A factory which creates queues.
StandardQueueFactory() - Constructor for class net.anotheria.util.queue.StandardQueueFactory
 
start(List<String>) - Method in class net.anotheria.util.tools.Walker
 
start() - Method in class net.anotheria.util.tools.Walker
 
startExecution(String) - Method in class net.anotheria.util.ExecutionTimer
Notifies timer that the execution of the process assigned with the given key started.
StaticElement - Class in net.anotheria.util.content.element
StaticElement as subclass of ContentElement.
StaticElement(String) - Constructor for class net.anotheria.util.content.element.StaticElement
Constructor.
StaticQuickSorter - Class in net.anotheria.util.sorter
just an implementation of the well known QuickSort Algorithm
stopExecution(String) - Method in class net.anotheria.util.ExecutionTimer
Notifies the timer, that the execution of the process assigned with the given key stoped or paused.
stopImmediately() - Method in class net.anotheria.util.queue.QueuedProcessor
Sends signal to stop the QueueProcessor running Thread after working current element.
STR_EMPTY - Static variable in class net.anotheria.util.log.LogMessageUtil
Empty string.
STR_FAIL - Static variable in class net.anotheria.util.log.LogMessageUtil
Fail message postfix.
STR_NULL - Static variable in class net.anotheria.util.log.LogMessageUtil
Null object string.
STR_SKIP - Static variable in class net.anotheria.util.log.LogMessageUtil
Skipped string part marker.
STR_UNKNOWN_METHOD - Static variable in class net.anotheria.util.log.LogMessageUtil
Unknown method marker.
StringHelper - Class in net.anotheria.util.sizeof
Sizeof helper for strings.
StringHelper() - Constructor for class net.anotheria.util.sizeof.StringHelper
 
StringPattern - Class in net.anotheria.util
 
StringPattern(String) - Constructor for class net.anotheria.util.StringPattern
 
StringPattern(String, char) - Constructor for class net.anotheria.util.StringPattern
 
StringUtils - Class in net.anotheria.util
StringUtils - some small but usefull utils for String handling.
strip(String, int, int) - Static method in class net.anotheria.util.StringUtils
 
subArray(T[], int, int) - Static method in class net.anotheria.util.ArrayUtils
 
subArray(int[], int, int) - Static method in class net.anotheria.util.ArrayUtils
 
substringFromEnd(String, int) - Static method in class net.anotheria.util.StringUtils
 
surroundWith(String, char, char) - Static method in class net.anotheria.util.StringUtils
 

T

TAG_END - Static variable in class net.anotheria.util.content.TextReplaceConstants
A tag (expression) ends with this character.
TAG_START - Static variable in class net.anotheria.util.content.TextReplaceConstants
A tag (expression) starts with this character.
TemplateProcessor - Interface in net.anotheria.util.content.template
Current interface describes TemplateProcessor - for runtime variables replacement with some values.
TemplateReplacementContext - Class in net.anotheria.util.content.template
ReplacementContext - which contains additional parameters for proper variable replacement by TemplateProcessor.
TemplateReplacementContext(String, String, Map<String, Object>) - Constructor for class net.anotheria.util.content.template.TemplateReplacementContext
Constructor.
TemplateReplacementContext() - Constructor for class net.anotheria.util.content.template.TemplateReplacementContext
Constructor by default.
TemplateReplacementContext(String, String) - Constructor for class net.anotheria.util.content.template.TemplateReplacementContext
Constructor.
TemplateUtility - Class in net.anotheria.util.content.template
Utility for replacement of expressions with variables in texts.
test - package test
 
test.sizeof.simple1 - package test.sizeof.simple1
 
TestObject - Class in test
 
TestObject() - Constructor for class test.TestObject
 
TextReplaceConstants - Class in net.anotheria.util.content
Constants for TemplateUtilityClass, and actually VariablesUtility (ano-site).
ThreadUtils - Class in net.anotheria.util
 
ThreadUtils() - Constructor for class net.anotheria.util.ThreadUtils
 
TimestampedQueueFactory<T> - Class in net.anotheria.util.queue
QueueFactory which creates TimestampedQueues.
TimestampedQueueFactory() - Constructor for class net.anotheria.util.queue.TimestampedQueueFactory
 
TimestampedQueueImpl<T> - Class in net.anotheria.util.queue
Same as normal queue, but with timestamps for last put and get operations.
TimestampedQueueImpl(int) - Constructor for class net.anotheria.util.queue.TimestampedQueueImpl
 
TimeUnit - Enum in net.anotheria.util
Enumeration for timeunits used along ano-libs and applications.
TO_REPLACE - Static variable in class net.anotheria.util.cvsutil.CVSRepositoryChanger
Deprecated.
 
toDateOnly(Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
toDayAndMonthOnly(Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
toDetails() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
toHexString(byte[]) - Static method in class net.anotheria.util.crypt.HexDecoder
Converts a byte array to hex string
toIntArray(Integer...) - Static method in class net.anotheria.util.ArrayUtils
 
toIntegerArray(int...) - Static method in class net.anotheria.util.ArrayUtils
 
toISO8601Date() - Method in class net.anotheria.util.Date
Returns this date as ISO8601 format.
toISO8601Timestamp() - Method in class net.anotheria.util.Date
Returns the ISO8601 timestamp of this date.
tokenize(String, char) - Static method in class net.anotheria.util.StringUtils
Returns an array of stringtokens from the source string.
tokenize(String, boolean, char) - Static method in class net.anotheria.util.StringUtils
 
tokenize(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
tokenize(String, char, char, char...) - Static method in class net.anotheria.util.StringUtils
 
tokenize2list(String, char, char) - Static method in class net.anotheria.util.StringUtils
 
tokenize2list(String, char) - Static method in class net.anotheria.util.StringUtils
 
tokenize2map(String, char, char) - Static method in class net.anotheria.util.StringUtils
Return a Map with entries from the source string tokenized on entries using the entriesDelimiter and on key-value pair with keyValueDelimiter.
tokenize2vector(String, char) - Static method in class net.anotheria.util.StringUtils
Return a Vector with tokens from the source string tokenized using the delimiter char.
toLocalTime(GregorianCalendar) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
toMill() - Method in class net.anotheria.util.Date
 
toOut(int) - Method in class net.anotheria.util.io.DirectoryEntry
 
toOut(int) - Method in class net.anotheria.util.io.Entry
 
toString(int...) - Static method in class net.anotheria.util.ArrayUtils
 
toString(T...) - Static method in class net.anotheria.util.ArrayUtils
 
toString() - Method in class net.anotheria.util.concurrency.IdBasedLock
 
toString() - Method in class net.anotheria.util.datatable.DataCell
 
toString() - Method in class net.anotheria.util.datatable.DataHeader
 
toString() - Method in class net.anotheria.util.datatable.DataRow
 
toString() - Method in class net.anotheria.util.datatable.DataTable
 
toString() - Method in class net.anotheria.util.Date
Returns the string representation of this date.
toString() - Method in class net.anotheria.util.debug.HistoDiffReader.HistogramEntry
 
toString() - Method in class net.anotheria.util.debug.HistoDiffReader.Histogramm
 
toString() - Method in class net.anotheria.util.io.Entry
 
toString() - Method in class net.anotheria.util.maven.MavenVersion
 
toString() - Method in class net.anotheria.util.NameAnalyzer.ElementCount
 
toString() - Method in class net.anotheria.util.network.IPRange
 
toString() - Method in class net.anotheria.util.network.PlainIPFilter
 
toString() - Method in class net.anotheria.util.queue.QueueImpl
 
toString() - Method in class net.anotheria.util.resource.Resource
 
toString() - Method in class net.anotheria.util.slicer.Segment
 
toString() - Method in class net.anotheria.util.slicer.Slice
 
toString() - Method in class net.anotheria.util.sorter.SortType
Returns the string representation of the object.
toString() - Method in class net.anotheria.util.StringPattern
 
toString() - Method in class net.anotheria.util.UrlHelper
 
toString() - Method in class net.anotheria.util.xml.XMLAttribute
 
toString() - Method in class net.anotheria.util.xml.XMLNode
 
toString() - Method in class test.sizeof.simple1.C
 
toStringList(List<?>) - Static method in class net.anotheria.util.ArrayUtils
Deprecated.
toStringList(int...) - Static method in class net.anotheria.util.ArrayUtils
 
toStringList(T...) - Static method in class net.anotheria.util.ArrayUtils
 
toStringList(List<?>) - Static method in class net.anotheria.util.StringUtils
Converts an Objects list to the list of Strings by calling toString method of each Object from incoming list.
toTimeOnly(Date) - Static method in class net.anotheria.util.DateUtility
put your documentation comment here
toXMLString() - Method in class net.anotheria.util.xml.XMLAttribute
 
trimString(String, String, int) - Static method in class net.anotheria.util.StringUtils
Trims string to last index of delimiter which is situated before max size index and concatenates it with "...".

U

UnicodeInputStream - Class in net.anotheria.util.io
This inputstream will recognize unicode BOM marks and will skip bytes if getEncoding() method is called before any of the read(...) methods.
UnicodeReader - Class in net.anotheria.util.io
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
UnicodeReader(InputStream) - Constructor for class net.anotheria.util.io.UnicodeReader
 
UnicodeReader(InputStream, String) - Constructor for class net.anotheria.util.io.UnicodeReader
 
UnicodeReader(InputStream, Charset) - Constructor for class net.anotheria.util.io.UnicodeReader
 
unlock() - Method in class net.anotheria.util.concurrency.IdBasedLock
 
unlockWithoutRelease() - Method in class net.anotheria.util.concurrency.IdBasedLock
 
UnrecoverableQueueOverflowException - Exception in net.anotheria.util.queue
TODO please remind another to comment this class
UnrecoverableQueueOverflowException(String) - Constructor for exception net.anotheria.util.queue.UnrecoverableQueueOverflowException
 
UnsafeIdBasedLockManager<K> - Class in net.anotheria.util.concurrency
 
UnsafeIdBasedLockManager() - Constructor for class net.anotheria.util.concurrency.UnsafeIdBasedLockManager
 
update(ISubject) - Method in interface net.anotheria.util.IObserver
Called by the subject if its updated.
UrlHelper - Class in net.anotheria.util
 
UrlHelper() - Constructor for class net.anotheria.util.UrlHelper
 
UrlHelper(URL) - Constructor for class net.anotheria.util.UrlHelper
 
UrlHelper(String, String, int, String, String) - Constructor for class net.anotheria.util.UrlHelper
 
UrlHelper(String) - Constructor for class net.anotheria.util.UrlHelper
 
UrlHelper.Parameter - Class in net.anotheria.util
 
UrlHelper.Parameter() - Constructor for class net.anotheria.util.UrlHelper.Parameter
 
URLUtils - Class in net.anotheria.util
Small and simple utils to handle URLs
URLUtils() - Constructor for class net.anotheria.util.URLUtils
 

V

ValueObjectMapperUtil - Class in net.anotheria.util.mapper
VO mapper maps properties between objects.
valueOf(String) - Static method in enum net.anotheria.util.content.template.processors.variables.ConditionProcessorNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.util.resource.WatchDog
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.util.TimeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.anotheria.util.content.template.processors.variables.ConditionProcessorNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.util.resource.WatchDog
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.util.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
vector2array(Vector<IComparable>) - Static method in class net.anotheria.util.sorter.AbstractSorter
Transfers a vector into array.
VM - Static variable in class net.anotheria.util.sizeof.SizeofUtility
Size range of the VM.

W

waitIgnoreException(Object) - Static method in class net.anotheria.util.ThreadUtils
 
waitIgnoreException(Object, long) - Static method in class net.anotheria.util.ThreadUtils
 
Walker - Class in net.anotheria.util.tools
 
Walker() - Constructor for class net.anotheria.util.tools.Walker
 
Walker(Worker) - Constructor for class net.anotheria.util.tools.Walker
 
WatchDog - Enum in net.anotheria.util.resource
WatchDog is the singleton object that register Resources and updates it on underlying resource changes in defined time periods.
WC - Class in net.anotheria.util.tools
Wordcount utility.
wDay - Variable in class net.anotheria.util.Date
The day of week.
WORD_DELIMITER - Static variable in class net.anotheria.util.content.TextReplaceConstants
Word delimiter.
Worker - Interface in net.anotheria.util.tools
 
write(PrintStream, int) - Method in class net.anotheria.util.xml.XMLNode
Recursive - Write method.
write(PrintWriter, int) - Method in class net.anotheria.util.xml.XMLNode
Recursive - Write method.
write(OutputStreamWriter, int) - Method in class net.anotheria.util.xml.XMLNode
Recursive - Write method.
write(Writer, int) - Method in class net.anotheria.util.xml.XMLNode
Recursive - Write method.
write(OutputStreamWriter) - Method in class net.anotheria.util.xml.XMLTree
Writes the contents of the xml tree as xml to the given output writer.
write(XMLTree, OutputStream) - Method in class net.anotheria.util.xml.XMLWriter
 

X

x - Variable in class test.TestObject
 
XMLAttribute - Class in net.anotheria.util.xml
XMLAttribute is an element of the xml node.
XMLAttribute() - Constructor for class net.anotheria.util.xml.XMLAttribute
Creates a new empty XMLAttribute.
XMLAttribute(String, int) - Constructor for class net.anotheria.util.xml.XMLAttribute
Creates a new XMLAttribute for a given name and value.
XMLAttribute(String, String) - Constructor for class net.anotheria.util.xml.XMLAttribute
Creates a new XMLAttribute for a given name and value.
XMLHelper - Class in net.anotheria.util.xml
 
XMLHelper() - Constructor for class net.anotheria.util.xml.XMLHelper
 
XMLNode - Class in net.anotheria.util.xml
XMLNode.
XMLNode(String) - Constructor for class net.anotheria.util.xml.XMLNode
Constructor.
XMLTree - Class in net.anotheria.util.xml
Represents an XML Dom.
XMLTree() - Constructor for class net.anotheria.util.xml.XMLTree
Creates a new, empty tree.
XMLWriter - Class in net.anotheria.util.xml
 
XMLWriter() - Constructor for class net.anotheria.util.xml.XMLWriter
 

Y

year - Variable in class net.anotheria.util.Date
The yaer.

_

_replace2(String, char, char) - Static method in class net.anotheria.util.StringUtils
Returns a new String which equals source String
_tokenize(String, char, char, char...) - Static method in class net.anotheria.util.StringUtils
 
_tokenize(String, char, char, boolean, char...) - Static method in class net.anotheria.util.StringUtils
 
A B C D E F G H I L M N O P Q R S T U V W X Y _ 

Copyright © 2010-2014 anotheria.net. All Rights Reserved.