A B C D E G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
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
- 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
B
- 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
- 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.security - package com.github.toolarium.common.security
- 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
- compareMajorVersion(Version) - Method in class com.github.toolarium.common.version.Version
-
Compares the major version number
- 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.
- 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
- 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.
- 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
- DEFAULT_BLOCK_SIZE - Static variable in class com.github.toolarium.common.ByteArray
-
Defines the default byte array size
- 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
- 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.security.SecuredValue
- 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
G
- 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
- getDoubleRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Double
- getFloatRandom() - Method in class com.github.toolarium.common.util.RandomGenerator
-
Returns a random number as a Float
- getInstance() - Static method in class com.github.toolarium.common.util.ByteUtil
-
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.RandomGenerator
-
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
- 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
- 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
- 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
- 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.security.SecuredValue
- 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
I
- 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
- isOpen() - Method in class com.github.toolarium.common.ByteArray
- 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.
- 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
- 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
- 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
- MINOR - com.github.toolarium.common.version.VersionDiff
- MINOR_NUMBER - Static variable in class com.github.toolarium.common.Version
-
The minor number
N
- 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
- NONE - com.github.toolarium.common.version.VersionDiff
- NPM - com.github.toolarium.common.version.VersionType
-
Follows the rules of NPM.
O
- 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
- parseInteger(VersionType, String[], int, String) - Method in class com.github.toolarium.common.version.AbstractVersion
-
Parse an integer
- PATCH - com.github.toolarium.common.version.VersionDiff
- prepareVersionString(VersionType, String) - Method in class com.github.toolarium.common.version.AbstractVersion
-
Prepare the version
- 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
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
- 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
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, 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
- 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
- SPACE - Static variable in class com.github.toolarium.common.ByteArray
-
The space as byte array
- 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
- 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.
- SUFFIX - com.github.toolarium.common.version.VersionDiff
T
- TAB - Static variable in class com.github.toolarium.common.ByteArray
-
The tab character as byte array
- 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
- 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.
- 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.
- 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.security.SecuredValue
- toString() - Method in class com.github.toolarium.common.version.AbstractVersion
- toString() - Method in class com.github.toolarium.common.version.Version.VersionNumberElement
- 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
- trimRight(byte) - Method in class com.github.toolarium.common.ByteArray
-
Trims the data right with the given byte
U
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
- 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
- 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
All Classes All Packages