A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages

A

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(Map<K, V>, Map<K, V>) - Method in class com.github.toolarium.common.util.MapUtil
Add a map
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 true if 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"

B

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 - 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

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.
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
clone() - Method in class com.github.toolarium.common.ByteArray
 
close() - Method in class com.github.toolarium.common.ByteArray
 
com.github.toolarium.common - package com.github.toolarium.common
 
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.security - package com.github.toolarium.common.security
 
com.github.toolarium.common.stacktrace - package com.github.toolarium.common.stacktrace
 
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
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
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
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
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.
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.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
expand(String) - Method in class com.github.toolarium.common.util.PropertyExpander
Expand the expression

F

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
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
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
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.
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
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.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.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.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
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.
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
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
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
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
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
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
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.
getType() - Method in class com.github.toolarium.common.version.AbstractVersion
Get the versoon type
getValue() - Method in interface com.github.toolarium.common.security.ISecuredValue
Get the value
getValue() - Method in class com.github.toolarium.common.security.SecuredValue
 
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.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

IMapDifference<K,​V> - Interface in com.github.toolarium.common.compare.map
An object representing the differences between two maps.
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.
IS_RELEASE_VERSION - Static variable in class com.github.toolarium.common.Version
Define if it is a release version
ISecuredValue<T> - Interface in com.github.toolarium.common.security
Defines a secured value
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.
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.
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.
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.
IValueDifference<V> - Interface in com.github.toolarium.common.compare.map
A difference between the mappings from two maps with the same key.
IVY - com.github.toolarium.common.version.VersionType
Follows the rules of ivy.

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
LOOSE - 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 - 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 - com.github.toolarium.common.version.VersionDiff
 
MINOR_NUMBER - Static variable in class com.github.toolarium.common.Version
The minor number

N

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
NONE - com.github.toolarium.common.version.VersionDiff
 
NPM - com.github.toolarium.common.version.VersionType
Follows the rules of NPM.

O

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 - 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

QUALIFIER - Static variable in class com.github.toolarium.common.Version
The version qualifier

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
 
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.
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).

S

SCM_NUMBER - Static variable in class com.github.toolarium.common.Version
The source management number
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.
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
setPatchNumber(String) - Method in class com.github.toolarium.common.version.Version
Sets the patch number
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
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
splitAsArray(String, String) - Method in class com.github.toolarium.common.util.StringUtil
Split a string into an array
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
STRICT - 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 - 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
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(Date) - Method in class com.github.toolarium.common.util.DateUtil
Converts a given date back into jptools-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 jptools-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.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.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.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.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

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 com.github.toolarium.common.version.VersionDiff
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.toolarium.common.version.VersionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.toolarium.common.version.VersionDiff
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.toolarium.common.version.VersionType
Returns an array containing the constants of this enum type, 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 in com.github.toolarium.common.version
The version differences
VersionType - Enum 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
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages