Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDifferenceFormatter - Class in com.github.toolarium.common.formatter
- AbstractDifferenceFormatter(String, boolean) - Constructor for class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Constructor
- AbstractVersion - Class in com.github.toolarium.common.version
-
The version base class
- AbstractVersion(String, VersionType) - Constructor for class com.github.toolarium.common.version.AbstractVersion
-
Constructor for AbstractVersion
- add(double) - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Adds a double value
- add(long) - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Adds a long value
- add(StatisticCounter) - Method in class com.github.toolarium.common.statistic.StatisticCounter
- add(Map<K, V>, Map<K, V>) - Method in class com.github.toolarium.common.util.MapUtil
-
Add a map
- add(T) - Method in interface com.github.toolarium.common.statistic.IStatisticCounter
-
Adds a statistic counter
- addResult(long, String, String) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Gets a prepared string which contains the result and additional the given value
- append(byte) - Method in class com.github.toolarium.common.ByteArray
-
Append a byte
- append(byte[]) - Method in class com.github.toolarium.common.ByteArray
-
Append an array of bytes
- append(byte[], int, int) - Method in class com.github.toolarium.common.ByteArray
-
Append an array of bytes
- append(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Append a ByteArray
- append(String) - Method in class com.github.toolarium.common.ByteArray
-
Append a String
- append(StringBuffer) - Method in class com.github.toolarium.common.ByteArray
-
Append a StringBuffer
- append(StringBuilder) - Method in class com.github.toolarium.common.ByteArray
-
Append a StringBuilder
- append(ByteBuffer) - Method in class com.github.toolarium.common.ByteArray
-
Append a buffer
- areEqual() - Method in interface com.github.toolarium.common.compare.map.IMapDifference
-
Returns
trueif there are no differences between the two maps; that is, if the maps are equal. - areEqual() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- ASCTIME_FORMAT - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
Format for C asctime() date string -- "Sun Nov 6 08:49:37 1994"
- Assert - Class in com.github.toolarium.common.util
-
Utility class for assertion of input parameters.
B
- BACKSLASH - Static variable in class com.github.toolarium.common.util.FileUtil
- BACKSLASH_STR - Static variable in class com.github.toolarium.common.util.FileUtil
- bandwidthCheck() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- bandwidthCheck() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
The bandwidth check
- BandwidthThrottling - Class in com.github.toolarium.common.bandwidth
-
Defines the process bandwidth throttling
- BandwidthThrottling() - Constructor for class com.github.toolarium.common.bandwidth.BandwidthThrottling
-
Constructor for BandwidthThrottling
- BandwidthThrottling(long) - Constructor for class com.github.toolarium.common.bandwidth.BandwidthThrottling
-
Constructor for BandwidthThrottling
- BandwidthThrottling(long, int) - Constructor for class com.github.toolarium.common.bandwidth.BandwidthThrottling
-
Constructor for BandwidthThrottling
- blockText(StringBuilder, int) - Method in class com.github.toolarium.common.util.TextUtil
-
Create a block text
- blockText(StringBuilder, StringBuilder, int) - Method in class com.github.toolarium.common.util.TextUtil
-
Create a block text
- blockText(StringBuilder, StringBuilder, int, StringBuilder, int) - Method in class com.github.toolarium.common.util.TextUtil
-
Create a block text
- blockText(String, int) - Method in class com.github.toolarium.common.util.TextUtil
-
Create a block text
- blockText(String, String, int) - Method in class com.github.toolarium.common.util.TextUtil
-
Create a block text
- blockText(String, String, int, String, int) - Method in class com.github.toolarium.common.util.TextUtil
-
Create a block text
- BUILD - Enum constant in enum class com.github.toolarium.common.version.VersionDiff
- BUILD_TIMESTAMP - Static variable in class com.github.toolarium.common.Version
-
The build timestamp
- buildPatch(String[], int, String) - Method in class com.github.toolarium.common.version.Version
-
Build the patch
- ByteArray - Class in com.github.toolarium.common
-
Class used to represent an array of bytes as an Object.
- ByteArray() - Constructor for class com.github.toolarium.common.ByteArray
-
Create a ByteArray with the default size
- ByteArray(byte[]) - Constructor for class com.github.toolarium.common.ByteArray
-
Create a ByteArray from an array of bytes
- ByteArray(ByteArray) - Constructor for class com.github.toolarium.common.ByteArray
-
Copy constructor
- ByteArray(String) - Constructor for class com.github.toolarium.common.ByteArray
-
Create a ByteArray from a String
- ByteArray(StringBuffer) - Constructor for class com.github.toolarium.common.ByteArray
-
Create a ByteArray from a String
- ByteArray(StringBuilder) - Constructor for class com.github.toolarium.common.ByteArray
-
Create a ByteArray from a String
- ByteUtil - Class in com.github.toolarium.common.util
-
Byte utitlity.
C
- calculateCurrentBandwidth() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
-
Calculate the current bandwidth
- callMethod(Object, String, String, Class<?>[], Object[]) - Method in class com.github.toolarium.common.util.ReflectionUtil
-
Calls the given method on the given instance
- changeFirstLetterToLowerCase(String) - Method in class com.github.toolarium.common.util.StringUtil
-
Changes the first letter of the given String to a lower case letter.
- changeFirstLetterToUpperCase(String) - Method in class com.github.toolarium.common.util.StringUtil
-
Changes the first letter of the given String to an upper case letter.
- channelCopy(InputStream, OutputStream) - Method in class com.github.toolarium.common.util.ChannelUtil
-
This method copies data from the src channel and writes it to the dest channel until EOF on src.
- channelCopy(InputStream, OutputStream, MessageDigest) - Method in class com.github.toolarium.common.util.ChannelUtil
-
This method copies data from the src channel and writes it to the dest channel until EOF on src.
- channelCopy(ReadableByteChannel, WritableByteChannel) - Method in class com.github.toolarium.common.util.ChannelUtil
-
This method copies data from the src channel and writes it to the dest channel until EOF on src.
- ChannelUtil - Class in com.github.toolarium.common.util
-
The channel util class
- checkClassByName(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Check if a given class is in the class path
- chisQuare(int, int) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Method to test the randomness of the random algorithm.
- chopLeft() - Method in class com.github.toolarium.common.ByteArray
-
Chop a byte
- chopLeft(int) - Method in class com.github.toolarium.common.ByteArray
-
Chop some bytes
- chopRight() - Method in class com.github.toolarium.common.ByteArray
-
Chop a byte
- chopRight(int) - Method in class com.github.toolarium.common.ByteArray
-
Chop some bytes
- ClassInstanceUtil - Class in com.github.toolarium.common.util
- ClassPathUtil - Class in com.github.toolarium.common.util
-
Class path util
- ClassPathUtil.ClassList - Class in com.github.toolarium.common.util
-
This class holds the class names
- cleanup() - Method in class com.github.toolarium.common.object.ObjectLockManager
-
Cleanup too old unlock elements
- cleanupAfterUnlock(boolean) - Method in class com.github.toolarium.common.object.ObjectLockManager
-
Define if the cleanup of unlock timeout should be forced after an unlock
- clear() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Clear and reset internal attributes
- clone() - Method in class com.github.toolarium.common.ByteArray
- clone() - Method in interface com.github.toolarium.common.statistic.IStatisticCounter
-
Clones the object
- clone() - Method in class com.github.toolarium.common.statistic.StatisticCounter
- close() - Method in class com.github.toolarium.common.ByteArray
- com.github.toolarium.common - package com.github.toolarium.common
- com.github.toolarium.common.bandwidth - package com.github.toolarium.common.bandwidth
- com.github.toolarium.common.compare.map - package com.github.toolarium.common.compare.map
- com.github.toolarium.common.compare.map.impl - package com.github.toolarium.common.compare.map.impl
- com.github.toolarium.common.datetime - package com.github.toolarium.common.datetime
- com.github.toolarium.common.formatter - package com.github.toolarium.common.formatter
- com.github.toolarium.common.object - package com.github.toolarium.common.object
- com.github.toolarium.common.security - package com.github.toolarium.common.security
- com.github.toolarium.common.stacktrace - package com.github.toolarium.common.stacktrace
- com.github.toolarium.common.statistic - package com.github.toolarium.common.statistic
- com.github.toolarium.common.util - package com.github.toolarium.common.util
- com.github.toolarium.common.version - package com.github.toolarium.common.version
- combineValidCharacters(char[], char[]) - Static method in class com.github.toolarium.common.util.RandomGenerator
-
Helper methods to combines two character arrays
- compare(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Method in class com.github.toolarium.common.compare.map.CompareMaps
-
Compare two maps: The difference is an immutable snapshot of the state of the maps at the time this method is called.
- compareMajorVersion(Version) - Method in class com.github.toolarium.common.version.Version
-
Compares the major version number
- CompareMaps - Class in com.github.toolarium.common.compare.map
-
Implements the functionality to compare two maps.
- compareMinorVersion(Version) - Method in class com.github.toolarium.common.version.Version
-
Compares the minor version number
- comparePatchVersion(Version) - Method in class com.github.toolarium.common.version.Version
-
Compares the patch version number
- compareTo(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
- compareTo(Version) - Method in class com.github.toolarium.common.version.Version
- compareValues(int, int) - Method in class com.github.toolarium.common.version.Version
-
Compares two integer values
- compareValues(String, String) - Method in class com.github.toolarium.common.version.Version
-
Compares two integer values
- COMPONENT_ID - Static variable in class com.github.toolarium.common.Version
-
The component id
- concat(byte) - Method in class com.github.toolarium.common.ByteArray
-
Concat a given byte and return a new byte array
- concat(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Concat a given byte and return a new byte array
- convertException(Throwable, Class<T>) - Method in class com.github.toolarium.common.util.ExceptionWrapper
-
This method converts a given exception into an another exception
- convertException(Throwable, Class<T>, Level) - Method in class com.github.toolarium.common.util.ExceptionWrapper
-
This method converts a given exception into an another exception
- convertException(Throwable, Class<T>, Level, String) - Method in class com.github.toolarium.common.util.ExceptionWrapper
-
This method converts a given exception into an another exception
- convertJavaVersion(String) - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Convert java version
- copyBlock(byte[], byte[]) - Method in class com.github.toolarium.common.util.ByteUtil
-
Copies one byte block to another.
- copyBlock(byte[], int, byte[], int, int) - Method in class com.github.toolarium.common.util.ByteUtil
-
Copies the specified byte sequence of the given source array to the specified destination array.
- copyBlock(int[], int[]) - Method in class com.github.toolarium.common.util.ByteUtil
-
Copies one int block to another.
- copyBlock(int[], int, int[], int, int) - Method in class com.github.toolarium.common.util.ByteUtil
-
Copies the specified int sequence of the given source array to the specified destination array.
- countCharacters(String, char) - Method in class com.github.toolarium.common.util.StringUtil
-
Counts a given character in the given String.
- countEndingCharacter(String, char) - Method in class com.github.toolarium.common.util.StringUtil
-
Count of a string a given ending character how many times it is existing
- countEndsWith(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Test how many times the given prefix is contained at the end
- countStartsWith(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Test how many times the given prefix is contained at the beginning
- CR - Static variable in class com.github.toolarium.common.ByteArray
-
The cr character as byte array
- create(VersionType, int, Integer, Integer, List<String>, String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Prepare a version
- create(VersionType, String, String, String) - Method in class com.github.toolarium.common.version.Version
-
Prepare a version
- createArray(Class<T>, int) - Method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Load a class by given name
- createByteArray(byte, int) - Static method in class com.github.toolarium.common.ByteArray
-
Creates a byte array with a simple byte
- createByteArray(ByteBuffer) - Static method in class com.github.toolarium.common.ByteArray
-
Creates a byte array
- createByteArrayWithSize(int) - Static method in class com.github.toolarium.common.ByteArray
-
Creates a byte array with the given size
- createDate(int, int, int) - Method in class com.github.toolarium.common.util.DateUtil
-
Creates a date from the given data
- createExceptionInstance(Throwable, Class<T>) - Method in class com.github.toolarium.common.util.ExceptionWrapper.DefaultExceptionHandler
- createExceptionInstance(Throwable, Class<T>) - Method in interface com.github.toolarium.common.util.ExceptionWrapper.ExceptionHandler
-
Creates the new exception
- createGUID() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Generates a GUID: GUIDs are guaranteed to be globally unique by using ethernet MACs, IP addresses, time elements, and sequential numbers.
- createTimeStamp(int, int, int) - Method in class com.github.toolarium.common.util.DateUtil
-
Creates a date from the given data
- createTimeStamp(int, int, int, int, int, int, int) - Method in class com.github.toolarium.common.util.DateUtil
-
Creates a date from the given data
- createUUID() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Creates a UUID
- crowUpDataSize(int) - Method in class com.github.toolarium.common.ByteArray
-
Gets the additional size
D
- DateTimeFormat - Class in com.github.toolarium.common.datetime
-
Collection of a date time format
- DateUtil - Class in com.github.toolarium.common.util
-
Date converter utility.
- DEFAULT_BLOCK_SIZE - Static variable in class com.github.toolarium.common.ByteArray
-
Defines the default byte array size
- DEFAULT_EXCLUDES - Static variable in class com.github.toolarium.common.stacktrace.StackTrace
-
Default Stacktrace exclues
- DefaultExceptionHandler() - Constructor for class com.github.toolarium.common.util.ExceptionWrapper.DefaultExceptionHandler
- DESCRIPTION - Static variable in class com.github.toolarium.common.Version
-
The description
- diff(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Returns the greatest difference between 2 versions.
- diff(Version) - Method in class com.github.toolarium.common.version.Version
-
Returns the greatest difference between 2 versions.
- diff(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Returns the greatest difference between 2 versions.
- diff(String) - Method in class com.github.toolarium.common.version.Version
-
Returns the greatest difference between 2 versions.
- disableAccessWarnings() - Method in class com.github.toolarium.common.util.ReflectionUtil
-
Disable access warnings
- DOT - Static variable in class com.github.toolarium.common.ByteArray
-
The dot character as byte array
E
- EMPTY - Static variable in class com.github.toolarium.common.ByteArray
-
The dot character as byte array
- endsWith(byte) - Method in class com.github.toolarium.common.ByteArray
-
Test if the array ends with the given prefix
- endsWith(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Test if the array starts with the given prefix
- entriesDiffering() - Method in interface com.github.toolarium.common.compare.map.IMapDifference
-
Returns a map describing keys that appear in both maps, but with different values.
- entriesDiffering() - Method in interface com.github.toolarium.common.compare.map.impl.ISortedMapDifference
- entriesDiffering() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- entriesDiffering() - Method in class com.github.toolarium.common.compare.map.impl.SortedMapDifference
- entriesInCommon() - Method in interface com.github.toolarium.common.compare.map.IMapDifference
-
Returns a map containing the entries that appear in both maps; that is, the intersection of the two maps.
- entriesInCommon() - Method in interface com.github.toolarium.common.compare.map.impl.ISortedMapDifference
- entriesInCommon() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- entriesInCommon() - Method in class com.github.toolarium.common.compare.map.impl.SortedMapDifference
- entriesOnlyOnLeft() - Method in interface com.github.toolarium.common.compare.map.IMapDifference
-
Returns a map containing the entries from the left map whose keys are not present in the right map.
- entriesOnlyOnLeft() - Method in interface com.github.toolarium.common.compare.map.impl.ISortedMapDifference
- entriesOnlyOnLeft() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- entriesOnlyOnLeft() - Method in class com.github.toolarium.common.compare.map.impl.SortedMapDifference
- entriesOnlyOnRight() - Method in interface com.github.toolarium.common.compare.map.IMapDifference
-
Returns a map containing the entries from the right map whose keys are not present in the left map.
- entriesOnlyOnRight() - Method in interface com.github.toolarium.common.compare.map.impl.ISortedMapDifference
- entriesOnlyOnRight() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- entriesOnlyOnRight() - Method in class com.github.toolarium.common.compare.map.impl.SortedMapDifference
- EnumUtil - Class in com.github.toolarium.common.util
-
Simple enum utilities.
- equals(Object) - Method in class com.github.toolarium.common.ByteArray
-
Implements the default functionality of the equals method.
- equals(Object) - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- equals(Object) - Method in class com.github.toolarium.common.compare.map.impl.ValueDifference
- equals(Object) - Method in class com.github.toolarium.common.security.SecuredValue
- equals(Object) - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
- equals(Object) - Method in class com.github.toolarium.common.statistic.StatisticCounter
- equals(Object) - Method in class com.github.toolarium.common.version.AbstractVersion
- equals(Object) - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
- equalsBlock(byte[], byte[]) - Method in class com.github.toolarium.common.util.ByteUtil
-
Check two blocks for equality.
- equalsBlock(byte[], int, byte[], int, int) - Method in class com.github.toolarium.common.util.ByteUtil
-
Check two blocks for equality.
- erase() - Method in class com.github.toolarium.common.ByteArray
-
Erase the byte array
- ExceptionWrapper - Class in com.github.toolarium.common.util
-
This class implements the mechanism to wrap exceptions.
- ExceptionWrapper.DefaultExceptionHandler - Class in com.github.toolarium.common.util
-
This class implements the default exception handler behavior
- ExceptionWrapper.ExceptionHandler - Interface in com.github.toolarium.common.util
-
Defines the exception handler API
- existFile(String) - Method in class com.github.toolarium.common.util.FileUtil
-
Check if a given file exist
- expand(String) - Method in class com.github.toolarium.common.util.PropertyExpander
-
Expand the expression
- extractURLPath(URL) - Method in class com.github.toolarium.common.util.FileUtil
-
Extract the path from an url
F
- FileUtil - Class in com.github.toolarium.common.util
-
Defines a file utility.
- filterStackTrace(StackTraceElement[]) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Filter the given trace elements as stack trace
- filterStackTrace(StackTraceElement[], List<String>) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Filter the given trace elements as stack trace
- formatAsString(double) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Formats the given value to a well formated string
- formatAsString(double, int) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Formats the given value to a well formated string
- formatAsString(long) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Formats the given value to a well formated string
- formatAsString(long) - Method in class com.github.toolarium.common.formatter.TimeDifferenceFormatter
- formatAsString(long, int) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Formats the given value to a well formated string
- formatNumber(double, String, boolean) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Formats a given number
- formatNumber(long, String, boolean) - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Formats a given number
- fromCamelCaseToSnakeCase(String, boolean) - Method in class com.github.toolarium.common.util.StringUtil
-
Convert a given string from CamelCase notation to upper case formated string.
G
- get() - Static method in class com.github.toolarium.common.util.PropertyExpanderContextBasedProperties
-
Gets the context based properties bound on current thread.
- get(int) - Method in class com.github.toolarium.common.ByteArray
-
Return a specific byte from the byte array
- getAverage() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the total average
- getBandwidth() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getBandwidth() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the bandwidth
- getBandwidthStatisticCounter() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getBandwidthStatisticCounter() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the bandwidth statistic counter
- getBooleanRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Boolean
- getBuild() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the build of the version.
- getBytes() - Method in class com.github.toolarium.common.ByteArray
-
Return the bytes as a copy
- getBytes(int, int) - Method in class com.github.toolarium.common.ByteArray
-
Return the bytes as a copy
- getClasses(String) - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
Gets a list of class names back
- getClassesFromPackage(String) - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
Gets a list of class names back
- getClassName() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
- getClassObject(String) - Method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Load a class by given name
- getClassObject(String) - Method in class com.github.toolarium.common.util.ReflectionUtil
-
Load a class by given name
- getClassPaths() - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Returns a list of all the class paths in the current VM.
- getClassVersion() - Method in enum class com.github.toolarium.common.util.JavaVersion
-
Get the class version
- getCounter() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getCounter() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the counter
- getCounter() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the counter
- getDecimalFormatter() - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Get the decimal formatter
- getDoubleRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Double
- getFileName() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns the name of the source file containing the execution point represented by this stack trace element.
- getFloatRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Float
- getHeader() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns the header
- getIgnoreLockStatistic() - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Get the statistics of locks that could not be obtained because they are already locked.
- getIgnoreLockStatistic() - Method in class com.github.toolarium.common.object.ObjectLockManager
- getInstance() - Static method in class com.github.toolarium.common.compare.map.CompareMaps
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ByteUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ChannelUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ClassPathUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.DateUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.EnumUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ExceptionWrapper
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.FileUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.MapUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.PropertyExpander
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.RandomGenerator
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ReflectionUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.RoundUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.StringUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.TextUtil
-
Get the instance
- getInstance() - Static method in class com.github.toolarium.common.util.ThreadUtil
-
Get the instance
- getInstance(SecureRandom) - Static method in class com.github.toolarium.common.util.RandomGenerator
-
Gets a secure random instance
- getIntegerRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Integer
- getJavaVersion() - Method in enum class com.github.toolarium.common.util.JavaVersion
-
Get the java version
- getLastUpdateTime() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getLastUpdateTime() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the last update time
- getLineNumber() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns the line number of the source line containing the execution point represented by this stack trace element.
- getLockStatistic() - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Get the object lock statistic (the number of lock elements)
- getLockStatistic() - Method in class com.github.toolarium.common.object.ObjectLockManager
- getLongRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Long
- getMajor() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the major part of the version.
- getMajor() - Method in class com.github.toolarium.common.version.Version
-
Get the major part of the version.
- getMajorNumber() - Method in class com.github.toolarium.common.version.Version
-
Get the major part of the version.
- getMajorSuffix() - Method in class com.github.toolarium.common.version.Version
-
Gets the additional minor suffix
- getMaxValue() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the max value back
- getMessageAndThrowableConstructor(Class<T>) - Method in class com.github.toolarium.common.util.ExceptionWrapper.DefaultExceptionHandler
-
Gets the default throwable constructor if is any is defined
- getMessageConstructor(Class<T>) - Method in class com.github.toolarium.common.util.ExceptionWrapper.DefaultExceptionHandler
-
Gets the default message constructor if is any is defined
- getMethod(String, String, Class<?>[]) - Method in class com.github.toolarium.common.util.ReflectionUtil
-
Gets the defined method back
- getMethodName() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns the name of the method containing the execution point represented by this stack trace element.
- getMinor() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the minor part of the version.
- getMinor() - Method in class com.github.toolarium.common.version.Version
-
Get the minor part of the version.
- getMinorNumber() - Method in class com.github.toolarium.common.version.Version
-
Get the minor part of the version.
- getMinorSuffix() - Method in class com.github.toolarium.common.version.Version
-
Gets the additional minor suffix
- getMinValue() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the min value back
- getNewDataSize(int) - Method in class com.github.toolarium.common.ByteArray
-
Gets the new data size
- getNumber() - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
-
Get the number
- getNumberOfLockSizeReached() - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Get the count of how many times the max lock size was reached
- getNumberOfLockSizeReached() - Method in class com.github.toolarium.common.object.ObjectLockManager
- getOriginalVersion() - Method in class com.github.toolarium.common.version.AbstractVersion
-
Get the original version
- getPatch() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the patch part of the version.
- getPatch() - Method in class com.github.toolarium.common.version.Version
-
Get the patch part of the version.
- getPatchNumber() - Method in class com.github.toolarium.common.version.Version
-
Get the patch part of the version.
- getPatchSuffix() - Method in class com.github.toolarium.common.version.Version
-
Gets the additional patch suffix
- getRandomByteArray(int) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random byte array
- getRandomDateInFuture(long) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Get a date in the future
- getRandomDateInPast(long) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Get a date in the future
- getRandomDayInFuture(int) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Get a date in the future
- getRandomDayInPast(int) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Get a date in the future
- getRandomNumber(long, boolean) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Gets a random long number
- getRandomString(int) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random string
- getRandomString(int, char[]) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random string
- getRange() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the range (German: Spannweite)
- getSecuredValue() - Method in interface com.github.toolarium.common.security.ISecuredValue
-
Get the secured value, e.g.
- getSecuredValue() - Method in class com.github.toolarium.common.security.SecuredValue
- getSecureRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns the secure random instance
- getSleepStatisticCounter() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getSleepStatisticCounter() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the sleep statistic counter
- getSquareSum() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the square sum
- getStackTrace() - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Create the current stack trace
- getStackTrace(int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Create the current stack trace
- getStackTrace(StackTraceElement[]) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Prepares the given trace elements as stack trace
- getStackTrace(StackTraceElement[], List<String>) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Prepares the given trace elements as stack trace
- getStackTrace(StackTraceElement[], List<String>, String) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Prepares the given trace elements as stack trace
- getStackTrace(StackTraceElement[], List<String>, String, String) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Prepares the given trace elements as stack trace
- getStackTraceElements() - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Parse the stack trace
- getStackTraceElements(int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Parse the stack trace
- getStackTraceElements(int, int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Parse the stack trace
- getStandardDeviation() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the total average
- getStartTime() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getStartTime() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the start time
- getSuffix() - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
-
Get the suffix
- getSuffixTokens() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the suffix of the version.
- getSum() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the total sum
- getThrowableConstructor(Class<T>) - Method in class com.github.toolarium.common.util.ExceptionWrapper.DefaultExceptionHandler
-
Gets the default throwable constructor if is any is defined
- getType() - Method in class com.github.toolarium.common.version.AbstractVersion
-
Get the versoon type
- getUnlockStatistic() - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Get the statistics of locks that could not be obtained because of the unlock timeout.
- getUnlockStatistic() - Method in class com.github.toolarium.common.object.ObjectLockManager
- getUpdateInterval() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- getUpdateInterval() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Gets the update interval
- getValue() - Method in interface com.github.toolarium.common.security.ISecuredValue
-
Get the value
- getValue() - Method in class com.github.toolarium.common.security.SecuredValue
- getVariance() - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Gets the variance
- getVersion() - Static method in class com.github.toolarium.common.Version
-
Get the version number
- GMT_ZONE - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
GMT time zone - all HTTP dates are on GMT
- GROUP_ID - Static variable in class com.github.toolarium.common.Version
-
The group id
H
- hashCode() - Method in class com.github.toolarium.common.ByteArray
- hashCode() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- hashCode() - Method in class com.github.toolarium.common.compare.map.impl.ValueDifference
- hashCode() - Method in class com.github.toolarium.common.security.SecuredValue
- hashCode() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
- hashCode() - Method in class com.github.toolarium.common.statistic.StatisticCounter
- hashCode() - Method in class com.github.toolarium.common.version.AbstractVersion
- hashCode() - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
- hasSecuredValue() - Method in interface com.github.toolarium.common.security.ISecuredValue
-
Check if it has a secured value
- hasSecuredValue() - Method in class com.github.toolarium.common.security.SecuredValue
- HTTP_RESPONSE_DATE_HEADER - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
Format for http response header date field
I
- IBandwidthThrottling - Interface in com.github.toolarium.common.bandwidth
-
Defines the process bandwith throttling interface.
- IMapDifference<K,
V> - Interface in com.github.toolarium.common.compare.map -
An object representing the differences between two maps.
- implementsInterface(String, Class<?>) - Method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Check if a given class implements an interface
- indexOf(byte) - Method in class com.github.toolarium.common.ByteArray
-
Finds a byte in the data
- indexOf(byte[], int, int, byte[], int, int, int) - Method in class com.github.toolarium.common.util.ByteUtil
-
The source is the byte array being searched, and the target is the string being searched for.
- indexOf(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Returns the index within this byte array of the first occurrence of the specified substring, starting at the specified index.
- indexOf(ByteArray, int) - Method in class com.github.toolarium.common.ByteArray
-
Returns the index within this byte array of the first occurrence of the specified substring, starting at the specified index.
- init() - Method in class com.github.toolarium.common.object.ObjectLockManager
-
Initialize
- IObjectLockManager - Interface in com.github.toolarium.common.object
-
Defines the object lock manager
- IS_RELEASE_VERSION - Static variable in class com.github.toolarium.common.Version
-
Define if it is a release version
- isClassAvailable(String) - Method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Check if the given class exists
- isClassAvailable(String) - Method in class com.github.toolarium.common.util.ReflectionUtil
-
Check if the given class exists
- ISecuredValue<T> - Interface in com.github.toolarium.common.security
-
Defines a secured value
- isEmpty(Object, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input must not be null or empty, throw an exception otherwise.
- isEmpty(Object, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input must not be null or empty, throw an exception otherwise.
- isEqual(boolean, boolean, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(boolean, boolean, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(byte, byte, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(byte, byte, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(char, char, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(char, char, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(double, double, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(double, double, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(float, float, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(float, float, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(int, int, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(int, int, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(long, long, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(long, long, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(short, short, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(short, short, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(Object, Object, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqual(Object, Object, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are equal, throw an exception otherwise.
- isEqualTo(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version equals another version
- isEqualTo(Version) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version equals another version
- isEqualTo(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version equals another version
- isEqualTo(String) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version equals another version
- isEquivalentTo(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version equals another version, without taking the build into account.
- isEquivalentTo(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version equals another version, without taking the build into account.
- isFalse(boolean, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object must be false, throw an exception otherwise.
- isFalse(boolean, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object must be false, throw an exception otherwise.
- isGreaterThan(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is greater than another version
- isGreaterThan(Version) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is greater than another version
- isGreaterThan(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is greater than another version
- isGreaterThan(String) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is greater than another version
- isGreaterThanOrEqualTo(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is greater than or equal to another version
- isGreaterThanOrEqualTo(Version) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is greater than or equal to another version
- isGreaterThanOrEqualTo(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is greater than or equal to another version
- isGreaterThanOrEqualTo(String) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is greater than or equal to another version
- isLowerThan(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is lower than another version
- isLowerThan(Version) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is lower than another version
- isLowerThan(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is lower than another version
- isLowerThan(String) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is lower than another version
- isLowerThanOrEqualTo(SemanticVersion) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is lower than or equal to another version
- isLowerThanOrEqualTo(Version) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is lower than or equal to another version
- isLowerThanOrEqualTo(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Checks if the version is lower than or equal to another version
- isLowerThanOrEqualTo(String) - Method in class com.github.toolarium.common.version.Version
-
Checks if the version is lower than or equal to another version
- isNativeMethod() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns true if the method containing the execution point represented by this stack trace element is a native method.
- isNotEmpty(Object, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input must not be null or empty, throw an exception otherwise.
- isNotEmpty(Object, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input must not be null or empty, throw an exception otherwise.
- isNotEqual(boolean, boolean, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(boolean, boolean, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(byte, byte, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(byte, byte, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(char, char, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(char, char, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(double, double, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(double, double, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(float, float, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(float, float, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(int, int, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(int, int, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(long, long, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(long, long, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(short, short, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(short, short, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(Object, Object, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotEqual(Object, Object, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the two input objects are not equal, throw an exception otherwise.
- isNotNull(Object, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object is not null, throw an exception otherwise.
- isNotNull(Object, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object must not be null, throw an exception otherwise.
- isNull(Object, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object is null, throw an exception otherwise.
- isNull(Object, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object must be null, throw an exception otherwise.
- isOpen() - Method in class com.github.toolarium.common.ByteArray
- ISortedMapDifference<K,
V> - Interface in com.github.toolarium.common.compare.map.impl -
An object representing the differences between two sorted maps.
- isReadable(String) - Method in class com.github.toolarium.common.util.FileUtil
-
Checks whether the given file or directory is readable.
- isStable() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Determines if the current version is stable or not.
- isStable() - Method in class com.github.toolarium.common.version.Version
-
Determines if the current version is stable or not.
- IStatisticCounter<T> - Interface in com.github.toolarium.common.statistic
-
Defines the statistic counter API
- isTrue(boolean, Class<T>, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object must be true, throw an exception otherwise.
- isTrue(boolean, Class<T>, String, String) - Static method in class com.github.toolarium.common.util.Assert
-
Assert that the input object must be true, throw an exception otherwise.
- isWritable(String) - Method in class com.github.toolarium.common.util.FileUtil
-
Checks whether the given file or directory is writable.
- iterator() - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
Gets an iterator to go through the class names
- IValueDifference<V> - Interface in com.github.toolarium.common.compare.map
-
A difference between the mappings from two maps with the same key.
- IVY - Enum constant in enum class com.github.toolarium.common.version.VersionType
-
Follows the rules of ivy.
J
- JAVA_1_1 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_2 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_3 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_4 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_5 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_6 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_7 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_1_8 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_10 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_11 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_12 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_13 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_14 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_15 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_16 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_17 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_18 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_19 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_20 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_21 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_22 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_23 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_24 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_25 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_26 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JAVA_9 - Enum constant in enum class com.github.toolarium.common.util.JavaVersion
- JavaVersion - Enum Class in com.github.toolarium.common.util
-
The java version information.
L
- lastIndexOf(byte) - Method in class com.github.toolarium.common.ByteArray
-
Finds a byte in the data
- leftValue() - Method in class com.github.toolarium.common.compare.map.impl.ValueDifference
- leftValue() - Method in interface com.github.toolarium.common.compare.map.IValueDifference
-
Returns the value from the left map (possibly null).
- length() - Method in class com.github.toolarium.common.ByteArray
-
Return the number of bytes
- LICENSE - Static variable in class com.github.toolarium.common.Version
-
The license
- LICENSE_ORGANISATION - Static variable in class com.github.toolarium.common.Version
-
The license organisation
- LOCALE_US - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
US locale - all HTTP dates are in English
- lock(List<L>) - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Locks a list of objects inside the same JVM.
- lock(List<L>) - Method in class com.github.toolarium.common.object.ObjectLockManager
- LOOSE - Enum constant in enum class com.github.toolarium.common.version.VersionType
-
Major part is required.
M
- main(String[]) - Static method in class com.github.toolarium.common.Version
-
Main class to print build / version information
- MAJOR - Enum constant in enum class com.github.toolarium.common.version.VersionDiff
- MAJOR_NUMBER - Static variable in class com.github.toolarium.common.Version
-
The major number
- MapDifference<K,
V> - Class in com.github.toolarium.common.compare.map.impl -
Implements the
IMapDifference. - MapDifference(Map<K, V>, Map<K, V>, Map<K, V>, Map<K, IValueDifference<V>>) - Constructor for class com.github.toolarium.common.compare.map.impl.MapDifference
-
Constructor for MapDifference
- MapUtil - Class in com.github.toolarium.common.util
-
Map utility.
- MINOR - Enum constant in enum class com.github.toolarium.common.version.VersionDiff
- MINOR_NUMBER - Static variable in class com.github.toolarium.common.Version
-
The minor number
N
- newInstance(Class<T>) - Method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Create a new instance of a given class
- newInstance(Class<T>) - Method in class com.github.toolarium.common.util.ReflectionUtil
-
Create a new instance of a given class
- newInstance(String) - Method in class com.github.toolarium.common.util.ClassInstanceUtil
-
Create a new instance of a given class
- newMap() - Method in class com.github.toolarium.common.util.MapUtil
-
Create a new map
- newMap(boolean) - Method in class com.github.toolarium.common.util.MapUtil
-
Create a new map
- newString(char, int) - Method in class com.github.toolarium.common.util.StringUtil
-
New string with given length and filled up with the given character
- newString(CharSequence, int) - Method in class com.github.toolarium.common.util.StringUtil
-
New string builder
- newStringBuilder(char, int) - Method in class com.github.toolarium.common.util.StringUtil
-
New string builder with given length and filled up with the given character
- newStringBuilder(CharSequence, int) - Method in class com.github.toolarium.common.util.StringUtil
-
New string builder
- nextBytes(int) - Method in class com.github.toolarium.common.util.RandomGenerator
-
Gets random bytes
- nextMajor() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the next major version
- nextMajor() - Method in class com.github.toolarium.common.version.Version
-
Get the next major version
- nextMinor() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the next minor version
- nextMinor() - Method in class com.github.toolarium.common.version.Version
-
Get the next minor version
- nextPatch() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the next patch version
- nextPatch() - Method in class com.github.toolarium.common.version.Version
-
Get the next patch version
- NL - Static variable in class com.github.toolarium.common.ByteArray
-
The new line character as byte array
- NL - Static variable in class com.github.toolarium.common.util.TextUtil
-
NL
- NO_BANDWIDTH - Static variable in class com.github.toolarium.common.bandwidth.BandwidthThrottling
-
NO_BANDWIDTH
- NONE - Enum constant in enum class com.github.toolarium.common.version.VersionDiff
- NPM - Enum constant in enum class com.github.toolarium.common.version.VersionType
-
Follows the rules of NPM.
O
- ObjectLockManager - Class in com.github.toolarium.common.object
-
Defines the object lock manager
- ObjectLockManager() - Constructor for class com.github.toolarium.common.object.ObjectLockManager
-
Constructor
- ObjectLockManager(Integer, Long) - Constructor for class com.github.toolarium.common.object.ObjectLockManager
-
Constructor
- OLD_COOKIE_PATTERN - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
Pattern used for old cookies
- oldCookieFormat - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
DateFormat to be used to format old netscape cookies
- ONE_DAY - Static variable in class com.github.toolarium.common.util.RandomGenerator
-
The miliseconds of a day
P
- PACKAGE - Static variable in class com.github.toolarium.common.Version
-
The package
- parseDate(String) - Method in class com.github.toolarium.common.util.DateUtil
-
Parse a date
- parseDate(String, String) - Method in class com.github.toolarium.common.util.DateUtil
-
Parse a date
- parseInteger(VersionType, String[], int, String) - Method in class com.github.toolarium.common.version.AbstractVersion
-
Parse an integer
- parseStackTraceElement(String) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Break a line from the stack trace into the format: member 0 : name of text file from which call was made member 1 : line number of text file from which call was made member 2 : method name of calling class member 3 : name of calling class member 4 : full package name of calling class
- parseStackTraceElements(String, int, int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Parse the stack trace into the desired two dimensional string
- parseStackTraceElements(Throwable, int, int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Parse the stack trace into the desired two dimensional string
- parseStackTraceLine(String) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Break a line from the stack trace into the format: member 0 : name of text file from which call was made member 1 : line number of text file from which call was made member 2 : method name of calling class member 3 : name of calling class member 4 : full package name of calling class
- parseTime(String) - Method in class com.github.toolarium.common.util.DateUtil
-
Parse the time
- PATCH - Enum constant in enum class com.github.toolarium.common.version.VersionDiff
- prepareInput(String) - Method in class com.github.toolarium.common.util.TextUtil
-
Prepare input string
- prepareInput(StringBuilder) - Method in class com.github.toolarium.common.util.TextUtil
-
Prepare input string
- prepareVersionString(VersionType, String) - Method in class com.github.toolarium.common.version.AbstractVersion
-
Prepare the version
- processStackTrace(Consumer<String>) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Process the current stack trace
- processStackTrace(Consumer<String>, int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Process the current stack trace
- processStackTrace(Consumer<String>, List<String>) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Create the current stack trace
- processStackTrace(Consumer<String>, List<String>, String) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Create the current stack trace
- processStackTrace(Consumer<String>, List<String>, String, int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Create the current stack trace
- processStackTrace(Consumer<String>, List<String>, String, String, int) - Static method in class com.github.toolarium.common.stacktrace.StackTrace
-
Create the current stack trace
- PROJECT_NAME - Static variable in class com.github.toolarium.common.Version
-
The project name
- PROJECT_TYPE - Static variable in class com.github.toolarium.common.Version
-
The project type
- PropertyExpander - Class in com.github.toolarium.common.util
-
Property expander
EBNF: ----- TERM_EXPRESSION ::= TERM { BLANKS } { TERM } TERM ::= ATTRIBUTE | ENV_EXPRESSION ENV_EXPRESSION ::= ENV_CHARACTER { BRACE_LEFT ATTRIBUTE BRACE_RIGHT } | { ATTRIBUTE } ATTRIBUTE ::= [a-zA-Z0-9] ENV_CHARACTER ::= $ BRACE_LEFT ::= { BRACE_RIGHT ::= } BLANK ::= - PropertyExpanderContextBasedProperties - Class in com.github.toolarium.common.util
-
Context based properties bind to the local thread.
Q
R
- RandomGenerator - Class in com.github.toolarium.common.util
-
This class implements some helper methods for random numbers.
- read(ByteBuffer) - Method in class com.github.toolarium.common.ByteArray
- readFileContent(File) - Method in class com.github.toolarium.common.util.FileUtil
-
Read the file content
- readFileContent(File, Charset) - Method in class com.github.toolarium.common.util.FileUtil
-
Read the file content
- readFileContent(URL) - Method in class com.github.toolarium.common.util.FileUtil
-
Read file content from a url
- readFileContent(Path) - Method in class com.github.toolarium.common.util.FileUtil
-
Read the file content
- readFileContent(Path, Charset) - Method in class com.github.toolarium.common.util.FileUtil
-
Read the file content
- ReflectionUtil - Class in com.github.toolarium.common.util
-
Defines the reflection utility.
- releaseResource() - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Release all object locks and resources
- releaseResource() - Method in class com.github.toolarium.common.object.ObjectLockManager
- removeDirectory(File) - Method in class com.github.toolarium.common.util.FileUtil
-
Deletes all files and sub directories under dir.
- removeDirectory(Path) - Method in class com.github.toolarium.common.util.FileUtil
-
Deletes all files and sub directories under dir.
- removeFile(File) - Method in class com.github.toolarium.common.util.FileUtil
-
Removes a file
- removeFile(String) - Method in class com.github.toolarium.common.util.FileUtil
-
Removes a file
- replace(byte, byte) - Method in class com.github.toolarium.common.ByteArray
-
Replaces a given byte with another
- replace(ByteArray, ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Replaces data in a given byte array.
- reset() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- reset() - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Reset the internal states
- resolveJavaVersion() - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Get the Java version as string
- resolveJavaVersion(int, int) - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Resolve the java version
- resolveJavaVersion(InputStream) - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Read the java version information
- resolveJavaVersion(String) - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Read the java version information
- reverse() - Method in class com.github.toolarium.common.ByteArray
-
Reverse the internal array
- REVISION_NUMBER - Static variable in class com.github.toolarium.common.Version
-
The revision number
- RFC_1036_FORMAT - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
Format for RFC 1036 date string -- "Sunday, 06-Nov-94 08:49:37 GMT"
- RFC_1123_FORMAT - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
DateFormat to be used to format dates
- RFC1123_PATTERN - Static variable in class com.github.toolarium.common.datetime.DateTimeFormat
-
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
- rightValue() - Method in class com.github.toolarium.common.compare.map.impl.ValueDifference
- rightValue() - Method in interface com.github.toolarium.common.compare.map.IValueDifference
-
Returns the value from the right map (possibly null).
- round(double, int) - Method in class com.github.toolarium.common.util.RoundUtil
-
Round double values
- roundToInt(double) - Method in class com.github.toolarium.common.util.RoundUtil
-
Round double values
- roundToLong(double) - Method in class com.github.toolarium.common.util.RoundUtil
-
Round double values
- RoundUtil - Class in com.github.toolarium.common.util
-
Round util class.
S
- SCM_NUMBER - Static variable in class com.github.toolarium.common.Version
-
The source management number
- searchArchiveByName(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search an archive
- searchArchiveByRegExp(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search archive by regular expression
- searchClassByName(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search a specific class
- searchClassByPackageName(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search classes from a specific package
- searchClassByRegExp(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search class by regular expression
- searchClasses(String) - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
Search class which are mapping to the given regular expression
- searchFileByRegExp(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search file by regular expression
- searchFileByRegExpAsURLList(String) - Method in class com.github.toolarium.common.util.ClassPathUtil
-
Search file by regular expression
- searchFiles(String) - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
Search file which are mapping to the given regular expression
- searchFilesAsURL(String) - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
Search file which are mapping to the given regular expression
- SecuredValue<T> - Class in com.github.toolarium.common.security
-
Implements the
ISecuredValue. - SecuredValue(T) - Constructor for class com.github.toolarium.common.security.SecuredValue
-
Constructor for SecuredValue
- SecuredValue(T, String) - Constructor for class com.github.toolarium.common.security.SecuredValue
-
Constructor for SecuredValue
- selectVersionType(VersionType) - Static method in class com.github.toolarium.common.version.AbstractVersion
-
Select the version type
- SemanticVersion - Class in com.github.toolarium.common.version
-
The semantic version, see https://semver.org.
- SemanticVersion(String) - Constructor for class com.github.toolarium.common.version.SemanticVersion
-
Constructor for Version
- SemanticVersion(String, VersionType) - Constructor for class com.github.toolarium.common.version.SemanticVersion
-
Constructor for Version
- set(int, byte) - Method in class com.github.toolarium.common.ByteArray
-
Set a specific byte in the byte array
- set(Properties) - Static method in class com.github.toolarium.common.util.PropertyExpanderContextBasedProperties
-
Sets the context based properties bound on current thread.
- setBandwidth(long) - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- setBandwidth(long) - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Sets the bandwidth
- setExceptionHandler(ExceptionWrapper.ExceptionHandler) - Method in class com.github.toolarium.common.util.ExceptionWrapper
-
Sets the exception handler
- setMajorNumber(String) - Method in class com.github.toolarium.common.version.Version
-
Sets the major number
- setMinorNumber(String) - Method in class com.github.toolarium.common.version.Version
-
Sets the minor number
- setObjectLockSize(Integer) - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Sets the size of the object lock
- setObjectLockSize(Integer) - Method in class com.github.toolarium.common.object.ObjectLockManager
- setPatchNumber(String) - Method in class com.github.toolarium.common.version.Version
-
Sets the patch number
- setUnlockTimeout(Long) - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Sets the unlock timeout which defines how long an element can't be locked again after an unlock
- setUnlockTimeout(Long) - Method in class com.github.toolarium.common.object.ObjectLockManager
- setUpdateInterval(int) - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- setUpdateInterval(int) - Method in interface com.github.toolarium.common.bandwidth.IBandwidthThrottling
-
Sets the update interval
- setValue(T) - Method in class com.github.toolarium.common.security.SecuredValue
-
Sets the value
- setValue(T, String) - Method in class com.github.toolarium.common.security.SecuredValue
-
Sets the value
- simplifyPath(String) - Method in class com.github.toolarium.common.util.FileUtil
-
Simplify a given path
- SLASH - Static variable in class com.github.toolarium.common.util.FileUtil
- SLASH_STR - Static variable in class com.github.toolarium.common.util.FileUtil
- slashify(String) - Method in class com.github.toolarium.common.util.FileUtil
-
Slashify the path
- sleep(Long) - Method in class com.github.toolarium.common.util.ThreadUtil
-
Sleep
- SortedMapDifference<K,
V> - Class in com.github.toolarium.common.compare.map.impl -
Implements he
ISortedMapDifference. - SortedMapDifference(SortedMap<K, V>, SortedMap<K, V>, SortedMap<K, V>, SortedMap<K, IValueDifference<V>>) - Constructor for class com.github.toolarium.common.compare.map.impl.SortedMapDifference
-
_ * Constructor for SortedMapDifferenceImpl
- SPACE - Static variable in class com.github.toolarium.common.ByteArray
-
The space as byte array
- SPACE - Static variable in class com.github.toolarium.common.util.TextUtil
-
SPACE
- spaceAfterValue() - Method in class com.github.toolarium.common.formatter.AbstractDifferenceFormatter
-
Defines if after a value follows a space
- splitAsArray(String, int) - Method in class com.github.toolarium.common.util.StringUtil
-
Split a string into an array by length
- splitAsArray(String, String) - Method in class com.github.toolarium.common.util.StringUtil
-
Split a string into an array
- splitAsList(String, int) - Method in class com.github.toolarium.common.util.StringUtil
-
Split a string into a list by length
- splitAsList(String, String) - Method in class com.github.toolarium.common.util.StringUtil
-
Split a string into a list
- splitMainTokens(String[]) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Split the main token
- splitNumberAndSuffix(String[], int, String) - Method in class com.github.toolarium.common.version.Version
-
Splits the given data into number and suffix
- splitSuffixTokens(String[]) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Split the suffix token
- splitVersionIntoTokens(String) - Static method in class com.github.toolarium.common.version.SemanticVersion
-
Split the version into into tokens
- StackTrace - Class in com.github.toolarium.common.stacktrace
-
The StackInfo class is a collection of static methods to allow users to quickly determine the call stack.
- StackTraceElement - Class in com.github.toolarium.common.stacktrace
-
An element in a stack trace.
- StackTraceElement(StackTraceElement) - Constructor for class com.github.toolarium.common.stacktrace.StackTraceElement
-
Default constructor for StackTraceElement
- StackTraceElement(String, String, String, String, int) - Constructor for class com.github.toolarium.common.stacktrace.StackTraceElement
-
Default constructor for StackTraceElement
- startsWith(byte) - Method in class com.github.toolarium.common.ByteArray
-
Test if the array starts with the given prefix
- startsWith(ByteArray) - Method in class com.github.toolarium.common.ByteArray
-
Test if the array starts with the given prefix
- startsWith(ByteArray, int) - Method in class com.github.toolarium.common.ByteArray
-
Test if the array starts with the given prefix
- StatisticCounter - Class in com.github.toolarium.common.statistic
-
This class acts as a helper class which can be used to compute several simple statistics for a set of numbers.
- StatisticCounter() - Constructor for class com.github.toolarium.common.statistic.StatisticCounter
-
Constructor
- StatisticCounter(long, double, double, double, double) - Constructor for class com.github.toolarium.common.statistic.StatisticCounter
-
Constructor
- STRICT - Enum constant in enum class com.github.toolarium.common.version.VersionType
-
The default type of version: Major, minor and patch parts are required.
- StringUtil - Class in com.github.toolarium.common.util
-
String util class
- SUFFIX - Enum constant in enum class com.github.toolarium.common.version.VersionDiff
T
- TAB - Static variable in class com.github.toolarium.common.ByteArray
-
The tab character as byte array
- TextUtil - Class in com.github.toolarium.common.util
-
Text utility
- ThreadUtil - Class in com.github.toolarium.common.util
-
Thread sleep util.
- throwInvalidVersion(boolean, String) - Method in class com.github.toolarium.common.version.AbstractVersion
-
Throws an illegal argument exception if the expression is true
- TimeDifferenceFormatter - Class in com.github.toolarium.common.formatter
- TimeDifferenceFormatter() - Constructor for class com.github.toolarium.common.formatter.TimeDifferenceFormatter
-
Constructor for the
TimeDifferenceFormatter. - TimeDifferenceFormatter(boolean, boolean) - Constructor for class com.github.toolarium.common.formatter.TimeDifferenceFormatter
-
Constructor for the
TimeDifferenceFormatter. - TimeDifferenceFormatter(String, boolean, boolean) - Constructor for class com.github.toolarium.common.formatter.TimeDifferenceFormatter
-
Constructor for the
TimeDifferenceFormatter. - toByte(char, int) - Method in class com.github.toolarium.common.util.ByteUtil
-
Convert the given char to an int.
- toByteArray(int, int) - Method in class com.github.toolarium.common.ByteArray
-
Return a sub part of the original bytes
- toByteArray(String) - Method in class com.github.toolarium.common.util.ByteUtil
-
Convert the given string with hex values to a byte array.
- toByteBuffer() - Method in class com.github.toolarium.common.ByteArray
-
Return a byte buffer of the data
- toBytes() - Method in class com.github.toolarium.common.ByteArray
-
Return the bytes as a copy of the original
- toBytes(byte[], int) - Method in class com.github.toolarium.common.util.ByteUtil
-
Prepare a byte array to a byte array of a defined size
- toBytes(int) - Method in class com.github.toolarium.common.util.ByteUtil
-
Convert an integer value to a 4 byte array
- toBytes(long) - Method in class com.github.toolarium.common.util.ByteUtil
-
Convert from a long value to a 8 byte array
- toCamelCase(String, boolean) - Method in class com.github.toolarium.common.util.StringUtil
-
Convert a given string to CamelCase formated string (lower/upper or pascal case).
- toDate(LocalDate) - Method in class com.github.toolarium.common.util.DateUtil
-
Convert to
Date. - toDate(LocalDateTime) - Method in class com.github.toolarium.common.util.DateUtil
-
Convert to
Date. - toDateString(Instant) - Method in class com.github.toolarium.common.util.DateUtil
-
Converts a given date back into toolarium-date-notation and returns a well formed string of the following format: <dd.mm.yyyy@HH24:MI:SS>
- toDateString(Instant, String) - Method in class com.github.toolarium.common.util.DateUtil
-
Converts a given date back into toolarium-date-notation and returns a well formed string of the following format: <dd.mm.yyyy@HH24:MI:SS>
- toDateString(Date) - Method in class com.github.toolarium.common.util.DateUtil
-
Converts a given date back into toolarium-date-notation and returns a well formed string of the following format: <dd.mm.yyyy@HH24:MI:SS>
- toDateString(Date, String) - Method in class com.github.toolarium.common.util.DateUtil
-
Converts a given date back into toolarium-date-notation and returns a well formed string of the following format: <dd.mm.yyyy@HH24:MI:SS>
- toHex() - Method in class com.github.toolarium.common.ByteArray
-
Convert to hex string
- toInteger(byte[]) - Method in class com.github.toolarium.common.util.ByteUtil
-
Build an integer from first 4 bytes of the array.
- toInteger(ByteArray) - Method in class com.github.toolarium.common.util.ByteUtil
-
Build an integer from first 4 bytes of the array.
- toLocalDate(Date) - Method in class com.github.toolarium.common.util.DateUtil
-
Convert to
LocalDate. - toLocalDateTime(Date) - Method in class com.github.toolarium.common.util.DateUtil
-
Convert to
LocalDateTime. - toLong() - Method in class com.github.toolarium.common.ByteArray
-
Build a long from the array.
- toLong(byte[]) - Method in class com.github.toolarium.common.util.ByteUtil
-
Build a long from first 8 bytes of the array.
- toLong(ByteArray) - Method in class com.github.toolarium.common.util.ByteUtil
-
Build a long from first 8 bytes of the array.
- toSnakeCase(String) - Method in class com.github.toolarium.common.util.StringUtil
-
Convert a given string to SnakeCase formated string.
- toStrict() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get strict version of the current
- toString() - Method in class com.github.toolarium.common.bandwidth.BandwidthThrottling
- toString() - Method in class com.github.toolarium.common.ByteArray
-
Convert to String
- toString() - Method in class com.github.toolarium.common.compare.map.impl.MapDifference
- toString() - Method in class com.github.toolarium.common.compare.map.impl.ValueDifference
- toString() - Method in class com.github.toolarium.common.object.ObjectLockManager
- toString() - Method in class com.github.toolarium.common.security.SecuredValue
- toString() - Method in class com.github.toolarium.common.stacktrace.StackTraceElement
-
Returns a string representation of this stack trace element.
- toString() - Method in class com.github.toolarium.common.statistic.StatisticCounter
- toString() - Method in class com.github.toolarium.common.util.ClassPathUtil.ClassList
-
toString
- toString() - Method in enum class com.github.toolarium.common.util.JavaVersion
- toString() - Method in class com.github.toolarium.common.version.AbstractVersion
- toString() - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
- toString(byte[]) - Method in class com.github.toolarium.common.util.StringUtil
-
Converts a given byte array to a string representation
- toString(byte[], int, int) - Method in class com.github.toolarium.common.util.StringUtil
-
Converts a given byte array to a string representation
- toString(Object[]) - Method in class com.github.toolarium.common.util.StringUtil
-
Converts the given string array to a string
- toString(Object[], String) - Method in class com.github.toolarium.common.util.StringUtil
-
Converts the given array to a string
- toString(String) - Method in class com.github.toolarium.common.statistic.StatisticCounter
-
Create the statistic counter as string
- toString(String[]) - Method in class com.github.toolarium.common.util.StringUtil
-
Converts the given string array to a string
- toString(String[], String) - Method in class com.github.toolarium.common.util.StringUtil
-
Converts the given string array to a string
- toTimestampString(Date) - Method in class com.github.toolarium.common.util.DateUtil
-
Converts a given date back into an iso standard: <yyyy-mm-ddTHH24:MI:SS>
- toVersion(int, int, int, String) - Static method in class com.github.toolarium.common.version.Version
-
Create a version
- toVersion(Version.VersionNumberElement, Version.VersionNumberElement, Version.VersionNumberElement, String) - Static method in class com.github.toolarium.common.version.Version
-
Create a version
- trim(byte) - Method in class com.github.toolarium.common.ByteArray
-
Trims the data with the given byte
- trimLeft(byte) - Method in class com.github.toolarium.common.ByteArray
-
Trims the data left with the given byte
- trimLeft(String) - Method in class com.github.toolarium.common.util.StringUtil
-
Trims a given string from the left side.
- trimLeft(String, char) - Method in class com.github.toolarium.common.util.StringUtil
-
Trims a given string from the left side.
- trimRight(byte) - Method in class com.github.toolarium.common.ByteArray
-
Trims the data right with the given byte
- trimRight(String) - Method in class com.github.toolarium.common.util.StringUtil
-
Trims a given string from the right side.
- trimRight(String, char) - Method in class com.github.toolarium.common.util.StringUtil
-
Trims a given string from the right side.
U
- unlock(List<L>) - Method in interface com.github.toolarium.common.object.IObjectLockManager
-
Unlock a list of objects inside the same JVM.
- unlock(List<L>) - Method in class com.github.toolarium.common.object.ObjectLockManager
- unset() - Static method in class com.github.toolarium.common.util.PropertyExpanderContextBasedProperties
-
Unset
- URL - Static variable in class com.github.toolarium.common.Version
-
The url of the project
V
- validLetterCharacters - Static variable in class com.github.toolarium.common.util.RandomGenerator
-
Defines valid letter characters
- validLowerCaseLetterCharacters - Static variable in class com.github.toolarium.common.util.RandomGenerator
-
Defines valid lower case letter characters
- validNumberCharacters - Static variable in class com.github.toolarium.common.util.RandomGenerator
-
Defines valid number characters
- validNumberLetterCharacters - Static variable in class com.github.toolarium.common.util.RandomGenerator
-
Defines valid number and letter characters
- validUpperCaseLetterCharacters - Static variable in class com.github.toolarium.common.util.RandomGenerator
-
Defines valid upper case letter characters
- ValueDifference<V> - Class in com.github.toolarium.common.compare.map.impl
-
Implements the
IValueDifference. - ValueDifference(V, V) - Constructor for class com.github.toolarium.common.compare.map.impl.ValueDifference
-
Constructor for ValueDifferenceImpl
- valueOf(Class<T>, String) - Method in class com.github.toolarium.common.util.EnumUtil
-
Returns the enum constant of the specified enum type with the specified name.
- valueOf(String) - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.toolarium.common.version.VersionDiff
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.toolarium.common.version.VersionType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.toolarium.common.util.JavaVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.toolarium.common.version.VersionDiff
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.toolarium.common.version.VersionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Version - Class in com.github.toolarium.common
-
The version class
- Version - Class in com.github.toolarium.common.version
-
The version
- Version() - Constructor for class com.github.toolarium.common.Version
- Version(int, int, int) - Constructor for class com.github.toolarium.common.version.Version
-
Constructor
- Version(Version.VersionNumberElement, Version.VersionNumberElement, Version.VersionNumberElement, VersionType, String) - Constructor for class com.github.toolarium.common.version.Version
-
Constructor
- Version(String) - Constructor for class com.github.toolarium.common.version.Version
-
Constructor
- Version(String, VersionType, String) - Constructor for class com.github.toolarium.common.version.Version
-
Constructor
- Version(String, String) - Constructor for class com.github.toolarium.common.version.Version
-
Constructor
- VERSION - Static variable in class com.github.toolarium.common.Version
-
The full version number
- Version.VersionNumberElement - Class in com.github.toolarium.common.version
-
Defines the version number element
- VersionDiff - Enum Class in com.github.toolarium.common.version
-
The version differences
- VersionType - Enum Class in com.github.toolarium.common.version
-
The version type
W
- width(CharSequence, int) - Method in class com.github.toolarium.common.util.StringUtil
-
Format a given string to a given length and fill up with the given character Example:
- width(CharSequence, int, char, boolean) - Method in class com.github.toolarium.common.util.StringUtil
-
Format a given string to a given length and fill up with the given character Example:
- with(int, Integer, Integer, boolean, boolean) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Prepare a version
- with(int, Integer, Integer, List<String>, String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Prepare a version
- with(String, String, String) - Method in class com.github.toolarium.common.version.Version
-
Prepare a version
- withBuild(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the version with build
- withClearedBuild() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the version with cleared build
- withClearedSuffix() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the version with cleared suffix
- withClearedSuffix() - Method in class com.github.toolarium.common.version.Version
-
Get the version with cleared suffix
- withClearedSuffixAndBuild() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the version with cleared suffix and build
- withIncrement(int, boolean) - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
-
Get version with incremented version
- withIncrement(int, int, int) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented numbers
- withIncrement(int, int, int, boolean) - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented numbers
- withIncrementMajor() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented major version
- withIncrementMajor() - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented major version
- withIncrementMajor(int) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented major version
- withIncrementMajor(int) - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented major version
- withIncrementMinor() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented minor version
- withIncrementMinor() - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented minor version
- withIncrementMinor(int) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented minor version
- withIncrementMinor(int) - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented minor version
- withIncrementPatch() - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented patch version
- withIncrementPatch() - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented patch version
- withIncrementPatch(int) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get version with incremented patch version
- withIncrementPatch(int) - Method in class com.github.toolarium.common.version.Version
-
Get version with incremented patch version
- withSuffix(String) - Method in class com.github.toolarium.common.version.SemanticVersion
-
Get the version with suffix
- write(ByteBuffer) - Method in class com.github.toolarium.common.ByteArray
- writeFileContent(File, String) - Method in class com.github.toolarium.common.util.FileUtil
-
Write the file content
- writeFileContent(File, Charset, String) - Method in class com.github.toolarium.common.util.FileUtil
-
Write the file content
- writeFileContent(Path, String) - Method in class com.github.toolarium.common.util.FileUtil
-
Write the file content
- writeFileContent(Path, Charset, String) - Method in class com.github.toolarium.common.util.FileUtil
-
Write the file content
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form