Index

A B C D E F G H I J L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abs(double) - Static method in class com.helger.base.numeric.MathHelper
This is a sanity method wrapping Math.abs (double), so that you don't have to think whether you need to invoke the abs method from this class or the one from Math directly.
abs(float) - Static method in class com.helger.base.numeric.MathHelper
This is a sanity method wrapping Math.abs (float), so that you don't have to think whether you need to invoke the abs method from this class or the one from Math directly.
abs(int) - Static method in class com.helger.base.numeric.MathHelper
This is a fix for Math.abs as it would return Integer.MIN_VALUE for Integer.MIN_VALUE which is very unexpected.
abs(long) - Static method in class com.helger.base.numeric.MathHelper
This is a fix for Math.abs as it would return Long.MIN_VALUE for Long.MIN_VALUE which is very unexpected.
abs(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
This is a sanity method wrapping BigDecimal.abs (double), so that you don't have to think whether you need to invoke the abs method from this class or the one from BigDecimal directly.
abs(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
This is a sanity method wrapping BigInteger.abs (double), so that you don't have to think whether you need to invoke the abs method from this class or the one from BigInteger directly.
AbstractLZWDictionary() - Constructor for class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
 
AbstractMutableInteger<IMPLTYPE> - Class in com.helger.base.numeric.mutable
Base implementation class for IMutableInteger transitively extending Number class.
AbstractMutableInteger() - Constructor for class com.helger.base.numeric.mutable.AbstractMutableInteger
 
AbstractMutableNumeric<IMPLTYPE> - Class in com.helger.base.numeric.mutable
Base implementation class for IMutableNumeric extending Number class.
AbstractMutableNumeric() - Constructor for class com.helger.base.numeric.mutable.AbstractMutableNumeric
 
AbstractPersistingIntIDFactory - Class in com.helger.base.id.factory
This implementation of IIntIDFactory reads IDs from a device.
AbstractPersistingIntIDFactory(int) - Constructor for class com.helger.base.id.factory.AbstractPersistingIntIDFactory
Constructor.
AbstractPersistingLongIDFactory - Class in com.helger.base.id.factory
This implementation of ILongIDFactory reads IDs from a device.
AbstractPersistingLongIDFactory(int) - Constructor for class com.helger.base.id.factory.AbstractPersistingLongIDFactory
Constructor.
AbstractRFC1522Codec - Class in com.helger.base.codec.impl
Implements methods common to all codecs defined in RFC 1522.
AbstractRFC1522Codec(Charset) - Constructor for class com.helger.base.codec.impl.AbstractRFC1522Codec
Constructor which allows for the selection of a default charset
accept(boolean) - Method in interface com.helger.base.functional.IBooleanConsumer
Performs this operation on the given argument.
accept(char) - Method in interface com.helger.base.functional.ICharConsumer
Performs this operation on the given argument.
accept(T) - Method in interface com.helger.base.functional.IThrowingConsumer
Performs this operation on the given argument.
accept(T, U, V) - Method in interface com.helger.base.functional.ITriConsumer
Performs this operation on the given arguments.
activate(DATATYPE) - Method in interface com.helger.base.pool.IObjectPoolFactory
Called when an existing object is borrowed from the pool.
add(boolean) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(byte) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(char) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(double) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(float) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(int) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(long) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(short) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(CALLBACKTYPE) - Method in class com.helger.base.callback.CallbackList
Add a callback.
add(KEYTYPE, boolean) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(KEYTYPE, char) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(KEYTYPE, double) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(KEYTYPE, int) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(KEYTYPE, long) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(KEYTYPE, VALUETYPE) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(KEYTYPE, Object) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
add(ELEMENTTYPE) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
add(Object) - Method in interface com.helger.base.trait.IGenericAdderTrait
Add using the converter
add(Map.Entry<? extends KEYTYPE, ?>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAll(boolean...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(byte...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(char...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(double...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(float...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(int...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(long...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(short...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(CALLBACKTYPE...) - Method in class com.helger.base.callback.CallbackList
Add an array of elements to this collection.
addAll(Iterable<?>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(Iterable<Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAll(Object...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAllAny(Iterable<Map.Entry<KEYTYPE, ?>>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAllAny(Map<? extends KEYTYPE, ?>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAllAt(int, boolean...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, byte...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, char...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, double...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, float...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, int...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, long...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, short...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, Iterable<?>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllAt(int, Object...) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllMapped(T[], Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllMapped(Iterable<? extends T>, Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllMapped(Map<? extends KEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCVALUETYPE, VALUETYPE>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAllMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, KEYTYPE>, Function<? super SRCVALUETYPE, VALUETYPE>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addAllMappedAt(int, T[], Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAllMappedAt(int, Iterable<? extends T>, Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, boolean) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, byte) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, char) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, double) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, float) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, int) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, long) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, short) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, ELEMENTTYPE) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addAt(int, Object) - Method in interface com.helger.base.trait.IGenericAdderTrait
Add at the specified index using the converter
addEntry(byte[], boolean) - Method in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
Add a new byte sequence entry to the dictionary.
addIf(ELEMENTTYPE, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addIf(KEYTYPE, VALUETYPE, BooleanSupplier) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIf(KEYTYPE, VALUETYPE, Predicate<? super VALUETYPE>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIf(KEYTYPE, T, Predicate<? super T>) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIf(KEYTYPE, Object, BooleanSupplier) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIf(T, Predicate<? super T>) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addIfNotEmpty(KEYTYPE, String) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIfNotNull(KEYTYPE, VALUETYPE) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIfNotNull(KEYTYPE, Object) - Method in interface com.helger.base.trait.IGenericMapAdderTrait
 
addIfNotNull(ELEMENTTYPE) - Method in interface com.helger.base.trait.IGenericAdderTrait
 
addPercent(BigDecimal, BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
Add x% to base
addPercent(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.helger.base.numeric.BigHelper
Add x% to base
afterChange(DATATYPE) - Method in interface com.helger.base.callback.IChangeCallback
Called after the object changed.
AGPL30 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
AIX - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the AIX operating system.
all() - Static method in interface com.helger.base.functional.IBooleanPredicate
 
all() - Static method in class com.helger.base.functional.Predicates
 
AMPERSAND - Static variable in class com.helger.base.url.CURL
Separator between params: &
AMPERSAND_STR - Static variable in class com.helger.base.url.CURL
 
and(boolean) - Method in interface com.helger.base.state.IChangeIndicator
Logical AND of this change indicator with a boolean value.
and(boolean) - Method in interface com.helger.base.state.IValidityIndicator
Logical AND of this validity indicator with a boolean value.
and(IBooleanPredicate) - Method in interface com.helger.base.functional.IBooleanPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(ICharPredicate) - Method in interface com.helger.base.functional.ICharPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IBooleanConsumer, IBooleanConsumer) - Static method in interface com.helger.base.functional.IBooleanConsumer
 
and(ICharConsumer, ICharConsumer) - Static method in interface com.helger.base.functional.ICharConsumer
 
and(IChangeIndicator) - Method in interface com.helger.base.state.IChangeIndicator
Logical AND of this change indicator with another one.
and(IContinueIndicator) - Method in interface com.helger.base.state.IContinueIndicator
Logical AND of this continue indicator with another one.
and(IEnabledIndicator) - Method in interface com.helger.base.state.IEnabledIndicator
Logical AND of this enabled indicator with another one.
and(IHandledIndicator) - Method in interface com.helger.base.state.IHandledIndicator
Logical AND of this handled indicator with another one.
and(IInterruptIndicator) - Method in interface com.helger.base.state.IInterruptIndicator
Logical AND of this interrupt indicator with another one.
and(IMandatoryIndicator) - Method in interface com.helger.base.state.IMandatoryIndicator
Logical AND of this mandatory indicator with another one.
and(ISuccessIndicator) - Method in interface com.helger.base.state.ISuccessIndicator
Logical AND of this success indicator with another one.
and(IValidityIndicator) - Method in interface com.helger.base.state.IValidityIndicator
Logical AND of this validity indicator with another one.
and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.helger.base.functional.Predicates
Combine two predicates with a logical AND.
andThen(IThrowingFunction<? super R, ? extends V, ? extends EXTYPE>) - Method in interface com.helger.base.functional.IThrowingFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(IBooleanConsumer) - Method in interface com.helger.base.functional.IBooleanConsumer
Returns a composed CharConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ICharConsumer) - Method in interface com.helger.base.functional.ICharConsumer
Returns a composed CharConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IThrowingConsumer<? super T, ? extends EXTYPE>) - Method in interface com.helger.base.functional.IThrowingConsumer
Returns a composed Consumer that performs, in sequence, this operation followed by the after operation.
andThen(ITriConsumer<? super T, ? super U, ? super V>) - Method in interface com.helger.base.functional.ITriConsumer
Returns a composed ITriConsumer that performs, in sequence, this operation followed by the after operation.
APACHE1 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
APACHE2 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
append(boolean) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(boolean) - Method in interface com.helger.base.lang.IAppendable
 
append(boolean[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(boolean[]) - Method in interface com.helger.base.lang.IAppendable
 
append(boolean[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(boolean[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(byte) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(byte) - Method in interface com.helger.base.lang.IAppendable
 
append(byte[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(byte[]) - Method in interface com.helger.base.lang.IAppendable
 
append(byte[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(byte[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(char) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(char) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Appends the specified character to this writer.
append(char) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Appends the specified character to this writer.
append(char) - Method in interface com.helger.base.lang.IAppendable
 
append(char[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(char[]) - Method in interface com.helger.base.lang.IAppendable
 
append(char[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(char[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(double) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(double) - Method in interface com.helger.base.lang.IAppendable
 
append(double[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(double[]) - Method in interface com.helger.base.lang.IAppendable
 
append(double[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(double[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(float) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(float) - Method in interface com.helger.base.lang.IAppendable
 
append(float[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(float[]) - Method in interface com.helger.base.lang.IAppendable
 
append(float[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(float[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(int) - Method in interface com.helger.base.lang.IAppendable
 
append(int[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(int[]) - Method in interface com.helger.base.lang.IAppendable
 
append(int[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(int[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(int, boolean) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, boolean[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, boolean[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, byte) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, byte[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, byte[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, char) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, char[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, char[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, double) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, double[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, double[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, float) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, float[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, float[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, int[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, int[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, long) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, long[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, long[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, short) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, short[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, short[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(int, Object) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Object hash code generation.
append(int, Object[]) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Array hash code generation.
append(int, Object[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Atomic type hash code generation.
append(long) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(long) - Method in interface com.helger.base.lang.IAppendable
 
append(long[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(long[]) - Method in interface com.helger.base.lang.IAppendable
 
append(long[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(long[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(short) - Method in class com.helger.base.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(short) - Method in interface com.helger.base.lang.IAppendable
 
append(short[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(short[]) - Method in interface com.helger.base.lang.IAppendable
 
append(short[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(short[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(String, boolean) - Method in class com.helger.base.tostring.ToStringGenerator
Append a boolean field.
append(String, boolean[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a boolean array field.
append(String, byte) - Method in class com.helger.base.tostring.ToStringGenerator
Append a byte field.
append(String, byte[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a byte array field.
append(String, char) - Method in class com.helger.base.tostring.ToStringGenerator
Append a char field.
append(String, char[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a char array field.
append(String, double) - Method in class com.helger.base.tostring.ToStringGenerator
Append a double field.
append(String, double[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a double array field.
append(String, float) - Method in class com.helger.base.tostring.ToStringGenerator
Append a float field.
append(String, float[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a float array field.
append(String, int) - Method in class com.helger.base.tostring.ToStringGenerator
Append an int field.
append(String, int[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append an int array field.
append(String, long) - Method in class com.helger.base.tostring.ToStringGenerator
Append a long field.
append(String, long[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a long array field.
append(String, short) - Method in class com.helger.base.tostring.ToStringGenerator
Append a short field.
append(String, short[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append a short array field.
append(String, Enum<?>) - Method in class com.helger.base.tostring.ToStringGenerator
Append an enum field.
append(String, Object) - Method in class com.helger.base.tostring.ToStringGenerator
Append an object field.
append(String, Object[]) - Method in class com.helger.base.tostring.ToStringGenerator
Append an object array field.
append(CharSequence) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Appends a subsequence of the specified character sequence to this writer.
append(Object) - Method in class com.helger.base.hashcode.HashCodeGenerator
Object hash code generation.
append(Object) - Method in interface com.helger.base.lang.IAppendable
 
append(Object[]) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(Object[]) - Method in interface com.helger.base.lang.IAppendable
 
append(Object[], int, int) - Method in class com.helger.base.hashcode.HashCodeGenerator
Array hash code generation.
append(Object[], int, int) - Method in interface com.helger.base.lang.IAppendable
 
append(CharSequence) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Appends a subsequence of the specified character sequence to this writer.
APPEND - Enum constant in enum class com.helger.base.io.EAppend
Append to an existing object
appendIf(String, boolean, IBooleanPredicate) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a boolean field if the filter matches the value.
appendIf(String, boolean, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a boolean field if the supplier returns true.
appendIf(String, char, ICharPredicate) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a char field if the filter matches the value.
appendIf(String, char, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a char field if the supplier returns true.
appendIf(String, double, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a double field if the supplier returns true.
appendIf(String, double, DoublePredicate) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a double field if the filter matches the value.
appendIf(String, int, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append an int field if the supplier returns true.
appendIf(String, int, IntPredicate) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append an int field if the filter matches the value.
appendIf(String, long, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a long field if the supplier returns true.
appendIf(String, long, LongPredicate) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a long field if the filter matches the value.
appendIf(String, T, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append an object field if the supplier returns true.
appendIf(String, T, Predicate<? super T>) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append an object field if the filter matches the value.
appendIfNotNull(String, Object) - Method in class com.helger.base.tostring.ToStringGenerator
Append an object field only if the value is not null.
appendPassword(String) - Method in class com.helger.base.tostring.ToStringGenerator
Append a password field.
appendPasswordIf(String, BooleanSupplier) - Method in class com.helger.base.tostring.ToStringGenerator
Conditionally append a password field if the supplier returns true.
appendQuoted(Appendable, String) - Static method in class com.helger.base.string.StringHelper
Append the provided string quoted or unquoted if it is null.
appendQuoted(StringBuilder, String) - Static method in class com.helger.base.string.StringHelper
Append the provided string quoted or unquoted if it is null.
appendStackToString(StringBuilder, StackTraceElement[]) - Static method in class com.helger.base.rt.StackTraceHelper
Append the stack trace of the given elements to the provided StringBuilder, using the default line separator.
appendStackToString(StringBuilder, StackTraceElement[], String) - Static method in class com.helger.base.rt.StackTraceHelper
Append the stack trace of the given elements to the provided StringBuilder, using the specified line separator.
apply(boolean) - Method in interface com.helger.base.functional.IBooleanFunction
Applies this function to the given argument.
apply(byte) - Method in interface com.helger.base.functional.IByteFunction
Applies this function to the given argument.
apply(char) - Method in interface com.helger.base.functional.ICharFunction
Applies this function to the given argument.
apply(float) - Method in interface com.helger.base.functional.IFloatFunction
Applies this function to the given argument.
apply(short) - Method in interface com.helger.base.functional.IShortFunction
Applies this function to the given argument.
apply(SRCTYPE...) - Method in interface com.helger.base.aggregate.IAggregator
Aggregate a array of input objects to a single output object.
apply(T) - Method in interface com.helger.base.functional.IThrowingFunction
Applies this function to the given argument.
applyAsBoolean(T) - Method in interface com.helger.base.functional.IToBooleanFunction
Deprecated, for removal: This API element is subject to removal in a future version.
ARCH_32 - Enum constant in enum class com.helger.base.system.EProcessorArchitecture
32 bit architecture.
ARCH_64 - Enum constant in enum class com.helger.base.system.EProcessorArchitecture
64 bit architecture.
areConvertibleClasses(Class<?>, Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed classes are convertible.
ArrayHelper - Class in com.helger.base.array
Provides additional helper methods for array handling.
ASCENDING - Enum constant in enum class com.helger.base.compare.ESortOrder
 
ASCII85Codec - Class in com.helger.base.codec.impl
Decoder for ASCII85 encoded values
ASCII85Codec() - Constructor for class com.helger.base.codec.impl.ASCII85Codec
Constructor.
ASCIIHexCodec - Class in com.helger.base.codec.impl
Decoder for ASCII Hex encoding.
ASCIIHexCodec() - Constructor for class com.helger.base.codec.impl.ASCIIHexCodec
Constructor.
assertEquals(boolean, boolean) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two boolean values are equal.
assertEquals(boolean, Boolean) - Static method in class com.helger.base.mock.CommonsAssert
Assert that a boolean primitive and a Boolean object are equal.
assertEquals(double[], double[]) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two double arrays are element-wise equal within the allowed rounding difference.
assertEquals(double, double) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two double values are equal within the allowed rounding difference.
assertEquals(double, Double) - Static method in class com.helger.base.mock.CommonsAssert
Assert that a double primitive and a Double object are equal within the allowed rounding difference.
assertEquals(float[], float[]) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two float arrays are element-wise equal within the allowed rounding difference.
assertEquals(float, float) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two float values are equal within the allowed rounding difference.
assertEquals(float, Float) - Static method in class com.helger.base.mock.CommonsAssert
Assert that a float primitive and a Float object are equal within the allowed rounding difference.
assertEquals(T, T) - Static method in class com.helger.base.mock.CommonsAssert
Like JUnit assertEquals but using EqualsHelper.
assertEquals(String, boolean, boolean) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two boolean values are equal, with a custom message.
assertEquals(String, double, double) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two double values are equal within the allowed rounding difference, with a custom message.
assertEquals(String, float, float) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two float values are equal within the allowed rounding difference, with a custom message.
assertEquals(String, T, T) - Static method in class com.helger.base.mock.CommonsAssert
Like JUnit assertEquals but using EqualsHelper.
assertNotEquals(boolean, boolean) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two boolean values are not equal.
assertNotEquals(boolean, Boolean) - Static method in class com.helger.base.mock.CommonsAssert
Assert that a boolean primitive and a Boolean object are not equal.
assertNotEquals(T, T) - Static method in class com.helger.base.mock.CommonsAssert
Like JUnit assertNotEquals but using EqualsHelper.
assertNotEquals(String, boolean, boolean) - Static method in class com.helger.base.mock.CommonsAssert
Assert that two boolean values are not equal, with a custom message.
assertNotEquals(String, T, T) - Static method in class com.helger.base.mock.CommonsAssert
Like JUnit assertNotEquals but using EqualsHelper.
AutoLock - Class in com.helger.base.concurrent
Small wrapper around Lock interface to be used in a try-with-resources statement, so that the unlock happened.
AutoLock(Lock) - Constructor for class com.helger.base.concurrent.AutoLock
Constructor that acquires the provided lock immediately.
available() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
available() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 

B

Base16Codec - Class in com.helger.base.codec.impl
Base16 encoder and decoder.
Base16Codec() - Constructor for class com.helger.base.codec.impl.Base16Codec
Creates a Base16 codec used for decoding and encoding.
Base32Codec - Class in com.helger.base.codec.impl
Base32 encoder and decoder based on Apache Commons Codec Base32.
Base32Codec() - Constructor for class com.helger.base.codec.impl.Base32Codec
Creates a Base32 codec used for decoding and encoding.
Base32Codec(boolean) - Constructor for class com.helger.base.codec.impl.Base32Codec
Creates a Base32 codec used for decoding and encoding.
Base64 - Class in com.helger.base.codec.base64
Encodes and decodes to and from Base64 notation.
BASE64 - Static variable in class com.helger.base.thirdparty.ThirdPartyModuleProvider_ph_base
 
Base64Codec - Class in com.helger.base.codec.base64
Encoder and decoder for Base64
Base64Codec() - Constructor for class com.helger.base.codec.base64.Base64Codec
Constructor.
Base64InputStream - Class in com.helger.base.codec.base64
A Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64InputStream(InputStream) - Constructor for class com.helger.base.codec.base64.Base64InputStream
Constructs a Base64InputStream in DECODE mode.
Base64InputStream(InputStream, int) - Constructor for class com.helger.base.codec.base64.Base64InputStream
Constructs a Base64InputStream in either ENCODE or DECODE mode.
Base64OutputStream - Class in com.helger.base.codec.base64
A Base64OutputStream will write data to another OutputStream , given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64OutputStream(OutputStream) - Constructor for class com.helger.base.codec.base64.Base64OutputStream
Constructs a Base64OutputStream in ENCODE mode.
Base64OutputStream(OutputStream, int) - Constructor for class com.helger.base.codec.base64.Base64OutputStream
Constructs a Base64OutputStream in either ENCODE or DECODE mode.
BaseCleanUpRegistrarSPI - Class in com.helger.base.cleanup
SPI implementation that registers cleanup actions for base module singletons and caches.
BaseCleanUpRegistrarSPI() - Constructor for class com.helger.base.cleanup.BaseCleanUpRegistrarSPI
 
BasicThreadFactory - Class in com.helger.base.concurrent
An implementation of the ThreadFactory interface that provides some configuration options for the threads it creates.
BasicThreadFactory(BasicThreadFactoryBuilder) - Constructor for class com.helger.base.concurrent.BasicThreadFactory
Creates a new instance of ThreadFactoryImpl and configures it from the specified Builder object.
BasicThreadFactoryBuilder - Class in com.helger.base.concurrent
A builder class for creating instances of BasicThreadFactory.
BasicThreadFactoryBuilder() - Constructor for class com.helger.base.concurrent.BasicThreadFactoryBuilder
Create a new empty builder instance.
beforeChange(DATATYPE) - Method in interface com.helger.base.callback.IChangeCallback
Called before the object will be changed.
BIGDEC_100 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 100
BIGDEC_1000 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 1000
BIGDEC_2 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 2
BIGDEC_3 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 3
BIGDEC_4 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 4
BIGDEC_5 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 5
BIGDEC_50 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 50
BIGDEC_6 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 6
BIGDEC_7 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 7
BIGDEC_8 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 8
BIGDEC_9 - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of 9
BIGDEC_MAX_BYTE - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible byte value (127)
BIGDEC_MAX_CHAR - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible character value (65_535)
BIGDEC_MAX_DOUBLE - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible double value (1.7976931348623157E308)
BIGDEC_MAX_FLOAT - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible float value (3.4028235E38)
BIGDEC_MAX_INT - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible int value (2_147_483_647)
BIGDEC_MAX_LONG - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible long value (9_223_372_036_854_775_807)
BIGDEC_MAX_SHORT - Static variable in class com.helger.base.CGlobal
The BigDecimal for the largest possible short value (32_767)
BIGDEC_MIN_BYTE - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible byte value (-128)
BIGDEC_MIN_CHAR - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible character value (0)
BIGDEC_MIN_DOUBLE - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible double value (4.9E-324)
BIGDEC_MIN_FLOAT - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible float value (1.4E-45)
BIGDEC_MIN_INT - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible int value (-2_147_483_648)
BIGDEC_MIN_LONG - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible long value (-9_223_372_036_854_775_808)
BIGDEC_MIN_SHORT - Static variable in class com.helger.base.CGlobal
The BigDecimal for the smallest possible short value (-32_768)
BIGDEC_MINUS_ONE - Static variable in class com.helger.base.CGlobal
The BigDecimal representation of -1
BigHelper - Class in com.helger.base.numeric
BigDecimal and BigInteger helper
BIGINT_100 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 100
BIGINT_1000 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 1000
BIGINT_2 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 2
BIGINT_3 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 3
BIGINT_4 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 4
BIGINT_5 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 5
BIGINT_50 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 50
BIGINT_6 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 6
BIGINT_7 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 7
BIGINT_8 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 8
BIGINT_9 - Static variable in class com.helger.base.CGlobal
The BigInteger representation of 9
BIGINT_MAX_BYTE - Static variable in class com.helger.base.CGlobal
The BigInteger for the largest possible byte value (127)
BIGINT_MAX_CHAR - Static variable in class com.helger.base.CGlobal
The BigInteger for the largest possible character value (65_535)
BIGINT_MAX_INT - Static variable in class com.helger.base.CGlobal
The BigInteger for the largest possible int value (2_147_483_647)
BIGINT_MAX_LONG - Static variable in class com.helger.base.CGlobal
The BigInteger for the largest possible long value (9_223_372_036_854_775_807)
BIGINT_MAX_SHORT - Static variable in class com.helger.base.CGlobal
The BigInteger for the largest possible short value (32_767)
BIGINT_MIN_BYTE - Static variable in class com.helger.base.CGlobal
The BigInteger for the smallest possible byte value (-128)
BIGINT_MIN_CHAR - Static variable in class com.helger.base.CGlobal
The BigInteger for the smallest possible character value (0)
BIGINT_MIN_INT - Static variable in class com.helger.base.CGlobal
The BigInteger for the smallest possible int value (-2_147_483_648)
BIGINT_MIN_LONG - Static variable in class com.helger.base.CGlobal
The BigInteger for the smallest possible long value (-9_223_372_036_854_775_808)
BIGINT_MIN_SHORT - Static variable in class com.helger.base.CGlobal
The BigInteger for the smallest possible short value (-32_768)
BIGINT_MINUS_ONE - Static variable in class com.helger.base.CGlobal
The BigInteger representation of -1
BIT_NOT_SET - Static variable in class com.helger.base.CGlobal
Value if a bit is not set (0).
BIT_SET - Static variable in class com.helger.base.CGlobal
Value if a bit is set (1).
BitInputStream - Class in com.helger.base.io.stream
The BitInputStream allows reading individual bits from a general Java InputStream.
BitInputStream(InputStream, ByteOrder) - Constructor for class com.helger.base.io.stream.BitInputStream
Create a new bit input stream based on an existing Java InputStream.
BitOutputStream - Class in com.helger.base.io.stream
The BitOutputStream allows writing individual bits to a general Java OutputStream.
BitOutputStream(OutputStream, ByteOrder) - Constructor for class com.helger.base.io.stream.BitOutputStream
Create a new bit output stream based on an existing Java OutputStream.
BITS_PER_BYTE - Static variable in class com.helger.base.CGlobal
Number of bits in a byte.
BITS_PER_INT - Static variable in class com.helger.base.CGlobal
Number of bits in an int. 32 bits.
BITS_PER_LONG - Static variable in class com.helger.base.CGlobal
Number of bits in a long. 64 bits.
BITS_PER_SHORT - Static variable in class com.helger.base.CGlobal
Number of bits in a short. 16 bits.
BitSetHelper - Class in com.helger.base.rt
Helper class to work with bit sets.
BOM_BOCU_1 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
BOCU
BOM_BOCU_1_ALT2 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
BOCU
BOM_GB_18030 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
GB 18030
BOM_SCSU - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Quote Unicode
BOM_SCSU_TO_UCS - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Change to Unicode
BOM_SCSU_W0_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 0 to 0xFE80
BOM_SCSU_W1_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 1 to 0xFE80
BOM_SCSU_W2_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 2 to 0xFE80
BOM_SCSU_W3_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 3 to 0xFE80
BOM_SCSU_W4_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 4 to 0xFE80
BOM_SCSU_W5_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 5 to 0xFE80
BOM_SCSU_W6_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 6 to 0xFE80
BOM_SCSU_W7_TO_FE80 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
SCSU - Single-byte mode Define dynamic window 7 to 0xFE80
BOM_UTF_1 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-1
BOM_UTF_16_BIG_ENDIAN - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-16 Big Endian
BOM_UTF_16_LITTLE_ENDIAN - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-16 Little Endian
BOM_UTF_32_BIG_ENDIAN - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-32 Big Endian
BOM_UTF_32_LITTLE_ENDIAN - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-32 Little Endian
BOM_UTF_7 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-7
BOM_UTF_7_ALT2 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-7
BOM_UTF_7_ALT3 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-7
BOM_UTF_7_ALT4 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-7
BOM_UTF_8 - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-8
BOM_UTF_EBCDIC - Enum constant in enum class com.helger.base.charset.EUnicodeBOM
UTF-EBCDIC
BooleanHelper - Class in com.helger.base.rt
Misc helper methods for handling booleans.
booleanValue() - Method in class com.helger.base.numeric.mutable.MutableBoolean
 
borrowObject() - Method in interface com.helger.base.pool.IMutableObjectPool
Borrow an object from the pool.
borrowObject() - Method in class com.helger.base.pool.ObjectPool
Borrow an object from the pool.
BOTTOM - Enum constant in enum class com.helger.base.state.ETopBottom
 
BREAK - Enum constant in enum class com.helger.base.state.EContinue
 
BSD - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
BSD3 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
buffer(byte[]) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
buffer(char[]) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
build() - Method in interface com.helger.base.builder.IBuilder
Build the object
build() - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Creates a new BasicThreadFactory with all configuration options that have been specified by calling methods on this builder.
build() - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
This method performs the main copying
build() - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
This method performs the main copying
build() - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Build the imploded string from the configured source, separator, offset, length, and filter.
build() - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Build the imploded string from the configured source map, separators, and filters.
build(boolean) - Method in interface com.helger.base.builder.IResettableBuilder
Build the object
builder() - Static method in class com.helger.base.concurrent.BasicThreadFactory
 
ByteArrayInputStreamProvider - Class in com.helger.base.io.streamprovider
An InputStream provider based on a byte array.
ByteArrayInputStreamProvider(byte[]) - Constructor for class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
Constructor using the entire byte array without copying.
ByteArrayInputStreamProvider(byte[], boolean) - Constructor for class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
Constructor using the entire byte array.
ByteArrayInputStreamProvider(byte[], int, int) - Constructor for class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
Constructor using a portion of the byte array without copying.
ByteArrayInputStreamProvider(byte[], int, int, boolean) - Constructor for class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
Constructor using a portion of the byte array.
ByteArrayOutputStreamProvider - Class in com.helger.base.io.streamprovider
An OutputStream provider based on a byte array.
ByteArrayOutputStreamProvider() - Constructor for class com.helger.base.io.streamprovider.ByteArrayOutputStreamProvider
Create a new empty instance.
ByteArrayWrapper - Class in com.helger.base.array.bytes
A straight forward implementation of IHasByteArray
ByteArrayWrapper(byte[], boolean) - Constructor for class com.helger.base.array.bytes.ByteArrayWrapper
Wrap the whole byte array.
ByteArrayWrapper(byte[], int, int, boolean) - Constructor for class com.helger.base.array.bytes.ByteArrayWrapper
Wrap the passed byte array or just parts of it.
ByteBufferHelper - Class in com.helger.base.rt
Contains some ByteBuffer utility methods.
ByteBufferInputStream - Class in com.helger.base.io.stream
InputStream wrapped around a single ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class com.helger.base.io.stream.ByteBufferInputStream
Constructor
ByteBufferInputStreamProvider - Class in com.helger.base.io.streamprovider
An InputStream provider based on a ByteBuffer.
ByteBufferInputStreamProvider(ByteBuffer) - Constructor for class com.helger.base.io.streamprovider.ByteBufferInputStreamProvider
Constructor.
ByteBufferOutputStream - Class in com.helger.base.io.stream
Wrapper for an OutputStream around a ByteBuffer.
ByteBufferOutputStream() - Constructor for class com.helger.base.io.stream.ByteBufferOutputStream
Create a new object with the ByteBufferOutputStream.DEFAULT_BUF_SIZE buffer size and it can grow.
ByteBufferOutputStream(byte[]) - Constructor for class com.helger.base.io.stream.ByteBufferOutputStream
Constructor with an existing byte array to wrap.
ByteBufferOutputStream(byte[], int, int) - Constructor for class com.helger.base.io.stream.ByteBufferOutputStream
Constructor with an existing byte array to wrap.
ByteBufferOutputStream(int) - Constructor for class com.helger.base.io.stream.ByteBufferOutputStream
Constructor for an output stream than can grow.
ByteBufferOutputStream(int, boolean) - Constructor for class com.helger.base.io.stream.ByteBufferOutputStream
Constructor
ByteBufferOutputStream(ByteBuffer, boolean) - Constructor for class com.helger.base.io.stream.ByteBufferOutputStream
Constructor
bytes() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
bytes() - Method in interface com.helger.base.io.iface.IHasByteArray
 
bytes() - Method in class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
BYTES_PER_GIGABYTE - Static variable in class com.helger.base.CGlobal
Bytes per gigabyte (1_073_741_824, 2^30).
BYTES_PER_KILOBYTE - Static variable in class com.helger.base.CGlobal
Bytes per kilobyte (1024, 2^10).
BYTES_PER_KILOBYTE_LONG - Static variable in class com.helger.base.CGlobal
Bytes per kilobyte (1024, 2^10).
BYTES_PER_MEGABYTE - Static variable in class com.helger.base.CGlobal
Bytes per megabyte (1_048_576, 2^20).
BYTES_PER_PETABYTE - Static variable in class com.helger.base.CGlobal
Bytes per petabyte (1_125_899_906_842_624, 2^50).
BYTES_PER_TERABYTE - Static variable in class com.helger.base.CGlobal
Bytes per terabyte (1_099_511_627_776, 2^40).
byteValue() - Method in interface com.helger.base.numeric.INumber
Returns the value of the specified number as a byte, which may involve rounding or truncation.
byteValue() - Method in class com.helger.base.numeric.mutable.MutableByte
 

C

CallbackList<CALLBACKTYPE> - Class in com.helger.base.callback
This class manages a list of callbacks.
CallbackList() - Constructor for class com.helger.base.callback.CallbackList
Default constructor with an empty callback list.
CallbackList(CallbackList<CALLBACKTYPE>) - Constructor for class com.helger.base.callback.CallbackList
Copy constructor.
canConvertLongToInt(long) - Static method in class com.helger.base.numeric.MathHelper
Check if the passed long value can be safely converted to an int without losing information.
canGrow() - Method in class com.helger.base.io.stream.ByteBufferOutputStream
 
CCBY10 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
CCBY20 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
CCBY25 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
CCBY30 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
CCBY40 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
CGlobal - Class in com.helger.base
A class declaring system wide constants.
CHANGED - Enum constant in enum class com.helger.base.state.EChange
 
ChangeWithValue<DATATYPE> - Class in com.helger.base.state
Wraps a change indicator and an arbitrary value.
ChangeWithValue(IChangeIndicator, DATATYPE) - Constructor for class com.helger.base.state.ChangeWithValue
Constructor
charIsEQ0() - Static method in class com.helger.base.functional.Predicates
 
charIsGT0() - Static method in class com.helger.base.functional.Predicates
 
charIsNE0() - Static method in class com.helger.base.functional.Predicates
 
CharsetHelper - Class in com.helger.base.charset
Whole lotta charset management routines.
CharsetHelper.InputStreamAndCharset - Class in com.helger.base.charset
A wrapper that has an InputStream, an optional Unicode BOM as EUnicodeBOM and an optional Charset.
charValue() - Method in class com.helger.base.numeric.mutable.MutableChar
 
CHECK_RANGE_MAX_INCL - Static variable in class com.helger.base.codec.RFC5234Helper
 
CHECK_RANGE_MIN_INCL - Static variable in class com.helger.base.codec.RFC5234Helper
 
checkForInvalidFilterInputStream(InputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed input stream is a FilterInputStream with a null contained input stream.
ClassHelper - Class in com.helger.base.lang.clazz
Helper class for common reflection and class-related operations such as primitive/wrapper type mapping, class name handling, and class hierarchy inspection.
ClassHelper() - Constructor for class com.helger.base.lang.clazz.ClassHelper
 
ClassLoaderHelper - Class in com.helger.base.classloader
ClassLoader utility methods.
ClassLoaderHelper() - Constructor for class com.helger.base.classloader.ClassLoaderHelper
 
ClassPathHelper - Class in com.helger.base.lang
Utility class for dealing with the Java class path.
CleanUpRegistry - Class in com.helger.base.cleanup
This class contains all the cleanup actions which resets library caches etc. to their original state.
clearCache() - Static method in class com.helger.base.lang.EnumHelper
Clear the internal int ID enum cache.
clearUnusedItems() - Method in class com.helger.base.pool.ObjectPool
clearWarnedPropertyNames() - Static method in class com.helger.base.system.SystemProperties
Clear the cache with the property names, for which warnings were emitted that keys don't exist.
clone() - Method in interface com.helger.base.lang.IExplicitlyCloneable
Creates and returns a copy of this object.
CloneHelper - Class in com.helger.base.clone
Helper class for cloning objects.
close() - Method in class com.helger.base.codec.base64.Base64OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.helger.base.concurrent.AutoLock
Release the lock that was acquired in the constructor.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingBitInputStream
Close the underlying input stream.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
Flush the data and close the underlying output stream.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
 
close() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
 
close() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Closing a NonBlockingByteArrayInputStream has no effect.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Close the stream.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Closes the stream and releases any system resources associated with it.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Closing a StringWriter has no effect.
close() - Method in class com.helger.base.io.stream.BitInputStream
Close the underlying input stream.
close() - Method in class com.helger.base.io.stream.BitOutputStream
Flush the data and close the underlying output stream.
close() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
close() - Method in class com.helger.base.io.stream.ByteBufferOutputStream
 
close() - Method in class com.helger.base.io.stream.LoggingInputStream
 
close() - Method in class com.helger.base.io.stream.LoggingOutputStream
 
close() - Method in class com.helger.base.io.stream.LoggingReader
 
close() - Method in class com.helger.base.io.stream.LoggingWriter
 
close() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
close() - Method in class com.helger.base.io.stream.NonClosingInputStream
 
close() - Method in class com.helger.base.io.stream.NonClosingOutputStream
 
close() - Method in class com.helger.base.io.stream.NonClosingReader
 
close() - Method in class com.helger.base.io.stream.NonClosingWriter
 
close() - Method in class com.helger.base.io.stream.NullOutputStream
Does not nothing and therefore does not throw an Exception.
close() - Method in interface com.helger.base.state.ICloseable
Closes the object.
close(AutoCloseable) - Static method in class com.helger.base.io.stream.StreamHelper
Close the passed stream by encapsulating the declared IOException.
closeFrom(boolean) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
closeFrom(boolean) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
closeTo(boolean) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
closeTo(boolean) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
closeWithoutFlush(AutoCloseable) - Static method in class com.helger.base.io.stream.StreamHelper
Close the passed object, without trying to call flush on it.
CM_PER_INCH - Static variable in class com.helger.base.CGlobal
Centimeter per inch (2.54)
CODE_CLEARTABLE - Static variable in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
Special code to clear the table
CODE_EOF - Static variable in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
Special code for end of file
CollectingExceptionCallback<EXTYPE> - Class in com.helger.base.callback.exception
A specific implementation of the IExceptionCallback interface, that stores the last exception.
CollectingExceptionCallback() - Constructor for class com.helger.base.callback.exception.CollectingExceptionCallback
 
CollectingExceptionListCallback<EXTYPE> - Class in com.helger.base.callback.exception
A specific implementation of the IExceptionCallback interface, that stores all exceptions.
CollectingExceptionListCallback() - Constructor for class com.helger.base.callback.exception.CollectingExceptionListCallback
 
com.helger.base - package com.helger.base
 
com.helger.base.aggregate - package com.helger.base.aggregate
 
com.helger.base.array - package com.helger.base.array
 
com.helger.base.array.bytes - package com.helger.base.array.bytes
 
com.helger.base.builder - package com.helger.base.builder
 
com.helger.base.callback - package com.helger.base.callback
 
com.helger.base.callback.exception - package com.helger.base.callback.exception
 
com.helger.base.charset - package com.helger.base.charset
 
com.helger.base.classloader - package com.helger.base.classloader
 
com.helger.base.cleanup - package com.helger.base.cleanup
 
com.helger.base.clone - package com.helger.base.clone
 
com.helger.base.codec - package com.helger.base.codec
 
com.helger.base.codec.base64 - package com.helger.base.codec.base64
 
com.helger.base.codec.impl - package com.helger.base.codec.impl
 
com.helger.base.compare - package com.helger.base.compare
 
com.helger.base.concurrent - package com.helger.base.concurrent
 
com.helger.base.debug - package com.helger.base.debug
 
com.helger.base.dimension - package com.helger.base.dimension
 
com.helger.base.email - package com.helger.base.email
 
com.helger.base.enforce - package com.helger.base.enforce
 
com.helger.base.equals - package com.helger.base.equals
 
com.helger.base.exception - package com.helger.base.exception
 
com.helger.base.functional - package com.helger.base.functional
 
com.helger.base.hashcode - package com.helger.base.hashcode
 
com.helger.base.id - package com.helger.base.id
 
com.helger.base.id.factory - package com.helger.base.id.factory
 
com.helger.base.iface - package com.helger.base.iface
 
com.helger.base.io - package com.helger.base.io
 
com.helger.base.io.iface - package com.helger.base.io.iface
 
com.helger.base.io.nonblocking - package com.helger.base.io.nonblocking
 
com.helger.base.io.stream - package com.helger.base.io.stream
 
com.helger.base.io.streamprovider - package com.helger.base.io.streamprovider
 
com.helger.base.lang - package com.helger.base.lang
 
com.helger.base.lang.clazz - package com.helger.base.lang.clazz
 
com.helger.base.location - package com.helger.base.location
 
com.helger.base.log - package com.helger.base.log
 
com.helger.base.mock - package com.helger.base.mock
 
com.helger.base.mock.exception - package com.helger.base.mock.exception
 
com.helger.base.name - package com.helger.base.name
 
com.helger.base.numeric - package com.helger.base.numeric
 
com.helger.base.numeric.mutable - package com.helger.base.numeric.mutable
 
com.helger.base.pool - package com.helger.base.pool
 
com.helger.base.reflection - package com.helger.base.reflection
 
com.helger.base.rt - package com.helger.base.rt
 
com.helger.base.serialize - package com.helger.base.serialize
 
com.helger.base.spi - package com.helger.base.spi
 
com.helger.base.state - package com.helger.base.state
 
com.helger.base.string - package com.helger.base.string
 
com.helger.base.system - package com.helger.base.system
 
com.helger.base.text - package com.helger.base.text
 
com.helger.base.thirdparty - package com.helger.base.thirdparty
 
com.helger.base.timing - package com.helger.base.timing
 
com.helger.base.tostring - package com.helger.base.tostring
 
com.helger.base.trait - package com.helger.base.trait
 
com.helger.base.type - package com.helger.base.type
 
com.helger.base.url - package com.helger.base.url
 
com.helger.base.uuid - package com.helger.base.uuid
 
com.helger.base.version - package com.helger.base.version
 
com.helger.base.wrapper - package com.helger.base.wrapper
 
CommonsAssert - Class in com.helger.base.mock
Extensions for the default JUnit assertions.
CommonsAssert() - Constructor for class com.helger.base.mock.CommonsAssert
 
compare(byte, byte) - Static method in class com.helger.base.compare.CompareHelper
Special version for byte
compare(char, char) - Static method in class com.helger.base.compare.CompareHelper
Special version for byte
compare(double, double) - Static method in class com.helger.base.compare.CompareHelper
Special version for doubles
compare(float, float) - Static method in class com.helger.base.compare.CompareHelper
Special version for floats
compare(int, int) - Static method in class com.helger.base.compare.CompareHelper
Special version for int
compare(long, long) - Static method in class com.helger.base.compare.CompareHelper
Special version for long
compare(short, short) - Static method in class com.helger.base.compare.CompareHelper
Special version for short
compare(DATATYPE, DATATYPE) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed items and handle null values correctly.
compare(DATATYPE, DATATYPE, boolean) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed items and handle null values correctly.
compare(DATATYPE, DATATYPE, Comparator<? super DATATYPE>) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed items and handle null values correctly.
compare(DATATYPE, DATATYPE, Comparator<? super DATATYPE>, boolean) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed items and handle null values correctly.
compare(String, String, Collator) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed strings using the specified Collator and handle null values correctly.
compare(String, String, Collator, boolean) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed strings using the specified Collator and handle null values correctly.
compareFalseBeforeTrue(boolean, boolean) - Static method in class com.helger.base.compare.CompareHelper
Special version for boolean, true before false
CompareHelper - Class in com.helger.base.compare
A small helper class that provides comparison methods that are null safe.
CompareHelper() - Constructor for class com.helger.base.compare.CompareHelper
 
compareIgnoreCase(String, String) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed strings case insensitive and handle null values correctly.
compareIgnoreCase(String, String, boolean) - Static method in class com.helger.base.compare.CompareHelper
Compare the passed strings case insensitive and handle null values correctly.
compareTo(MutableBigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
compareTo(MutableBigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
compareTo(MutableBoolean) - Method in class com.helger.base.numeric.mutable.MutableBoolean
compareTo(MutableByte) - Method in class com.helger.base.numeric.mutable.MutableByte
compareTo(MutableChar) - Method in class com.helger.base.numeric.mutable.MutableChar
compareTo(MutableDouble) - Method in class com.helger.base.numeric.mutable.MutableDouble
compareTo(MutableFloat) - Method in class com.helger.base.numeric.mutable.MutableFloat
compareTo(MutableInt) - Method in class com.helger.base.numeric.mutable.MutableInt
compareTo(MutableLong) - Method in class com.helger.base.numeric.mutable.MutableLong
compareTo(MutableShort) - Method in class com.helger.base.numeric.mutable.MutableShort
compareTo(ObjectType) - Method in class com.helger.base.type.ObjectType
compareTo(Version) - Method in class com.helger.base.version.Version
Compares two Version objects.
compareTo(VersionRange) - Method in class com.helger.base.version.VersionRange
Compare this version range to another version range.
compareTrueBeforeFalse(boolean, boolean) - Static method in class com.helger.base.compare.CompareHelper
Special version for boolean, true before false
compose(IThrowingFunction<? super V, ? extends T, ? extends EXTYPE>) - Method in interface com.helger.base.functional.IThrowingFunction
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
ConditionalLogger - Class in com.helger.base.log
Conditional logger
ConditionalLogger(Logger) - Constructor for class com.helger.base.log.ConditionalLogger
Constructor with default enabled state.
ConditionalLogger(Logger, boolean) - Constructor for class com.helger.base.log.ConditionalLogger
Constructor with explicit enabled state.
CONSTANT_NULL - Static variable in class com.helger.base.tostring.ToStringGenerator
String to be emitted for null values
CONSTANT_PASSWORD - Static variable in class com.helger.base.tostring.ToStringGenerator
String to be emitted for password values
CONSTANT_THIS - Static variable in class com.helger.base.tostring.ToStringGenerator
String to be emitted for this values
contains(boolean[], boolean) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(byte[], byte) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(char[], char) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(double[], double) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(float[], float) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(long[], long) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(short[], short) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(String, char) - Static method in class com.helger.base.string.StringHelper
Check if cSearch is contained within sText.
contains(String, String) - Static method in class com.helger.base.string.StringHelper
Check if sSearch is contained within sText.
containsAny(char[], char[]) - Static method in class com.helger.base.string.StringHelper
Check if any of the passed searched characters is contained in the input char array.
containsAny(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed array contains at least one element matching the provided filter.
containsAny(CharSequence, ICharPredicate) - Static method in class com.helger.base.string.StringHelper
Check if the passed CharSequence contains any character matching the provided filter.
containsAny(String, char[]) - Static method in class com.helger.base.string.StringHelper
Check if any of the passed searched characters in contained in the input string.
containsAny(String, ICharPredicate) - Static method in class com.helger.base.string.StringHelper
Check if the passed String contains any character matching the provided filter.
containsAnyNullElement(T[]) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed array contains at least one null element.
containsIgnoreCase(String, char, Locale) - Static method in class com.helger.base.string.StringHelper
Check if cSearch is contained within sText ignoring case.
containsIgnoreCase(String, String, Locale) - Static method in class com.helger.base.string.StringHelper
Check if sSearch is contained within sText ignoring case.
containsNone(CharSequence, ICharPredicate) - Static method in class com.helger.base.string.StringHelper
Check if the passed CharSequence contains no character matching the provided filter.
containsNone(String, ICharPredicate) - Static method in class com.helger.base.string.StringHelper
Check if the passed String contains no character matching the provided filter.
containsOnly(CharSequence, ICharPredicate) - Static method in class com.helger.base.string.StringHelper
Check if the passed CharSequence contains only characters matching the provided filter.
containsOnly(String, ICharPredicate) - Static method in class com.helger.base.string.StringHelper
Check if the passed String contains only characters matching the provided filter.
containsOnlyNullElements(T[]) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed array contains only null element.
containsPropertyName(String) - Static method in class com.helger.base.system.SystemProperties
Check if a system property with the given name exists.
containsUnitTestElement(StackTraceElement[]) - Static method in class com.helger.base.rt.StackTraceHelper
Check if the passed stack trace array contains a unit test element.
containsUnitTestElement(Throwable) - Static method in class com.helger.base.rt.StackTraceHelper
Check if the passed stack trace array contains a unit test element.
containsVariables(String) - Static method in class com.helger.base.text.TextVariableHelper
Quickly check if a string contains a variable.
CONTINUE - Enum constant in enum class com.helger.base.state.EContinue
 
convert(boolean) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from boolean to DSTTYPE
convert(byte) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from byte to DSTTYPE
convert(char) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from char to DSTTYPE
convert(double) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from double to DSTTYPE
convert(float) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from float to DSTTYPE
convert(int) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from int to DSTTYPE
convert(long) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from long to DSTTYPE
convert(short) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from short to DSTTYPE
convert(Object) - Method in interface com.helger.base.trait.ITypeConverterTo
Convert from Object to DSTTYPE
copyByteCount(MutableLong) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
copyByteStream() - Static method in class com.helger.base.io.stream.StreamHelper
 
CopyByteStreamBuilder() - Constructor for class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
copyCharCount(MutableLong) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
copyCharStream() - Static method in class com.helger.base.io.stream.StreamHelper
 
CopyCharStreamBuilder() - Constructor for class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
copyInputStreamToOutputStream(InputStream, OutputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStreamAndCloseOS(InputStream, OutputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Pass the content of the given input stream to the given output stream.
copyReaderToWriter(Reader, Writer) - Static method in class com.helger.base.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
copyReaderToWriterAndCloseWriter(Reader, Writer) - Static method in class com.helger.base.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
CountingInputStream - Class in com.helger.base.io.stream
A wrapper around an InputStream that counts the number of read bytes.
CountingInputStream(InputStream) - Constructor for class com.helger.base.io.stream.CountingInputStream
Constructor wrapping the given input stream.
CountingOutputStream - Class in com.helger.base.io.stream
A wrapper around an OutputStream that counts the number of read bytes.
CountingOutputStream(OutputStream) - Constructor for class com.helger.base.io.stream.CountingOutputStream
Constructor wrapping the given output stream.
CountingReader - Class in com.helger.base.io.stream
A wrapper around a Reader that counts the number of read bytes.
CountingReader(Reader) - Constructor for class com.helger.base.io.stream.CountingReader
Constructor wrapping the given reader.
CountingWriter - Class in com.helger.base.io.stream
A wrapper around an Writer that counts the number of read chars.
CountingWriter(Writer) - Constructor for class com.helger.base.io.stream.CountingWriter
Constructor wrapping the given writer.
create() - Method in interface com.helger.base.pool.IObjectPoolFactory
Create a new object for usage in the pool.
create(byte[]) - Static method in class com.helger.base.io.stream.HasInputStream
Get a special implementation of IHasInputStream for byte array.
create(NonBlockingByteArrayOutputStream) - Static method in class com.helger.base.io.stream.HasInputStream
Get a special implementation of IHasInputStream for NonBlockingByteArrayOutputStream.
create(NonBlockingByteArrayOutputStream, boolean) - Static method in class com.helger.base.array.bytes.ByteArrayWrapper
Wrap the content of a NonBlockingByteArrayOutputStream.
create(ISuccessIndicator, DATATYPE) - Static method in class com.helger.base.state.SuccessWithValue
Create a new object with the given value.
create(ITypedObject<IDTYPE>) - Static method in class com.helger.base.type.TypedObject
Factory method
create(ObjectType, IDTYPE) - Static method in class com.helger.base.type.TypedObject
Factory method
create(String, Charset) - Static method in class com.helger.base.array.bytes.ByteArrayWrapper
Wrap the content of a String in a certain charset.
create(Class<DATATYPE>) - Static method in class com.helger.base.lang.clazz.FactoryNewInstance
Create a new factory without an instancability check.
create(Class<DATATYPE>, boolean) - Static method in class com.helger.base.lang.clazz.FactoryNewInstance
Create a new factory.
create(ByteBuffer, boolean) - Static method in class com.helger.base.array.bytes.ByteArrayWrapper
Wrap the content of a ByteBuffer.
create(Map<?, ?>) - Static method in class com.helger.base.rt.NonBlockingProperties
Create NonBlockingProperties from an existing Properties object.
create(Location) - Static method in class com.helger.base.location.SimpleLocation
Create a SimpleLocation from a StAX Location.
create(SourceLocator) - Static method in class com.helger.base.location.SimpleLocation
Create a SimpleLocation from a JAXP SourceLocator.
create(Locator) - Static method in class com.helger.base.location.SimpleLocation
Create a SimpleLocation from a SAX Locator.
create(SAXParseException) - Static method in class com.helger.base.location.SimpleLocation
createArray(int, ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Create a new array with a predefined number of elements containing the passed value.
createArray(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Wrapper that allows vararg arguments and returns the array.
createArray(Class<? extends ELEMENTTYPE>, int) - Static method in class com.helger.base.array.ArrayHelper
Create a new array of the given class with the given size.
createArray(Collection<? extends ELEMENTTYPE>, Class<ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Create a new array with the elements in the passed collection..
createArrayMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends DSTTYPE>, Class<DSTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Create a new array by mapping the elements of a source array using the provided function.
createArrayMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Class<DSTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Create a new array by mapping the elements of a collection using the provided function.
createArraySameType(ELEMENTTYPE[], int) - Static method in class com.helger.base.array.ArrayHelper
Create a new empty array with the same type as the passed array.
createArraySingleElement(ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Wrapper that allows a single argument to be treated as an array.
createBase64InputStream(NonBlockingByteArrayInputStream) - Method in class com.helger.base.codec.base64.Base64Codec
 
createBase64OutputStream(OutputStream) - Method in class com.helger.base.codec.base64.Base64Codec
 
createBitSet(byte) - Static method in class com.helger.base.rt.BitSetHelper
Convert the passed byte value to an bit set of size 8.
createBitSet(int) - Static method in class com.helger.base.rt.BitSetHelper
Convert the passed int value to an bit set of size 32.
createBitSet(long) - Static method in class com.helger.base.rt.BitSetHelper
Convert the passed long value to an bit set of size 64.
createBitSet(short) - Static method in class com.helger.base.rt.BitSetHelper
Convert the passed short value to an bit set of size 16.
createBooleanArray(boolean...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createByteArray(byte...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createChanged(DATATYPE) - Static method in class com.helger.base.state.ChangeWithValue
Create a new changed object with the given value.
createCharArray(char...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createDefault() - Static method in interface com.helger.base.url.IURLDownloader
 
createDefault(int, int) - Static method in interface com.helger.base.url.IURLDownloader
Create a default URL downloader using URL.openConnection() with the provided connection and read timeouts.
createDefaultCopyBufferBytes() - Static method in class com.helger.base.io.stream.StreamHelper
 
createDefaultCopyBufferChars() - Static method in class com.helger.base.io.stream.StreamHelper
 
createDoubleArray(double...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createdStarted() - Static method in class com.helger.base.timing.StopWatch
 
createdStopped() - Static method in class com.helger.base.timing.StopWatch
 
createFailure(DATATYPE) - Static method in class com.helger.base.state.SuccessWithValue
Create a new failure object with the given value.
createFloatArray(float...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createHasDisplayName() - Static method in interface com.helger.base.name.IDisplayNameProvider
 
createHasName() - Static method in interface com.helger.base.name.INameProvider
 
createIntArray(int...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createLongArray(long...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createOnDemand(String) - Static method in class com.helger.base.email.EmailAddress
Factory method that creates an EmailAddress only if the provided address is non-empty.
createOnDemand(String, String) - Static method in class com.helger.base.email.EmailAddress
Factory method that creates an EmailAddress only if the provided address is non-empty.
createReader(char[]) - Static method in class com.helger.base.io.stream.StreamHelper
Create a NonBlockingStringReader for the given char array.
createReader(InputStream, Charset) - Static method in class com.helger.base.io.stream.StreamHelper
Create an InputStreamReader wrapping the given input stream with the specified charset.
createReader(String) - Static method in class com.helger.base.io.stream.StreamHelper
Create a NonBlockingStringReader for the given text.
createShortArray(short...) - Static method in class com.helger.base.array.ArrayHelper
Helper method to easily create an array from constant values.
createSuccess(DATATYPE) - Static method in class com.helger.base.state.SuccessWithValue
Create a new success object with the given value.
createUnchanged(DATATYPE) - Static method in class com.helger.base.state.ChangeWithValue
Create a new unchanged object with the given value.
createWriter(OutputStream, Charset) - Static method in class com.helger.base.io.stream.StreamHelper
Create an OutputStreamWriter wrapping the given output stream with the specified charset.
CryptoPolicy - Class in com.helger.base.system
Helper class to see if unlimited strength crypto is available.
CSystemProperty - Class in com.helger.base.system
List of predefined system properties.
CURL - Class in com.helger.base.url
Constants for URL usage
CustomLicense - Class in com.helger.base.thirdparty
Represents a custom license.
CustomLicense(String, String, Version, String) - Constructor for class com.helger.base.thirdparty.CustomLicense
Create a custom license.

D

daemon(boolean) - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Sets the daemon flag for the new BasicThreadFactory.
DCTCodec - Class in com.helger.base.codec.impl
Decoder for Discrete Cosinus Transformation (DCT)
DCTCodec() - Constructor for class com.helger.base.codec.impl.DCTCodec
Constructor.
debug(Supplier<String>) - Method in class com.helger.base.log.ConditionalLogger
debug(Supplier<String>) - Method in interface com.helger.base.log.IConditionalLogger
 
debug(Supplier<String>, Exception) - Method in class com.helger.base.log.ConditionalLogger
debug(Supplier<String>, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
dec() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableByte
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableChar
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableDouble
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableFloat
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableInt
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableLong
Decrement by 1 and return the modified value.
dec() - Method in class com.helger.base.numeric.mutable.MutableShort
Decrement by 1 and return the modified value.
dec(double) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Decrement by the given delta and return the modified value.
dec(double) - Method in class com.helger.base.numeric.mutable.MutableDouble
Decrement by the given delta and return the modified value.
dec(float) - Method in class com.helger.base.numeric.mutable.MutableFloat
Decrement by the given delta and return the modified value.
dec(int) - Method in class com.helger.base.numeric.mutable.MutableByte
Decrement by the given delta and return the modified value.
dec(int) - Method in class com.helger.base.numeric.mutable.MutableChar
Decrement by the given delta and return the modified value.
dec(int) - Method in class com.helger.base.numeric.mutable.MutableInt
Decrement by the given delta and return the modified value.
dec(int) - Method in class com.helger.base.numeric.mutable.MutableShort
Decrement by the given delta and return the modified value.
dec(long) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Decrement by the given delta and return the modified value.
dec(long) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Decrement by the given delta and return the modified value.
dec(long) - Method in class com.helger.base.numeric.mutable.MutableLong
Decrement by the given delta and return the modified value.
dec(MutableBigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Decrement by the given delta and return the modified value.
dec(MutableBigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Decrement by the given delta and return the modified value.
dec(MutableChar) - Method in class com.helger.base.numeric.mutable.MutableChar
Decrement by the given delta and return the modified value.
dec(Number) - Method in class com.helger.base.numeric.mutable.MutableByte
Decrement by the given delta and return the modified value.
dec(Number) - Method in class com.helger.base.numeric.mutable.MutableDouble
Decrement by the given delta and return the modified value.
dec(Number) - Method in class com.helger.base.numeric.mutable.MutableFloat
Decrement by the given delta and return the modified value.
dec(Number) - Method in class com.helger.base.numeric.mutable.MutableInt
Decrement by the given delta and return the modified value.
dec(Number) - Method in class com.helger.base.numeric.mutable.MutableLong
Decrement by the given delta and return the modified value.
dec(Number) - Method in class com.helger.base.numeric.mutable.MutableShort
Decrement by the given delta and return the modified value.
dec(BigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Decrement by the given delta and return the modified value.
dec(BigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Decrement by the given delta and return the modified value.
decode(byte[]) - Static method in class com.helger.base.codec.base64.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int) - Static method in class com.helger.base.codec.base64.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class com.helger.base.codec.base64.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.base64.Base64Codec
Decode the passed Base64 encoded buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode (part of) a byte array.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.IdentityByteArrayCodec
Decode (part of) a byte array.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.ASCII85Codec
Decode the passed ASCII85 encoded buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.ASCIIHexCodec
Decode the passed ASCII Hex encoded buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.Base16Codec
Decode the passed Base16 encoded buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.Base32Codec
Decode the passed Base32 encoded buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.FlateCodec
Decode the passed flate compressed buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.GZIPCodec
Decode the passed GZIP compressed buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.LZWCodec
Decode the passed LZW compressed buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.QuotedPrintableCodec
Decode the passed quoted-printable encoded buffer and write the decoded bytes to the output stream.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.RFC3986Codec
Decode (part of) a byte array.
decode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.RunLengthCodec
Decode the passed run length encoded buffer and write the decoded bytes to the output stream.
decode(byte[], OutputStream) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode a byte array.
decode(char[], int, int, Writer) - Method in interface com.helger.base.codec.ICharArrayStreamDecoder
Decode (part of) a char array.
decode(char[], int, int, Writer) - Method in class com.helger.base.codec.impl.RFC2616Codec
Decode (part of) a char array.
decode(char[], Writer) - Method in interface com.helger.base.codec.ICharArrayStreamDecoder
Decode a char array.
decode(InputStream, OutputStream) - Method in class com.helger.base.codec.impl.Base16Codec
Decode data from the Base16 encoded input stream and write the decoded result to the output stream.
decode(InputStream, OutputStream) - Method in class com.helger.base.codec.impl.LZWCodec
Decode LZW compressed data from the input stream and write the decoded bytes to the output stream.
decode(String) - Static method in class com.helger.base.codec.base64.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.helger.base.codec.base64.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
DECODE - Static variable in class com.helger.base.codec.base64.Base64
Specify decoding in first bit.
decodeBytesToChars(byte[], int, int, Charset) - Static method in class com.helger.base.string.StringEncoding
Decode a byte array to a char array using the provided charset.
decodeBytesToChars(byte[], Charset) - Static method in class com.helger.base.string.StringEncoding
Decode a byte array to a char array using the provided charset.
DecodeException - Exception Class in com.helger.base.codec
Exception occurred in a decoder
DecodeException(String) - Constructor for exception class com.helger.base.codec.DecodeException
Constructor with a message.
DecodeException(String, Throwable) - Constructor for exception class com.helger.base.codec.DecodeException
Constructor with a message and a cause.
DecodeException(Throwable) - Constructor for exception class com.helger.base.codec.DecodeException
Constructor with a cause.
DEFAULT - Static variable in enum class com.helger.base.compare.ESortOrder
The default sort order is ESortOrder.ASCENDING
DEFAULT - Static variable in enum class com.helger.base.io.EAppend
The default is EAppend.TRUNCATE
DEFAULT - Static variable in enum class com.helger.base.system.ENewLineMode
The default newline mode as indicated by the system properties
DEFAULT_BOOLEAN - Static variable in class com.helger.base.CGlobal
Default boolean value (false)
DEFAULT_BOOLEAN_OBJ - Static variable in class com.helger.base.CGlobal
Boolean value of CGlobal.DEFAULT_BOOLEAN (false)
DEFAULT_BUF_SIZE - Static variable in class com.helger.base.io.stream.ByteBufferOutputStream
 
DEFAULT_BUFSIZE - Static variable in class com.helger.base.io.stream.StreamHelper
buffer size for copy operations
DEFAULT_BYTE - Static variable in class com.helger.base.CGlobal
Default byte value (0)
DEFAULT_BYTE_OBJ - Static variable in class com.helger.base.CGlobal
Byte value of CGlobal.DEFAULT_BYTE (0)
DEFAULT_CAN_GROW - Static variable in class com.helger.base.io.stream.ByteBufferOutputStream
 
DEFAULT_CHAR - Static variable in class com.helger.base.CGlobal
Default char value (0)
DEFAULT_CHAR_OBJ - Static variable in class com.helger.base.CGlobal
Character value of CGlobal.DEFAULT_CHAR (0)
DEFAULT_CLOSE_DESTINATION - Static variable in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
DEFAULT_CLOSE_FROM - Static variable in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
DEFAULT_CLOSE_SOURCE - Static variable in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
DEFAULT_CLOSE_TO - Static variable in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
DEFAULT_CONNECT_TIMEOUT_MS - Static variable in interface com.helger.base.url.IURLDownloader
The default connection timeout used by IURLDownloader.createDefault() in milliseconds (10 seconds).
DEFAULT_COPY_NEEDED - Static variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
 
DEFAULT_COPY_NEEDED - Static variable in class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
 
DEFAULT_DEBUG_MODE - Static variable in class com.helger.base.debug.GlobalDebug
By default debug mode is disabled
DEFAULT_DOUBLE - Static variable in class com.helger.base.CGlobal
Default double value (0)
DEFAULT_DOUBLE_OBJ - Static variable in class com.helger.base.CGlobal
Double value of CGlobal.DEFAULT_DOUBLE (0)
DEFAULT_ENABLED - Static variable in class com.helger.base.enforce.ValueEnforcer
 
DEFAULT_ENABLED - Static variable in class com.helger.base.log.ConditionalLogger
 
DEFAULT_ENCODE_BLANKS - Static variable in class com.helger.base.codec.impl.RFC1522QCodec
 
DEFAULT_FLOAT - Static variable in class com.helger.base.CGlobal
Default float value (0)
DEFAULT_FLOAT_OBJ - Static variable in class com.helger.base.CGlobal
Float value of CGlobal.DEFAULT_FLOAT (0)
DEFAULT_INT - Static variable in class com.helger.base.CGlobal
Default int value (0)
DEFAULT_INT_OBJ - Static variable in class com.helger.base.CGlobal
Integer value of CGlobal.DEFAULT_INT (0)
DEFAULT_LINE_SEPARATOR - Static variable in class com.helger.base.rt.StackTraceHelper
the separator used to separate different lines of a stack
DEFAULT_LONG - Static variable in class com.helger.base.CGlobal
Default long value (0)
DEFAULT_LONG_OBJ - Static variable in class com.helger.base.CGlobal
Long value of CGlobal.DEFAULT_LONG (0)
DEFAULT_NULL_VALUES_COME_FIRST - Static variable in class com.helger.base.compare.CompareHelper
By default null values come first
DEFAULT_OPTIONAL - Static variable in class com.helger.base.thirdparty.ThirdPartyModule
By default a third-party module is not optional
DEFAULT_PREFIX - Static variable in class com.helger.base.id.factory.GlobalIDFactory
The default prefix to use for creating IDs
DEFAULT_PRINT_ZERO_ELEMENTS - Static variable in class com.helger.base.version.Version
Default value for printing zero elements in getAsString
DEFAULT_PRODUCTION_MODE - Static variable in class com.helger.base.debug.GlobalDebug
By default production mode is disabled
DEFAULT_RADIX - Static variable in class com.helger.base.string.StringParser
The default radix used to convert string values to numeric values
DEFAULT_READ_TIMEOUT_MS - Static variable in interface com.helger.base.url.IURLDownloader
The default read timeout used by IURLDownloader.createDefault() in milliseconds (60 seconds).
DEFAULT_SHORT - Static variable in class com.helger.base.CGlobal
Default short value (0)
DEFAULT_SHORT_OBJ - Static variable in class com.helger.base.CGlobal
Short value of CGlobal.DEFAULT_SHORT (0)
DEFAULT_SILENT_MODE - Static variable in class com.helger.base.debug.GlobalDebug
By default silent mode is enabled.
DEFAULT_START_ID - Static variable in class com.helger.base.id.factory.MemoryIntIDFactory
The default start ID to use.
DEFAULT_START_ID - Static variable in class com.helger.base.id.factory.MemoryLongIDFactory
The default start ID to use.
DEFAULT_VERSION - Static variable in class com.helger.base.version.Version
 
DEFAULT_VERSION_RANGE_STRING - Static variable in class com.helger.base.version.VersionRange
Default version range string.
DEFAULT_VERSION_STRING - Static variable in class com.helger.base.version.Version
default version if nothing is specified.
DESCENDING - Enum constant in enum class com.helger.base.compare.ESortOrder
 
determineIfItIsCurrentJVMVendor() - Method in enum class com.helger.base.system.EJVMVendor
 
directGetAllBytes(int) - Method in class com.helger.base.codec.impl.LZWCodec.LZWDecodeDictionary
Directly get all bytes for a given code without copying.
directGetBuffer() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
 
directGetBuffer() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
 
directGetStringBuilder() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
 
DISABLED - Enum constant in enum class com.helger.base.state.EEnabled
 
divide(double) - Method in class com.helger.base.numeric.mutable.MutableDouble
Divide the current value by the given divisor.
divide(double, int, RoundingMode) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Divide the current value by the given divisor.
divide(float) - Method in class com.helger.base.numeric.mutable.MutableFloat
Divide the current value by the given divisor.
divide(int) - Method in class com.helger.base.numeric.mutable.MutableInt
Divide the current value by the given divisor.
divide(long) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Divide the current value by the given divisor.
divide(long) - Method in class com.helger.base.numeric.mutable.MutableLong
Divide the current value by the given divisor.
divide(long, int, RoundingMode) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Divide the current value by the given divisor.
divide(MutableBigDecimal, int, RoundingMode) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Divide the current value by the given divisor.
divide(MutableBigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Divide the current value by the given divisor.
divide(Number) - Method in class com.helger.base.numeric.mutable.MutableDouble
Divide the current value by the given divisor.
divide(Number) - Method in class com.helger.base.numeric.mutable.MutableFloat
Divide the current value by the given divisor.
divide(Number) - Method in class com.helger.base.numeric.mutable.MutableInt
Divide the current value by the given divisor.
divide(Number) - Method in class com.helger.base.numeric.mutable.MutableLong
Divide the current value by the given divisor.
divide(BigDecimal, int, RoundingMode) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Divide the current value by the given divisor.
divide(BigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Divide the current value by the given divisor.
DO_BREAK_LINES - Static variable in class com.helger.base.codec.base64.Base64
Do break lines when encoding.
DO_NEWLINE_CRLF - Static variable in class com.helger.base.codec.base64.Base64
Use "\r\n" instead of "\n" as newline separators.
DONT_GUNZIP - Static variable in class com.helger.base.codec.base64.Base64
Specify that gzipped data should not be automatically gunzipped.
DOUBLE_ALLOWED_ROUNDING_DIFFERENCE - Static variable in class com.helger.base.mock.CommonsAssert
 
doubleIsEQ0() - Static method in class com.helger.base.functional.Predicates
 
doubleIsGE0() - Static method in class com.helger.base.functional.Predicates
 
doubleIsGT0() - Static method in class com.helger.base.functional.Predicates
 
doubleIsLE0() - Static method in class com.helger.base.functional.Predicates
 
doubleIsLT0() - Static method in class com.helger.base.functional.Predicates
 
doubleIsNE0() - Static method in class com.helger.base.functional.Predicates
 
doubleValue() - Method in interface com.helger.base.numeric.INumber
Returns the value of the specified number as a double, which may involve rounding.
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableByte
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableChar
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableDouble
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableFloat
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableInt
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableLong
 
doubleValue() - Method in class com.helger.base.numeric.mutable.MutableShort
 
downloadURL(String) - Method in interface com.helger.base.url.IURLDownloader
Download the content of the provided URL

E

EAppend - Enum Class in com.helger.base.io
Small enum for determining the append or truncate state of output streams.
EChange - Enum Class in com.helger.base.state
Small enum for setter method to identify whether a value has changed or not.
EContinue - Enum Class in com.helger.base.state
Small enum for manager actions to indicate continue or break states.
EDL10 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
EEnabled - Enum Class in com.helger.base.state
Small enum for setter method to identify whether an object is enabled or not.
EEOI - Enum Class in com.helger.base.state
Small enum to identify whether we reached end of input or not.
EHandled - Enum Class in com.helger.base.state
Small enum to identify whether something was handled or not.
EInterrupt - Enum Class in com.helger.base.state
Small enum for setter method to identify whether a value has changed or not.
EJavaVersion - Enum Class in com.helger.base.system
Enumeration for representing the current Java JDK version.
EJVMVendor - Enum Class in com.helger.base.system
Determine the current JVM (Java Virtual Machine) vendor.
ELeftRight - Enum Class in com.helger.base.state
Small enum for left and right
ELicense - Enum Class in com.helger.base.thirdparty
Represents a bunch of Open Source licenses regularly used.
EMAIL_ADDRESS_PATTERN - Static variable in class com.helger.base.email.EmailAddressHelper
This is the email RegEx :)
EMAIL_ADDRESS_PATTERN_SIMPLE - Static variable in class com.helger.base.email.EmailAddressHelper
This is the simple email RegEx that deals with Unicode email addresses.
EmailAddress - Class in com.helger.base.email
This class handles a single email address.
EmailAddress(IEmailAddress) - Constructor for class com.helger.base.email.EmailAddress
Copy constructor.
EmailAddress(String) - Constructor for class com.helger.base.email.EmailAddress
Constructor with address only.
EmailAddress(String, String) - Constructor for class com.helger.base.email.EmailAddress
Constructor with address and optional personal name.
EmailAddressHelper - Class in com.helger.base.email
Perform simple email address validation based on a regular expression.
EMandatory - Enum Class in com.helger.base.state
Small enum for setter method to identify whether a value is mandatory or not.
empty() - Static method in class com.helger.base.wrapper.Wrapper
Create a new Wrapper object that contains a null value.
EMPTY_BOOLEAN_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty boolean array
EMPTY_BOOLEAN_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty boolean array
EMPTY_BYTE_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty byte array
EMPTY_BYTE_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty byte array
EMPTY_CHAR_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty char array
EMPTY_CHAR_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty char array
EMPTY_CLASS_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty Class<?
EMPTY_DOUBLE_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty double array
EMPTY_DOUBLE_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty double array
EMPTY_FLOAT_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty float array
EMPTY_FLOAT_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty float array
EMPTY_INT_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty int array
EMPTY_INT_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty int array
EMPTY_LONG_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty long array
EMPTY_LONG_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty long array
EMPTY_OBJECT_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty Object array
EMPTY_SHORT_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty short array
EMPTY_SHORT_OBJ_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty short array
EMPTY_STRING_ARRAY - Static variable in class com.helger.base.CGlobal
Constant empty String array
ENABLED - Enum constant in enum class com.helger.base.state.EEnabled
 
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.base64.Base64Codec
Encode the passed decoded buffer to Base64 and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode (part of) a byte array to an OutputStream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.IdentityByteArrayCodec
Encode (part of) a byte array to an OutputStream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.Base16Codec
Encode the passed decoded buffer to Base16 and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.Base32Codec
Encode the passed decoded buffer to Base32 and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.FlateCodec
Encode the passed buffer using flate compression and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.GZIPCodec
Encode the passed buffer using GZIP compression and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.LZWCodec
Encode the passed buffer using LZW compression and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.QuotedPrintableCodec
Encode the passed decoded buffer using quoted-printable encoding and write it to the output stream.
encode(byte[], int, int, OutputStream) - Method in class com.helger.base.codec.impl.RFC3986Codec
Encode (part of) a byte array to an OutputStream.
encode(byte[], OutputStream) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode a byte array to an OutputStream.
encode(char[], int, int, Writer) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode (part of) a char array to an Writer.
encode(char[], int, int, Writer) - Method in class com.helger.base.codec.impl.RFC2616Codec
Encode (part of) a char array to an Writer.
encode(char[], Writer) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode a char array to a Writer.
encode(InputStream, OutputStream) - Method in class com.helger.base.codec.impl.Base16Codec
Encode data from the input stream and write the Base16 encoded result to the output stream.
encode(ByteBuffer, ByteBuffer) - Static method in class com.helger.base.codec.base64.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class com.helger.base.codec.base64.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
ENCODE - Static variable in class com.helger.base.codec.base64.Base64
Specify encoding in first bit.
encodeBytes(byte[]) - Static method in class com.helger.base.codec.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.helger.base.codec.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.helger.base.codec.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.helger.base.codec.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class com.helger.base.codec.base64.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.helger.base.codec.base64.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeCharToBytes(char[], int, int, Charset) - Static method in class com.helger.base.string.StringEncoding
Encode a char array to a byte array using the provided charset.
encodeCharToBytes(char[], Charset) - Static method in class com.helger.base.string.StringEncoding
Encode a char array to a byte array using the provided charset.
EncodeException - Exception Class in com.helger.base.codec
Exception occurred in an encoder
EncodeException(String) - Constructor for exception class com.helger.base.codec.EncodeException
Constructor with a message.
EncodeException(String, Throwable) - Constructor for exception class com.helger.base.codec.EncodeException
Constructor with a message and a cause.
EncodeException(Throwable) - Constructor for exception class com.helger.base.codec.EncodeException
Constructor with a cause.
END_OF_STRING_MARKER - Static variable in class com.helger.base.io.stream.StreamHelper
 
endsWith(CharSequence, char) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence ends with the passed character.
endsWith(CharSequence, CharSequence) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence ends with the passed search sequence.
endsWith(String, String) - Static method in class com.helger.base.string.StringHelper
Check if the passed string ends with the passed search string.
endsWithAny(CharSequence, char[]) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence ends with any of the passed characters.
endsWithIgnoreCase(CharSequence, char) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence ends with the passed character, ignoring case.
endsWithIgnoreCase(String, String) - Static method in class com.helger.base.string.StringHelper
Check if the passed string ends with the passed search string, ignoring case.
ENewLineMode - Enum Class in com.helger.base.system
Determines the different newline modes for th different operating systems.
EnumHelper - Class in com.helger.base.lang
Some enum utility methods.
EOI - Enum constant in enum class com.helger.base.state.EEOI
 
EOperatingSystem - Enum Class in com.helger.base.system
This enumeration is used to determine the currently running Operating system.
EPL10 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
EPL20 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
EProcessorArchitecture - Enum Class in com.helger.base.system
Enum for representing the current processor architecture.
equals(boolean, boolean) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(byte, byte) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(char, char) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(double, double) - Static method in class com.helger.base.equals.EqualsHelper
Check if two double values are equal.
equals(float, float) - Static method in class com.helger.base.equals.EqualsHelper
Check if two float values are equal.
equals(int, int) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(long, long) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(short, short) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(Object, Object) - Static method in class com.helger.base.equals.EqualsHelper
Check if two values are equal.
equals(Object) - Method in class com.helger.base.array.bytes.ByteArrayWrapper
 
equals(Object) - Method in class com.helger.base.dimension.SizeDouble
 
equals(Object) - Method in class com.helger.base.dimension.SizeFloat
 
equals(Object) - Method in class com.helger.base.dimension.SizeInt
 
equals(Object) - Method in class com.helger.base.dimension.SizeLong
 
equals(Object) - Method in class com.helger.base.email.EmailAddress
 
equals(Object) - Method in class com.helger.base.hashcode.HashCodeGenerator
Deprecated.
Don't call this
equals(Object) - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.MemoryIntIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.MemoryLongIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.MemoryStaticIntIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.MemoryStaticLongIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.StringIDFactory
 
equals(Object) - Method in class com.helger.base.id.factory.StringIDFromUUIDFactory
 
equals(Object) - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
 
equals(Object) - Method in class com.helger.base.io.streamprovider.StringReaderProvider
 
equals(Object) - Method in class com.helger.base.io.streamprovider.StringWriterProvider
 
equals(Object) - Method in class com.helger.base.lang.clazz.FactoryNewInstance
 
equals(Object) - Method in class com.helger.base.location.SimpleLocation
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableBoolean
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableByte
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableChar
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableDouble
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableFloat
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableInt
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableLong
 
equals(Object) - Method in class com.helger.base.numeric.mutable.MutableShort
 
equals(Object) - Method in class com.helger.base.rt.NonBlockingProperties
 
equals(Object) - Method in class com.helger.base.state.ChangeWithValue
 
equals(Object) - Method in class com.helger.base.state.SuccessWithValue
 
equals(Object) - Method in class com.helger.base.thirdparty.CustomLicense
 
equals(Object) - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
equals(Object) - Method in class com.helger.base.type.ObjectType
 
equals(Object) - Method in class com.helger.base.type.TypedObject
 
equals(Object) - Method in class com.helger.base.version.Version
 
equals(Object) - Method in class com.helger.base.version.VersionRange
 
equals(Object) - Method in class com.helger.base.wrapper.Wrapper
 
EQUALS - Static variable in class com.helger.base.url.CURL
Separator between param name and param value: =
EQUALS_SIGN - Static variable in class com.helger.base.codec.base64.Base64
The equals sign (=) as a byte.
EQUALS_STR - Static variable in class com.helger.base.url.CURL
 
equalsCustom(T, T, BiPredicate<T, T>) - Static method in class com.helger.base.equals.EqualsHelper
Perform an equals check with a custom predicate that is only invoked, if both objects are non-null.
EqualsHelper - Class in com.helger.base.equals
Helper class providing various methods for comparing objects by identity, by value, and for arrays of all primitive types.
EqualsHelper() - Constructor for class com.helger.base.equals.EqualsHelper
 
equalsIgnoreCase(String, String) - Static method in class com.helger.base.equals.EqualsHelper
Check if the passed strings are equals case insensitive handling null appropriately.
equalURLs(URL, URL) - Static method in class com.helger.base.url.URLHelper
Special equals implementation for URLs because URL.equals performs a host lookup.
Click here for details
equalValues(BigDecimal, BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
Special equals implementation for BigDecimal because BigDecimal.equals returns false if they have a different scale so that "5.5" is not equal "5.50".
error(String) - Method in class com.helger.base.log.ConditionalLogger
error(String) - Method in interface com.helger.base.log.IConditionalLogger
 
error(String, Exception) - Method in class com.helger.base.log.ConditionalLogger
error(String, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
error(Supplier<String>) - Method in class com.helger.base.log.ConditionalLogger
error(Supplier<String>) - Method in interface com.helger.base.log.IConditionalLogger
 
error(Supplier<String>, Exception) - Method in class com.helger.base.log.ConditionalLogger
error(Supplier<String>, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
ESCAPE_CHAR - Static variable in class com.helger.base.codec.impl.QuotedPrintableCodec
 
ESCAPE_CHAR - Static variable in class com.helger.base.codec.impl.RFC5987Codec
 
ESortOrder - Enum Class in com.helger.base.compare
Defines possible sort orders.
ESuccess - Enum Class in com.helger.base.state
Small enum for manager actions to indicate success or failure.
ETopBottom - Enum Class in com.helger.base.state
Small enum for top and bottom
ETriState - Enum Class in com.helger.base.state
Represents an object that has one of 3 different states compared to a boolean that has only 2 different states.
EUnicodeBOM - Enum Class in com.helger.base.charset
Defines the most common Byte Order Markers for Unicode encoded text files.
EUPL11 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
EUPL12 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
EValidity - Enum Class in com.helger.base.state
Small enum for checks to indicate valid or invalid.
exceptionCallback(IExceptionCallback<IOException>) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
exceptionCallback(IExceptionCallback<IOException>) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
ExecutorServiceHelper - Class in com.helger.base.concurrent
Wrapper around an ExecutorService with additional helper methods.
expandProperties(String, UnaryOperator<String>) - Static method in class com.helger.base.rt.PropertiesHelper
Special version of PropertiesHelper.expandSystemProperties(String) that takes an arbitrary value provider and is not limited to system properties.
expandSystemProperties(String) - Static method in class com.helger.base.rt.PropertiesHelper
Copy of Oracle internal PropertyExpander.expand method
explode(char, String, int, Consumer<? super String>) - Static method in class com.helger.base.string.StringHelper
Split the provided string by the provided separator and invoke the consumer for each matched element.
explode(char, String, Consumer<? super String>) - Static method in class com.helger.base.string.StringHelper
Split the provided string by the provided separator and invoke the consumer for each matched element.
explode(String, String, int, Consumer<? super String>) - Static method in class com.helger.base.string.StringHelper
Split the provided string by the provided separator and invoke the consumer for each matched element.
explode(String, String, Consumer<? super String>) - Static method in class com.helger.base.string.StringHelper
Split the provided string by the provided separator and invoke the consumer for each matched element.

F

FactoryNewInstance<DATATYPE> - Class in com.helger.base.lang.clazz
Implementation of Supplier that always creates a new instance via reflection
FactoryNewInstance(Class<? extends DATATYPE>, boolean) - Constructor for class com.helger.base.lang.clazz.FactoryNewInstance
Constructor.
fail() - Static method in class com.helger.base.mock.CommonsAssert
Unconditionally fail with a default message.
fail(String) - Static method in class com.helger.base.mock.CommonsAssert
Unconditionally fail with the provided message.
FAILURE - Enum constant in enum class com.helger.base.state.ESuccess
 
FALSE - Enum constant in enum class com.helger.base.state.ETriState
 
FDL11 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
FDL12 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
FDL13 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
filter(Predicate<String>) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set a custom filter predicate for source elements.
filterKey(Predicate<String>) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set a custom filter predicate for map keys.
filterKeyNonEmpty() - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the key filter to only include entries with non-null and non-empty keys.
filterNonEmpty() - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the filter to only include non-null and non-empty source elements.
filterValue(Predicate<String>) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set a custom filter predicate for map values.
filterValueNonEmpty() - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the value filter to only include entries with non-null and non-empty values.
findConstructor(DATATYPE, Class<?>...) - Static method in class com.helger.base.reflection.GenericReflection
Find the constructor of the class of the given object matching the specified parameter types.
findFirst(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Find the first element in the array matching the provided filter.
findFirst(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Find the first element in the array matching the provided filter.
findFirst(Class<ENUMTYPE>, Predicate<? super ENUMTYPE>) - Static method in class com.helger.base.lang.EnumHelper
Find the first enum constant matching the provided filter.
findFirst(Class<ENUMTYPE>, Predicate<? super ENUMTYPE>, ENUMTYPE) - Static method in class com.helger.base.lang.EnumHelper
Find the first enum constant matching the provided filter, returning a default value if none matches.
findFirstIndex(char...) - Method in class com.helger.base.string.StringScanner
Find the first index of any of the specified characters, starting from the current position.
findFirstMapped(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, RETTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Find the first element in the array matching the provided filter and apply a mapping function to it.
findFirstMapped(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, RETTYPE>, RETTYPE) - Static method in class com.helger.base.array.ArrayHelper
Find the first element in the array matching the provided filter and apply a mapping function to it.
FlateCodec - Class in com.helger.base.codec.impl
Encoder and decoder for flate compression
FlateCodec() - Constructor for class com.helger.base.codec.impl.FlateCodec
Constructor.
FLOAT_ALLOWED_ROUNDING_DIFFERENCE - Static variable in class com.helger.base.mock.CommonsAssert
 
floatValue() - Method in interface com.helger.base.numeric.INumber
Returns the value of the specified number as a float, which may involve rounding.
floatValue() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableByte
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableChar
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableDouble
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableFloat
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableInt
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableLong
 
floatValue() - Method in class com.helger.base.numeric.mutable.MutableShort
 
flush() - Method in class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
Write the current cache to the stream and reset the buffer.
flush() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Flushes the stream.
flush() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Flush the stream.
flush() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Flush the stream.
flush() - Method in class com.helger.base.io.stream.BitOutputStream
Write the current cache to the stream and reset the buffer.
flush() - Method in class com.helger.base.io.stream.NullOutputStream
Does not nothing and therefore does not throw an Exception.
flush(Flushable) - Static method in class com.helger.base.io.stream.StreamHelper
Flush the passed object encapsulating the declared IOException.
flushBase64() - Method in class com.helger.base.codec.base64.Base64OutputStream
Method added by PHIL.
flushBuffer() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Flushes the output buffer to the underlying character stream, without flushing the stream itself.
forAllClassPathEntries(Consumer<? super String>) - Static method in class com.helger.base.lang.ClassPathHelper
Iterate all class path entries and invoke the provided consumer.
forBits(int) - Static method in enum class com.helger.base.system.EProcessorArchitecture
Get the processor architecture based on the passed number of bits.
forEach(ELEMENTTYPE[], Consumer<? super ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Invoke the provided consumer for each element of the passed array.
forEach(ELEMENTTYPE[], ObjIntConsumer<? super ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Invoke the provided consumer for each element of the passed array, providing both the element and its index.
forEach(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Consumer<? super ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Invoke the provided consumer for each element of the passed array that matches the filter.
forEach(Consumer<? super CALLBACKTYPE>) - Method in class com.helger.base.callback.CallbackList
 
forEachBreakable(Function<? super CALLBACKTYPE, EContinue>) - Method in class com.helger.base.callback.CallbackList
Iterate all callbacks and invoke the provided function.
forEachTextAndVariable(String, Consumer<String>, Consumer<String>) - Static method in class com.helger.base.text.TextVariableHelper
Parse the provided source string looking for variables in the form ${...} and invoke callbacks for either text fragments or variable names.
forName(String) - Static method in enum class com.helger.base.system.EOperatingSystem
Retrieves the operating system for the provided name.
FREEBSD - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the FreeBSD operating system.
from(InputStream) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
from(Reader) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
fromBytes(byte[]) - Static method in class com.helger.base.uuid.UUID5Helper
Similar to UUID.nameUUIDFromBytes, but does version 5 (sha-1) not version 3 (md5)
fromBytes(UUID, byte[]) - Static method in class com.helger.base.uuid.UUID5Helper
Similar to UUID.nameUUIDFromBytes, but does version 5 (sha-1) not version 3 (md5) and uses a namespace
fromUTF8(String) - Static method in class com.helger.base.uuid.UUID5Helper
Similar to UUID.nameUUIDFromBytes, but does version 5 (sha-1) not version 3 (md5)
fromUTF8(UUID, String) - Static method in class com.helger.base.uuid.UUID5Helper
Similar to UUID.nameUUIDFromBytes, but does version 5 (sha-1) not version 3 (md5) and uses a namespace

G

GenericReflection - Class in com.helger.base.reflection
This is a special helper class that provides many utility methods concerning the usage of reflection etc..
get() - Method in interface com.helger.base.functional.IThrowingSupplier
Gets a result.
get() - Method in class com.helger.base.lang.clazz.FactoryNewInstance
Create a new instance of the factory class via reflection.
get() - Method in class com.helger.base.state.ChangeWithValue
get() - Method in class com.helger.base.state.SuccessWithValue
get() - Method in interface com.helger.base.wrapper.IWrapper
 
get() - Method in class com.helger.base.wrapper.Wrapper
get(IToBooleanFunction<DATATYPE>, boolean) - Method in class com.helger.base.wrapper.Wrapper
Deprecated, for removal: This API element is subject to removal in a future version.
Use the version with Predicate instead
get(Function<DATATYPE, T>) - Method in class com.helger.base.wrapper.Wrapper
Apply the provided function on the value contained in this wrapper, but only if the value is not null.
get(Predicate<? super DATATYPE>, boolean) - Method in class com.helger.base.wrapper.Wrapper
Apply the provided function on the value contained in this wrapper, but only if the value is not null.
get(ToDoubleFunction<DATATYPE>, double) - Method in class com.helger.base.wrapper.Wrapper
Apply the provided function on the value contained in this wrapper, but only if the value is not null.
get(ToIntFunction<DATATYPE>, int) - Method in class com.helger.base.wrapper.Wrapper
Apply the provided function on the value contained in this wrapper, but only if the value is not null.
get(ToLongFunction<DATATYPE>, long) - Method in class com.helger.base.wrapper.Wrapper
Apply the provided function on the value contained in this wrapper, but only if the value is not null.
getAdded(IHasDimensionDouble) - Method in class com.helger.base.dimension.SizeDouble
Get a new size with the dimensions of the provided double dimension added.
getAdded(IHasDimensionFloat) - Method in class com.helger.base.dimension.SizeDouble
Get a new size with the dimensions of the provided float dimension added.
getAdded(IHasDimensionFloat) - Method in class com.helger.base.dimension.SizeFloat
Get a new size with the dimensions of the provided float dimension added.
getAdded(IHasDimensionInt) - Method in class com.helger.base.dimension.SizeDouble
Get a new size with the dimensions of the provided int dimension added.
getAdded(IHasDimensionInt) - Method in class com.helger.base.dimension.SizeFloat
Get a new size with the dimensions of the provided int dimension added.
getAdded(IHasDimensionInt) - Method in class com.helger.base.dimension.SizeInt
Get a new size with the dimensions of the provided object added.
getAdded(IHasDimensionLong) - Method in class com.helger.base.dimension.SizeLong
Get a new size with the dimensions of the provided object added.
getAddress() - Method in class com.helger.base.email.EmailAddress
getAddress() - Method in interface com.helger.base.email.IEmailAddress
 
getAll(Class<ENUMTYPE>, Predicate<? super ENUMTYPE>) - Static method in class com.helger.base.lang.EnumHelper
Get all enum constants matching the provided filter.
getAllBuffers() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
getAllBytes() - Method in enum class com.helger.base.charset.EUnicodeBOM
 
getAllBytes() - Method in interface com.helger.base.io.iface.IHasByteArray
 
getAllBytes(IHasInputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Read all bytes from the passed input stream into a byte array.
getAllBytes(InputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Read all bytes from the passed input stream into a byte array.
getAllBytesAsString(IHasInputStream, Charset) - Static method in class com.helger.base.io.stream.StreamHelper
Read all bytes from the passed input stream into a string.
getAllBytesAsString(InputStream, Charset) - Static method in class com.helger.base.io.stream.StreamHelper
Read all bytes from the passed input stream into a string.
getAllCallbacks() - Method in class com.helger.base.callback.CallbackList
 
getAllCallbacks() - Method in interface com.helger.base.callback.ICallbackList
 
getAllCharacters(Reader) - Static method in class com.helger.base.io.stream.StreamHelper
Read all characters from the passed reader into a char array.
getAllCharactersAsString(Reader) - Static method in class com.helger.base.io.stream.StreamHelper
Read all characters from the passed reader into a String.
getAllCharsets() - Static method in class com.helger.base.charset.CharsetHelper
 
getAllClassPathEntries() - Static method in class com.helger.base.lang.ClassPathHelper
 
getAllExcept(boolean[], boolean...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(byte[], byte...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(char[], char...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(double[], double...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(float[], float...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(int[], int...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(long[], long...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(short[], short...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(ELEMENTTYPE[], ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExceptFirst(boolean...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(boolean[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(byte...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(byte[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(char...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(char[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(double...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(double[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(float...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(float[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(int...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(long...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(long[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(short...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(short[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(ELEMENTTYPE[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptions() - Method in class com.helger.base.callback.exception.CollectingExceptionListCallback
 
getAllExceptLast(boolean...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(boolean[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(byte...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(byte[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(char...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(char[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(double...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(double[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(float...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(float[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(int...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(long...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(long[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(short...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(short[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(ELEMENTTYPE[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllJavaNetSystemProperties() - Static method in class com.helger.base.system.SystemProperties
Get a set of system property names which are relevant for network debugging/proxy handling.
getAllPrimitiveClasses() - Static method in class com.helger.base.lang.clazz.ClassHelper
 
getAllPrimitiveWrapperClasses() - Static method in class com.helger.base.lang.clazz.ClassHelper
 
getAllPrintableChars() - Static method in class com.helger.base.codec.impl.RFC1522QCodec
 
getAllProperties() - Static method in class com.helger.base.system.SystemProperties
 
getAllPropertyNames() - Static method in class com.helger.base.system.SystemProperties
 
getAllRegisteredThirdPartyModules() - Method in class com.helger.base.thirdparty.ThirdPartyModuleRegistry
 
getAllSPIImplementations(Class<T>) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, ClassLoader) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, ClassLoader, Logger) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, Logger) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllThirdPartyModules() - Method in interface com.helger.base.thirdparty.IThirdPartyModuleProviderSPI
 
getAllThirdPartyModules() - Method in class com.helger.base.thirdparty.ThirdPartyModuleProvider_ph_base
getAllWarnedPropertyNames() - Static method in class com.helger.base.system.SystemProperties
 
getAlternate() - Method in enum class com.helger.base.compare.ESortOrder
Get the alternate sort order.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableByte
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableChar
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableDouble
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableFloat
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableInt
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableLong
Get the current value and then increment by 1.
getAndInc() - Method in class com.helger.base.numeric.mutable.MutableShort
Get the current value and then increment by 1.
getAsBigDecimal() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsBigDecimal() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
getAsBigDecimal() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
getAsBigInteger() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsBigInteger() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
getAsBoolean() - Method in enum class com.helger.base.io.EAppend
getAsBoolean() - Method in class com.helger.base.numeric.mutable.MutableBoolean
 
getAsBooleanObj() - Method in enum class com.helger.base.state.ETriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj() - Method in interface com.helger.base.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj(boolean) - Method in interface com.helger.base.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj(Boolean) - Method in enum class com.helger.base.state.ETriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj(Boolean) - Method in interface com.helger.base.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanValue() - Method in enum class com.helger.base.state.ETriState
Convert the tri state value into a boolean value.
getAsBooleanValue() - Method in interface com.helger.base.state.ITriState
Convert the tri state value into a boolean value.
getAsBooleanValue(boolean) - Method in enum class com.helger.base.state.ETriState
Convert the tri state value into a boolean value, depending on what "undefined" means.
getAsBooleanValue(boolean) - Method in interface com.helger.base.state.ITriState
Convert the tri state value into a boolean value, depending on what "undefined" means.
getAsByte() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsByteArray() - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Get everything as a big byte array, without altering the ByteBuffer.
getAsByteArrayInputStream(boolean) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Get the current content as a NonBlockingByteArrayInputStream.
getAsCharacter() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsCharArray() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
 
getAsDouble() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsFile(URL) - Static method in class com.helger.base.url.URLHelper
Convert a URL to a File.
getAsFileOrNull(URL) - Static method in class com.helger.base.url.URLHelper
Try to convert a URL to a File.
getAsFloat() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsInputStream() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Create a new InputStream from the contained byte array WITHOUT COPYING it.
getAsInteger() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsLong() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsNonOptionalCopy() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
getAsNonOptionalCopy() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getAsObjectArray(Collection<?>) - Static method in class com.helger.base.array.ArrayHelper
Get the passed collection as an array of Object.
getAsOpenOptions() - Method in enum class com.helger.base.io.EAppend
 
getAsOptionalCopy() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
getAsOptionalCopy() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getAsShort() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
getAsString() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Converts input data to a string.
getAsString() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Converts input data to a string.
getAsString() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
 
getAsString() - Method in interface com.helger.base.location.ILocation
 
getAsString() - Method in class com.helger.base.version.Version
Get the string representation of the version number using the default setting for printing zero elements.
getAsString() - Method in class com.helger.base.version.VersionRange
Converts the version range to a string.
getAsString(boolean) - Method in class com.helger.base.version.Version
Get the string representation of the version number.
getAsString(boolean) - Method in class com.helger.base.version.VersionRange
Converts the version range to a string.
getAsString(boolean, boolean) - Method in class com.helger.base.version.Version
Get the string representation of the version number.
getAsString(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Converts input data to a string.
getAsString(int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Converts input data to a string.
getAsString(int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Converts input data to a string.
getAsString(int, int, Charset) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
getAsString(int, Charset) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
getAsString(Charset) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
getAsString(Charset) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Get the content as a string without modifying the buffer.
getAsString(Charset) - Method in class com.helger.base.io.streamprovider.ByteArrayOutputStreamProvider
 
getAsStringInOtherCharset(String, Charset, Charset) - Static method in class com.helger.base.charset.CharsetHelper
Convert the passed string from one charset to another.
getAsStringMajorMinor() - Method in class com.helger.base.version.Version
Get the string representation of the version number but only major and minor version number.
getAsStringMajorMinorMicro() - Method in class com.helger.base.version.Version
Get the string representation of the version number but only major and minor and micro version number.
getAsStringMap(Properties) - Static method in class com.helger.base.rt.PropertiesHelper
Convert the passed Properties object to a simple Map with String keys and String values.
getAsURI(String) - Static method in class com.helger.base.url.URLHelper
Get the passed String as an URI.
getAsURI(URL) - Static method in class com.helger.base.url.URLHelper
Get the passed URL as an URI.
getAsURL(String) - Static method in class com.helger.base.url.URLHelper
Get the passed String as an URL.
getAsURL(String, boolean) - Static method in class com.helger.base.url.URLHelper
Get the passed String as an URL.
getAsURL(URI) - Static method in class com.helger.base.url.URLHelper
Get the passed URI as an URL.
getAvailable() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
getAvailable(InputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Get the number of available bytes in the passed input stream.
getBestMatchingSize(double, double) - Method in class com.helger.base.dimension.SizeDouble
Return the scaled width and height relative to a maximum size.
getBestMatchingSize(float, float) - Method in class com.helger.base.dimension.SizeFloat
Return the scaled width and height relative to a maximum size.
getBestMatchingSize(int, int) - Method in class com.helger.base.dimension.SizeInt
Return the scaled width and height relative to a maximum size.
getBestMatchingSize(long, long) - Method in class com.helger.base.dimension.SizeLong
Return the scaled width and height relative to a maximum size.
getBits() - Method in enum class com.helger.base.system.EProcessorArchitecture
 
getBOM() - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
 
getBooleanValue(Boolean, boolean) - Static method in class com.helger.base.rt.BooleanHelper
Get the primitive value of the passed object value.
getBorrowedObjectCount() - Method in class com.helger.base.pool.ObjectPool
 
getBuffer() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
getBuffer() - Method in class com.helger.base.io.stream.ByteBufferOutputStream
 
getBuffered(InputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Get a buffered version of the passed input stream.
getBuffered(OutputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Get a buffered version of the passed output stream.
getBuffered(Reader) - Static method in class com.helger.base.io.stream.StreamHelper
Get a buffered version of the passed reader.
getBuffered(Writer) - Static method in class com.helger.base.io.stream.StreamHelper
Get a buffered version of the passed writer.
getBufferedInputStream() - Method in interface com.helger.base.io.iface.IHasInputStream
Get a buffered input stream to read from the object.
getBufferedOutputStream(EAppend) - Method in interface com.helger.base.io.iface.IHasOutputStream
Get the output stream to read from the object.
getBufferedReader() - Method in interface com.helger.base.io.iface.IHasReader
Get a buffered reader to read from the object.
getBufferedReader(Charset) - Method in interface com.helger.base.io.iface.IHasInputStreamAndReader
Get a buffered Reader based on this input stream provider using the given charset.
getBufferedWriter() - Method in interface com.helger.base.io.iface.IHasWriter
Get a buffered writer to write to an object.
getBufferedWriter(Charset, EAppend) - Method in interface com.helger.base.io.iface.IHasOutputStreamAndWriter
Get a buffered Writer based on this output stream provider using the given charset.
getBufferOrCopy() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
 
getBufferSize() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
 
getBufferSize() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
 
getBufferSize() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
 
getBulkNewIntIDs(int) - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getBulkNewLongIDs(int) - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getBulkNewPersistentIntIDs(int) - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getBulkNewPersistentLongIDs(int) - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getBulkNewPersistentStringIDs(int) - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getBulkNewStringIDs(int) - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getByteAt(int) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Get the byte at the specified index
getByteBuffer() - Method in class com.helger.base.io.streamprovider.ByteBufferInputStreamProvider
 
getByteCount() - Method in enum class com.helger.base.charset.EUnicodeBOM
 
getByteOrder() - Method in class com.helger.base.io.nonblocking.NonBlockingBitInputStream
 
getByteOrder() - Method in class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
 
getBytes() - Method in class com.helger.base.io.streamprovider.ByteArrayOutputStreamProvider
 
getBytes() - Method in enum class com.helger.base.system.EProcessorArchitecture
 
getBytesAsString(Charset) - Method in interface com.helger.base.io.iface.IHasByteArray
 
getBytesRead() - Method in class com.helger.base.io.stream.CountingInputStream
 
getBytesWritten() - Method in class com.helger.base.io.stream.CountingOutputStream
 
getBytesWritten() - Method in class com.helger.base.io.stream.LoggingOutputStream
 
getBytesWritten() - Method in class com.helger.base.io.stream.LoggingWriter
 
getCallbackAtIndex(int) - Method in class com.helger.base.callback.CallbackList
Get the callback at the specified index.
getCallbackAtIndex(int) - Method in interface com.helger.base.callback.ICallbackList
Get the callback at the specified index.
getCeilVersion() - Method in class com.helger.base.version.VersionRange
 
getCharacterCount(int) - Static method in class com.helger.base.string.StringCount
Get the number of characters the passed value would occupy in a string representation.
Copied from java.lang.Integer#StringSize
getCharacterCount(long) - Static method in class com.helger.base.string.StringCount
Get the number of characters the passed value would occupy in a string representation.
getCharAtIndex(int) - Method in class com.helger.base.string.StringScanner
Get the character at the specified absolute index.
getCharCount(char[], char) - Static method in class com.helger.base.string.StringCount
Count the number of occurrences of a character in a char array.
getCharCount(String, char) - Static method in class com.helger.base.string.StringCount
Count the number of occurrences of a character in a String.
getCharset() - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
 
getCharset() - Method in enum class com.helger.base.charset.EUnicodeBOM
 
getCharset() - Method in class com.helger.base.codec.impl.AbstractRFC1522Codec
 
getCharset() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
 
getCharset(Charset) - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
Get the detected charset or the provided fallback.
getCharsetFromName(String) - Static method in class com.helger.base.charset.CharsetHelper
Resolve the charset by the specified name.
getCharsetFromNameOrDefault(String, Charset) - Static method in class com.helger.base.charset.CharsetHelper
Resolve the charset by the specified name.
getCharsetFromNameOrNull(String) - Static method in class com.helger.base.charset.CharsetHelper
Resolve the charset by the specified name.
getCharsetName() - Method in enum class com.helger.base.charset.EUnicodeBOM
 
getCharsRead() - Method in class com.helger.base.io.stream.CountingReader
 
getCharsWritten() - Method in class com.helger.base.io.stream.CountingWriter
 
getChildNode(byte) - Method in class com.helger.base.codec.impl.LZWCodec.LZWNode
Get the child node at the specified byte index.
getChildNode(byte[]) - Method in class com.helger.base.codec.impl.LZWCodec.LZWNode
This will traverse the tree until it gets to the sub node.
getClass(Object) - Static method in class com.helger.base.lang.clazz.ClassHelper
null-safe helper method to determine the class of an object.
getClassArray(Object...) - Static method in class com.helger.base.reflection.GenericReflection
Get an array with all the classes of the passed object array.
getClassClassLoader(Class<?>) - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the class loader that loaded the given class.
getClassFromName(ClassLoader, String) - Static method in class com.helger.base.reflection.GenericReflection
Get the class of the given name using the specified class loader.
getClassFromName(String) - Static method in class com.helger.base.reflection.GenericReflection
Get the class of the given name using Class.forName(String).
getClassFromNameSafe(ClassLoader, String) - Static method in class com.helger.base.reflection.GenericReflection
Get the class of the given name
getClassFromNameSafe(String) - Static method in class com.helger.base.reflection.GenericReflection
Get the class of the given name
getClassFromPath(String) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the class name of the passed path.
getClassLoader() - Method in interface com.helger.base.classloader.IHasClassLoader
 
getClassLocalName(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the name of the class without the package.
getClassLocalName(Object) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the name of the object's class without the package.
getClassLocalName(String) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the name of the class without the package.
getClassName(Object) - Static method in class com.helger.base.lang.clazz.ClassHelper
null-safe helper method to determine the class name of an object.
getClassPackageName(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the name of the package the passed class resides in.
getClassPackageName(Object) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the name of the package the passed object resides in.
getClassPackageName(String) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the name of the package the passed class resides in.
getClassPathURL(String) - Static method in class com.helger.base.url.URLHelper
Get the URL for the specified path using automatic class loader handling.
getClone() - Method in class com.helger.base.callback.CallbackList
 
getClone() - Method in interface com.helger.base.clone.ICloneable
 
getClone() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
getClone() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
getClone() - Method in class com.helger.base.numeric.mutable.MutableBoolean
getClone() - Method in class com.helger.base.numeric.mutable.MutableByte
getClone() - Method in class com.helger.base.numeric.mutable.MutableChar
getClone() - Method in class com.helger.base.numeric.mutable.MutableDouble
getClone() - Method in class com.helger.base.numeric.mutable.MutableFloat
getClone() - Method in class com.helger.base.numeric.mutable.MutableInt
getClone() - Method in class com.helger.base.numeric.mutable.MutableLong
getClone() - Method in class com.helger.base.numeric.mutable.MutableShort
getClone() - Method in class com.helger.base.wrapper.Wrapper
 
getClonedValue(DATATYPE) - Static method in class com.helger.base.clone.CloneHelper
Get a clone (= deep copy) of the passed value.
getCloneIfNotNull(DATATYPE) - Static method in class com.helger.base.clone.CloneHelper
Get a clone (= deep copy) of the passed value for all objects implementing ICloneable.
getCodeLength() - Method in class com.helger.base.codec.impl.LZWCodec.LZWEncodeDictionary
 
getColumnNumber() - Method in interface com.helger.base.location.ILocation
 
getColumnNumber() - Method in class com.helger.base.location.SimpleLocation
getComparatorDisplayName() - Static method in interface com.helger.base.name.IHasDisplayName
 
getComparatorID() - Static method in interface com.helger.base.id.IHasID
 
getComparatorID() - Static method in interface com.helger.base.id.IHasIntID
 
getComparatorID() - Static method in interface com.helger.base.id.IHasLongID
 
getComparatorName() - Static method in interface com.helger.base.name.IHasName
 
getComponentType(ELEMENTTYPE[]) - Static method in class com.helger.base.array.ArrayHelper
Get the component type of the array (the type of which the array is made up)
getConcatenated(boolean[], boolean) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(boolean[], boolean...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(boolean, boolean...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(byte[], byte) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(byte[], byte...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(byte, byte...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(char[][], char[]...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(char[], char) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(char[], char...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(char, char...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(double[], double) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(double[], double...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(double, double...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(float[], float) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(float[], float...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(float, float...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(int[], int...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(int, int...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(long[], long) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(long[], long...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(long, long...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(short[], short) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(short[], short...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(short, short...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(ELEMENTTYPE[], ELEMENTTYPE[]) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(ELEMENTTYPE[], ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(ELEMENTTYPE, ELEMENTTYPE[], Class<ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head and the array.
getConcatenated(String[], String...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(String[], String) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(String, String...) - Static method in class com.helger.base.array.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenatedOnDemand(String, char, String) - Static method in class com.helger.base.string.StringHelper
Concatenate the strings sFront and sEnd by the "cSep" separator.
getConcatenatedOnDemand(String, String) - Static method in class com.helger.base.string.StringHelper
Concatenate the strings sFront and sEnd.
getConcatenatedOnDemand(String, String, String) - Static method in class com.helger.base.string.StringHelper
Concatenate the strings sFront and sEnd by the "sSep" string.
getContextClassLoader() - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the context class loader of the current thread.
getCopy(boolean...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(boolean[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(boolean[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(byte...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(byte[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(byte[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(char...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(char[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(char[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(double...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(double[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(double[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(float...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(float[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(float[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(int...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(int[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(long...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(long[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(long[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(short...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(short[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(short[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(ELEMENTTYPE[], int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements.
getCopy(ELEMENTTYPE[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Get a 1:1 copy of the passed array using the passed number of array elements starting at the specified index.
getCopy(InputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Get a byte buffer with all the available content of the passed input stream.
getCopy(Reader) - Static method in class com.helger.base.io.stream.StreamHelper
Copy the content of the given reader into a new NonBlockingStringWriter.
getCopyrightOwner() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
getCopyrightOwner() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getCopyWithLimit(InputStream, long) - Static method in class com.helger.base.io.stream.StreamHelper
Get a byte buffer with all the available content of the passed input stream.
getCopyWithLimit(Reader, long) - Static method in class com.helger.base.io.stream.StreamHelper
Copy at most the specified number of characters from the given reader into a new NonBlockingStringWriter.
getCount(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.base.array.ArrayHelper
Count the number of elements in the array matching the provided filter.
getCurrentArchitecture() - Static method in enum class com.helger.base.system.EProcessorArchitecture
 
getCurrentArchitectureBits() - Static method in enum class com.helger.base.system.EProcessorArchitecture
 
getCurrentChar() - Method in class com.helger.base.string.StringScanner
 
getCurrentIndex() - Method in class com.helger.base.string.StringScanner
 
getCurrentNanoTime() - Static method in class com.helger.base.timing.StopWatch
 
getCurrentOS() - Static method in enum class com.helger.base.system.EOperatingSystem
 
getCurrentOSName() - Static method in enum class com.helger.base.system.EOperatingSystem
 
getCurrentOSVersion() - Static method in enum class com.helger.base.system.EOperatingSystem
 
getCurrentThreadStackAsString() - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of the current thread as a single string, omitting common stack trace elements and using the default line separator.
getCurrentVendor() - Static method in enum class com.helger.base.system.EJVMVendor
 
getCurrentVersion() - Static method in enum class com.helger.base.system.EJavaVersion
 
getCutAfterLength(String, int) - Static method in class com.helger.base.string.StringHelper
Cut the passed string after the specified length.
getCutAfterLength(String, int, String) - Static method in class com.helger.base.string.StringHelper
Cut the passed string after the specified length, optionally appending a suffix (e.g
getDaemon() - Method in class com.helger.base.concurrent.BasicThreadFactory
Returns the daemon flag.
getData() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
 
getData() - Method in class com.helger.base.io.streamprovider.StringReaderProvider
 
getDecoded(byte[]) - Method in interface com.helger.base.codec.IByteArrayDecoder
Decode a byte array.
getDecoded(byte[], int, int) - Method in class com.helger.base.codec.base64.Base64Codec
 
getDecoded(byte[], int, int) - Method in interface com.helger.base.codec.IByteArrayDecoder
Decode a byte array.
getDecoded(byte[], int, int) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode a byte array.
getDecoded(byte[], int, int) - Method in class com.helger.base.codec.impl.AbstractRFC1522Codec
 
getDecoded(byte[], int, int) - Method in class com.helger.base.codec.impl.DCTCodec
Decode the passed DCT encoded buffer.
getDecoded(byte[], int, int) - Method in class com.helger.base.codec.impl.RFC1522BCodec
 
getDecoded(byte[], int, int) - Method in class com.helger.base.codec.impl.RFC1522QCodec
 
getDecoded(char[]) - Method in interface com.helger.base.codec.ICharArrayDecoder
Decode a char array.
getDecoded(char[], int, int) - Method in interface com.helger.base.codec.ICharArrayDecoder
Decode a char array.
getDecoded(char[], int, int) - Method in interface com.helger.base.codec.ICharArrayStreamDecoder
Decode a char array.
getDecoded(DATATYPE) - Method in class com.helger.base.codec.IdentityCodec
Decode the passed source object
getDecoded(SRCTYPE) - Method in interface com.helger.base.codec.IDecoder
Decode the passed source object
getDecoded(String) - Method in interface com.helger.base.codec.ICharArrayDecoder
Decode the passed string.
getDecoded(String) - Method in class com.helger.base.codec.impl.AbstractRFC1522Codec
Applies an RFC 1522 compliant decoding scheme to the given string of text.
getDecoded(String, Charset) - Method in interface com.helger.base.codec.IByteArrayDecoder
Decode the passed string.
getDecodedAsString(byte[], int, int, Charset) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode a portion of a byte array and return the result as a string.
getDecodedAsString(byte[], Charset) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode a byte array and return the result as a string.
getDecodedAsString(char[]) - Method in interface com.helger.base.codec.ICharArrayStreamDecoder
Decode a char array and return the result as a String.
getDecodedAsString(char[], int, int) - Method in interface com.helger.base.codec.ICharArrayStreamDecoder
Decode (part of) a char array and return the result as a String.
getDecodedAsString(String) - Method in interface com.helger.base.codec.ICharArrayStreamDecoder
Decode the passed string.
getDecodedAsString(String, Charset) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode the passed string.
getDecodedAsString(String, Charset, Charset) - Method in interface com.helger.base.codec.IByteArrayStreamDecoder
Decode the passed string.
getDecodedDCT(byte[], int, int) - Static method in class com.helger.base.codec.impl.DCTCodec
Decode the passed DCT encoded buffer using static method.
getDefaultClassLoader() - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the default class loader to use.
getDefaultPrintableChars() - Static method in class com.helger.base.codec.impl.QuotedPrintableCodec
 
getDefaultPrintableChars() - Static method in class com.helger.base.codec.impl.RFC3986Codec
 
getDefaults() - Method in class com.helger.base.rt.NonBlockingProperties
 
getDefaultUncaughtExceptionHandler() - Static method in class com.helger.base.concurrent.BasicThreadFactory
 
getDerived(int) - Static method in class com.helger.base.hashcode.HashCodeGenerator
Create a HashCodeGenerator for derived classes where the base class also uses the HashCodeGenerator.
getDerived(String) - Static method in class com.helger.base.tostring.ToStringGenerator
Create a ToStringGenerator for derived classes where the base class also uses the ToStringGenerator.
getDeserializedObject(byte[]) - Static method in class com.helger.base.serialize.SerializationHelper
Deprecated.
getDeserializedObject(byte[], ObjectInputFilter) - Static method in class com.helger.base.serialize.SerializationHelper
Convert the passed byte array to an object using deserialization.
getDirectoryFromPackage(Package) - Static method in class com.helger.base.lang.clazz.ClassHelper
Convert a package name to a relative directory name.
getDirectoryFromPackage(String) - Static method in class com.helger.base.lang.clazz.ClassHelper
Convert a package name to a relative directory name.
getDisplayName() - Method in interface com.helger.base.email.IEmailAddress
 
getDisplayName() - Method in interface com.helger.base.name.IHasDisplayName
 
getDisplayName() - Method in enum class com.helger.base.system.EOperatingSystem
getDisplayName() - Method in class com.helger.base.thirdparty.CustomLicense
 
getDisplayName() - Method in enum class com.helger.base.thirdparty.ELicense
 
getDisplayName() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getDisplayName(DATATYPE) - Method in interface com.helger.base.name.IDisplayNameProvider
Get the name of the passed object.
getDividedBigDecimal(long, long) - Static method in class com.helger.base.numeric.BigHelper
Get the division result using BigDecimal.
getDividedBigDecimal(long, long, int, RoundingMode) - Static method in class com.helger.base.numeric.BigHelper
Get the division result using BigDecimal.
getDividedDouble(int, int) - Static method in class com.helger.base.numeric.MathHelper
Divides the passed int dividend through the passed divisor (nDividend / nDivisor)
getDividedDouble(long, long) - Static method in class com.helger.base.numeric.MathHelper
Divides the passed int dividend through the passed divisor (nDividend / nDivisor)
getDuration() - Method in class com.helger.base.timing.StopWatch
 
getEncoded(byte[]) - Method in interface com.helger.base.codec.IByteArrayEncoder
Encode a byte array.
getEncoded(byte[]) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode a byte array.
getEncoded(byte[], int, int) - Method in class com.helger.base.codec.base64.Base64Codec
 
getEncoded(byte[], int, int) - Method in interface com.helger.base.codec.IByteArrayEncoder
Encode a byte array.
getEncoded(byte[], int, int) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode a byte array.
getEncoded(byte[], int, int) - Method in class com.helger.base.codec.impl.AbstractRFC1522Codec
 
getEncoded(byte[], int, int) - Method in class com.helger.base.codec.impl.RFC1522BCodec
 
getEncoded(byte[], int, int) - Method in class com.helger.base.codec.impl.RFC1522QCodec
 
getEncoded(char[]) - Method in interface com.helger.base.codec.ICharArrayEncoder
Encode a char array.
getEncoded(char[]) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode a char array.
getEncoded(char[], int, int) - Method in interface com.helger.base.codec.ICharArrayEncoder
Encode a char array.
getEncoded(char[], int, int) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode a char array.
getEncoded(DATATYPE) - Method in class com.helger.base.codec.IdentityCodec
Encode the passed source object
getEncoded(SRCTYPE) - Method in interface com.helger.base.codec.IEncoder
Encode the passed source object
getEncoded(String) - Method in interface com.helger.base.codec.ICharArrayEncoder
Encode the passed string.
getEncoded(String) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode the passed string.
getEncoded(String) - Method in class com.helger.base.codec.impl.AbstractRFC1522Codec
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.
getEncoded(String) - Method in class com.helger.base.codec.impl.RFC5987Codec
Encode the passed string using RFC 5987 encoding with the charset specified in the constructor.
getEncoded(String, Charset) - Method in interface com.helger.base.codec.IByteArrayEncoder
Encode the passed string.
getEncoded(String, Charset) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode the passed string.
getEncodedAsString(byte[], int, int, Charset) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode a portion of a byte array and return the result as a string.
getEncodedAsString(byte[], Charset) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode a byte array and return the result as a string.
getEncodedAsString(char[]) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode a char array and return the result as a String.
getEncodedAsString(char[], int, int) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode (part of) a char array and return the result as a String.
getEncodedAsString(String) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Encode the passed string and return the result as a String.
getEncodedAsString(String, Charset) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
Encode the passed string and return the result as a String.
getEnumID(Enum<?>) - Static method in class com.helger.base.lang.EnumHelper
Get the unique name of the passed enum entry.
getException() - Method in class com.helger.base.callback.exception.CollectingExceptionCallback
 
getExceptionCount() - Method in class com.helger.base.callback.exception.CollectingExceptionListCallback
 
getExecutorService(int) - Method in interface com.helger.base.concurrent.IExecutorServiceFactory
Get an ExecutorService for the given number of parallel tasks.
getExploded(char, String) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(char, String, int) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(char, String, int, COLLTYPE) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return the passed Collection of all elements in the passed string, using specified separator string.
getExploded(String, String) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(String, String, int) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(String, String, int, COLLTYPE) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return the passed Collection of all elements in the passed string, using specified separator string.
getExplodedArray(char, String) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return the passed String array of all elements in the passed string, using specified separator char.
getExplodedArray(char, String, int) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return the passed String array of all elements in the passed string, using specified separator char.
getExplodedToOrderedSet(String, String) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return an ordered LinkedHashSet of all elements in the passed string, using specified separator string.
getExplodedToSet(String, String) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return a Set of all elements in the passed string, using specified separator string.
getExplodedToSortedSet(String, String) - Static method in class com.helger.base.string.StringHelper
Take a concatenated String and return a sorted TreeSet of all elements in the passed string, using specified separator string.
getExtractedIntValue(BitSet) - Static method in class com.helger.base.rt.BitSetHelper
Extract the int representation of the passed bit set.
getExtractedLongValue(BitSet) - Static method in class com.helger.base.rt.BitSetHelper
Extract the long representation of the passed bit set.
getFactoryClass() - Method in class com.helger.base.lang.clazz.FactoryNewInstance
 
getFileSeparator() - Static method in class com.helger.base.system.SystemProperties
 
getFirst(boolean[], boolean) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(byte[], byte) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(char[], char) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(double[], double) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(float[], float) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(long[], long) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(short[], short) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or null if the passed array is empty.
getFirst(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirstChar(char[]) - Static method in class com.helger.base.string.StringHelper
Get the first character of the passed array
getFirstChar(CharSequence) - Static method in class com.helger.base.string.StringHelper
Get the first character of the passed character sequence
getFirstIndex(boolean[], boolean) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(byte[], byte) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(char[], char) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(double[], double) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(float[], float) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(long[], long) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(short[], short) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstSPIImplementation(Class<T>) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstSPIImplementation(Class<T>, ClassLoader) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstSPIImplementation(Class<T>, ClassLoader, Logger) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstSPIImplementation(Class<T>, Logger) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstToken(String, char) - Static method in class com.helger.base.string.StringHelper
Get the first token up to (and excluding) the separating character.
getFirstToken(String, String) - Static method in class com.helger.base.string.StringHelper
Get the first token up to (and excluding) the separating string.
getFloorVersion() - Method in class com.helger.base.version.VersionRange
 
getFormattedText(String, Object...) - Static method in class com.helger.base.text.TextFormatter
Format the given text using MessageFormat with the default format locale.
getFormattedText(Locale, String, Object...) - Static method in class com.helger.base.text.TextFormatter
Format the given text using MessageFormat with the specified locale.
getFractionDigits(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
Get the number of effective fraction digits by the specified BigDecimal.
getFreeMemory() - Static method in class com.helger.base.system.SystemHelper
Returns the amount of free memory in the Java Virtual Machine.
getFromBytesOrNull(byte[]) - Static method in enum class com.helger.base.charset.EUnicodeBOM
Find the BOM that is matching the passed byte array.
getFromFirstExcl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and excluding the first passed char.
getFromFirstExcl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and excluding the passed string.
getFromFirstIncl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and including the first passed char.
getFromFirstIncl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and including the passed string.
getFromIDCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed string ID case insensitive
getFromIDCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed string ID case insensitive
getFromIDCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed string ID (case insensitive).
getFromIDOrDefault(Class<ENUMTYPE>, int, ENUMTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrDefault(Class<ENUMTYPE>, KEYTYPE, ENUMTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrDefault(String, ETriState) - Static method in enum class com.helger.base.state.ETriState
Get the ETriState enum value matching the provided ID, with a custom default.
getFromIDOrNull(Class<ENUMTYPE>, int) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrNull(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrNull(String) - Static method in enum class com.helger.base.state.ETriState
Get the ETriState enum value matching the provided ID.
getFromIDOrNull(String) - Static method in enum class com.helger.base.thirdparty.ELicense
Find the license with the given ID.
getFromIDOrThrow(Class<ENUMTYPE>, int) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed ID.
getFromIDOrThrow(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed ID.
getFromIDOrUndefined(String) - Static method in enum class com.helger.base.state.ETriState
Get the ETriState enum value matching the provided ID, defaulting to ETriState.UNDEFINED.
getFromLastExcl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and excluding the first passed char.
getFromLastExcl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and excluding the passed string.
getFromLastIncl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and including the first passed char.
getFromLastIncl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string from and including the passed string.
getFromMajorAndMinor(int, int) - Static method in enum class com.helger.base.system.EJavaVersion
Get the matching Java version from a class version.
getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed name case insensitive
getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed name case insensitive
getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed name (case insensitive).
getFromNameOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed name
getFromNameOrNull(Class<ENUMTYPE>, String) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed name
getFromNameOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.base.lang.EnumHelper
Get the enum value with the passed name.
getFromTextOrDefault(String, ENewLineMode) - Static method in enum class com.helger.base.system.ENewLineMode
Get the ENewLineMode matching the provided text representation.
getFromTextOrNull(String) - Static method in enum class com.helger.base.system.ENewLineMode
Get the ENewLineMode matching the provided text representation.
getFromValue(int, ESortOrder) - Static method in enum class com.helger.base.compare.ESortOrder
Get the ESortOrder matching the provided value, with a custom default.
getFromValueOrDefault(int) - Static method in enum class com.helger.base.compare.ESortOrder
Get the ESortOrder matching the provided value, defaulting to ESortOrder.DEFAULT.
getFromVersionNumber(double) - Static method in enum class com.helger.base.system.EJavaVersion
Find the Java version matching the given version number.
getHashCode() - Method in class com.helger.base.hashcode.HashCodeGenerator
Retrieve the final hash code.
getHashCode() - Method in interface com.helger.base.hashcode.IHashCodeGenerator
Retrieve the final hash code.
getHashCode(int, Object...) - Static method in class com.helger.base.hashcode.HashCodeGenerator
Static helper method to create the hash code of an object with a single invocation.
getHashCode(Object, Object...) - Static method in class com.helger.base.hashcode.HashCodeGenerator
Static helper method to create the hash code of an object with a single invocation.
getHeight() - Method in interface com.helger.base.dimension.IHasHeightDouble
 
getHeight() - Method in interface com.helger.base.dimension.IHasHeightFloat
 
getHeight() - Method in interface com.helger.base.dimension.IHasHeightInt
 
getHeight() - Method in interface com.helger.base.dimension.IHasHeightLong
 
getHeight() - Method in class com.helger.base.dimension.SizeDouble
getHeight() - Method in class com.helger.base.dimension.SizeFloat
getHeight() - Method in class com.helger.base.dimension.SizeInt
getHeight() - Method in class com.helger.base.dimension.SizeLong
getHexByte(char, char) - Static method in class com.helger.base.string.StringHex
 
getHexChar(int) - Static method in class com.helger.base.string.StringHex
Get the matching hex digit as a lower case character.
getHexCharUpperCase(int) - Static method in class com.helger.base.string.StringHex
Get the matching hex digit as an upper case character.
getHexDecoded(byte[]) - Static method in class com.helger.base.string.StringHex
Decode a hex encoded byte array to a byte array.
getHexDecoded(byte[], int, int) - Static method in class com.helger.base.string.StringHex
Decode a hex encoded byte array to a byte array.
getHexDecoded(char[]) - Static method in class com.helger.base.string.StringHex
Decode a hex encoded char array to a byte array.
getHexDecoded(char[], int, int) - Static method in class com.helger.base.string.StringHex
Decode a hex encoded char array to a byte array.
getHexDecoded(String) - Static method in class com.helger.base.string.StringHex
Decode a hex encoded string to a byte array.
getHexEncoded() - Method in interface com.helger.base.io.iface.IHasByteArray
 
getHexEncoded(byte[]) - Static method in class com.helger.base.string.StringHex
Convert a byte array to a hexadecimal encoded string.
getHexEncoded(byte[], int, int) - Static method in class com.helger.base.string.StringHex
Convert a byte array to a hexadecimal encoded string.
getHexEncoded(String, Charset) - Static method in class com.helger.base.string.StringHex
Convert a string to a byte array and than to a hexadecimal encoded string.
getHexEncodedByteArray(byte[]) - Static method in class com.helger.base.string.StringHex
Convert a byte array to a hexadecimal encoded byte array.
getHexEncodedByteArray(byte[], int, int) - Static method in class com.helger.base.string.StringHex
Convert a byte array to a hexadecimal encoded byte array.
getHexString(byte) - Static method in class com.helger.base.string.StringHex
Convert a byte value to a hex string.
getHexString(int) - Static method in class com.helger.base.string.StringHex
Convert an int value to a hex string.
getHexString(long) - Static method in class com.helger.base.string.StringHex
Convert a long value to a hex string.
getHexString(short) - Static method in class com.helger.base.string.StringHex
Convert a short value to a hex string.
getHexStringLeadingZero(byte, int) - Static method in class com.helger.base.string.StringHex
Convert a byte value to a hex string with leading zeros up to the specified number of digits.
getHexStringLeadingZero(int, int) - Static method in class com.helger.base.string.StringHex
Convert an int value to a hex string with leading zeros up to the specified number of digits.
getHexStringLeadingZero(long, int) - Static method in class com.helger.base.string.StringHex
Convert a long value to a hex string with leading zeros up to the specified number of digits.
getHexStringLeadingZero(short, int) - Static method in class com.helger.base.string.StringHex
Convert a short value to a hex string with leading zeros up to the specified number of digits.
getHexStringLeadingZero2(byte) - Static method in class com.helger.base.string.StringHex
Convert a byte value to a hex string with a leading zero to ensure at least 2 digits.
getHexValue(char) - Static method in class com.helger.base.string.StringHex
Get the decimal value of the passed hex character
getID() - Method in interface com.helger.base.id.IHasID
Get the unique ID of this object.
getID() - Method in interface com.helger.base.id.IHasIntID
 
getID() - Method in interface com.helger.base.id.IHasLongID
 
getID() - Method in enum class com.helger.base.state.ETriState
Get the unique ID of this object.
getID() - Method in class com.helger.base.thirdparty.CustomLicense
 
getID() - Method in enum class com.helger.base.thirdparty.ELicense
 
getID() - Method in class com.helger.base.type.TypedObject
Get the unique ID of this object.
getID(VALUETYPE) - Method in interface com.helger.base.id.IIDProvider
Get the ID of the passed object.
getID(VALUETYPE) - Method in interface com.helger.base.id.IIntIDProvider
Get the ID of the passed object.
getID(VALUETYPE) - Method in interface com.helger.base.id.ILongIDProvider
Get the ID of the passed object.
getIDObj() - Method in interface com.helger.base.id.IHasIntID
 
getIDObj() - Method in interface com.helger.base.id.IHasLongID
 
getIf(Supplier<? extends T>) - Method in class com.helger.base.numeric.mutable.MutableBoolean
If the current value is true, get a value from the supplier; otherwise return null.
getIf(Supplier<? extends T>, T) - Method in class com.helger.base.numeric.mutable.MutableBoolean
If the current value is true, get a value from the supplier; otherwise return the default value.
getIfChanged(DATATYPE) - Method in class com.helger.base.state.ChangeWithValue
Get the store value if this is a change.
getIfChangedOrNull() - Method in class com.helger.base.state.ChangeWithValue
Get the store value if this is a changed.
getIfFailure(DATATYPE) - Method in class com.helger.base.state.SuccessWithValue
Get the store value if this is a failure.
getIfFailureOrNull() - Method in class com.helger.base.state.SuccessWithValue
Get the store value if this is a failure.
getIfSuccess(DATATYPE) - Method in class com.helger.base.state.SuccessWithValue
Get the store value if this is a success.
getIfSuccessOrNull() - Method in class com.helger.base.state.SuccessWithValue
Get the store value if this is a success.
getIfUnchanged(DATATYPE) - Method in class com.helger.base.state.ChangeWithValue
Get the store value if this is unchanged.
getIfUnchangedOrNull() - Method in class com.helger.base.state.ChangeWithValue
Get the store value if this is unchanged.
getImploded(char, char, Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed map, separated by the specified separator chars.
getImploded(char, ELEMENTTYPE...) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImploded(char, ELEMENTTYPE[], int, int) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImploded(char, Collection<?>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed container, separated by the specified separator char.
getImploded(ELEMENTTYPE...) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, without a separator.
getImploded(ELEMENTTYPE[], int, int) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, without a separator.
getImploded(String, ELEMENTTYPE...) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImploded(String, ELEMENTTYPE[], int, int) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImploded(String, String, Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed map, separated by the specified separator strings.
getImploded(String, Collection<?>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed container, separated by the specified separator string.
getImploded(Collection<?>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed container, without a separator.
getImplodedMapped(char, char, Map<? extends KEYTYPE, ? extends VALUETYPE>, Function<? super KEYTYPE, String>, Function<? super VALUETYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed map, separated by the specified separator chars.
getImplodedMapped(char, ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedMapped(char, ELEMENTTYPE[], Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedMapped(char, Collection<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed container, separated by the specified separator char.
getImplodedMapped(ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, without a separator.
getImplodedMapped(ELEMENTTYPE[], Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, without a separator.
getImplodedMapped(String, ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImplodedMapped(String, ELEMENTTYPE[], Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImplodedMapped(String, String, Map<? extends KEYTYPE, ? extends VALUETYPE>, Function<? super KEYTYPE, String>, Function<? super VALUETYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed map, separated by the specified separator strings.
getImplodedMapped(String, Collection<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed container, separated by the specified separator string.
getImplodedMapped(Collection<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed container, without a separator.
getImplodedMappedNonEmpty(char, ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedMappedNonEmpty(char, ELEMENTTYPE[], Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedMappedNonEmpty(char, Collection<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container, separated by the specified separator char.
getImplodedMappedNonEmpty(ELEMENTTYPE[], Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container without a separator string.
getImplodedMappedNonEmpty(String, ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImplodedMappedNonEmpty(String, ELEMENTTYPE[], Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImplodedMappedNonEmpty(String, Collection<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container, separated by the specified separator string.
getImplodedMappedNonEmpty(Collection<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container without a separator string.
getImplodedNonEmpty(char, String...) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedNonEmpty(char, String[], int, int) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedNonEmpty(char, Collection<String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container, separated by the specified separator char.
getImplodedNonEmpty(String, String...) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImplodedNonEmpty(String, String[], int, int) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
getImplodedNonEmpty(String, Collection<String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container, separated by the specified separator string.
getImplodedNonEmpty(Collection<String>) - Static method in class com.helger.base.string.StringImplode
Get a concatenated String from all non-null and non empty elements of the passed container without a separator string.
getIndexOf(String, char) - Static method in class com.helger.base.string.StringHelper
Get the first index of cSearch within sText.
getIndexOf(String, int, char) - Static method in class com.helger.base.string.StringHelper
Get the first index of cSearch within sText starting at index nFromIndex.
getIndexOf(String, int, String) - Static method in class com.helger.base.string.StringHelper
Get the first index of sSearch within sText starting at index nFromIndex.
getIndexOf(String, String) - Static method in class com.helger.base.string.StringHelper
Get the first index of sSearch within sText.
getIndexOfIgnoreCase(String, char, Locale) - Static method in class com.helger.base.string.StringHelper
Get the first index of cSearch within sText ignoring case.
getIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.helger.base.string.StringHelper
Get the first index of cSearch within sText ignoring case starting at index nFromIndex.
getIndexOfIgnoreCase(String, int, String, Locale) - Static method in class com.helger.base.string.StringHelper
Get the first index of sSearch within sText ignoring case starting at index nFromIndex.
getIndexOfIgnoreCase(String, String, Locale) - Static method in class com.helger.base.string.StringHelper
Get the first index of sSearch within sText ignoring case.
getInputStream() - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
 
getInputStream() - Method in interface com.helger.base.io.iface.IHasByteArray
Get the input stream to read from the object.
getInputStream() - Method in interface com.helger.base.io.iface.IHasInputStream
Get the input stream to read from the object.
getInputStream() - Method in class com.helger.base.io.stream.HasInputStream
Get the input stream to read from the object.
getInputStream() - Method in class com.helger.base.io.streamprovider.ByteBufferInputStreamProvider
Get the input stream to read from the object.
getInputStream() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
Get the input stream to read from the object.
getInputStream(URL, int, int, Consumer<? super URLConnection>, IMutableWrapper<IOException>) - Static method in class com.helger.base.url.URLHelper
Get an input stream from the specified URL.
getInputStreamAndCharsetFromBOM(InputStream) - Static method in class com.helger.base.charset.CharsetHelper
If a BOM is present in the InputStream it is read and if possible the charset is automatically determined from the BOM.
getInstance() - Static method in class com.helger.base.cleanup.CleanUpRegistry
 
getInstance() - Static method in class com.helger.base.thirdparty.ThirdPartyModuleRegistry
 
getIntDivided(int, int, RoundingMode) - Static method in class com.helger.base.numeric.MathHelper
Divide two integers using the specified rounding mode.
getIntDividedCeil(int, int) - Static method in class com.helger.base.numeric.MathHelper
Divide two integers and round up (ceiling).
getIntDividedFloor(int, int) - Static method in class com.helger.base.numeric.MathHelper
Divide two integers and round down (floor).
getIntIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getJavaClassPath() - Static method in class com.helger.base.system.SystemProperties
 
getJavaClassVersion() - Static method in class com.helger.base.system.SystemProperties
 
getJavaHome() - Static method in class com.helger.base.system.SystemProperties
 
getJavaLibraryPath() - Static method in class com.helger.base.system.SystemProperties
 
getJavaRuntimeName() - Static method in class com.helger.base.system.SystemProperties
 
getJavaRuntimeVersion() - Static method in class com.helger.base.system.SystemProperties
 
getJavaSpecificationUrl() - Static method in class com.helger.base.system.SystemProperties
 
getJavaSpecificationVendor() - Static method in class com.helger.base.system.SystemProperties
 
getJavaSpecificationVersion() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVendor() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVendorURL() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVersion() - Static method in class com.helger.base.system.SystemHelper
 
getJavaVersion() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmName() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmSpecificationUrl() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmSpecificationVendor() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmSpecificationVersion() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmUrl() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmVendor() - Static method in class com.helger.base.system.SystemProperties
 
getJavaVmVersion() - Static method in class com.helger.base.system.SystemProperties
 
getJVMVendor() - Static method in class com.helger.base.system.SystemHelper
 
getLapDuration() - Method in class com.helger.base.timing.StopWatch
Create an intermediate time (lap time).
getLast(boolean[], boolean) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(byte[], byte) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(char[], char) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(double[], double) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(float[], float) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(long[], long) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(short[], short) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or null if the passed array is empty.
getLast(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLastChar(char[]) - Static method in class com.helger.base.string.StringHelper
Get the last character of the passed array
getLastChar(CharSequence) - Static method in class com.helger.base.string.StringHelper
Get the last character of the passed character sequence
getLastIndex(boolean[], boolean) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(byte[], byte) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(char[], char) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(double[], double) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(float[], float) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(int[], int) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(long[], long) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(short[], short) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndexOf(String, char) - Static method in class com.helger.base.string.StringHelper
Get the last index of cSearch within sText.
getLastIndexOf(String, int, char) - Static method in class com.helger.base.string.StringHelper
Get the last index of cSearch within sText starting at index nFromIndex.
getLastIndexOf(String, int, String) - Static method in class com.helger.base.string.StringHelper
Get the last index of sSearch within sText starting at index nFromIndex.
getLastIndexOf(String, String) - Static method in class com.helger.base.string.StringHelper
Get the last index of sSearch within sText.
getLastIndexOfIgnoreCase(String, char, Locale) - Static method in class com.helger.base.string.StringHelper
Get the last index of cSearch within sText ignoring case.
getLastIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.helger.base.string.StringHelper
Get the last index of cSearch within sText ignoring case starting at index nFromIndex.
getLastIndexOfIgnoreCase(String, int, String, Locale) - Static method in class com.helger.base.string.StringHelper
Get the last index of sSearch within sText ignoring case starting at index nFromIndex.
getLastIndexOfIgnoreCase(String, String, Locale) - Static method in class com.helger.base.string.StringHelper
Get the last index of sSearch within sText ignoring case.
getLastToken(String, char) - Static method in class com.helger.base.string.StringHelper
Get the last token from (and excluding) the separating character.
getLastToken(String, String) - Static method in class com.helger.base.string.StringHelper
Get the last token from (and excluding) the separating string.
getLeadingCharCount(String, char) - Static method in class com.helger.base.string.StringCount
Get the number of specified chars, the passed string starts with.
getLeadingWhitespaceCount(String) - Static method in class com.helger.base.string.StringCount
Get the number of leading white spaces according to Character.isWhitespace(char)
getLeadingZero(int, int) - Static method in class com.helger.base.string.StringHelper
Get a string representation of the passed int value with leading zeros.
getLeadingZero(long, int) - Static method in class com.helger.base.string.StringHelper
Get a string representation of the passed long value with leading zeros.
getLeadingZero(String, int) - Static method in class com.helger.base.string.StringHelper
Get the passed string padded with leading zeros until the minimum number of characters is reached.
getLeadingZero(Byte, int) - Static method in class com.helger.base.string.StringHelper
Get a string representation of the passed Byte value with leading zeros.
getLeadingZero(Integer, int) - Static method in class com.helger.base.string.StringHelper
Get a string representation of the passed Integer value with leading zeros.
getLeadingZero(Long, int) - Static method in class com.helger.base.string.StringHelper
Get a string representation of the passed Long value with leading zeros.
getLeadingZero(Short, int) - Static method in class com.helger.base.string.StringHelper
Get a string representation of the passed Short value with leading zeros.
getLength(CharSequence) - Static method in class com.helger.base.string.StringHelper
Get the length of the passed character sequence.
getLicense() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
getLicense() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getLineCount(String) - Static method in class com.helger.base.string.StringCount
Get the number of lines in the passed string, using '\n' as the line separator.
getLineCount(String, char) - Static method in class com.helger.base.string.StringCount
Get the number of lines in the passed string, using the specified line separator character.
getLineNumber() - Method in interface com.helger.base.location.ILocation
 
getLineNumber() - Method in class com.helger.base.location.SimpleLocation
getLineSeparator() - Static method in class com.helger.base.system.SystemProperties
 
getLongAsInt(long, int) - Static method in class com.helger.base.numeric.MathHelper
Convert a long to an int, returning a fallback value if the conversion would lose information.
getLongDivided(long, long, RoundingMode) - Static method in class com.helger.base.numeric.MathHelper
Divide two longs using the specified rounding mode.
getLongDividedCeil(long, long) - Static method in class com.helger.base.numeric.MathHelper
Divide two longs and round up (ceiling).
getLongDividedFloor(long, long) - Static method in class com.helger.base.numeric.MathHelper
Divide two longs and round down (floor).
getLongIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getMajor() - Method in class com.helger.base.version.Version
 
getMark() - Method in class com.helger.base.io.stream.CountingInputStream
 
getMark() - Method in class com.helger.base.io.stream.CountingReader
 
getMaxBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.helger.base.numeric.BigHelper
Get the maximum of the passed BigDecimal values.
getMaxBigInteger(BigInteger, BigInteger...) - Static method in class com.helger.base.numeric.BigHelper
Get the maximum of the passed BigInteger values.
getMaxDouble(double, double...) - Static method in class com.helger.base.numeric.MathHelper
Get the maximum of the passed double values.
getMaxFloat(float, float...) - Static method in class com.helger.base.numeric.MathHelper
Get the maximum of the passed float values.
getMaximumByteCount() - Static method in enum class com.helger.base.charset.EUnicodeBOM
 
getMaximumDecodedLength(int) - Method in class com.helger.base.codec.base64.Base64Codec
 
getMaximumDecodedLength(int) - Method in interface com.helger.base.codec.IByteArrayDecoder
Get the maximum decoded length based on the provided encoded length.
getMaximumDecodedLength(int) - Method in interface com.helger.base.codec.ICharArrayDecoder
Get the maximum decoded length based on the provided encoded length.
getMaximumDecodedLength(int) - Method in class com.helger.base.codec.impl.Base16Codec
 
getMaximumDecodedLength(int) - Method in class com.helger.base.codec.impl.Base32Codec
 
getMaximumDecodedLength(int) - Method in class com.helger.base.codec.impl.RFC2616Codec
 
getMaximumEncodedLength(int) - Method in class com.helger.base.codec.base64.Base64Codec
 
getMaximumEncodedLength(int) - Method in interface com.helger.base.codec.IByteArrayEncoder
Get the maximum encoded length based on the provided decoded length.
getMaximumEncodedLength(int) - Method in interface com.helger.base.codec.IByteArrayStreamEncoder
 
getMaximumEncodedLength(int) - Method in interface com.helger.base.codec.ICharArrayEncoder
Get the maximum encoded length based on the provided decoded length.
getMaximumEncodedLength(int) - Method in interface com.helger.base.codec.ICharArrayStreamEncoder
Get the maximum encoded length based on the provided decoded length.
getMaximumEncodedLength(int) - Method in class com.helger.base.codec.impl.Base16Codec
 
getMaximumEncodedLength(int) - Method in class com.helger.base.codec.impl.Base32Codec
 
getMaximumEncodedLength(int) - Method in class com.helger.base.codec.impl.RFC2616Codec
 
getMaxInt(int, int...) - Static method in class com.helger.base.numeric.MathHelper
Get the maximum of the passed int values.
getMaxLong(long, long...) - Static method in class com.helger.base.numeric.MathHelper
Get the maximum of the passed long values.
getMaxMemory() - Static method in class com.helger.base.system.SystemHelper
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
getMicro() - Method in class com.helger.base.version.Version
 
getMillis() - Method in class com.helger.base.timing.StopWatch
 
getMinBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.helger.base.numeric.BigHelper
Get the minimum of the passed BigDecimal values.
getMinBigInteger(BigInteger, BigInteger...) - Static method in class com.helger.base.numeric.BigHelper
Get the minimum of the passed BigInteger values.
getMinDouble(double, double...) - Static method in class com.helger.base.numeric.MathHelper
Get the minimum of the passed double values.
getMinFloat(float, float...) - Static method in class com.helger.base.numeric.MathHelper
Get the minimum of the passed float values.
getMinInt(int, int...) - Static method in class com.helger.base.numeric.MathHelper
Get the minimum of the passed int values.
getMinLong(long, long...) - Static method in class com.helger.base.numeric.MathHelper
Get the minimum of the passed long values.
getMinor() - Method in class com.helger.base.version.Version
 
getName() - Method in interface com.helger.base.name.IHasName
 
getName() - Method in class com.helger.base.type.ObjectType
getName(DATATYPE) - Method in interface com.helger.base.name.INameProvider
Get the name of the passed object.
getNamingPattern() - Method in class com.helger.base.concurrent.BasicThreadFactory
Returns the naming pattern for naming newly created threads.
getNanos() - Method in class com.helger.base.timing.StopWatch
 
getNewID() - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
Create a new unique integer ID.
getNewID() - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
Create a new unique long ID.
getNewID() - Method in interface com.helger.base.id.factory.IIDFactory
 
getNewID() - Method in interface com.helger.base.id.factory.IIntIDFactory
Create a new unique integer ID.
getNewID() - Method in interface com.helger.base.id.factory.ILongIDFactory
Create a new unique long ID.
getNewID() - Method in class com.helger.base.id.factory.MemoryIntIDFactory
Create a new unique integer ID.
getNewID() - Method in class com.helger.base.id.factory.MemoryLongIDFactory
Create a new unique long ID.
getNewID() - Method in class com.helger.base.id.factory.MemoryStaticIntIDFactory
Create a new unique integer ID.
getNewID() - Method in class com.helger.base.id.factory.MemoryStaticLongIDFactory
Create a new unique long ID.
getNewID() - Method in class com.helger.base.id.factory.StringIDFactory
getNewID() - Method in class com.helger.base.id.factory.StringIDFromUUIDFactory
getNewIntID() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getNewLineMode() - Method in enum class com.helger.base.system.EOperatingSystem
 
getNewLongID() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getNewPersistentIntID() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getNewPersistentLongID() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getNewPersistentStringID() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getNewStaticID() - Static method in class com.helger.base.id.factory.MemoryStaticIntIDFactory
Get a new unique int ID from the static counter.
getNewStaticID() - Static method in class com.helger.base.id.factory.MemoryStaticLongIDFactory
Get a new unique long ID from the static counter.
getNewStringID() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getNextFreeCode() - Method in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
 
getNode(byte[]) - Method in class com.helger.base.codec.impl.LZWCodec.LZWEncodeDictionary
Get the node in the encoding tree corresponding to the provided byte sequence.
getNotEmpty(CharSequence, CharSequence) - Static method in class com.helger.base.string.StringHelper
Get the passed char sequence but never return an empty char sequence.
getNotEmpty(CharSequence, Supplier<? extends CharSequence>) - Static method in class com.helger.base.string.StringHelper
Get the passed char sequence but never return an empty char sequence.
getNotEmpty(String, String) - Static method in class com.helger.base.string.StringHelper
Get the passed string but never return an empty string.
getNotEmpty(String, Supplier<String>) - Static method in class com.helger.base.string.StringHelper
Get the passed string but never return an empty string.
getNotNull(CharSequence) - Static method in class com.helger.base.string.StringHelper
Get the passed CharSequence but never return null.
getNotNull(CharSequence, CharSequence) - Static method in class com.helger.base.string.StringHelper
Get the passed CharSequence but never return null.
getNotNull(CharSequence, Supplier<? extends CharSequence>) - Static method in class com.helger.base.string.StringHelper
Get the passed CharSequence but never return null.
getNotNull(String) - Static method in class com.helger.base.string.StringHelper
Get the passed string but never return null.
getNotNull(String, String) - Static method in class com.helger.base.string.StringHelper
Get the passed string but never return null.
getNotNull(String, Supplier<String>) - Static method in class com.helger.base.string.StringHelper
Get the passed string but never return null.
getNumberOfProcessors() - Static method in class com.helger.base.system.SystemHelper
 
getObjectAddress(Object) - Static method in class com.helger.base.lang.clazz.ObjectHelper
Get the hex representation of the passed object's address.
getObjectType() - Method in interface com.helger.base.type.IHasObjectType
 
getObjectType() - Method in class com.helger.base.type.TypedObject
getObjectTypeName() - Method in interface com.helger.base.type.IHasObjectType
 
getOccurrenceCount(String, char) - Static method in class com.helger.base.string.StringCount
Count the number of occurrences of cSearch within sText.
getOccurrenceCount(String, String) - Static method in class com.helger.base.string.StringCount
Count the number of occurrences of sSearch within sText.
getOccurrenceCountIgnoreCase(String, char, Locale) - Static method in class com.helger.base.string.StringCount
Count the number of occurrences of cSearch within sText ignoring case.
getOccurrenceCountIgnoreCase(String, String, Locale) - Static method in class com.helger.base.string.StringCount
Count the number of occurrences of sSearch within sText ignoring case.
getOffset() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
getOffset() - Method in interface com.helger.base.io.iface.IHasByteArray
 
getOffset() - Method in class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
getOperatingSystem() - Static method in class com.helger.base.system.SystemHelper
 
getOperatingSystemName() - Static method in class com.helger.base.system.SystemHelper
 
getOsArch() - Static method in class com.helger.base.system.SystemProperties
 
getOsName() - Static method in class com.helger.base.system.SystemProperties
 
getOsVersion() - Static method in class com.helger.base.system.SystemProperties
 
getOutputStream(EAppend) - Method in interface com.helger.base.io.iface.IHasOutputStream
Get the output stream to read from the object.
getOutputStream(EAppend) - Method in class com.helger.base.io.streamprovider.ByteArrayOutputStreamProvider
Get the output stream to read from the object.
getPad() - Method in class com.helger.base.codec.impl.Base32Codec
 
getParentClassLoader(ClassLoader) - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the parent class loader of the given class loader.
getPathFromClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the path representation of the passed class.
getPathFromClass(String) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the path representation of the passed class name.
getPathSeparator() - Static method in class com.helger.base.system.SystemProperties
 
getPercentValue(BigDecimal, BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
Get x% from base
getPercentValue(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.helger.base.numeric.BigHelper
Get x% from base with rounding etc.
getPersistentIntIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getPersistentLongIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getPersistentStringIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getPersonal() - Method in class com.helger.base.email.EmailAddress
getPersonal() - Method in interface com.helger.base.email.IEmailAddress
 
getPoolSize() - Method in class com.helger.base.pool.ObjectPool
 
getPosition() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
 
getPosition() - Method in class com.helger.base.io.stream.CountingInputStream
 
getPosition() - Method in class com.helger.base.io.stream.CountingReader
 
getPosition() - Method in class com.helger.base.io.stream.LoggingInputStream
 
getPosition() - Method in class com.helger.base.io.stream.LoggingReader
 
getPrefix() - Method in class com.helger.base.id.factory.StringIDFactory
 
getPrimitiveClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the primitive class of the passed primitive wrapper class.
getPrimitiveWrapperClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the primitive wrapper class of the passed primitive class.
getPrintableChars() - Method in class com.helger.base.codec.impl.QuotedPrintableCodec
 
getPrintableChars() - Method in class com.helger.base.codec.impl.RFC3986Codec
 
getPriority() - Method in class com.helger.base.concurrent.BasicThreadFactory
Returns the priority of the threads created by this factory.
getProcessorArchitecture() - Static method in class com.helger.base.system.SystemHelper
 
getProperty(String) - Method in class com.helger.base.rt.NonBlockingProperties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class com.helger.base.rt.NonBlockingProperties
Searches for the property with the specified key in this property list.
getPropertyValue(String) - Static method in class com.helger.base.system.SystemProperties
Get the value of the system property with the given key.
getPropertyValueOrNull(String) - Static method in class com.helger.base.system.SystemProperties
Get the value of the system property with the given key without issuing a warning if the property is not set.
getQualifier() - Method in class com.helger.base.version.Version
 
getQuoted(String) - Static method in class com.helger.base.string.StringHelper
Get the provided string quoted or unquoted if it is null.
getReader() - Method in interface com.helger.base.io.iface.IHasReader
Get the reader to read from the object.
getReader() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
 
getReader() - Method in class com.helger.base.io.streamprovider.StringReaderProvider
Get the reader to read from the object.
getReader(Charset) - Method in interface com.helger.base.io.iface.IHasInputStreamAndReader
Get a Reader based on this input stream provider using the given charset.
getReader(Charset) - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
Get a Reader based on this input stream provider using the given charset.
getReaderByBOM(InputStream, Charset) - Static method in class com.helger.base.charset.CharsetHelper
Create an InputStreamReader that detects the charset from a potential Unicode BOM in the input stream.
getRegisteredThirdPartyModuleCount() - Method in class com.helger.base.thirdparty.ThirdPartyModuleRegistry
 
getRemainingChars() - Method in class com.helger.base.string.StringScanner
 
getRepeated(char, int) - Static method in class com.helger.base.string.StringHelper
Get the passed string element repeated for a certain number of times.
getRepeated(String, int) - Static method in class com.helger.base.string.StringHelper
Get the passed string element repeated for a certain number of times.
getReplaceMultipleResultLength(char[], char[], char[][]) - Static method in class com.helger.base.string.StringReplace
Get the result length (in characters) when replacing all patterns with the replacements on the passed input array.
getReserveCount() - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
 
getReserveCount() - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
 
getResource(Class<?>, String) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the URL of the passed resource using the class loader of the specified class only.
getResource(ClassLoader, String) - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the URL of the passed resource using the specified class loader only.
getResourceAsStream(ClassLoader, String) - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the input stream of the passed resource using the specified class loader only.
getResourceID() - Method in interface com.helger.base.location.ILocation
 
getResourceID() - Method in class com.helger.base.location.SimpleLocation
getResources(ClassLoader, String) - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get all URLs of the passed resource using the specified class loader only.
getRest() - Method in class com.helger.base.string.StringScanner
Get all remaining chars, and set the index to the end of the input string
getReverse(String) - Static method in class com.helger.base.string.StringHelper
Get the reversed version of the passed string.
getRFC1522Encoding() - Method in class com.helger.base.codec.impl.AbstractRFC1522Codec
Returns the codec name (referred to as encoding in the RFC 1522).
getRFC1522Encoding() - Method in class com.helger.base.codec.impl.RFC1522BCodec
 
getRFC1522Encoding() - Method in class com.helger.base.codec.impl.RFC1522QCodec
 
getRFC5987Encoded(String, Charset) - Static method in class com.helger.base.codec.impl.RFC5987Codec
Encode the passed string using RFC 5987 encoding with the specified charset.
getRFC5987EncodedUTF8(String) - Static method in class com.helger.base.codec.impl.RFC5987Codec
Encode the passed string using RFC 5987 encoding with UTF-8 charset.
getRoundedUp(int, int) - Static method in class com.helger.base.numeric.MathHelper
Round up to the nearest multiple of the value to round.
getSafeClassName(Object) - Static method in class com.helger.base.lang.clazz.ClassHelper
Get the class name of the passed object.
getSafeElement(ELEMENTTYPE[], int) - Static method in class com.helger.base.array.ArrayHelper
Get an element from the passed array without throwing an ArrayIndexOutOfBoundsException.
getSafeElement(ELEMENTTYPE[], int, ELEMENTTYPE) - Static method in class com.helger.base.array.ArrayHelper
Get an element from the passed array without throwing an ArrayIndexOutOfBoundsException.
getScaledToHeight(double) - Method in class com.helger.base.dimension.SizeDouble
Get a new size that is scaled to the specified height, keeping the aspect ratio.
getScaledToHeight(float) - Method in class com.helger.base.dimension.SizeFloat
Get a new size that is scaled to the specified height, keeping the aspect ratio.
getScaledToHeight(int) - Method in class com.helger.base.dimension.SizeInt
Get a new size that is scaled to the specified height, keeping the aspect ratio.
getScaledToHeight(long) - Method in class com.helger.base.dimension.SizeLong
Get a new size that is scaled to the specified height, keeping the aspect ratio.
getScaledToWidth(double) - Method in class com.helger.base.dimension.SizeDouble
Get a new size that is scaled to the specified width, keeping the aspect ratio.
getScaledToWidth(float) - Method in class com.helger.base.dimension.SizeFloat
Get a new size that is scaled to the specified width, keeping the aspect ratio.
getScaledToWidth(int) - Method in class com.helger.base.dimension.SizeInt
Get a new size that is scaled to the specified width, keeping the aspect ratio.
getScaledToWidth(long) - Method in class com.helger.base.dimension.SizeLong
Get a new size that is scaled to the specified width, keeping the aspect ratio.
getSerializedByteArray(Serializable) - Static method in class com.helger.base.serialize.SerializationHelper
Convert the passed Serializable object to a serialized byte array.
getSize() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
 
getSize() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Returns the current size of the buffer.
getSize(boolean...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(byte...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(char...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(double...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(float...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(int...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(long...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(short...) - Static method in class com.helger.base.array.ArrayHelper
 
getSize(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
 
getStackAsString(StackTraceElement[]) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace elements as a single string, omitting common stack trace elements and using the default line separator.
getStackAsString(StackTraceElement[], boolean) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace elements as a single string.
getStackAsString(StackTraceElement[], boolean, String) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace elements as a single string, using a custom line separator.
getStackAsString(Thread) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of the passed thread as a single string, omitting common stack trace elements and using the default line separator.
getStackAsString(Thread, boolean) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of the passed thread as a single string, using the default line separator.
getStackAsString(Thread, boolean, String) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of the passed thread as a single string, using a custom line separator.
getStackAsString(Throwable) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of a throwable as string.
getStackAsString(Throwable, boolean) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of a throwable as string.
getStackAsString(Throwable, boolean, String) - Static method in class com.helger.base.rt.StackTraceHelper
Get the stack trace of a throwable as string.
getStringIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
getSubtracted(IHasDimensionDouble) - Method in class com.helger.base.dimension.SizeDouble
Get a new size with the dimensions of the provided double dimension subtracted.
getSubtracted(IHasDimensionFloat) - Method in class com.helger.base.dimension.SizeDouble
Get a new size with the dimensions of the provided float dimension subtracted.
getSubtracted(IHasDimensionFloat) - Method in class com.helger.base.dimension.SizeFloat
Get a new size with the dimensions of the provided float dimension subtracted.
getSubtracted(IHasDimensionInt) - Method in class com.helger.base.dimension.SizeDouble
Get a new size with the dimensions of the provided int dimension subtracted.
getSubtracted(IHasDimensionInt) - Method in class com.helger.base.dimension.SizeFloat
Get a new size with the dimensions of the provided int dimension subtracted.
getSubtracted(IHasDimensionInt) - Method in class com.helger.base.dimension.SizeInt
Get a new size with the dimensions of the provided object subtracted.
getSubtracted(IHasDimensionLong) - Method in class com.helger.base.dimension.SizeLong
Get a new size with the dimensions of the provided object subtracted.
getSystemCharset() - Static method in class com.helger.base.system.SystemHelper
 
getSystemCharsetName() - Static method in class com.helger.base.system.SystemHelper
 
getSystemClassLoader() - Static method in class com.helger.base.classloader.ClassLoaderHelper
Get the system class loader.
getSystemLocale() - Static method in class com.helger.base.system.SystemHelper
 
getTableIndex() - Method in class com.helger.base.codec.impl.LZWCodec.LZWNode
 
getText() - Method in enum class com.helger.base.system.ENewLineMode
 
getThreadCount() - Method in class com.helger.base.concurrent.BasicThreadFactory
Returns the number of threads this factory has already created.
getTmpDir() - Static method in class com.helger.base.system.SystemProperties
 
getToString() - Method in class com.helger.base.tostring.ToStringGenerator
Retrieve the final string representation.
getToString(Object) - Static method in class com.helger.base.string.StringHelper
Convert the passed object to a string using the Object.toString() method.
getToString(Object, String) - Static method in class com.helger.base.string.StringHelper
Convert the passed object to a string using the Object.toString() method or otherwise return the passed default value.
getTotalMemory() - Static method in class com.helger.base.system.SystemHelper
Returns the total amount of memory in the Java virtual machine.
getTrailingCharCount(String, char) - Static method in class com.helger.base.string.StringCount
Get the number of specified chars, the passed string ends with.
getTrailingWhitespaceCount(String) - Static method in class com.helger.base.string.StringCount
Get the number of trailing white spaces according to Character.isWhitespace(char)
getTypeConverterTo() - Method in interface com.helger.base.trait.IHasTypeConverterTo
 
getUncaughtExceptionHandler() - Method in class com.helger.base.concurrent.BasicThreadFactory
Returns the UncaughtExceptionHandler for the threads created by this factory.
getUnifiedEmailAddress(String) - Static method in class com.helger.base.email.EmailAddressHelper
Get the unified version of an email address.
getUnreadCount() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
 
getUnreadCount() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
 
getUnsignedInt(int) - Static method in class com.helger.base.numeric.MathHelper
Converts the passed signed integer to an unsigned long
getUntil(char) - Method in class com.helger.base.string.StringScanner
Get the string until the specified end character, but excluding the end character.
getUntilBalanced(int, char, char) - Method in class com.helger.base.string.StringScanner
Get all characters from the current position until the bracket nesting level reaches zero, and advance the position accordingly.
getUntilFirstExcl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and excluding first the passed char.
getUntilFirstExcl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and excluding the first passed string.
getUntilFirstIncl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and including the first passed char.
getUntilFirstIncl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and including the first passed string.
getUntilIndex(int) - Method in class com.helger.base.string.StringScanner
Get the substring from the current position to the specified end index, and advance the current position to the end index.
getUntilLastExcl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and excluding first the passed char.
getUntilLastExcl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and excluding the first passed string.
getUntilLastIncl(String, char) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and including the first passed char.
getUntilLastIncl(String, String) - Static method in class com.helger.base.string.StringHelper
Get everything from the string up to and including the first passed string.
getUntilWhiteSpace() - Method in class com.helger.base.string.StringScanner
Get all characters from the current position until the next whitespace character, and advance the position accordingly.
getURL() - Method in class com.helger.base.thirdparty.CustomLicense
 
getURL() - Method in enum class com.helger.base.thirdparty.ELicense
 
getURL() - Method in interface com.helger.base.thirdparty.ILicense
 
getURLString(String, String, String) - Static method in class com.helger.base.url.URLHelper
Get the final representation of the URL using the specified elements.
getUserDir() - Static method in class com.helger.base.system.SystemProperties
 
getUserHome() - Static method in class com.helger.base.system.SystemProperties
 
getUserName() - Static method in class com.helger.base.system.SystemProperties
 
getUTF8ByteCount(char) - Static method in class com.helger.base.charset.CharsetHelper
Get the number of bytes necessary to represent the passed character as UTF-8.
getUTF8ByteCount(char[]) - Static method in class com.helger.base.charset.CharsetHelper
Get the number of bytes necessary to represent the passed char array as an UTF-8 string.
getUTF8ByteCount(int) - Static method in class com.helger.base.charset.CharsetHelper
Get the number of bytes necessary to represent the passed character.
getUTF8ByteCount(String) - Static method in class com.helger.base.charset.CharsetHelper
Get the number of bytes necessary to represent the passed string as an UTF-8 string.
getValue() - Method in enum class com.helger.base.compare.ESortOrder
 
getValueAsString() - Method in enum class com.helger.base.compare.ESortOrder
 
getVersion() - Method in class com.helger.base.thirdparty.CustomLicense
 
getVersion() - Method in enum class com.helger.base.thirdparty.ELicense
 
getVersion() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
getVersion() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getVersion() - Method in interface com.helger.base.version.IHasVersion
 
getVersionRange() - Method in interface com.helger.base.version.IHasVersionRange
 
getWebSiteURL() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
getWebSiteURL() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
getWidth() - Method in interface com.helger.base.dimension.IHasWidthDouble
 
getWidth() - Method in interface com.helger.base.dimension.IHasWidthFloat
 
getWidth() - Method in interface com.helger.base.dimension.IHasWidthInt
 
getWidth() - Method in interface com.helger.base.dimension.IHasWidthLong
 
getWidth() - Method in class com.helger.base.dimension.SizeDouble
getWidth() - Method in class com.helger.base.dimension.SizeFloat
getWidth() - Method in class com.helger.base.dimension.SizeInt
getWidth() - Method in class com.helger.base.dimension.SizeLong
getWithLeading(int, int, char) - Static method in class com.helger.base.string.StringHelper
Get a string that is filled at the beginning with the passed character until the minimum length is reached.
getWithLeading(long, int, char) - Static method in class com.helger.base.string.StringHelper
Get a string that is filled at the beginning with the passed character until the minimum length is reached.
getWithLeading(String, int, char) - Static method in class com.helger.base.string.StringHelper
Get a string that is filled at the beginning with the passed character until the minimum length is reached.
getWithoutAnySpaces(String) - Static method in class com.helger.base.string.StringHelper
Get the passed string where all spaces (white spaces or unicode spaces) have been removed.
getWithoutLeadingChar(String) - Static method in class com.helger.base.string.StringHelper
Get the passed string without the first char.
getWithoutLeadingChars(String, int) - Static method in class com.helger.base.string.StringHelper
Get the passed string without the specified number of leading chars.
getWithoutTrailingChar(String) - Static method in class com.helger.base.string.StringHelper
Get the passed string without the last char.
getWithoutTrailingChars(String, int) - Static method in class com.helger.base.string.StringHelper
Get the passed string without the specified number of trailing chars.
getWithoutTrailingZeroes(String) - Static method in class com.helger.base.numeric.BigHelper
Get the passed String as a BigDecimal without any trailing zeroes.
getWithoutTrailingZeroes(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
Get the passed BigDecimal without any trailing zeroes.
getWithReplacedVariables(String, UnaryOperator<String>) - Static method in class com.helger.base.text.TextVariableHelper
Replace all variables in the form ${...} in the provided source string using the provided variable provider.
getWithTrailing(String, int, char) - Static method in class com.helger.base.string.StringHelper
Get a string that is filled at the end with the passed character until the minimum length is reached.
getWrappedFactory() - Method in class com.helger.base.concurrent.BasicThreadFactory
Returns the wrapped ThreadFactory.
getWrappedInputStream() - Method in class com.helger.base.io.stream.WrappedInputStream
 
getWrappedOutputStream() - Method in class com.helger.base.io.stream.WrappedOutputStream
 
getWrappedReader() - Method in class com.helger.base.io.stream.WrappedReader
 
getWrappedWriter() - Method in class com.helger.base.io.stream.WrappedWriter
 
getWriter() - Method in interface com.helger.base.io.iface.IHasWriter
Get the writer to write to an object.
getWriter() - Method in class com.helger.base.io.streamprovider.StringWriterProvider
Get the writer to write to an object.
getWriter(Charset, EAppend) - Method in interface com.helger.base.io.iface.IHasOutputStreamAndWriter
Get a Writer based on this output stream provider using the given charset.
GlobalDebug - Class in com.helger.base.debug
Global class for handling the following typical application modes: debug - to be enabled during development production - to be enabled once an application is running in a production environment
GlobalDebug() - Constructor for class com.helger.base.debug.GlobalDebug
Constructor
GlobalIDFactory - Class in com.helger.base.id.factory
This class should not be static since it may have an impact if this class is used by different projects which have a separate IntID factory.
GPL10 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
GPL20 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
GPL20CP - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
GPL30 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
GZIP - Static variable in class com.helger.base.codec.base64.Base64
Specify that data should be gzip-compressed in second bit.
GZIPCodec - Class in com.helger.base.codec.impl
Encoder and decoder for GZip compression
GZIPCodec() - Constructor for class com.helger.base.codec.impl.GZIPCodec
Constructor.

H

HANDLED - Enum constant in enum class com.helger.base.state.EHandled
 
hasBOM() - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
 
hasCharset() - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
 
hasCharset() - Method in enum class com.helger.base.charset.EUnicodeBOM
 
hasClassLoader() - Method in interface com.helger.base.classloader.IHasClassLoader
Check if this object has a custom class loader or not.
hasColumnNumber() - Method in interface com.helger.base.location.ILocation
 
hasException() - Method in class com.helger.base.callback.exception.CollectingExceptionCallback
 
hasException() - Method in class com.helger.base.callback.exception.CollectingExceptionListCallback
 
HASH - Static variable in class com.helger.base.url.CURL
Separator between URL path and anchor name: #
HASH_STR - Static variable in class com.helger.base.url.CURL
 
hashCode() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
 
hashCode() - Method in class com.helger.base.dimension.SizeDouble
 
hashCode() - Method in class com.helger.base.dimension.SizeFloat
 
hashCode() - Method in class com.helger.base.dimension.SizeInt
 
hashCode() - Method in class com.helger.base.dimension.SizeLong
 
hashCode() - Method in class com.helger.base.email.EmailAddress
 
hashCode() - Method in class com.helger.base.hashcode.HashCodeGenerator
Deprecated.
Don't call this
hashCode() - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.MemoryIntIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.MemoryLongIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.MemoryStaticIntIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.MemoryStaticLongIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.StringIDFactory
 
hashCode() - Method in class com.helger.base.id.factory.StringIDFromUUIDFactory
 
hashCode() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
 
hashCode() - Method in class com.helger.base.io.streamprovider.StringReaderProvider
 
hashCode() - Method in class com.helger.base.io.streamprovider.StringWriterProvider
 
hashCode() - Method in class com.helger.base.lang.clazz.FactoryNewInstance
 
hashCode() - Method in class com.helger.base.location.SimpleLocation
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableBoolean
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableByte
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableChar
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableDouble
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableFloat
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableInt
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableLong
 
hashCode() - Method in class com.helger.base.numeric.mutable.MutableShort
 
hashCode() - Method in class com.helger.base.rt.NonBlockingProperties
 
hashCode() - Method in class com.helger.base.state.ChangeWithValue
 
hashCode() - Method in class com.helger.base.state.SuccessWithValue
 
hashCode() - Method in class com.helger.base.thirdparty.CustomLicense
 
hashCode() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
hashCode() - Method in class com.helger.base.type.ObjectType
 
hashCode() - Method in class com.helger.base.type.TypedObject
 
hashCode() - Method in class com.helger.base.version.Version
 
hashCode() - Method in class com.helger.base.version.VersionRange
 
hashCode() - Method in class com.helger.base.wrapper.Wrapper
 
hashCode(boolean) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
hashCode(boolean[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of booleans.
hashCode(byte) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
hashCode(byte[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of bytes.
hashCode(char) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
hashCode(char[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of chars.
hashCode(double) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
hashCode(double[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of doubles.
hashCode(float) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
hashCode(float[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of floats.
hashCode(int[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of ints.
hashCode(long[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of longs.
hashCode(short) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
hashCode(short[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of shorts.
hashCode(Object[], int, int) - Static method in class com.helger.base.hashcode.HashCodeCalculator
Compute a hash code for a sub-array of objects.
hashCode(Object) - Static method in class com.helger.base.hashcode.HashCodeCalculator
 
HASHCODE_NULL - Static variable in class com.helger.base.hashcode.HashCodeCalculator
The hash code value to be used for null values.
HashCodeCalculator - Class in com.helger.base.hashcode
This class provides the hash code generation for different data types.
HashCodeGenerator - Class in com.helger.base.hashcode
A small hash code creation class based on the article found in the net.
HashCodeGenerator(Class<?>) - Constructor for class com.helger.base.hashcode.HashCodeGenerator
This constructor requires a class name, because in case a class has no instance variables the hash code may be the same for different instances of different classes.
HashCodeGenerator(Object) - Constructor for class com.helger.base.hashcode.HashCodeGenerator
This is a sanity constructor that allows for any object to be passed in the constructor (e.g.
HasInputStream - Class in com.helger.base.io.stream
Special implementation of IHasInputStream with that has an InputStream supplier that can be read more than once!
HasInputStream(Supplier<? extends InputStream>, boolean) - Constructor for class com.helger.base.io.stream.HasInputStream
Constructor
hasIntIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
hasLineNumber() - Method in interface com.helger.base.location.ILocation
 
hasLongIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
hasNoText(CharSequence) - Static method in class com.helger.base.string.StringHelper
Deprecated, for removal: This API element is subject to removal in a future version.
hasNoText(String) - Static method in class com.helger.base.string.StringHelper
Deprecated, for removal: This API element is subject to removal in a future version.
hasObjectType(ObjectType) - Method in interface com.helger.base.type.IHasObjectType
Check if this object has the provided ObjectType.
hasOffset() - Method in interface com.helger.base.io.iface.IHasByteArray
 
hasPersistentIntIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
hasPersistentLongIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
hasPersistentStringIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
hasPersonal() - Method in interface com.helger.base.email.IEmailAddress
 
hasQualifier() - Method in class com.helger.base.version.Version
 
hasResourceID() - Method in interface com.helger.base.location.ILocation
 
hasStringIDFactory() - Static method in class com.helger.base.id.factory.GlobalIDFactory
 
hasText(CharSequence) - Static method in class com.helger.base.string.StringHelper
Deprecated, for removal: This API element is subject to removal in a future version.
hasText(String) - Static method in class com.helger.base.string.StringHelper
Deprecated, for removal: This API element is subject to removal in a future version.
hasTextAfterTrim(String) - Static method in class com.helger.base.string.StringHelper
Deprecated, for removal: This API element is subject to removal in a future version.
hasUnreadBytes() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
 
hasUnreadChars() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
 
HEX_RADIX - Static variable in class com.helger.base.CGlobal
Radix for hexadecimal values (16).
HOURS_PER_DAY - Static variable in class com.helger.base.CGlobal
Hours in a day (24).
HPUX - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the HP-UX operating system.
hypot(double, double) - Static method in class com.helger.base.numeric.MathHelper
 

I

IAddableByTrait - Interface in com.helger.base.trait
Empty marker interface that must be implemented by elements types that want to use IGenericAdderTrait.
IAggregator<SRCTYPE,DSTTYPE> - Interface in com.helger.base.aggregate
Aggregate a list of input objects to a single output object (change n to 1).
IAppendable<IMPLTYPE> - Interface in com.helger.base.lang
Defines a generic interface for appending objects to something.
IBaseIDFactory - Interface in com.helger.base.id.factory
Base marker interface for all ID factories.
IBooleanConsumer - Interface in com.helger.base.functional
Represents an operation that accepts a single boolean-valued argument and returns no result.
IBooleanFunction<R> - Interface in com.helger.base.functional
Represents a function that accepts a boolean-valued argument and produces a result.
IBooleanPredicate - Interface in com.helger.base.functional
Represents a predicate (boolean-valued function) of one boolean-valued argument.
IBuilder<T> - Interface in com.helger.base.builder
Marker interface for builders
IByteArrayCodec - Interface in com.helger.base.codec
Interface for a single byte array encoder + decoder.
IByteArrayDecoder - Interface in com.helger.base.codec
Interface for a single decoder of bytes.
IByteArrayEncoder - Interface in com.helger.base.codec
Interface for a single encoder of bytes.
IByteArrayStreamDecoder - Interface in com.helger.base.codec
Interface for a single decoder of bytes, based on streams.
IByteArrayStreamEncoder - Interface in com.helger.base.codec
Interface for a single encoder of bytes, based on streams.
IByteFunction<R> - Interface in com.helger.base.functional
Represents a function that accepts a byte-valued argument and produces a result.
ICallback - Interface in com.helger.base.callback
Marker interface for callback interfaces.
ICallbackList<CALLBACKTYPE> - Interface in com.helger.base.callback
Read-only interface for a list of ICallback objects.
Note: Does not implement Iterable because the returned iterator would either be an Iterator over the list in which case you can use ICallbackList.getAllCallbacks() directly or the returned Iterator would not be thread-safe and that is not an option for this type.
IChangeCallback<DATATYPE> - Interface in com.helger.base.callback
Simple notification interface.
IChangeIndicator - Interface in com.helger.base.state
Very simple interface for an object that has changed/unchanged indication.
ICharArrayCodec - Interface in com.helger.base.codec
Interface for a single char array encoder + decoder.
ICharArrayDecoder - Interface in com.helger.base.codec
Interface for a single decoder for chars.
ICharArrayEncoder - Interface in com.helger.base.codec
Interface for a single encoder of chars.
ICharArrayStreamDecoder - Interface in com.helger.base.codec
Interface for a single decoder of char, based on reader/writer.
ICharArrayStreamEncoder - Interface in com.helger.base.codec
Interface for a single encoder of chars, based on reader/writer.
ICharConsumer - Interface in com.helger.base.functional
Represents an operation that accepts a single char-valued argument and returns no result.
ICharFunction<R> - Interface in com.helger.base.functional
Represents a function that accepts a char-valued argument and produces a result.
ICharPredicate - Interface in com.helger.base.functional
Represents a predicate (char-valued function) of one char-valued argument.
ICleanUpRegistrarSPI - Interface in com.helger.base.cleanup
Cleanup interface
ICleanUpRegistry - Interface in com.helger.base.cleanup
Callback interface for registering new type converters.
IClearable - Interface in com.helger.base.state
Basic interface for the common action of resetting an objects contents to the initial state.
ICloneable<DATATYPE> - Interface in com.helger.base.clone
This is a type-safe replacement interface for the default Cloneable interface since it contains the desired return type and is accessible solely by the interface.
ICloseable - Interface in com.helger.base.state
Interface of an object, which may be closed and can be checked if it is closed.
ICodec<DATATYPE> - Interface in com.helger.base.codec
Interface for a single encoder + decoder.
IComparable<DATATYPE> - Interface in com.helger.base.compare
A special interface extension to the Comparable interface that adds some default comparison methods.
IComparator<DATATYPE> - Interface in com.helger.base.compare
A special interface that combines Comparator and Serializable for easier reuse since Comparators should be Serializable.
IConditionalLogger - Interface in com.helger.base.log
Conditional logger activity interface
IContinueIndicator - Interface in com.helger.base.state
Very simple interface for an object that has continue/break indication.
IDecoder<SRCTYPE,DSTTYPE> - Interface in com.helger.base.codec
The most basic decoding interface
identity() - Static method in interface com.helger.base.codec.ICodec
 
IdentityByteArrayCodec - Class in com.helger.base.codec
Special implementation of IByteArrayCodec that does nothing.
IdentityByteArrayCodec() - Constructor for class com.helger.base.codec.IdentityByteArrayCodec
 
IdentityCodec<DATATYPE> - Class in com.helger.base.codec
Special implementation of ICodec that does nothing.
IdentityCodec() - Constructor for class com.helger.base.codec.IdentityCodec
 
identityDifferent(T, T) - Static method in class com.helger.base.equals.EqualsHelper
The only place where objects are compared by identity.
identityEqual(T, T) - Static method in class com.helger.base.equals.EqualsHelper
The only place where objects are compared by identity.
IDisplayNameProvider<DATATYPE> - Interface in com.helger.base.name
Interface for a handler the provides the locale independent name of an object.
IEmailAddress - Interface in com.helger.base.email
Aggregation of a personal name and an email address.
IEnabledIndicator - Interface in com.helger.base.state
Simple interface for all objects that can be enabled and disabled.
IEncoder<SRCTYPE,DSTTYPE> - Interface in com.helger.base.codec
The most basic encoding interface
IErrorIndicator - Interface in com.helger.base.state
Very simple interface for an object that has error/noError indication.
IExceptionCallback<EXTYPE> - Interface in com.helger.base.callback.exception
Callback interface to handle thrown exception objects.
IExecutorServiceFactory - Interface in com.helger.base.concurrent
Factory for creating ExecutorService instances.
IExplicitlyCloneable - Interface in com.helger.base.lang
A marker interface for objects using Cloneable but in a more explicit way.
ifFalse() - Static method in interface com.helger.base.functional.IBooleanPredicate
 
IFloatFunction<R> - Interface in com.helger.base.functional
Represents a function that accepts a float-valued argument and produces a result.
ifTrue() - Static method in interface com.helger.base.functional.IBooleanPredicate
 
IGenericAdderTrait<ELEMENTTYPE,IMPLTYPE> - Interface in com.helger.base.trait
Add arbitrary objects to this, where this being some kind of a collection like ArrayList.
IGenericImplTrait<IMPLTYPE> - Interface in com.helger.base.trait
A trait to convert this to a generic implementation.
IGenericMapAdderTrait<KEYTYPE,VALUETYPE,IMPLTYPE> - Interface in com.helger.base.trait
Add arbitrary objects to this, where this is a Map based structure like HashMap or TreeMap.
IHandledIndicator - Interface in com.helger.base.state
Very simple interface for an object that has handled indication.
IHasByteArray - Interface in com.helger.base.io.iface
Base interface for all objects owning a byte array.
IHasClassLoader - Interface in com.helger.base.classloader
Base interface for all objects having optional support for custom ClassLoader objects.
Note: when you implement this interface and want to have a ClassLoader as a member, please consider storing it as a WeakReference to avoid potential memory leaks.
IHasConditionalLogger - Interface in com.helger.base.log
Marker interface for classes that supports conditional logging.
IHasDimensionDouble - Interface in com.helger.base.dimension
Interface for objects having a width and a height.
IHasDimensionFloat - Interface in com.helger.base.dimension
Interface for objects having a width and a height.
IHasDimensionInt - Interface in com.helger.base.dimension
Interface for objects having a width and a height.
IHasDimensionLong - Interface in com.helger.base.dimension
Interface for objects having a width and a height.
IHasDisplayName - Interface in com.helger.base.name
Base interface for objects that have a locale independent display name.
I contract to IHasName this interface is meant for display names of objects (e.g. user names or folder names).
IHashCodeGenerator - Interface in com.helger.base.hashcode
Base interface for hash code generators.
IHasHeightDouble - Interface in com.helger.base.dimension
Interface for objects having a height.
IHasHeightFloat - Interface in com.helger.base.dimension
Interface for objects having a height.
IHasHeightInt - Interface in com.helger.base.dimension
Interface for objects having a height.
IHasHeightLong - Interface in com.helger.base.dimension
Interface for objects having a height.
IHasID<IDTYPE> - Interface in com.helger.base.id
Base interface for all objects having an ID.
IHasInputStream - Interface in com.helger.base.io.iface
A callback interface to retrieve InputStream objects.
IHasInputStreamAndReader - Interface in com.helger.base.io.iface
A callback interface to retrieve Reader objects based on InputStreams.
IHasIntID - Interface in com.helger.base.id
Base interface for all objects having an int ID.
IHasLongID - Interface in com.helger.base.id
Base interface for all objects having a long ID.
IHasName - Interface in com.helger.base.name
Base interface for all objects that have a mandatory INTERNAL name that is not multilingual but should be human interpretable.
IHasObjectType - Interface in com.helger.base.type
Base interface for all objects having a certain ObjectType.
IHasOutputStream - Interface in com.helger.base.io.iface
A callback interface to retrieve OutputStream objects.
IHasOutputStreamAndWriter - Interface in com.helger.base.io.iface
A callback interface to retrieve Writer objects based on InputStreams.
IHasReader - Interface in com.helger.base.io.iface
A callback interface to retrieve Reader objects.
IHasSize - Interface in com.helger.base.iface
Base interface for all objects having a certain size with int precision.
IHasSizeLong - Interface in com.helger.base.iface
Base interface for all objects having a certain size with long precision.
IHasTypeConverterTo<DSTTYPE> - Interface in com.helger.base.trait
An object having or requiring a converter from primitive to something else.
IHasVersion - Interface in com.helger.base.version
Base interface for objects having a version.
IHasVersionRange - Interface in com.helger.base.version
Base interface for objects having a version range.
IHasWidthDouble - Interface in com.helger.base.dimension
Interface for objects having a width.
IHasWidthFloat - Interface in com.helger.base.dimension
Interface for objects having a width.
IHasWidthInt - Interface in com.helger.base.dimension
Interface for objects having a width.
IHasWidthLong - Interface in com.helger.base.dimension
Interface for objects having a width.
IHasWriter - Interface in com.helger.base.io.iface
A callback interface to retrieve Writer objects.
IIDFactory<IDTYPE> - Interface in com.helger.base.id.factory
Interface for an object creating unique IDs.
IIDProvider<VALUETYPE,IDTYPE> - Interface in com.helger.base.id
Interface for objects having an ID.
IInterruptIndicator - Interface in com.helger.base.state
Very simple interface for an object that has interrupted indication.
IIntIDFactory - Interface in com.helger.base.id.factory
Interface for an object creating unique int IDs.
IIntIDProvider<VALUETYPE> - Interface in com.helger.base.id
Interface for objects having an int ID.
ILeftRightIndicator - Interface in com.helger.base.state
Very simple interface for an object that has left/right indication.
ILicense - Interface in com.helger.base.thirdparty
Represents a single license.
ILLEGAL_CHAR - Static variable in class com.helger.base.CGlobal
Represents an illegal character (\0).
ILLEGAL_DOUBLE - Static variable in class com.helger.base.CGlobal
Represents an illegal double (Double.NaN).
ILLEGAL_FLOAT - Static variable in class com.helger.base.CGlobal
Represents an illegal float (Float.NaN).
ILLEGAL_HASHCODE - Static variable in interface com.helger.base.hashcode.IHashCodeGenerator
Represents an illegal hash code that is never to be returned!
ILLEGAL_NUMBER - Static variable in interface com.helger.base.location.ILocation
Constant for an illegal row or column number
ILLEGAL_UINT - Static variable in class com.helger.base.CGlobal
Represents an illegal unsigned integer (-1).
ILLEGAL_ULONG - Static variable in class com.helger.base.CGlobal
Represents an illegal unsigned long (-1).
ILLEGAL_USHORT - Static variable in class com.helger.base.CGlobal
Represents an illegal unsigned short (-1).
ILocation - Interface in com.helger.base.location
Interface indication the position of something within a single resource
ILongIDFactory - Interface in com.helger.base.id.factory
Interface for an object creating unique long IDs.
ILongIDProvider<VALUETYPE> - Interface in com.helger.base.id
Interface for objects having a long ID.
IMandatoryIndicator - Interface in com.helger.base.state
Very simple interface for an object that has mandatory/optional indication.
IMockException - Interface in com.helger.base.mock.exception
This is a marker interface for mock exceptions.
imploder() - Static method in class com.helger.base.string.StringImplode
 
ImploderBuilder() - Constructor for class com.helger.base.string.StringImplode.ImploderBuilder
Constructor.
ImploderBuilderMap() - Constructor for class com.helger.base.string.StringImplode.ImploderBuilderMap
Constructor.
imploderMap() - Static method in class com.helger.base.string.StringImplode
 
IMutableInteger<IMPLTYPE> - Interface in com.helger.base.numeric.mutable
Base interface for mutable numeric values
IMutableNumeric<IMPLTYPE> - Interface in com.helger.base.numeric.mutable
Base interface for mutable numeric values
IMutableObject<IMPLTYPE> - Interface in com.helger.base.numeric.mutable
Base interface for all mutable objects
IMutableObjectPool<DATATYPE> - Interface in com.helger.base.pool
Simple pool interface.
IMutableWrapper<DATATYPE> - Interface in com.helger.base.wrapper
Base interface for mutable wrapping an object within another object.
INameProvider<DATATYPE> - Interface in com.helger.base.name
Interface for a handler the provides the name of an object.
inc() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableByte
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableChar
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableDouble
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableFloat
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableInt
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableLong
Increment by 1 and return the modified value.
inc() - Method in class com.helger.base.numeric.mutable.MutableShort
Increment by 1 and return the modified value.
inc(double) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Increment by the given delta and return the modified value.
inc(double) - Method in class com.helger.base.numeric.mutable.MutableDouble
Increment by the given delta and return the modified value.
inc(float) - Method in class com.helger.base.numeric.mutable.MutableFloat
Increment by the given delta and return the modified value.
inc(int) - Method in class com.helger.base.numeric.mutable.MutableByte
Increment by the given delta and return the modified value.
inc(int) - Method in class com.helger.base.numeric.mutable.MutableChar
Increment by the given delta and return the modified value.
inc(int) - Method in class com.helger.base.numeric.mutable.MutableInt
Increment by the given delta and return the modified value.
inc(int) - Method in class com.helger.base.numeric.mutable.MutableShort
Increment by the given delta and return the modified value.
inc(long) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Increment by the given delta and return the modified value.
inc(long) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Increment by the given delta and return the modified value.
inc(long) - Method in class com.helger.base.numeric.mutable.MutableLong
Increment by the given delta and return the modified value.
inc(MutableBigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Increment by the given delta and return the modified value.
inc(MutableBigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Increment by the given delta and return the modified value.
inc(MutableChar) - Method in class com.helger.base.numeric.mutable.MutableChar
Increment by the given delta and return the modified value.
inc(Number) - Method in class com.helger.base.numeric.mutable.MutableByte
Increment by the given delta and return the modified value.
inc(Number) - Method in class com.helger.base.numeric.mutable.MutableDouble
Increment by the given delta and return the modified value.
inc(Number) - Method in class com.helger.base.numeric.mutable.MutableFloat
Increment by the given delta and return the modified value.
inc(Number) - Method in class com.helger.base.numeric.mutable.MutableInt
Increment by the given delta and return the modified value.
inc(Number) - Method in class com.helger.base.numeric.mutable.MutableLong
Increment by the given delta and return the modified value.
inc(Number) - Method in class com.helger.base.numeric.mutable.MutableShort
Increment by the given delta and return the modified value.
inc(BigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Increment by the given delta and return the modified value.
inc(BigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Increment by the given delta and return the modified value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableByte
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableChar
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableDouble
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableFloat
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableInt
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableLong
Increment by 1 and then get the new value.
incAndGet() - Method in class com.helger.base.numeric.mutable.MutableShort
Increment by 1 and then get the new value.
INDEFINITE_ENTRIES - Static variable in class com.helger.base.CGlobal
constant for an indefinite number of entries (-1).
info(String) - Method in class com.helger.base.log.ConditionalLogger
info(String) - Method in interface com.helger.base.log.IConditionalLogger
 
info(String, Exception) - Method in class com.helger.base.log.ConditionalLogger
info(String, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
info(Supplier<String>) - Method in class com.helger.base.log.ConditionalLogger
info(Supplier<String>) - Method in interface com.helger.base.log.IConditionalLogger
 
info(Supplier<String>, Exception) - Method in class com.helger.base.log.ConditionalLogger
info(Supplier<String>, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
INITIAL_HASHCODE - Static variable in class com.helger.base.hashcode.HashCodeCalculator
Use a prime number as the start.
INITIAL_ID - Static variable in class com.helger.base.id.factory.MemoryStaticIntIDFactory
The default start ID to use.
INITIAL_ID - Static variable in class com.helger.base.id.factory.MemoryStaticLongIDFactory
The default start ID to use.
InitializationException - Exception Class in com.helger.base.exception
This class should be used when an error occurs in the initialization phase (e.g. in static blocks of classes).
InitializationException() - Constructor for exception class com.helger.base.exception.InitializationException
Default constructor.
InitializationException(String) - Constructor for exception class com.helger.base.exception.InitializationException
Constructor with a message.
InitializationException(String, Throwable) - Constructor for exception class com.helger.base.exception.InitializationException
Constructor with a message and a cause.
InitializationException(Throwable) - Constructor for exception class com.helger.base.exception.InitializationException
Constructor with a cause.
initializeThread(Thread) - Method in class com.helger.base.concurrent.BasicThreadFactory
Initializes the specified thread.
InputStreamAndCharset(InputStream, EUnicodeBOM, Charset) - Constructor for class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
Constructor.
INSTANCE - Static variable in class com.helger.base.codec.IdentityByteArrayCodec
Default instance that can be used.
INSTANCE - Static variable in class com.helger.base.id.factory.StringIDFromUUIDFactory
 
internalGetPathWithLeadingSlash(String) - Static method in class com.helger.base.lang.clazz.ClassHelper
 
internalGetPathWithoutLeadingSlash(String) - Static method in class com.helger.base.classloader.ClassLoaderHelper
 
internalGetPropagatableException(Exception) - Static method in class com.helger.base.io.stream.StreamHelper
 
internalGetReserveCountUnlocked() - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
 
internalGetReserveCountUnlocked() - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
 
INTERRUPTED - Enum constant in enum class com.helger.base.state.EInterrupt
 
intIsEQ0() - Static method in class com.helger.base.functional.Predicates
 
intIsGE0() - Static method in class com.helger.base.functional.Predicates
 
intIsGT0() - Static method in class com.helger.base.functional.Predicates
 
intIsLE0() - Static method in class com.helger.base.functional.Predicates
 
intIsLT0() - Static method in class com.helger.base.functional.Predicates
 
intIsNE0() - Static method in class com.helger.base.functional.Predicates
 
intValue() - Method in interface com.helger.base.numeric.INumber
Returns the value of the specified number as an int, which may involve rounding or truncation.
intValue() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableByte
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableChar
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableDouble
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableFloat
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableInt
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableLong
 
intValue() - Method in class com.helger.base.numeric.mutable.MutableShort
 
INumber - Interface in com.helger.base.numeric
Base interface comparable to Number - but an interface and not an abstract class.
INVALID - Enum constant in enum class com.helger.base.state.EValidity
 
invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class com.helger.base.reflection.GenericReflection
Dynamically invoke a method on the given object, with explicit argument class types.
invokeMethod(Object, String, Object...) - Static method in class com.helger.base.reflection.GenericReflection
This method dynamically invokes the method with the given name on the given object.
invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class com.helger.base.reflection.GenericReflection
Dynamically invoke a static method on the given class, with explicit argument class types.
invokeStaticMethod(Class<?>, String, Object...) - Static method in class com.helger.base.reflection.GenericReflection
Dynamically invoke a static method on the given class.
invokeStaticMethod(String, String, Class<?>[], Object[]) - Static method in class com.helger.base.reflection.GenericReflection
Dynamically invoke a static method identified by the class name and method name, with explicit argument class types.
invokeStaticMethod(String, String, Object...) - Static method in class com.helger.base.reflection.GenericReflection
Dynamically invoke a static method identified by the class name and method name.
IObjectPoolFactory<DATATYPE> - Interface in com.helger.base.pool
An extended factory for objects in the ObjectPool.
IResettableBuilder<T> - Interface in com.helger.base.builder
Marker interface for a resettable builder
is0() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
is0() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
is0() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
is0() - Method in class com.helger.base.numeric.mutable.MutableByte
is0() - Method in class com.helger.base.numeric.mutable.MutableChar
is0() - Method in class com.helger.base.numeric.mutable.MutableDouble
is0() - Method in class com.helger.base.numeric.mutable.MutableFloat
is0() - Method in class com.helger.base.numeric.mutable.MutableInt
is0() - Method in class com.helger.base.numeric.mutable.MutableLong
is0() - Method in class com.helger.base.numeric.mutable.MutableShort
isAbstractClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is abstract or not.
isAddPadding() - Method in class com.helger.base.codec.impl.Base32Codec
 
isAllWhitespace(CharSequence) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence is only whitespace or not.
isAlpha(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x41-5A / %x61-7A ; A-Z / a-z
isAnnotationClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is an annotation type.
isAnyInformationPresent() - Method in interface com.helger.base.location.ILocation
Simple method to check if resource ID, line number, column number or field name is present.
isAnythingAvailable() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
isAnythingAvailable() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
isAppend() - Method in enum class com.helger.base.io.EAppend
 
isArray(Object) - Static method in class com.helger.base.array.ArrayHelper
Check if the passed object is an array or not.
isArrayClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is an array type.
isArrayEquals(Object, Object) - Static method in class com.helger.base.array.ArrayHelper
Recursive equal comparison for arrays.
isArrayOfsLen(boolean[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed boolean array.
isArrayOfsLen(byte[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed byte array.
isArrayOfsLen(char[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed char array.
isArrayOfsLen(double[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed double array.
isArrayOfsLen(float[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed float array.
isArrayOfsLen(int[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed int array.
isArrayOfsLen(long[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed long array.
isArrayOfsLen(short[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed short array.
isArrayOfsLen(Object[], int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the offset and length are valid for the passed array.
isAscending() - Method in enum class com.helger.base.compare.ESortOrder
isAscending() - Method in interface com.helger.base.compare.ISortOrderIndicator
 
isBetweenExclusive(double, String, double, double) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(double, Supplier<? extends String>, double, double) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(float, String, float, float) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(float, Supplier<? extends String>, float, float) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(int, String, int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(int, Supplier<? extends String>, int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(long, String, long, long) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(long, Supplier<? extends String>, long, long) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(short, String, short, short) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(short, Supplier<? extends String>, short, short) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(BigDecimal, Supplier<? extends String>, BigDecimal, BigDecimal) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(BigInteger, Supplier<? extends String>, BigInteger, BigInteger) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenInclusive(double, String, double, double) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(double, Supplier<? extends String>, double, double) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(float, String, float, float) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(float, Supplier<? extends String>, float, float) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(int, String, int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(int, Supplier<? extends String>, int, int) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(long, String, long, long) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(long, Supplier<? extends String>, long, long) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(short, String, short, short) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(short, Supplier<? extends String>, short, short) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(BigDecimal, Supplier<? extends String>, BigDecimal, BigDecimal) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(BigInteger, Supplier<? extends String>, BigInteger, BigInteger) - Static method in class com.helger.base.enforce.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBit(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: "0" / "1"
isBooleanClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a boolean class, either the primitive boolean or the wrapper type Boolean.
isBottom() - Method in interface com.helger.base.state.ITopBottomIndicator
 
isBreak() - Method in interface com.helger.base.state.IContinueIndicator
 
isBuffered(InputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed input stream is already buffered.
isBuffered(OutputStream) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed output stream is already buffered.
isBuffered(Reader) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed reader is already buffered.
isBuffered(Writer) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed writer is already buffered.
isChanged() - Method in class com.helger.base.state.ChangeWithValue
isChanged() - Method in enum class com.helger.base.state.EChange
isChanged() - Method in interface com.helger.base.state.IChangeIndicator
 
isChar(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x01-7F → any 7-bit US-ASCII character, excluding NUL
isCharacterClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a character class, either the primitive char or the wrapper type Character.
isClassPathURLExisting(String) - Static method in class com.helger.base.url.URLHelper
Check if a classpath URL exists for the given path.
isClassPathURLExisting(String, ClassLoader) - Static method in class com.helger.base.url.URLHelper
Check if a classpath URL exists for the given path using the specified class loader.
isClosed() - Method in class com.helger.base.hashcode.HashCodeGenerator
 
isClosed() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
isClosed() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
isClosed() - Method in interface com.helger.base.state.ICloseable
Returns, whether the object is already closed.
isContinue() - Method in enum class com.helger.base.state.EContinue
isContinue() - Method in interface com.helger.base.state.IContinueIndicator
 
isCopy() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
 
isCopy() - Method in interface com.helger.base.io.iface.IHasByteArray
 
isCopy() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
 
isCopy() - Method in class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
isCR(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x0D → carriage return
isCtl(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x00-1F / %x7F → controls
isCurrentChar(char) - Method in class com.helger.base.string.StringScanner
Check if the current character matches the specified character.
isCurrentOS() - Method in enum class com.helger.base.system.EOperatingSystem
 
isCurrentVersion() - Method in enum class com.helger.base.system.EJavaVersion
 
isDebugMode() - Static method in class com.helger.base.debug.GlobalDebug
 
isDefined() - Method in enum class com.helger.base.state.ETriState
isDefined() - Method in interface com.helger.base.state.ITriState
 
isDescending() - Method in interface com.helger.base.compare.ISortOrderIndicator
 
isDigit(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x30-39 → 0-9
isDisabled() - Method in interface com.helger.base.state.IEnabledIndicator
 
isDouble(String) - Static method in class com.helger.base.string.StringParser
Checks if the given string is a double string that can be converted to a double value.
isDQuote(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x22 → " (Double Quote)
isEmpty() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
 
isEmpty() - Method in class com.helger.base.callback.CallbackList
 
isEmpty() - Method in interface com.helger.base.iface.IHasSize
 
isEmpty() - Method in interface com.helger.base.iface.IHasSizeLong
 
isEmpty() - Method in interface com.helger.base.io.iface.IHasByteArray
isEmpty() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
 
isEmpty() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
isEmpty() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
 
isEmpty() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
isEmpty(boolean...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(byte...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(char...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(double...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(float...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(int...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(long...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(short...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
 
isEmpty(CharSequence) - Static method in class com.helger.base.string.StringHelper
Check if the string is null or empty.
isEmpty(String) - Static method in class com.helger.base.string.StringHelper
Check if the string is null or empty.
isEmptyAfterTrim(String) - Static method in class com.helger.base.string.StringHelper
Check if the string is null or empty after trimming.
isEnabled() - Static method in class com.helger.base.enforce.ValueEnforcer
 
isEnabled() - Method in class com.helger.base.log.ConditionalLogger
isEnabled() - Method in enum class com.helger.base.state.EEnabled
isEnabled() - Method in interface com.helger.base.state.IEnabledIndicator
 
isEncodeBlanks() - Method in class com.helger.base.codec.impl.RFC1522QCodec
Tests if optional transformation of SPACE characters is to be used
isEndOfInput() - Method in enum class com.helger.base.state.EEOI
 
isEnumClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is an enum type.
isEQ(DATATYPE) - Method in interface com.helger.base.compare.IComparable
 
isEQ0(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ0(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ1(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ1(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ10(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ10(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ100(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isEQ100(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isEqual(double, double, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isEqual(double, double, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isEqual(int, int, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isEqual(int, int, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isEqual(long, long, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isEqual(long, long, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isEqual(T, T, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using equals to check comparison.
isEqual(T, T, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using equals to check comparison.
isError() - Method in interface com.helger.base.state.IErrorIndicator
 
isEven() - Method in interface com.helger.base.numeric.mutable.IMutableInteger
 
isEven() - Method in class com.helger.base.numeric.mutable.MutableByte
isEven() - Method in class com.helger.base.numeric.mutable.MutableChar
isEven() - Method in class com.helger.base.numeric.mutable.MutableInt
isEven() - Method in class com.helger.base.numeric.mutable.MutableLong
isEven() - Method in class com.helger.base.numeric.mutable.MutableShort
isExactlyOneBitSetToOne(int) - Static method in class com.helger.base.numeric.MathHelper
Check if only a single bit is set.
Source: http://stackoverflow.com/questions/12483843/test-if-a-bitboard-have-only-one-bit-set-to-1
Say n has any bits set, the least significant is bit number k.
isExactlyOneBitSetToOne(long) - Static method in class com.helger.base.numeric.MathHelper
Check if only a single bit is set.
Source: http://stackoverflow.com/questions/12483843/test-if-a-bitboard-have-only-one-bit-set-to-1
Say n has any bits set, the least significant is bit number k.
isFailure() - Method in interface com.helger.base.state.ISuccessIndicator
 
isFalse() - Method in enum class com.helger.base.state.ETriState
isFalse() - Method in interface com.helger.base.state.ITriState
 
isFalse(boolean, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is false.
isFalse(boolean, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is false.
isFalse(BooleanSupplier, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is false.
isFalse(BooleanSupplier, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is false.
isFloat(String) - Static method in class com.helger.base.string.StringParser
Checks if the given string is a float string that can be converted to a double value.
isFloatingPointClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a floating point class, including the primitive types double and float, their wrapper types Double and Float, as well as BigDecimal.
isGE(DATATYPE) - Method in interface com.helger.base.compare.IComparable
 
isGE0() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
isGE0() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
isGE0() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
isGE0() - Method in class com.helger.base.numeric.mutable.MutableByte
isGE0() - Method in class com.helger.base.numeric.mutable.MutableChar
isGE0() - Method in class com.helger.base.numeric.mutable.MutableDouble
isGE0() - Method in class com.helger.base.numeric.mutable.MutableFloat
isGE0() - Method in class com.helger.base.numeric.mutable.MutableInt
isGE0() - Method in class com.helger.base.numeric.mutable.MutableLong
isGE0() - Method in class com.helger.base.numeric.mutable.MutableShort
isGE0(double, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(double, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(float, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(float, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(int, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(int, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(long, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(long, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(short, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(short, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGE0(BigDecimal, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGE0(BigInteger, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≥ 0.
isGE1(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGE1(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGE10(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGE10(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGE100(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGE100(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGT(DATATYPE) - Method in interface com.helger.base.compare.IComparable
 
isGT0() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
isGT0() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
isGT0() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
isGT0() - Method in class com.helger.base.numeric.mutable.MutableByte
isGT0() - Method in class com.helger.base.numeric.mutable.MutableChar
isGT0() - Method in class com.helger.base.numeric.mutable.MutableDouble
isGT0() - Method in class com.helger.base.numeric.mutable.MutableFloat
isGT0() - Method in class com.helger.base.numeric.mutable.MutableInt
isGT0() - Method in class com.helger.base.numeric.mutable.MutableLong
isGT0() - Method in class com.helger.base.numeric.mutable.MutableShort
isGT0(double, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(double, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(float, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(float, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(int, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(int, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(long, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(long, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(short, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(short, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGT0(BigDecimal, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGT0(BigInteger, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is > 0.
isGT1(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGT1(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGT10(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGT10(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isGT100(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isGT100(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isHandled() - Method in enum class com.helger.base.state.EHandled
isHandled() - Method in interface com.helger.base.state.IHandledIndicator
 
isHeldByCurrentThread() - Method in class com.helger.base.concurrent.NonReentrantLock
 
isHeldExclusively() - Method in class com.helger.base.concurrent.NonReentrantLock
 
isHexDigit(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: DIGIT / "A" / "B" / "C" / "D" / "E" / "F" / "a" / "b" / "c" / "d" / "e" / "f"
isHexEncoding() - Method in class com.helger.base.codec.impl.Base32Codec
 
IShortFunction<R> - Interface in com.helger.base.functional
Represents a function that accepts a short-valued argument and produces a result.
isHTab(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x09 → horizontal tab
isIncludingCeil() - Method in class com.helger.base.version.VersionRange
 
isIncludingFloor() - Method in class com.helger.base.version.VersionRange
 
isInstancableClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is public, instancable and has a no-argument constructor.
isInstanceOf(T, Class<? extends T>, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is an instance of the passed class.
isInstanceOf(T, Class<? extends T>, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is an instance of the passed class.
isInstantiated() - Static method in class com.helger.base.cleanup.CleanUpRegistry
 
isInstantiated() - Static method in class com.helger.base.thirdparty.ThirdPartyModuleRegistry
 
isInt(String) - Static method in class com.helger.base.string.StringParser
Checks if the given string is a numeric string that can be converted to a long value with radix 10.
isIntegerClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is an integer (whole number) class, including the primitive types byte, int, long and short, their wrapper types Byte, Integer, Long and Short, as well as BigInteger.
isInterface(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is an interface or not.
isInterrupted() - Method in enum class com.helger.base.state.EInterrupt
isInterrupted() - Method in interface com.helger.base.state.IInterruptIndicator
 
isInvalid() - Method in interface com.helger.base.state.IValidityIndicator
 
isJVMVendor() - Method in enum class com.helger.base.system.EJVMVendor
 
isKnownEOFException(Class<?>) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed class is a known EOF exception class.
isKnownEOFException(Throwable) - Static method in class com.helger.base.io.stream.StreamHelper
Check if the passed exception is a known EOF exception.
isLandscape() - Method in interface com.helger.base.dimension.IHasDimensionDouble
 
isLandscape() - Method in interface com.helger.base.dimension.IHasDimensionFloat
 
isLandscape() - Method in interface com.helger.base.dimension.IHasDimensionInt
 
isLandscape() - Method in interface com.helger.base.dimension.IHasDimensionLong
 
isLE(DATATYPE) - Method in interface com.helger.base.compare.IComparable
 
isLE0() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
isLE0() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
isLE0() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
isLE0() - Method in class com.helger.base.numeric.mutable.MutableByte
isLE0() - Method in class com.helger.base.numeric.mutable.MutableChar
isLE0() - Method in class com.helger.base.numeric.mutable.MutableDouble
isLE0() - Method in class com.helger.base.numeric.mutable.MutableFloat
isLE0() - Method in class com.helger.base.numeric.mutable.MutableInt
isLE0() - Method in class com.helger.base.numeric.mutable.MutableLong
isLE0() - Method in class com.helger.base.numeric.mutable.MutableShort
isLE0(double, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(double, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(float, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(float, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(int, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(int, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(long, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(long, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(short, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(short, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLE0(BigDecimal, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLE0(BigInteger, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is ≤ 0.
isLE1(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLE1(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLE10(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLE10(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLE100(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLE100(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLeft() - Method in enum class com.helger.base.state.ELeftRight
isLeft() - Method in interface com.helger.base.state.ILeftRightIndicator
 
isLF(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x0A → linefeed
isLong(String) - Static method in class com.helger.base.string.StringParser
Checks if the given string is a numeric string that can be converted to a long value with radix 10.
isLT(DATATYPE) - Method in interface com.helger.base.compare.IComparable
 
isLT0() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
isLT0() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
isLT0() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
isLT0() - Method in class com.helger.base.numeric.mutable.MutableByte
isLT0() - Method in class com.helger.base.numeric.mutable.MutableChar
isLT0() - Method in class com.helger.base.numeric.mutable.MutableDouble
isLT0() - Method in class com.helger.base.numeric.mutable.MutableFloat
isLT0() - Method in class com.helger.base.numeric.mutable.MutableInt
isLT0() - Method in class com.helger.base.numeric.mutable.MutableLong
isLT0() - Method in class com.helger.base.numeric.mutable.MutableShort
isLT0(double, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(double, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(float, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(float, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(int, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(int, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(long, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(long, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(short, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(short, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLT0(BigDecimal, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLT0(BigInteger, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is < 0.
isLT1(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLT1(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLT10(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLT10(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLT100(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isLT100(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isLTS() - Method in enum class com.helger.base.system.EJavaVersion
 
isMac() - Method in enum class com.helger.base.system.ENewLineMode
 
isMacOSBased() - Method in enum class com.helger.base.system.EOperatingSystem
Indicates whether the provided operating system is MacOS-based.
isMandatory() - Method in enum class com.helger.base.state.EMandatory
isMandatory() - Method in interface com.helger.base.state.IMandatoryIndicator
 
isMatchingVersion(double) - Method in enum class com.helger.base.system.EJavaVersion
 
isMaybeEncoded(char[]) - Static method in class com.helger.base.codec.impl.RFC2616Codec
Check if the passed char array looks like it might be RFC 2616 encoded (starts and ends with a double quote character).
isMaybeEncoded(String) - Static method in class com.helger.base.codec.impl.RFC2616Codec
Check if the passed string looks like it might be RFC 2616 encoded (starts and ends with a double quote character).
isNE(DATATYPE) - Method in interface com.helger.base.compare.IComparable
 
isNE0(double, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(double, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(int, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(int, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(long, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(long, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isNE0(BigDecimal, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isNE0(BigInteger, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not equal to 0.
isNE1(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isNE1(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isNE10(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isNE10(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isNE100(BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
 
isNE100(BigInteger) - Static method in class com.helger.base.numeric.BigHelper
 
isNewerOrEqualsThan(EJavaVersion) - Method in enum class com.helger.base.system.EJavaVersion
Check if this java version is newer or equals than the passed version
isNoError() - Method in interface com.helger.base.state.IErrorIndicator
 
isNot0() - Method in interface com.helger.base.numeric.mutable.IMutableNumeric
 
isNotEmpty() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
 
isNotEmpty() - Method in interface com.helger.base.iface.IHasSize
 
isNotEmpty() - Method in interface com.helger.base.iface.IHasSizeLong
 
isNotEmpty() - Method in interface com.helger.base.io.iface.IHasByteArray
 
isNotEmpty() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
isNotEmpty() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
 
isNotEmpty(boolean...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(byte...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(char...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(double...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(float...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(int...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(long...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(short...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(ELEMENTTYPE...) - Static method in class com.helger.base.array.ArrayHelper
 
isNotEmpty(CharSequence) - Static method in class com.helger.base.string.StringHelper
Check if the string contains any char.
isNotEmpty(String) - Static method in class com.helger.base.string.StringHelper
Check if the string contains any char.
isNotEmptyAfterTrim(String) - Static method in class com.helger.base.string.StringHelper
Check if the string neither null nor empty after trimming.
isNotEndOfInput() - Method in enum class com.helger.base.state.EEOI
 
isNotInterrupted() - Method in interface com.helger.base.state.IInterruptIndicator
 
isNotSet() - Method in interface com.helger.base.wrapper.IWrapper
 
isNull() - Static method in class com.helger.base.functional.Predicates
 
isNull(Object, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is null.
isNull(Object, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is null.
isOctet(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x00-FF → 8 bits of data
isOdd() - Method in interface com.helger.base.numeric.mutable.IMutableInteger
 
isOlderOrEqualsThan(EJavaVersion) - Method in enum class com.helger.base.system.EJavaVersion
Check if this java version is older or equals than the passed version
isOptional() - Method in interface com.helger.base.state.IMandatoryIndicator
 
isOptional() - Method in interface com.helger.base.thirdparty.IThirdPartyModule
 
isOptional() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
isOracle() - Method in enum class com.helger.base.system.EJVMVendor
 
ISortOrderIndicator - Interface in com.helger.base.compare
Interface indicating a sort order.
isPartialArray() - Method in interface com.helger.base.io.iface.IHasByteArray
 
ISplitter<SRCTYPE,DSTTYPE> - Interface in com.helger.base.aggregate
Splits an input object to a list of output objects (change 1 to n).
isPortrait() - Method in interface com.helger.base.dimension.IHasDimensionDouble
 
isPortrait() - Method in interface com.helger.base.dimension.IHasDimensionFloat
 
isPortrait() - Method in interface com.helger.base.dimension.IHasDimensionInt
 
isPortrait() - Method in interface com.helger.base.dimension.IHasDimensionLong
 
isPresent(byte[]) - Method in enum class com.helger.base.charset.EUnicodeBOM
Check if the passed byte array starts with this BOM's bytes.
isPrimitiveType(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a primitive type (boolean, byte, char, double, float, int, long or short).
isPrimitiveWrapperType(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a primitive wrapper type (Boolean, Byte, Character, Double, Float, Integer, Long or Short).
isProductionMode() - Static method in class com.helger.base.debug.GlobalDebug
 
isPublic(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class has the public modifier.
isPublicClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a public, non-abstract, non-interface, non-annotation class.
isQuadratic() - Method in interface com.helger.base.dimension.IHasDimensionDouble
 
isQuadratic() - Method in interface com.helger.base.dimension.IHasDimensionFloat
 
isQuadratic() - Method in interface com.helger.base.dimension.IHasDimensionInt
 
isQuadratic() - Method in interface com.helger.base.dimension.IHasDimensionLong
 
isReadMultiple() - Method in class com.helger.base.charset.CharsetHelper.InputStreamAndCharset
 
isReadMultiple() - Method in interface com.helger.base.io.iface.IHasByteArray
Check if the InputStream from IHasInputStream.getInputStream() and IHasInputStream.getBufferedInputStream() can be acquired more than once.
isReadMultiple() - Method in interface com.helger.base.io.iface.IHasInputStream
Check if the InputStream from IHasInputStream.getInputStream() and IHasInputStream.getBufferedInputStream() can be acquired more than once.
isReadMultiple() - Method in class com.helger.base.io.stream.HasInputStream
Check if the InputStream from IHasInputStream.getInputStream() and IHasInputStream.getBufferedInputStream() can be acquired more than once.
isReadMultiple() - Method in class com.helger.base.io.streamprovider.ByteBufferInputStreamProvider
Check if the InputStream from IHasInputStream.getInputStream() and IHasInputStream.getBufferedInputStream() can be acquired more than once.
isReadMultiple() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
Check if the InputStream from IHasInputStream.getInputStream() and IHasInputStream.getBufferedInputStream() can be acquired more than once.
isRight() - Method in interface com.helger.base.state.ILeftRightIndicator
 
isSame(T, String, T) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isSame(T, Supplier<? extends String>, T) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is the same as the provided expected value using == to check comparison.
isSet() - Method in interface com.helger.base.wrapper.IWrapper
 
isSilentMode() - Static method in class com.helger.base.pool.ObjectPool
 
isSilentMode() - Static method in class com.helger.base.spi.ServiceLoaderHelper
 
isSilentMode() - Static method in class com.helger.base.system.SystemProperties
 
isSP(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x20
isStarted() - Method in class com.helger.base.timing.StopWatch
 
isStopped() - Method in class com.helger.base.timing.StopWatch
 
isStringClass(Class<?>) - Static method in class com.helger.base.lang.clazz.ClassHelper
Check if the passed class is a string-like class, meaning it is assignable to CharSequence (includes String, StringBuffer and StringBuilder).
isSuccess() - Method in enum class com.helger.base.state.ESuccess
isSuccess() - Method in interface com.helger.base.state.ISuccessIndicator
 
isSuccess() - Method in class com.helger.base.state.SuccessWithValue
isSun() - Method in enum class com.helger.base.system.EJVMVendor
 
isSupportedByXmlReader() - Method in enum class com.helger.base.charset.EUnicodeBOM
 
isSupportedVersion() - Method in enum class com.helger.base.system.EJavaVersion
 
isToken(char[]) - Static method in class com.helger.base.codec.impl.RFC2616Codec
Check if the passed char array is a valid RFC 2616 token.
isToken(String) - Static method in class com.helger.base.codec.impl.RFC2616Codec
Check if the passed string is a valid RFC 2616 token (i.e. contains no non-token characters).
isTop() - Method in enum class com.helger.base.state.ETopBottom
isTop() - Method in interface com.helger.base.state.ITopBottomIndicator
 
IStoppable - Interface in com.helger.base.state
Marker interface to indicate that something can be stopped.
IStringIDFactory - Interface in com.helger.base.id.factory
Interface for an object creating unique String IDs.
isTrue() - Method in enum class com.helger.base.state.ETriState
isTrue() - Method in interface com.helger.base.state.ITriState
 
isTrue(boolean, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is true.
isTrue(boolean, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is true.
isTrue(BooleanSupplier, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is true.
isTrue(BooleanSupplier, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is true.
isTruncate() - Method in enum class com.helger.base.io.EAppend
 
ISuccessIndicator - Interface in com.helger.base.state
Very simple interface for an object that has success/failure indication.
isUnchanged() - Method in interface com.helger.base.state.IChangeIndicator
 
isUndefined() - Method in interface com.helger.base.state.ITriState
 
isUnhandled() - Method in interface com.helger.base.state.IHandledIndicator
 
isUnix() - Method in enum class com.helger.base.system.ENewLineMode
 
isUnixBased() - Method in enum class com.helger.base.system.EOperatingSystem
Indicates whether the provided operating system is UNIX-based.
isUnlimitedStrengthCryptoAvailable() - Static method in class com.helger.base.system.CryptoPolicy
Check to see if unlimited strength crypto is available.
isUnsignedInt(String) - Static method in class com.helger.base.string.StringParser
Checks if the given string is a numeric string that can be converted to an unsigned long value with radix 10.
isUnsignedLong(String) - Static method in class com.helger.base.string.StringParser
Checks if the given string is a numeric string that can be converted to an unsigned long value with radix 10.
isValid() - Method in enum class com.helger.base.state.EValidity
isValid() - Method in interface com.helger.base.state.IValidityIndicator
 
isValid(String) - Static method in class com.helger.base.email.EmailAddressHelper
Checks if a value is a valid e-mail address according to the original, complex regular expression (see EmailAddressHelper.EMAIL_ADDRESS_PATTERN).
isValidForSimplePattern(String) - Static method in class com.helger.base.email.EmailAddressHelper
Checks if a value is a valid e-mail address according to the simple regular expression (see EmailAddressHelper.EMAIL_ADDRESS_PATTERN_SIMPLE).
isValidURN(String) - Static method in class com.helger.base.url.URNHelper
Check if the provided string is valid according to RFC 2141.
isVChar(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: %x21-7E → visible (printing) characters
isWindows() - Method in enum class com.helger.base.system.ENewLineMode
 
isWindowsBased() - Method in enum class com.helger.base.system.EOperatingSystem
Indicates whether the provided operating system is Windows-based.
isWriteMultiple() - Method in interface com.helger.base.io.iface.IHasOutputStream
isWriteMultiple() - Method in class com.helger.base.io.streamprovider.ByteArrayOutputStreamProvider
isWSP(int) - Static method in class com.helger.base.codec.RFC5234Helper
Check if the passed code point matches the following rules: SP / HTAB → white space
isZlibHead(byte[], int, int) - Static method in class com.helger.base.codec.impl.FlateCodec
Check if the passed byte buffer starts with a valid zlib header.
iterateChars(String, ICharConsumer) - Static method in class com.helger.base.string.StringHelper
Iterate all characters and pass them to the provided consumer.
iterateCodePoints(String, IntConsumer) - Static method in class com.helger.base.string.StringHelper
Iterate all code points and pass them to the provided consumer.
iterator() - Method in class com.helger.base.callback.CallbackList
IThirdPartyModule - Interface in com.helger.base.thirdparty
Represents meta information for a single third-party module (aka JAR file).
IThirdPartyModuleProviderSPI - Interface in com.helger.base.thirdparty
Implement this SPI interface if your JAR file contains external third party modules.
IThrowingConsumer<T,EXTYPE> - Interface in com.helger.base.functional
Represents an operation that accepts a single input argument and returns no result but may throw an Exception.
IThrowingFunction<T,R,EXTYPE> - Interface in com.helger.base.functional
Represents a function that accepts one argument and produces a result and may throw an Exception.
IThrowingRunnable<EXTYPE> - Interface in com.helger.base.iface
A simple interface that looks like Runnable but may throw an exception on its execution.
Note: It is not possible to extend Runnable directly, as derived interfaces are not allowed to add exception specifications.
IThrowingSupplier<T,EXTYPE> - Interface in com.helger.base.functional
Represents a supplier of results that may throw an Exception.
IToBooleanFunction<T> - Interface in com.helger.base.functional
Deprecated, for removal: This API element is subject to removal in a future version.
Use Predicate instead
ITopBottomIndicator - Interface in com.helger.base.state
Very simple interface for an object that has top/bottom indication.
ITriConsumer<T,U,V> - Interface in com.helger.base.functional
Represents an operation that accepts three input arguments and returns no result.
ITriState - Interface in com.helger.base.state
Base interface for the tri state.
ITypeConverterTo<DSTTYPE> - Interface in com.helger.base.trait
A generic dummy interface to convert any data type and especially primitive types to a certain destination type.
ITypedObject<IDTYPE> - Interface in com.helger.base.type
Base interface for objects having an ObjectType and an ID.
IURLDownloader - Interface in com.helger.base.url
Callback interface to download data from web.
IValidityIndicator - Interface in com.helger.base.state
Very simple interface for an object that has valid/invalid indication.
IWrapper<DATATYPE> - Interface in com.helger.base.wrapper
Base interface for wrapping an object within another object.
IWriteToStream - Interface in com.helger.base.io.iface
A simple interface for objects that can write to an OutputStream.
IWriteToWriter - Interface in com.helger.base.io.iface
A simple interface for objects that can write to a Writer.

J

JAVA_CLASS_VERSION - Static variable in class com.helger.base.system.SystemProperties
The global Java class version as a double value.
JDK_1_1 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_2 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_3 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_4 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_5 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_6 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_7 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_1_8 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_10 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_11 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_12 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_13 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_14 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_15 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_16 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_17 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_18 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_19 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_20 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_21 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_22 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_23 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_24 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_25 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_26 - Enum constant in enum class com.helger.base.system.EJavaVersion
 
JDK_9 - Enum constant in enum class com.helger.base.system.EJavaVersion
 

L

LEFT - Enum constant in enum class com.helger.base.state.ELeftRight
 
length(int) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the number of source items to iterate, depending on the source offset.
LGPL20 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
LGPL21 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
LGPL30 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
limit(long) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
limit(long) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
limit(Long) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
limit(Long) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
lines() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Returns a Stream, the elements of which are lines read from this BufferedReader.
LINUX - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the Linux operating system.
load(InputStream) - Method in class com.helger.base.rt.NonBlockingProperties
Reads a property list (key and element pairs) from the input byte stream.
load(Reader) - Method in class com.helger.base.rt.NonBlockingProperties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
loadProperties(InputStream) - Static method in class com.helger.base.rt.PropertiesHelper
Load properties from the given input stream.
loadProperties(Reader) - Static method in class com.helger.base.rt.PropertiesHelper
Load properties from the given reader.
lock() - Method in class com.helger.base.concurrent.NonReentrantLock
locked(Runnable) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided runnable in a read lock.
lockedBoolean(BooleanSupplier) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided callable in a read lock.
lockedDouble(DoubleSupplier) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided callable in a read lock.
lockedGet(Supplier<? extends T>) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided callable in a read lock.
lockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE>) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided callable in a read lock.
lockedInt(IntSupplier) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided callable in a read lock.
lockedLong(LongSupplier) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided callable in a read lock.
lockedThrowing(IThrowingRunnable<EXTYPE>) - Method in class com.helger.base.concurrent.SimpleLock
Execute the provided runnable in a read lock.
lockInterruptibly() - Method in class com.helger.base.concurrent.NonReentrantLock
LoggingInputStream - Class in com.helger.base.io.stream
A wrapper around an InputStream that logs read and skip actions.
LoggingInputStream(InputStream) - Constructor for class com.helger.base.io.stream.LoggingInputStream
 
LoggingOutputStream - Class in com.helger.base.io.stream
A wrapper around an OutputStream that logs what he is doing.
LoggingOutputStream(OutputStream) - Constructor for class com.helger.base.io.stream.LoggingOutputStream
 
LoggingReader - Class in com.helger.base.io.stream
A wrapper around an Reader that logs read and skip actions.
LoggingReader(Reader) - Constructor for class com.helger.base.io.stream.LoggingReader
 
LoggingWriter - Class in com.helger.base.io.stream
A wrapper around an Writer that logs what he is doing.
LoggingWriter(Writer) - Constructor for class com.helger.base.io.stream.LoggingWriter
 
longIsEQ0() - Static method in class com.helger.base.functional.Predicates
 
longIsGE0() - Static method in class com.helger.base.functional.Predicates
 
longIsGT0() - Static method in class com.helger.base.functional.Predicates
 
longIsLE0() - Static method in class com.helger.base.functional.Predicates
 
longIsLT0() - Static method in class com.helger.base.functional.Predicates
 
longIsNE0() - Static method in class com.helger.base.functional.Predicates
 
longValue() - Method in interface com.helger.base.numeric.INumber
Returns the value of the specified number as a long, which may involve rounding or truncation.
longValue() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableByte
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableChar
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableDouble
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableFloat
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableInt
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableLong
 
longValue() - Method in class com.helger.base.numeric.mutable.MutableShort
 
LZWCodec - Class in com.helger.base.codec.impl
Encoder and decoder for the LZW algorithm
LZWCodec() - Constructor for class com.helger.base.codec.impl.LZWCodec
Constructor.
LZWCodec.AbstractLZWDictionary - Class in com.helger.base.codec.impl
 
LZWCodec.LZWDecodeDictionary - Class in com.helger.base.codec.impl
 
LZWCodec.LZWEncodeDictionary - Class in com.helger.base.codec.impl
 
LZWCodec.LZWNode - Class in com.helger.base.codec.impl
A single LZW node
LZWDecodeDictionary() - Constructor for class com.helger.base.codec.impl.LZWCodec.LZWDecodeDictionary
Constructor.
LZWEncodeDictionary() - Constructor for class com.helger.base.codec.impl.LZWCodec.LZWEncodeDictionary
Constructor.
LZWNode() - Constructor for class com.helger.base.codec.impl.LZWCodec.LZWNode
Default constructor for the root node (table index is -1).
LZWNode(int) - Constructor for class com.helger.base.codec.impl.LZWCodec.LZWNode
Constructor with a specific table index.

M

m_aBuf - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
The internal buffer array where the data is stored.
m_aBuf - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
The internal buffer where data is stored.
m_aBuf - Variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
m_aBuf - Variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
The buffer where data is stored.
m_aBuf - Variable in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
The buffer where data is stored.
m_aBuf - Variable in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
The pushback buffer.
m_aDefaults - Variable in class com.helger.base.rt.NonBlockingProperties
A property list that contains default values for any keys not found in this property list.
m_aLock - Variable in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
 
m_aLock - Variable in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
 
m_aTab - Variable in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
 
m_nBufPos - Variable in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
The position within the pushback buffer from which the next byte will be read.
m_nCodeBits - Variable in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
 
m_nCount - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
m_nCount - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
The number of valid bytes in the buffer.
m_nCount - Variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
m_nCount - Variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
The number of valid bytes in the buffer.
m_nCount - Variable in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
The number of chars in the buffer.
m_nFreeCode - Variable in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
 
m_nMark - Variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
The currently marked position in the stream.
m_nMarkLimit - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
m_nMarkPos - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
The value of the pos field at the time the last mark method was called.
m_nPos - Variable in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
The current position in the buffer.
m_nPos - Variable in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
The index of the next character to read from the input stream buffer.
MAC - Enum constant in enum class com.helger.base.system.ENewLineMode
Mac style - just \r (0x0D)
MACOS - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the Mac OS X operating system.
MANDATORY - Enum constant in enum class com.helger.base.state.EMandatory
 
mark(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Marks the present position in the stream.
mark(int) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Marks the present position in the stream.
mark(int) - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Marks the present position in the stream.
mark(int) - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
mark(int) - Method in class com.helger.base.io.stream.CountingInputStream
 
mark(int) - Method in class com.helger.base.io.stream.CountingReader
 
mark(int) - Method in class com.helger.base.io.stream.LoggingInputStream
 
mark(int) - Method in class com.helger.base.io.stream.LoggingReader
 
mark(int) - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
markSupported() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Tells whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
markSupported() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
MathHelper - Class in com.helger.base.numeric
Contains several math help routines.
MAX_BYTE_VALUE - Static variable in class com.helger.base.CGlobal
The maximum number that can be represented by a single byte (0xff - 255).
MAX_CODE - Static variable in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
Maximum index
MAX_LINE_LENGTH - Static variable in class com.helger.base.codec.base64.Base64
Maximum line length (76) of Base64 output.
MAX_SAFE_UTF_BYTES - Static variable in class com.helger.base.io.stream.StreamHelper
The maximum number of bytes that StreamHelper.readSafeUTF(DataInput) will allocate for a single string.
MemoryIntIDFactory - Class in com.helger.base.id.factory
A default implementation for non-negative in-memory IDs.
MemoryIntIDFactory() - Constructor for class com.helger.base.id.factory.MemoryIntIDFactory
Default constructor starting at MemoryIntIDFactory.DEFAULT_START_ID.
MemoryIntIDFactory(int) - Constructor for class com.helger.base.id.factory.MemoryIntIDFactory
Constructor with a custom start ID.
MemoryLongIDFactory - Class in com.helger.base.id.factory
A default implementation for non-negative in-memory IDs.
MemoryLongIDFactory() - Constructor for class com.helger.base.id.factory.MemoryLongIDFactory
Default constructor starting at MemoryLongIDFactory.DEFAULT_START_ID.
MemoryLongIDFactory(long) - Constructor for class com.helger.base.id.factory.MemoryLongIDFactory
Constructor with a custom start ID.
MemoryStaticIntIDFactory - Class in com.helger.base.id.factory
An implementation of IIntIDFactory using a single static AtomicInteger.
MemoryStaticIntIDFactory() - Constructor for class com.helger.base.id.factory.MemoryStaticIntIDFactory
Create a new instance using the shared static counter.
MemoryStaticLongIDFactory - Class in com.helger.base.id.factory
An implementation of ILongIDFactory using a single static AtomicLong.
MemoryStaticLongIDFactory() - Constructor for class com.helger.base.id.factory.MemoryStaticLongIDFactory
Create a new instance using the shared static counter.
MICROSECONDS_PER_MILLISECOND - Static variable in class com.helger.base.CGlobal
Micro seconds per millisecond (1_000).
MICROSECONDS_PER_SECOND - Static variable in class com.helger.base.CGlobal
Micro seconds per second (1_000_000).
MILLISECONDS_PER_HOUR - Static variable in class com.helger.base.CGlobal
Milliseconds per hour (3_600_000).
MILLISECONDS_PER_MINUTE - Static variable in class com.helger.base.CGlobal
Milliseconds per second (60_000).
MILLISECONDS_PER_SECOND - Static variable in class com.helger.base.CGlobal
Milliseconds per second (1_000).
MINUTES_PER_DAY - Static variable in class com.helger.base.CGlobal
Minutes in a day (1440).
MINUTES_PER_HOUR - Static variable in class com.helger.base.CGlobal
Minutes in an hour (60).
MIT - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
MM_PER_INCH - Static variable in class com.helger.base.CGlobal
Millimeter per inch (25.4)
MockException - Exception Class in com.helger.base.mock.exception
Non-runtime exception for test cases.
MockException() - Constructor for exception class com.helger.base.mock.exception.MockException
Default constructor.
MockException(String) - Constructor for exception class com.helger.base.mock.exception.MockException
Constructor with a message.
MockException(String, Throwable) - Constructor for exception class com.helger.base.mock.exception.MockException
Constructor with a message and a cause.
MockException(Throwable) - Constructor for exception class com.helger.base.mock.exception.MockException
Constructor with a cause.
MockIOException - Exception Class in com.helger.base.mock.exception
IO exception for test cases.
MockIOException() - Constructor for exception class com.helger.base.mock.exception.MockIOException
Default constructor.
MockIOException(String) - Constructor for exception class com.helger.base.mock.exception.MockIOException
Constructor with a message.
MockIOException(String, Throwable) - Constructor for exception class com.helger.base.mock.exception.MockIOException
Constructor with a message and a cause.
MockIOException(Throwable) - Constructor for exception class com.helger.base.mock.exception.MockIOException
Constructor with a cause.
MockRuntimeException - Exception Class in com.helger.base.mock.exception
Runtime exception for test cases.
MockRuntimeException() - Constructor for exception class com.helger.base.mock.exception.MockRuntimeException
Default constructor.
MockRuntimeException(String) - Constructor for exception class com.helger.base.mock.exception.MockRuntimeException
Constructor with a message.
MockRuntimeException(String, Throwable) - Constructor for exception class com.helger.base.mock.exception.MockRuntimeException
Constructor with a message and a cause.
MockRuntimeException(Throwable) - Constructor for exception class com.helger.base.mock.exception.MockRuntimeException
Constructor with a cause.
MPL10 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
MPL11 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
MPL20 - Enum constant in enum class com.helger.base.thirdparty.ELicense
 
MultiByteBufferInputStream - Class in com.helger.base.io.stream
InputStream wrapped around one or more ByteBuffer objects.
MultiByteBufferInputStream(ByteBuffer...) - Constructor for class com.helger.base.io.stream.MultiByteBufferInputStream
Constructor
multiple(Supplier<? extends InputStream>) - Static method in class com.helger.base.io.stream.HasInputStream
Create a new object with a supplier that can read multiple times.
MULTIPLIER - Static variable in class com.helger.base.hashcode.HashCodeCalculator
Each value is multiplied with this value. 31 because it can easily be optimized to (1 << 5) - 1.
multiply(double) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Multiply the current value by the given multiplicand.
multiply(double) - Method in class com.helger.base.numeric.mutable.MutableDouble
Multiply the current value by the given multiplicand.
multiply(float) - Method in class com.helger.base.numeric.mutable.MutableFloat
Multiply the current value by the given multiplicand.
multiply(int) - Method in class com.helger.base.numeric.mutable.MutableInt
Multiply the current value by the given multiplicand.
multiply(long) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Multiply the current value by the given multiplicand.
multiply(long) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Multiply the current value by the given multiplicand.
multiply(long) - Method in class com.helger.base.numeric.mutable.MutableLong
Multiply the current value by the given multiplicand.
multiply(MutableBigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Multiply the current value by the given multiplicand.
multiply(MutableBigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Multiply the current value by the given multiplicand.
multiply(Number) - Method in class com.helger.base.numeric.mutable.MutableDouble
Multiply the current value by the given multiplicand.
multiply(Number) - Method in class com.helger.base.numeric.mutable.MutableFloat
Multiply the current value by the given multiplicand.
multiply(Number) - Method in class com.helger.base.numeric.mutable.MutableInt
Multiply the current value by the given multiplicand.
multiply(Number) - Method in class com.helger.base.numeric.mutable.MutableLong
Multiply the current value by the given multiplicand.
multiply(BigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Multiply the current value by the given multiplicand.
multiply(BigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Multiply the current value by the given multiplicand.
MutableBigDecimal - Class in com.helger.base.numeric.mutable
Object wrapper around a BigDecimal so that it can be passed a final object but is mutable.
MutableBigDecimal(double) - Constructor for class com.helger.base.numeric.mutable.MutableBigDecimal
Initialize with a certain double value.
MutableBigDecimal(long) - Constructor for class com.helger.base.numeric.mutable.MutableBigDecimal
Initialize with a certain long value.
MutableBigDecimal(MutableBigDecimal) - Constructor for class com.helger.base.numeric.mutable.MutableBigDecimal
Copy constructor.
MutableBigDecimal(BigDecimal) - Constructor for class com.helger.base.numeric.mutable.MutableBigDecimal
Initialize with a certain BigDecimal value.
MutableBigInteger - Class in com.helger.base.numeric.mutable
Object wrapper around a BigInteger so that it can be passed a final object but is mutable.
MutableBigInteger(long) - Constructor for class com.helger.base.numeric.mutable.MutableBigInteger
Initialize with a certain long value.
MutableBigInteger(MutableBigInteger) - Constructor for class com.helger.base.numeric.mutable.MutableBigInteger
Copy constructor.
MutableBigInteger(BigInteger) - Constructor for class com.helger.base.numeric.mutable.MutableBigInteger
Initialize with a certain BigInteger value.
MutableBoolean - Class in com.helger.base.numeric.mutable
Object wrapper around a boolean so that it can be passed a final object but is mutable.
MutableBoolean(boolean) - Constructor for class com.helger.base.numeric.mutable.MutableBoolean
Initialize with a certain value.
MutableBoolean(MutableBoolean) - Constructor for class com.helger.base.numeric.mutable.MutableBoolean
Copy constructor.
MutableBoolean(Boolean) - Constructor for class com.helger.base.numeric.mutable.MutableBoolean
Initialize with a certain value.
MutableByte - Class in com.helger.base.numeric.mutable
Object wrapper around a byte so that it can be passed a final object but is mutable.
MutableByte(byte) - Constructor for class com.helger.base.numeric.mutable.MutableByte
Initialize with a certain value.
MutableByte(int) - Constructor for class com.helger.base.numeric.mutable.MutableByte
Initialize with a certain int value.
MutableByte(Number) - Constructor for class com.helger.base.numeric.mutable.MutableByte
Initialize with a certain value.
MutableChar - Class in com.helger.base.numeric.mutable
Object wrapper around a char so that it can be passed a final object but is mutable.
MutableChar(char) - Constructor for class com.helger.base.numeric.mutable.MutableChar
Initialize with a certain value.
MutableChar(int) - Constructor for class com.helger.base.numeric.mutable.MutableChar
Initialize with a certain int value.
MutableChar(MutableChar) - Constructor for class com.helger.base.numeric.mutable.MutableChar
Copy constructor.
MutableChar(Character) - Constructor for class com.helger.base.numeric.mutable.MutableChar
Initialize with a certain value.
MutableDouble - Class in com.helger.base.numeric.mutable
Object wrapper around a double so that it can be passed a final object but is mutable.
MutableDouble(double) - Constructor for class com.helger.base.numeric.mutable.MutableDouble
Initialize with a certain value.
MutableDouble(Number) - Constructor for class com.helger.base.numeric.mutable.MutableDouble
Initialize with a certain value.
MutableFloat - Class in com.helger.base.numeric.mutable
Object wrapper around a float so that it can be passed a final object but is mutable.
MutableFloat(float) - Constructor for class com.helger.base.numeric.mutable.MutableFloat
Initialize with a certain value.
MutableFloat(Number) - Constructor for class com.helger.base.numeric.mutable.MutableFloat
Initialize with a certain value.
MutableInt - Class in com.helger.base.numeric.mutable
Object wrapper around an int so that it can be passed a final object but is mutable.
MutableInt(int) - Constructor for class com.helger.base.numeric.mutable.MutableInt
Initialize with a certain value.
MutableInt(Number) - Constructor for class com.helger.base.numeric.mutable.MutableInt
Initialize with a certain value.
MutableLong - Class in com.helger.base.numeric.mutable
Object wrapper around a long so that it can be passed a final object but is mutable.
MutableLong(long) - Constructor for class com.helger.base.numeric.mutable.MutableLong
Initialize with a certain value.
MutableLong(Number) - Constructor for class com.helger.base.numeric.mutable.MutableLong
Initialize with a certain value.
MutableShort - Class in com.helger.base.numeric.mutable
Object wrapper around a short so that it can be passed a final object but is mutable.
MutableShort(int) - Constructor for class com.helger.base.numeric.mutable.MutableShort
Initialize with a certain int value.
MutableShort(short) - Constructor for class com.helger.base.numeric.mutable.MutableShort
Initialize with a certain value.
MutableShort(Number) - Constructor for class com.helger.base.numeric.mutable.MutableShort
Initialize with a certain value.

N

namingPattern(String) - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Sets the naming pattern to be used by the new BasicThreadFactory.
NANOSECONDS_PER_HOUR - Static variable in class com.helger.base.CGlobal
Nanoseconds per hour (3_600_000_000_000).
NANOSECONDS_PER_MICROSECOND - Static variable in class com.helger.base.CGlobal
Nanoseconds per microsecond (1_000).
NANOSECONDS_PER_MILLISECOND - Static variable in class com.helger.base.CGlobal
Nanoseconds per millisecond (1_000_000).
NANOSECONDS_PER_MINUTE - Static variable in class com.helger.base.CGlobal
Nanoseconds per minute (60_000_000_000).
NANOSECONDS_PER_SECOND - Static variable in class com.helger.base.CGlobal
Nanoseconds per second (1_000_000_000).
negate() - Method in interface com.helger.base.functional.IBooleanPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface com.helger.base.functional.ICharPredicate
Returns a predicate that represents the logical negation of this predicate.
NEW_LINE - Static variable in class com.helger.base.codec.base64.Base64
The new line character (\n) as a byte.
newCondition() - Method in class com.helger.base.concurrent.NonReentrantLock
newInstance(DATATYPE) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the class identified by the passed object.
newInstance(ClassLoader, String, Class<? extends DATATYPE>) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the class identified by the given name, using the specified class loader and casting to the desired type.
newInstance(Class<? extends DATATYPE>) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the given class using its default constructor.
newInstance(String, Class<? extends DATATYPE>) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the class identified by the given name, casting to the desired type.
newInstance(String, Class<? extends DATATYPE>, ClassLoader) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the class identified by the given name, using the specified class loader and casting to the desired type.
newInstance(String, Class<? extends DATATYPE>, ClassLoader, Consumer<Exception>) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the class identified by the given name, using the specified class loader and casting to the desired type, with a custom exception handler.
newInstance(String, Class<? extends DATATYPE>, Consumer<Exception>) - Static method in class com.helger.base.reflection.GenericReflection
Create a new instance of the class identified by the given name, casting to the desired type, with a custom exception handler.
newLine() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Writes a line separator.
newThread(Runnable) - Method in class com.helger.base.concurrent.BasicThreadFactory
Creates a new thread.
NO_LOCATION - Static variable in class com.helger.base.location.SimpleLocation
A constant representing no location
NO_OPTIONS - Static variable in class com.helger.base.codec.base64.Base64
No options specified.
NonBlockingBitInputStream - Class in com.helger.base.io.nonblocking
The NonBlockingBitInputStream allows reading individual bits from a general Java InputStream.
NonBlockingBitInputStream(InputStream, ByteOrder) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBitInputStream
Create a new bit input stream based on an existing Java InputStream.
NonBlockingBitOutputStream - Class in com.helger.base.io.nonblocking
The NonBlockingBitOutputStream allows writing individual bits to a general Java OutputStream.
NonBlockingBitOutputStream(OutputStream, ByteOrder) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
Create a new bit output stream based on an existing Java OutputStream.
NonBlockingBufferedInputStream - Class in com.helger.base.io.nonblocking
Non-synchronized version of BufferedInputStream.
NonBlockingBufferedInputStream(InputStream) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
NonBlockingBufferedInputStream(InputStream, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
NonBlockingBufferedOutputStream - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class BufferedOutputStream.
NonBlockingBufferedOutputStream(OutputStream) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
NonBlockingBufferedOutputStream(OutputStream, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
NonBlockingBufferedReader - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class BufferedReader.
NonBlockingBufferedReader(Reader) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
NonBlockingBufferedReader(Reader, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
NonBlockingBufferedWriter - Class in com.helger.base.io.nonblocking
This is a non-blocking version of BufferedWriter.
NonBlockingBufferedWriter(Writer) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Creates a buffered character-output stream that uses a default-sized output buffer.
NonBlockingBufferedWriter(Writer, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Creates a new buffered character-output stream that uses an output buffer of the given size.
NonBlockingByteArrayInputStream - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class ByteArrayInputStream.
NonBlockingByteArrayInputStream(byte[]) - Constructor for class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Creates a NonBlockingByteArrayInputStream so that it uses buf as its buffer array.
NonBlockingByteArrayInputStream(byte[], boolean) - Constructor for class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Creates a NonBlockingByteArrayInputStream so that it uses buf as its buffer array.
NonBlockingByteArrayInputStream(byte[], int, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Creates NonBlockingByteArrayInputStream that uses aBuf as its buffer array.
NonBlockingByteArrayInputStream(byte[], int, int, boolean) - Constructor for class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Creates NonBlockingByteArrayInputStream that uses aBuf as its buffer array.
NonBlockingByteArrayOutputStream - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class ByteArrayOutputStream.
NonBlockingByteArrayOutputStream() - Constructor for class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Creates a new byte array output stream.
NonBlockingByteArrayOutputStream(int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
NonBlockingCharArrayWriter - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class CharArrayWriter.
It does not use the internal lock object.
NonBlockingCharArrayWriter() - Constructor for class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Creates a new NonBlockingCharArrayWriter.
NonBlockingCharArrayWriter(int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Creates a new NonBlockingCharArrayWriter with the specified initial size.
NonBlockingProperties - Class in com.helger.base.rt
The NonBlockingProperties class represents a persistent set of properties.
NonBlockingProperties() - Constructor for class com.helger.base.rt.NonBlockingProperties
Creates an empty property list with no default values.
NonBlockingProperties(NonBlockingProperties) - Constructor for class com.helger.base.rt.NonBlockingProperties
Creates an empty property list with the specified defaults.
NonBlockingPushbackInputStream - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class PushbackInputStream.
NonBlockingPushbackInputStream(InputStream) - Constructor for class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
NonBlockingPushbackInputStream(InputStream, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
NonBlockingPushbackReader - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class PushbackReader.
NonBlockingPushbackReader(Reader) - Constructor for class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Creates a new pushback reader with a one-character pushback buffer.
NonBlockingPushbackReader(Reader, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Creates a new pushback reader with a pushback buffer of the given size.
NonBlockingStringReader - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class StringReader.
Note: super class Reader uses the lock object internally only for long skip(long n) and as this method is overwritten in here, the lock is never used.
NonBlockingStringReader(char[]) - Constructor for class com.helger.base.io.nonblocking.NonBlockingStringReader
Creates a new string reader from a char array.
NonBlockingStringReader(char[], int, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingStringReader
Creates a new string reader from a portion of a char array.
NonBlockingStringReader(String) - Constructor for class com.helger.base.io.nonblocking.NonBlockingStringReader
Creates a new string reader.
NonBlockingStringReader(String, int, int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingStringReader
Creates a new string reader from a portion of a String.
NonBlockingStringWriter - Class in com.helger.base.io.nonblocking
A non-synchronized copy of the class StringWriter.
It uses StringBuilder instead of StringBuffer and therefore does not need synchronized access!
NonBlockingStringWriter() - Constructor for class com.helger.base.io.nonblocking.NonBlockingStringWriter
Create a new string writer using the default initial string-buffer size.
NonBlockingStringWriter(int) - Constructor for class com.helger.base.io.nonblocking.NonBlockingStringWriter
Create a new string writer using the specified initial string-buffer size.
NonClosingInputStream - Class in com.helger.base.io.stream
A special InputStream that does not close the stream.
NonClosingInputStream(InputStream) - Constructor for class com.helger.base.io.stream.NonClosingInputStream
 
NonClosingOutputStream - Class in com.helger.base.io.stream
A special OutputStream that does not close the stream.
NonClosingOutputStream(OutputStream) - Constructor for class com.helger.base.io.stream.NonClosingOutputStream
 
NonClosingReader - Class in com.helger.base.io.stream
A special Reader that does not close the stream.
NonClosingReader(Reader) - Constructor for class com.helger.base.io.stream.NonClosingReader
 
NonClosingWriter - Class in com.helger.base.io.stream
A special Writer that does not close the stream.
NonClosingWriter(Writer) - Constructor for class com.helger.base.io.stream.NonClosingWriter
 
none() - Static method in interface com.helger.base.functional.IBooleanPredicate
 
none() - Static method in class com.helger.base.functional.Predicates
 
NonReentrantLock - Class in com.helger.base.concurrent
Non reentrant lock.
NonReentrantLock() - Constructor for class com.helger.base.concurrent.NonReentrantLock
Default constructor.
noNullValue(T[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array contains no null value.
noNullValue(T[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array contains no null value.
noNullValue(T, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed iterable contains no null value.
noNullValue(T, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed iterable contains no null value.
NOT_EOI - Enum constant in enum class com.helger.base.state.EEOI
 
NOT_INTERRUPTED - Enum constant in enum class com.helger.base.state.EInterrupt
 
notEmpty(boolean[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(boolean[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(byte[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(byte[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(char[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(char[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(double[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(double[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(float[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(float[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(int[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(int[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(long[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(long[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(short[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(short[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(T[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(T[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(T, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed String is neither null nor empty.
notEmpty(T, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed String is neither null nor empty.
notEmptyNoNullValue(T[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty and that no null value is contained.
notEmptyNoNullValue(T[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is neither null nor empty and that no null value is contained.
notEmptyNoNullValue(T, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed collection is neither null nor empty and that no null value is contained.
notEmptyNoNullValue(T, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed collection is neither null nor empty and that no null value is contained.
notNull() - Static method in class com.helger.base.functional.Predicates
 
notNull(T, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not null.
notNull(T, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not null.
notNullAndEquals(T, String, T) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not null and equal to the provided expected value.
notNullAndEquals(T, Supplier<? extends String>, T) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not null and equal to the provided expected value.
notNullNoNullValue(T[], String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is not null and that no null value is contained.
notNullNoNullValue(T[], Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed Array is not null and that no null value is contained.
notNullNoNullValue(T, String) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed collection is not null and that no null value is contained.
notNullNoNullValue(T, Supplier<? extends String>) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed collection is not null and that no null value is contained.
notNullNotEquals(T, String, T) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not null and not equal to the provided value.
notNullNotEquals(T, Supplier<? extends String>, T) - Static method in class com.helger.base.enforce.ValueEnforcer
Check that the passed value is not null and not equal to the provided value.
NULL_OUTPUT_STREAM - Static variable in class com.helger.base.io.stream.NullOutputStream
A singleton.
NullOutputStream - Class in com.helger.base.io.stream
An OutputStream that discards all bytes to be written
NullOutputStream() - Constructor for class com.helger.base.io.stream.NullOutputStream
Default constructor.

O

ObjectHelper - Class in com.helger.base.lang.clazz
Helper class providing the hex representation of an object's identity hash code address.
ObjectPool<DATATYPE> - Class in com.helger.base.pool
A simple generic object pool with a fixed size determined in the constructor.
ObjectPool(int, IObjectPoolFactory<DATATYPE>) - Constructor for class com.helger.base.pool.ObjectPool
Create a new object pool for a certain amount of items and a factory that creates the objects on demand.
ObjectPool(int, Supplier<? extends DATATYPE>) - Constructor for class com.helger.base.pool.ObjectPool
Create a new object pool for a certain amount of items and a factory that creates the objects on demand.
ObjectType - Class in com.helger.base.type
This class encapsulates an internal object type.
Note: it is not based on an interface, because this may lead to difficulties comparing different object type implementations of the same interface.
ObjectType(String) - Constructor for class com.helger.base.type.ObjectType
Constructor.
of(T) - Static method in class com.helger.base.wrapper.Wrapper
Create a new Wrapper object that contains the provided value.
of(IWrapper<T>) - Static method in class com.helger.base.wrapper.Wrapper
Create a new Wrapper object that contains the value of the provided Wrapper.
offset(int) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set an offset of the source from which to start.
onAfterChange() - Method in class com.helger.base.numeric.mutable.AbstractMutableNumeric
This method is invoked after a value changed.
onAfterChange() - Method in class com.helger.base.numeric.mutable.MutableBoolean
This method is invoked after a value changed.
once(Supplier<? extends InputStream>) - Static method in class com.helger.base.io.stream.HasInputStream
Create a new object with a supplier that can be read only once.
onClose(long) - Method in class com.helger.base.io.stream.LoggingInputStream
 
onClose(long) - Method in class com.helger.base.io.stream.LoggingOutputStream
 
onClose(long) - Method in class com.helger.base.io.stream.LoggingReader
 
onClose(long) - Method in class com.helger.base.io.stream.LoggingWriter
 
onException(EXTYPE) - Method in interface com.helger.base.callback.exception.IExceptionCallback
Called when an exception of the specified type occurred.
onException(EXTYPE) - Method in class com.helger.base.callback.exception.CollectingExceptionCallback
Store the passed exception.
onException(EXTYPE) - Method in class com.helger.base.callback.exception.CollectingExceptionListCallback
Store the passed exception.
onMark(int, long) - Method in class com.helger.base.io.stream.LoggingInputStream
 
onMark(int, long) - Method in class com.helger.base.io.stream.LoggingReader
 
onRead(int, long) - Method in class com.helger.base.io.stream.LoggingInputStream
 
onRead(int, long) - Method in class com.helger.base.io.stream.LoggingReader
 
onReset(long) - Method in class com.helger.base.io.stream.LoggingInputStream
 
onReset(long) - Method in class com.helger.base.io.stream.LoggingReader
 
onSkip(long, long) - Method in class com.helger.base.io.stream.LoggingInputStream
 
onSkip(long, long) - Method in class com.helger.base.io.stream.LoggingReader
 
onWrite(int, long) - Method in class com.helger.base.io.stream.LoggingOutputStream
 
onWrite(int, long) - Method in class com.helger.base.io.stream.LoggingWriter
 
OPTIONAL - Enum constant in enum class com.helger.base.state.EMandatory
 
or(boolean) - Method in interface com.helger.base.state.IChangeIndicator
Logical OR of this change indicator with a boolean value.
or(boolean) - Method in interface com.helger.base.state.IValidityIndicator
Logical OR of this validity indicator with a boolean value.
or(IBooleanPredicate) - Method in interface com.helger.base.functional.IBooleanPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(ICharPredicate) - Method in interface com.helger.base.functional.ICharPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(IChangeIndicator) - Method in interface com.helger.base.state.IChangeIndicator
Logical OR of this change indicator with another one.
or(IContinueIndicator) - Method in interface com.helger.base.state.IContinueIndicator
Logical OR of this continue indicator with another one.
or(IEnabledIndicator) - Method in interface com.helger.base.state.IEnabledIndicator
Logical OR of this enabled indicator with another one.
or(IHandledIndicator) - Method in interface com.helger.base.state.IHandledIndicator
Logical OR of this handled indicator with another one.
or(IInterruptIndicator) - Method in interface com.helger.base.state.IInterruptIndicator
Logical OR of this interrupt indicator with another one.
or(IMandatoryIndicator) - Method in interface com.helger.base.state.IMandatoryIndicator
Logical OR of this mandatory indicator with another one.
or(ISuccessIndicator) - Method in interface com.helger.base.state.ISuccessIndicator
Logical OR of this success indicator with another one.
or(IValidityIndicator) - Method in interface com.helger.base.state.IValidityIndicator
Logical OR of this validity indicator with another one.
or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.helger.base.functional.Predicates
Combine two predicates with a logical OR.
ORACLE_CLIENT - Enum constant in enum class com.helger.base.system.EJVMVendor
 
ORACLE_SERVER - Enum constant in enum class com.helger.base.system.EJVMVendor
 
ORDERED - Static variable in class com.helger.base.codec.base64.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/ rfcc- 1940. html.

P

parse(String) - Static method in class com.helger.base.version.Version
Construct a version object from a string.
EBNF:
version ::= major( '.' minor ( '.' micro ( ( '.' | '-' ) qualifier )?
parse(String) - Static method in class com.helger.base.version.VersionRange
Construct a version range object from a string.
Examples:
[1.2.3, 4.5.6) -- 1.2.3 <= x < 4.5.6 [1.2.3, 4.5.6] -- 1.2.3 <= x <= 4.5.6 (1.2.3, 4.5.6) -- 1.2.3 < x < 4.5.6 (1.2.3, 4.5.6] -- 1.2.3 < x <= 4.5.6 1.2.3 -- 1.2.3 <= x [1.2.3 -- 1.2.3 <= x (1.2.3 -- 1.2.3 < x null -- 0.0.0 <= x 1, 4 -- 1 <= x <= 4
parseBigDecimal(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, int, RoundingMode) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, int, RoundingMode, BigDecimal) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, BigDecimal) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigDecimal.
parseBigInteger(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigInteger with radix 10.
parseBigInteger(String, int) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigInteger with the specified radix.
parseBigInteger(String, int, BigInteger) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigInteger with the specified radix.
parseBigInteger(String, BigInteger) - Static method in class com.helger.base.string.StringParser
Parse the given String as BigInteger with radix 10.
parseBool(Object) - Static method in class com.helger.base.string.StringParser
Try to interpret the passed object as boolean.
parseBool(Object, boolean) - Static method in class com.helger.base.string.StringParser
Try to interpret the passed object as boolean.
parseBool(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as boolean value.
parseBool(String, boolean) - Static method in class com.helger.base.string.StringParser
Parse the given String as boolean value.
parseBoolObj(Object) - Static method in class com.helger.base.string.StringParser
Try to interpret the passed object as boolean.
parseBoolObj(Object, Boolean) - Static method in class com.helger.base.string.StringParser
Try to interpret the passed Object as Boolean.
parseBoolObj(String) - Static method in class com.helger.base.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseBoolObjExact(String) - Static method in class com.helger.base.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseBoolObjExact(String, Boolean) - Static method in class com.helger.base.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseByte(Object, byte) - Static method in class com.helger.base.string.StringParser
Parse the given Object as byte with radix 10.
parseByte(Object, int, byte) - Static method in class com.helger.base.string.StringParser
Parse the given Object as byte with the specified radix.
parseByte(String, byte) - Static method in class com.helger.base.string.StringParser
Parse the given String as byte with radix 10.
parseByte(String, int, byte) - Static method in class com.helger.base.string.StringParser
Parse the given String as byte with the specified radix.
parseByteObj(Object) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Byte with radix 10.
parseByteObj(Object, int, Byte) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Byte with the specified radix.
parseByteObj(Object, Byte) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Byte with radix 10.
parseByteObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as Byte with radix 10.
parseByteObj(String, int, Byte) - Static method in class com.helger.base.string.StringParser
Parse the given String as Byte with the specified radix.
parseByteObj(String, Byte) - Static method in class com.helger.base.string.StringParser
Parse the given String as Byte with radix 10.
parseDotOnly(String) - Static method in class com.helger.base.version.Version
Construct a version object from a string.
EBNF:
version ::= major( '.' minor ( '.' micro ( '.' qualifier )?
parseDouble(Object, double) - Static method in class com.helger.base.string.StringParser
Parse the given Object as double.
parseDouble(String, double) - Static method in class com.helger.base.string.StringParser
Parse the given String as double.
parseDoubleObj(Object) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Double.
parseDoubleObj(Object, Double) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Double.
parseDoubleObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as Double.
parseDoubleObj(String, Double) - Static method in class com.helger.base.string.StringParser
Parse the given String as Double.
parseFloat(Object, float) - Static method in class com.helger.base.string.StringParser
Parse the given Object as float.
parseFloat(String, float) - Static method in class com.helger.base.string.StringParser
Parse the given String as float.
parseFloatObj(Object) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Float.
parseFloatObj(Object, Float) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Float.
parseFloatObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as Float.
parseFloatObj(String, Float) - Static method in class com.helger.base.string.StringParser
Parse the given String as Float.
parseInt(Object, int) - Static method in class com.helger.base.string.StringParser
Parse the given Object as int with radix StringParser.DEFAULT_RADIX.
parseInt(Object, int, int) - Static method in class com.helger.base.string.StringParser
Parse the given Object as int with the specified radix.
parseInt(String, int) - Static method in class com.helger.base.string.StringParser
Parse the given String as int with radix 10.
parseInt(String, int, int) - Static method in class com.helger.base.string.StringParser
Parse the given String as int with the specified radix.
parseIntObj(Object) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Integer with radix 10.
parseIntObj(Object, int, Integer) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Integer with the specified radix.
parseIntObj(Object, Integer) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Integer with radix 10.
parseIntObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as Integer with radix 10.
parseIntObj(String, int, Integer) - Static method in class com.helger.base.string.StringParser
Parse the given String as Integer with the specified radix.
parseIntObj(String, Integer) - Static method in class com.helger.base.string.StringParser
Parse the given String as Integer with radix StringParser.DEFAULT_RADIX.
parseLong(Object, int, long) - Static method in class com.helger.base.string.StringParser
Parse the given Object as long with the specified radix.
parseLong(Object, long) - Static method in class com.helger.base.string.StringParser
Parse the given Object as long with radix 10.
parseLong(String, int, long) - Static method in class com.helger.base.string.StringParser
Parse the given String as long with the specified radix.
parseLong(String, long) - Static method in class com.helger.base.string.StringParser
Parse the given String as long with radix 10.
parseLongObj(Object) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Long with radix 10.
parseLongObj(Object, int, Long) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Long with the specified radix.
parseLongObj(Object, Long) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Long with radix 10.
parseLongObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as Long with radix 10.
parseLongObj(String, int, Long) - Static method in class com.helger.base.string.StringParser
Parse the given String as Long with the specified radix.
parseLongObj(String, Long) - Static method in class com.helger.base.string.StringParser
Parse the given String as Long with radix StringParser.DEFAULT_RADIX.
parseShort(Object, int, short) - Static method in class com.helger.base.string.StringParser
Parse the given Object as short with the specified radix.
parseShort(Object, short) - Static method in class com.helger.base.string.StringParser
Parse the given Object as short with radix 10.
parseShort(String, int, short) - Static method in class com.helger.base.string.StringParser
Parse the given String as short with the specified radix.
parseShort(String, short) - Static method in class com.helger.base.string.StringParser
Parse the given String as short with radix 10.
parseShortObj(Object) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Short with radix 10.
parseShortObj(Object, int, Short) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Short with the specified radix.
parseShortObj(Object, Short) - Static method in class com.helger.base.string.StringParser
Parse the given Object as Short with radix 10.
parseShortObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as Short with radix 10.
parseShortObj(String, int, Short) - Static method in class com.helger.base.string.StringParser
Parse the given String as Short with the specified radix.
parseShortObj(String, Short) - Static method in class com.helger.base.string.StringParser
Parse the given String as Short with radix StringParser.DEFAULT_RADIX.
parseUnsignedIntObj(String) - Static method in class com.helger.base.string.StringParser
Parse the given String as unsigned Integer with radix 10.
parseUnsignedIntObj(String, int, Long) - Static method in class com.helger.base.string.StringParser
Parse the given String as unsigned Integer with the specified radix.
parseUnsignedIntObj(String, Long) - Static method in class com.helger.base.string.StringParser
Parse the given String as unsigned Integer with radix StringParser.DEFAULT_RADIX.
passivate(DATATYPE) - Method in interface com.helger.base.pool.IObjectPoolFactory
Called when an object is returned to the pool.
performCleanUp() - Method in class com.helger.base.cleanup.CleanUpRegistry
Execute all registered cleanup actions in priority order.
POSTFIX - Static variable in class com.helger.base.codec.impl.AbstractRFC1522Codec
Postfix.
Predicates - Class in com.helger.base.functional
Some globally usable predicates.
PREFERRED_ENCODING - Static variable in class com.helger.base.codec.base64.Base64
Preferred encoding: US-ASCII
PREFIX - Static variable in class com.helger.base.codec.impl.AbstractRFC1522Codec
Prefix.
printClassPathEntries(PrintStream) - Static method in class com.helger.base.lang.ClassPathHelper
Print all class path entries on the passed print stream, using the system line separator
printClassPathEntries(PrintStream, String) - Static method in class com.helger.base.lang.ClassPathHelper
Print all class path entries on the passed print stream, using the passed separator
priority(int) - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Sets the priority for the threads created by the new BasicThreadFactory.
PRIORITY_DEFAULT - Static variable in interface com.helger.base.cleanup.ICleanUpRegistry
 
PRIORITY_MAX - Static variable in interface com.helger.base.cleanup.ICleanUpRegistry
 
PRIORITY_MIN - Static variable in interface com.helger.base.cleanup.ICleanUpRegistry
 
progressCallback(LongConsumer) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
progressCallback(LongConsumer) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
PropertiesHelper - Class in com.helger.base.rt
Helper class to ease the use of Properties class.
PROTOCOL_FILE - Static variable in class com.helger.base.url.CURL
The protocol for file resources
PUBLIC_DOMAIN - Enum constant in enum class com.helger.base.thirdparty.ELicense
 

Q

QUESTIONMARK - Static variable in class com.helger.base.url.CURL
Separator before first param: ?
QUESTIONMARK_STR - Static variable in class com.helger.base.url.CURL
 
QuotedPrintableCodec - Class in com.helger.base.codec.impl
Encoder and decoder for quoted printable stuff.
QuotedPrintableCodec() - Constructor for class com.helger.base.codec.impl.QuotedPrintableCodec
Default constructor with the UTF-8 charset.
QuotedPrintableCodec(BitSet) - Constructor for class com.helger.base.codec.impl.QuotedPrintableCodec
Constructor using a custom set of printable characters.

R

read() - Method in class com.helger.base.codec.base64.Base64InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
See the general contract of the read method of InputStream.
read() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Reads a single character.
read() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Reads a single character.
read() - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Reads a single character.
read() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
read() - Method in class com.helger.base.io.stream.CountingInputStream
 
read() - Method in class com.helger.base.io.stream.CountingReader
 
read() - Method in class com.helger.base.io.stream.LoggingInputStream
 
read() - Method in class com.helger.base.io.stream.LoggingReader
 
read() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
read(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class com.helger.base.io.stream.CountingInputStream
 
read(byte[], int, int) - Method in class com.helger.base.io.stream.LoggingInputStream
 
read(byte[]) - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
read(byte[]) - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
read(byte[], int, int) - Method in class com.helger.base.codec.base64.Base64InputStream
Calls Base64InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
read(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class com.helger.base.io.stream.CountingReader
 
read(char[], int, int) - Method in class com.helger.base.io.stream.LoggingReader
 
read(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Reads characters into a portion of an array.
read(ByteBuffer) - Method in class com.helger.base.io.stream.ByteBufferInputStream
Reads as much as possible into the destination buffer.
read(ByteBuffer) - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
Reads as much as possible into the destination buffer.
readAndUpdateIDCounter(int) - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
Read the current ID from the device.
readAndUpdateIDCounter(int) - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
Read the current ID from the device.
readBit() - Method in class com.helger.base.io.nonblocking.NonBlockingBitInputStream
Read the next bit from the stream.
readBit() - Method in class com.helger.base.io.stream.BitInputStream
Read the next bit from the stream.
readBits(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBitInputStream
Read a specified number of bits and return them combined as an integer value.
readCode(NonBlockingBitInputStream) - Method in class com.helger.base.codec.impl.LZWCodec.LZWDecodeDictionary
Read the next code
readFrom(InputStream) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Reads the given InputStream completely into the buffer.
readFully(InputStream, byte[]) - Static method in class com.helger.base.io.stream.StreamHelper
Read the whole buffer from the input stream.
readFully(InputStream, byte[], int, int) - Static method in class com.helger.base.io.stream.StreamHelper
Read the whole buffer from the input stream.
readLine() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Reads a line of text.
readLocked(Runnable) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided runnable in a read lock.
readLockedBoolean(BooleanSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLockedDouble(DoubleSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLockedGet(Supplier<? extends T>) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE>) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLockedInt(IntSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLockedLong(LongSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLockedThrowing(IThrowingRunnable<EXTYPE>) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided runnable in a read lock.
readSafeUTF(DataInput) - Static method in class com.helger.base.io.stream.StreamHelper
Because DataOutputStream.writeUTF(String) has a limit of 64KB this methods provides a similar solution for reading like DataInputStream.readUTF() but what was written in StreamHelper.writeSafeUTF(DataOutput, String).
readUntilEOF(InputStream, byte[], ObjIntConsumer<? super byte[]>) - Static method in class com.helger.base.io.stream.StreamHelper
Read the input stream until EOF, passing each chunk to the consumer.
readUntilEOF(InputStream, ObjIntConsumer<? super byte[]>) - Static method in class com.helger.base.io.stream.StreamHelper
Read the input stream until EOF, passing each chunk to the consumer.
readUntilEOF(Reader, char[], ObjIntConsumer<? super char[]>) - Static method in class com.helger.base.io.stream.StreamHelper
Read the reader until EOF, passing each chunk to the consumer.
readUntilEOF(Reader, ObjIntConsumer<? super char[]>) - Static method in class com.helger.base.io.stream.StreamHelper
Read the reader until EOF, passing each chunk to the consumer.
ready() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Tells whether this stream is ready to be read.
ready() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Tells whether this stream is ready to be read.
ready() - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Tells whether this stream is ready to be read.
REGEX_URN - Static variable in class com.helger.base.url.URNHelper
 
registerCleanup(int, Runnable) - Method in class com.helger.base.cleanup.CleanUpRegistry
Register a cleanup action.
registerCleanup(int, Runnable) - Method in interface com.helger.base.cleanup.ICleanUpRegistry
Register a cleanup action.
registerCleanUpAction(ICleanUpRegistry) - Method in class com.helger.base.cleanup.BaseCleanUpRegistrarSPI
Register cleanup actions.
registerCleanUpAction(ICleanUpRegistry) - Method in interface com.helger.base.cleanup.ICleanUpRegistrarSPI
Register cleanup actions.
registerThirdPartyModule(IThirdPartyModule) - Method in class com.helger.base.thirdparty.ThirdPartyModuleRegistry
Register a new third party module.
reinitialize() - Method in class com.helger.base.cleanup.CleanUpRegistry
Reinitialize the clean up registry by re-reading all SPI implementations.
reinitialize() - Method in class com.helger.base.thirdparty.ThirdPartyModuleRegistry
Reinitialize this registry by clearing all modules and reloading from SPI.
removeAll() - Method in class com.helger.base.callback.CallbackList
Remove all callbacks
removeAll() - Method in interface com.helger.base.state.IClearable
Reset the contents of the element to the after-construction state.
removeAll(String, char) - Static method in class com.helger.base.string.StringRemove
Remove all occurrences of the passed character from the specified input string
removeAll(String, String) - Static method in class com.helger.base.string.StringRemove
Remove all occurrences of the passed character from the specified input string
removeMultiple(String, char[]) - Static method in class com.helger.base.string.StringRemove
Optimized remove method that removes a set of characters from an input string!
removeObject(CALLBACKTYPE) - Method in class com.helger.base.callback.CallbackList
Remove the specified callback
removePropertyValue(String) - Static method in class com.helger.base.system.SystemProperties
Remove a system property value
replaceAll(String, char, char) - Static method in class com.helger.base.string.StringReplace
This is a fast replacement for String.replace(char, char) for characters.
replaceAll(String, String, CharSequence) - Static method in class com.helger.base.string.StringReplace
This is a fast replacement for String.replace(CharSequence, CharSequence).
replaceAllRepeatedly(String, String, String) - Static method in class com.helger.base.string.StringReplace
Just calls replaceAll as long as there are still replacements found
replaceAllSafe(String, String, CharSequence) - Static method in class com.helger.base.string.StringReplace
Same as StringReplace.replaceAll(String, String, CharSequence) but allowing for a null new-value, which is than interpreted as an empty string instead.
replaceMultiple(char[], char[], char[][]) - Static method in class com.helger.base.string.StringReplace
Optimized replace method that replaces a set of characters with a set of strings.
replaceMultiple(String, char[], char) - Static method in class com.helger.base.string.StringReplace
Optimized replace method that replaces a set of characters with another character.
replaceMultiple(String, char[], char[][]) - Static method in class com.helger.base.string.StringReplace
Optimized replace method that replaces a set of characters with a set of strings.
replaceMultiple(String, String[], String[]) - Static method in class com.helger.base.string.StringReplace
Perform all string replacements on the input string as defined by the passed map.
replaceMultiple(String, Map<String, String>) - Static method in class com.helger.base.string.StringReplace
Perform all string replacements on the input string as defined by the passed map.
replaceMultipleAsString(String, char[], char) - Static method in class com.helger.base.string.StringReplace
Optimized replace method that replaces a set of characters with another character.
replaceMultipleTo(char[], char[], char[][], Writer) - Static method in class com.helger.base.string.StringReplace
Specialized version of StringReplace.replaceMultiple(String, char[], char[][]) where the object where the output should be appended is passed in as a parameter.
replaceMultipleTo(char[], int, int, char[], char[][], Writer) - Static method in class com.helger.base.string.StringReplace
Specialized version of StringReplace.replaceMultiple(String, char[], char[][]) where the object where the output should be appended is passed in as a parameter.
replaceMultipleTo(String, char[], char[][], Writer) - Static method in class com.helger.base.string.StringReplace
Specialized version of StringReplace.replaceMultiple(String, char[], char[][]) where the object where the output should be appended is passed in as a parameter.
replaceMultipleTo(String, char[], char, Writer) - Static method in class com.helger.base.string.StringReplace
Optimized replace method that replaces a set of characters with another character.
replaceMultipleTo(String, char[], char, StringBuilder) - Static method in class com.helger.base.string.StringReplace
Optimized replace method that replaces a set of characters with another character.
reset() - Method in interface com.helger.base.builder.IResettableBuilder
Reset the builder, so that a second object may be build with the same builder.
reset() - Method in class com.helger.base.codec.impl.LZWCodec.AbstractLZWDictionary
Reset this dictionary to its initial state, clearing all entries and re-initializing with the 256 single-byte entries.
reset() - Method in class com.helger.base.codec.impl.LZWCodec.LZWEncodeDictionary
 
reset() - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Resets this builder.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Resets the stream to the most recent mark.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Remove all content of the buffer.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Resets the stream.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Remove all content of the buffer.
reset() - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
reset() - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Reset the backing byte buffer
reset() - Method in class com.helger.base.io.stream.CountingInputStream
 
reset() - Method in class com.helger.base.io.stream.CountingReader
 
reset() - Method in class com.helger.base.io.stream.LoggingInputStream
 
reset() - Method in class com.helger.base.io.stream.LoggingReader
 
reset() - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
reset() - Method in class com.helger.base.timing.StopWatch
Reset all saved durations, in case this stop watch is to be used in a loop.
restart() - Method in class com.helger.base.timing.StopWatch
Stops, resets and starts the stop watch.
resumeEncoding() - Method in class com.helger.base.codec.base64.Base64OutputStream
Resumes encoding of the stream.
returnObject(DATATYPE) - Method in interface com.helger.base.pool.IMutableObjectPool
Return a previously borrowed object back to the pool.
returnObject(DATATYPE) - Method in class com.helger.base.pool.ObjectPool
Return a previously borrowed object back to the pool.
RFC1522BCodec - Class in com.helger.base.codec.impl
Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.
RFC1522BCodec() - Constructor for class com.helger.base.codec.impl.RFC1522BCodec
Default constructor with the UTF-8 charset.
RFC1522BCodec(Charset) - Constructor for class com.helger.base.codec.impl.RFC1522BCodec
Constructor which allows for the selection of a default charset
RFC1522QCodec - Class in com.helger.base.codec.impl
Similar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.
RFC1522QCodec() - Constructor for class com.helger.base.codec.impl.RFC1522QCodec
Default constructor with the UTF-8 charset.
RFC1522QCodec(Charset) - Constructor for class com.helger.base.codec.impl.RFC1522QCodec
Constructor which allows for the selection of a default charset.
RFC2616Codec - Class in com.helger.base.codec.impl
Codec for RFC 2616 (HTTP/1.1) HTTP header values.
RFC2616Codec() - Constructor for class com.helger.base.codec.impl.RFC2616Codec
Constructor.
RFC3986Codec - Class in com.helger.base.codec.impl
Encoder and decoder for URL stuff based on RFC 3986.
RFC3986Codec() - Constructor for class com.helger.base.codec.impl.RFC3986Codec
Default constructor with the RFC 3986 printable characters.
RFC3986Codec(BitSet) - Constructor for class com.helger.base.codec.impl.RFC3986Codec
Constructor with an arbitrary set of printable characters.
RFC5234Helper - Class in com.helger.base.codec
This class contains the ABNF (RFC 5234 https://tools.ietf.org/html/rfc5234) core rules (section B.1).
RFC5987Codec - Class in com.helger.base.codec.impl
RFC 5987 Encoder.
RFC5987Codec() - Constructor for class com.helger.base.codec.impl.RFC5987Codec
Default constructor using UTF-8 charset.
RFC5987Codec(Charset) - Constructor for class com.helger.base.codec.impl.RFC5987Codec
Constructor using a specific charset.
RIGHT - Enum constant in enum class com.helger.base.state.ELeftRight
 
run() - Method in interface com.helger.base.iface.IThrowingRunnable
Run it.
RUN_LENGTH_EOD - Static variable in class com.helger.base.codec.impl.RunLengthCodec
 
RunLengthCodec - Class in com.helger.base.codec.impl
Decoder for run length encoding
RunLengthCodec() - Constructor for class com.helger.base.codec.impl.RunLengthCodec
Constructor.
runMeasured(Runnable) - Static method in class com.helger.base.timing.StopWatch
Run the passed runnable and measure the time.

S

safeDecode(byte[]) - Static method in class com.helger.base.codec.base64.Base64
Decode the byte array.
safeDecode(byte[], int) - Static method in class com.helger.base.codec.base64.Base64
Decode the byte array.
safeDecode(byte[], int, int) - Static method in class com.helger.base.codec.base64.Base64
Decode the byte array.
safeDecode(byte[], int, int, int) - Static method in class com.helger.base.codec.base64.Base64
Decode the byte array.
safeDecode(String) - Static method in class com.helger.base.codec.base64.Base64
Decode the string with the default encoding (US-ASCII is the preferred one).
safeDecode(String, int) - Static method in class com.helger.base.codec.base64.Base64
Decode the string with the default encoding (US-ASCII is the preferred one).
safeDecodeAsString(byte[], int, int, Charset) - Static method in class com.helger.base.codec.base64.Base64
Decode the byte array and convert it to a string.
safeDecodeAsString(byte[], Charset) - Static method in class com.helger.base.codec.base64.Base64
Decode the byte array and convert it to a string.
safeDecodeAsString(String, Charset) - Static method in class com.helger.base.codec.base64.Base64
Decode the string and convert it back to a string.
safeEncode(String, Charset) - Static method in class com.helger.base.codec.base64.Base64
 
safeEncodeBytes(byte[]) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded String.
safeEncodeBytes(byte[], int) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded String.
safeEncodeBytes(byte[], int, int) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded String.
safeEncodeBytes(byte[], int, int, int) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded String.
safeEncodeBytesToBytes(byte[]) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded byte array.
safeEncodeBytesToBytes(byte[], int) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded byte array.
safeEncodeBytesToBytes(byte[], int, int) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded byte array.
safeEncodeBytesToBytes(byte[], int, int, int) - Static method in class com.helger.base.codec.base64.Base64
Safely encode the byte array to a Base64-encoded byte array.
SECONDS_PER_DAY - Static variable in class com.helger.base.CGlobal
Seconds in a day (86_400).
SECONDS_PER_HOUR - Static variable in class com.helger.base.CGlobal
Seconds in an hour (3_600).
SECONDS_PER_MINUTE - Static variable in class com.helger.base.CGlobal
Seconds in a minute (60).
SEP - Static variable in class com.helger.base.codec.impl.AbstractRFC1522Codec
Separator.
separator(char) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the separator character to use between elements.
separator(String) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the separator string to use between elements.
separatorInner(char) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the inner separator character used between key and value within each entry.
separatorInner(String) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the inner separator string used between key and value within each entry.
separatorOuter(char) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the outer separator character used between map entries.
separatorOuter(String) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the outer separator string used between map entries.
SerializationHelper - Class in com.helger.base.serialize
Global serialization helper method.
ServiceLoaderHelper - Class in com.helger.base.spi
ServiceLoader helper class.
set(boolean) - Method in class com.helger.base.numeric.mutable.MutableBoolean
Set a new value.
set(byte) - Method in class com.helger.base.numeric.mutable.MutableByte
Set a new value.
set(char) - Method in class com.helger.base.numeric.mutable.MutableChar
Set a new value.
set(double) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Set a new value.
set(double) - Method in class com.helger.base.numeric.mutable.MutableDouble
Set a new value.
set(float) - Method in class com.helger.base.numeric.mutable.MutableFloat
Set a new value.
set(int) - Method in class com.helger.base.numeric.mutable.MutableByte
Set a new value.
set(int) - Method in class com.helger.base.numeric.mutable.MutableChar
Set a new value.
set(int) - Method in class com.helger.base.numeric.mutable.MutableInt
Set a new value.
set(int) - Method in class com.helger.base.numeric.mutable.MutableShort
Set a new value.
set(long) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Set a new value.
set(long) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Set a new value.
set(long) - Method in class com.helger.base.numeric.mutable.MutableLong
Set a new value.
set(short) - Method in class com.helger.base.numeric.mutable.MutableShort
Set a new value.
set(CALLBACKTYPE) - Method in class com.helger.base.callback.CallbackList
Clear all elements and add only the passed value.
set(DATATYPE) - Method in interface com.helger.base.wrapper.IMutableWrapper
Change the wrapped object.
set(DATATYPE) - Method in class com.helger.base.wrapper.Wrapper
Change the wrapped object.
set(CallbackList<CALLBACKTYPE>) - Method in class com.helger.base.callback.CallbackList
Clear all elements and add all provided values.
set(MutableBigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Set a new value.
set(MutableBigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Set a new value.
set(MutableBoolean) - Method in class com.helger.base.numeric.mutable.MutableBoolean
Set a new value.
set(MutableChar) - Method in class com.helger.base.numeric.mutable.MutableChar
Set a new value.
set(Boolean) - Method in class com.helger.base.numeric.mutable.MutableBoolean
Set a new value.
set(Number) - Method in class com.helger.base.numeric.mutable.MutableByte
Set a new value.
set(Number) - Method in class com.helger.base.numeric.mutable.MutableDouble
Set a new value.
set(Number) - Method in class com.helger.base.numeric.mutable.MutableFloat
Set a new value.
set(Number) - Method in class com.helger.base.numeric.mutable.MutableInt
Set a new value.
set(Number) - Method in class com.helger.base.numeric.mutable.MutableLong
Set a new value.
set(Number) - Method in class com.helger.base.numeric.mutable.MutableShort
Set a new value.
set(BigDecimal) - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
Set a new value.
set(BigInteger) - Method in class com.helger.base.numeric.mutable.MutableBigInteger
Set a new value.
setAddPaddding(boolean) - Method in class com.helger.base.codec.impl.Base32Codec
Set whether to add padding during encoding.
setChildNode(byte, LZWCodec.LZWNode) - Method in class com.helger.base.codec.impl.LZWCodec.LZWNode
Set a child node at the specified byte index.
setContextClassLoader(ClassLoader) - Static method in class com.helger.base.classloader.ClassLoaderHelper
Set the context class loader of the current thread.
setDebugMode(boolean) - Method in class com.helger.base.debug.GlobalDebug
Set the debug mode via dependency injection.
setDebugModeDirect(boolean) - Static method in class com.helger.base.debug.GlobalDebug
Enable or disable debug mode.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class com.helger.base.concurrent.BasicThreadFactory
Set the default uncaught exception handler for future instances of BasicThreadFactory.
setEnabled(boolean) - Static method in class com.helger.base.enforce.ValueEnforcer
Enable or disable the checks.
setEnabled(boolean) - Method in class com.helger.base.log.ConditionalLogger
Enable or disable this conditional logger.
setEncodeBlanks(boolean) - Method in class com.helger.base.codec.impl.RFC1522QCodec
Defines whether optional transformation of SPACE characters is to be used
setIndex(int) - Method in class com.helger.base.string.StringScanner
Set the current scan position to the specified index.
setIntIDFactory(IIntIDFactory) - Static method in class com.helger.base.id.factory.GlobalIDFactory
Set the non-persistent int ID factory.
setLongIDFactory(ILongIDFactory) - Static method in class com.helger.base.id.factory.GlobalIDFactory
Set the non-persistent long ID factory.
setNewLineBytes(byte[]) - Method in class com.helger.base.codec.base64.Base64OutputStream
Set the newline bytes to be used, so that "\r\n" can be used instead of the default "\n"
setPad(byte) - Method in class com.helger.base.codec.impl.Base32Codec
Set the byte to use for padding.
setPersistentIntIDFactory(IIntIDFactory) - Static method in class com.helger.base.id.factory.GlobalIDFactory
Set the persistent int ID factory.
setPersistentLongIDFactory(ILongIDFactory) - Static method in class com.helger.base.id.factory.GlobalIDFactory
Set the persistent long ID factory.
setPersistentStringIDFactory(IStringIDFactory) - Static method in class com.helger.base.id.factory.GlobalIDFactory
Set the persistent string ID factory.
setProductionMode(boolean) - Method in class com.helger.base.debug.GlobalDebug
Set the production mode via dependency injection.
setProductionModeDirect(boolean) - Static method in class com.helger.base.debug.GlobalDebug
Enable or disable production mode.
setProperty(String, String) - Method in class com.helger.base.rt.NonBlockingProperties
Calls the Hashtable method put.
setPropertyValue(String, boolean) - Static method in class com.helger.base.system.SystemProperties
Set a system property value.
setPropertyValue(String, int) - Static method in class com.helger.base.system.SystemProperties
Set a system property value .
setPropertyValue(String, long) - Static method in class com.helger.base.system.SystemProperties
Set a system property value
setPropertyValue(String, String) - Static method in class com.helger.base.system.SystemProperties
Set a system property value
setReserveCount(int) - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
Dynamically set the reserve count of this factory.
setReserveCount(int) - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
Dynamically set the reserve count of this factory.
setSilentMode(boolean) - Static method in class com.helger.base.pool.ObjectPool
Enable or disable certain regular log messages.
setSilentMode(boolean) - Static method in class com.helger.base.spi.ServiceLoaderHelper
Enable or disable certain regular log messages.
setSilentMode(boolean) - Static method in class com.helger.base.system.SystemProperties
Enable or disable certain regular log messages.
setStringIDFactory(IStringIDFactory) - Static method in class com.helger.base.id.factory.GlobalIDFactory
Set the non-persistent string ID factory.
shortValue() - Method in interface com.helger.base.numeric.INumber
Returns the value of the specified number as a short, which may involve rounding or truncation.
shortValue() - Method in class com.helger.base.numeric.mutable.MutableShort
 
shutdownAndWaitUntilAllTasksAreFinished(ExecutorService) - Static method in class com.helger.base.concurrent.ExecutorServiceHelper
Call shutdown on the ExecutorService and wait indefinitely until it terminated.
shutdownAndWaitUntilAllTasksAreFinished(ExecutorService, long, TimeUnit) - Static method in class com.helger.base.concurrent.ExecutorServiceHelper
Call shutdown on the ExecutorService and wait indefinitely until it terminated.
SimpleLocation - Class in com.helger.base.location
Default implementation of the ILocation interface.
SimpleLocation(String) - Constructor for class com.helger.base.location.SimpleLocation
Constructor with resource ID only.
SimpleLocation(String, int, int) - Constructor for class com.helger.base.location.SimpleLocation
Constructor with resource ID, line number and column number.
SimpleLock - Class in com.helger.base.concurrent
This is an extension around ReentrantLock that allows for easy usage with Java 8 :) See SimpleLock.locked(Runnable) and SimpleLock.locked(Runnable) method.
SimpleLock() - Constructor for class com.helger.base.concurrent.SimpleLock
Default constructor creating a default ReentrantLock
SimpleLock(boolean) - Constructor for class com.helger.base.concurrent.SimpleLock
Constructor creating a ReentrantLock with the provided fairness
SimpleReadWriteLock - Class in com.helger.base.concurrent
This is an extension around ReentrantReadWriteLock that allows for easy usage with Java 8 :) See SimpleReadWriteLock.readLocked(Runnable) and SimpleReadWriteLock.writeLocked(Runnable) method.
SimpleReadWriteLock() - Constructor for class com.helger.base.concurrent.SimpleReadWriteLock
Default constructor creating a default ReentrantReadWriteLock
SimpleReadWriteLock(boolean) - Constructor for class com.helger.base.concurrent.SimpleReadWriteLock
Constructor creating a ReentrantReadWriteLock with the provided fairness
size() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
size() - Method in class com.helger.base.callback.CallbackList
 
size() - Method in interface com.helger.base.iface.IHasSize
 
size() - Method in interface com.helger.base.iface.IHasSizeLong
 
size() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
size() - Method in class com.helger.base.io.stream.ByteBufferOutputStream
 
size() - Method in class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
SizeDouble - Class in com.helger.base.dimension
This class represents an object having width and height.
SizeDouble(double, double) - Constructor for class com.helger.base.dimension.SizeDouble
Constructor with width and height.
SizeDouble(IHasDimensionDouble) - Constructor for class com.helger.base.dimension.SizeDouble
Constructor copying from an existing double dimension object.
SizeDouble(IHasDimensionFloat) - Constructor for class com.helger.base.dimension.SizeDouble
Constructor copying from an existing float dimension object.
SizeDouble(IHasDimensionInt) - Constructor for class com.helger.base.dimension.SizeDouble
Constructor copying from an existing int dimension object.
SizeDouble(IHasDimensionLong) - Constructor for class com.helger.base.dimension.SizeDouble
Constructor copying from an existing long dimension object.
SizeFloat - Class in com.helger.base.dimension
This class represents an object having width and height.
SizeFloat(float, float) - Constructor for class com.helger.base.dimension.SizeFloat
Constructor with width and height.
SizeFloat(IHasDimensionFloat) - Constructor for class com.helger.base.dimension.SizeFloat
Constructor copying from an existing float dimension object.
SizeFloat(IHasDimensionInt) - Constructor for class com.helger.base.dimension.SizeFloat
Constructor copying from an existing int dimension object.
SizeFloat(IHasDimensionLong) - Constructor for class com.helger.base.dimension.SizeFloat
Constructor copying from an existing long dimension object.
SizeInt - Class in com.helger.base.dimension
This class represents an object having width and height.
SizeInt(int, int) - Constructor for class com.helger.base.dimension.SizeInt
Constructor with width and height.
SizeInt(IHasDimensionInt) - Constructor for class com.helger.base.dimension.SizeInt
Constructor copying from an existing dimension object.
SizeLong - Class in com.helger.base.dimension
This class represents an object having width and height.
SizeLong(long, long) - Constructor for class com.helger.base.dimension.SizeLong
Constructor with width and height.
SizeLong(IHasDimensionInt) - Constructor for class com.helger.base.dimension.SizeLong
Constructor copying from an existing int dimension object.
SizeLong(IHasDimensionLong) - Constructor for class com.helger.base.dimension.SizeLong
Constructor copying from an existing long dimension object.
skip(int) - Method in class com.helger.base.string.StringScanner
Skip the specified number of characters forward or backward.
skip(long) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedReader
Skips characters.
skip(long) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Skips characters.
skip(long) - Method in class com.helger.base.io.nonblocking.NonBlockingStringReader
Skips the specified number of characters in the stream.
skip(long) - Method in class com.helger.base.io.stream.ByteBufferInputStream
 
skip(long) - Method in class com.helger.base.io.stream.CountingInputStream
 
skip(long) - Method in class com.helger.base.io.stream.CountingReader
 
skip(long) - Method in class com.helger.base.io.stream.LoggingInputStream
 
skip(long) - Method in class com.helger.base.io.stream.LoggingReader
 
skip(long) - Method in class com.helger.base.io.stream.MultiByteBufferInputStream
 
skipbackWhitespaces() - Method in class com.helger.base.string.StringScanner
Skip all whitespace characters from the current position backward.
skipFully(InputStream, long) - Static method in class com.helger.base.io.stream.StreamHelper
Fully skip the passed amounts in the input stream.
skipWhitespaces() - Method in class com.helger.base.string.StringScanner
Skip all whitespace characters from the current position forward.
sleep(long) - Static method in class com.helger.base.concurrent.ThreadHelper
Sleep the current thread for a certain amount of time
sleep(long, TimeUnit) - Static method in class com.helger.base.concurrent.ThreadHelper
Sleep the current thread for a certain amount of time
sleep(Duration) - Static method in class com.helger.base.concurrent.ThreadHelper
Sleep the current thread for a certain amount of time
sleepMinutes(long) - Static method in class com.helger.base.concurrent.ThreadHelper
Sleep the current thread for a certain amount of time
sleepSeconds(long) - Static method in class com.helger.base.concurrent.ThreadHelper
Sleep the current thread for a certain amount of time
SLF4J - Static variable in class com.helger.base.thirdparty.ThirdPartyModuleProvider_ph_base
 
SOLARIS - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the Solaris operating system.
source(T...) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the source elements from a generic array, converting each element to a string via Object.toString().
source(T[], Function<? super T, String>) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the source elements from a generic array, converting each element using the provided mapper function.
source(String...) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the source elements from a string array.
source(Collection<?>) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the source elements from a collection, converting each element to a string via Object.toString().
source(Collection<T>, Function<? super T, String>) - Method in class com.helger.base.string.StringImplode.ImploderBuilder
Set the source elements from a collection, converting each element using the provided mapper function.
source(Map<?, ?>) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the source map, converting keys and values to strings via Object.toString().
source(Map<K, V>, Function<? super K, String>, Function<? super V, String>) - Method in class com.helger.base.string.StringImplode.ImploderBuilderMap
Set the source map, converting keys and values using the provided mapper functions.
SPACE - Static variable in class com.helger.base.codec.impl.QuotedPrintableCodec
 
StackTraceHelper - Class in com.helger.base.rt
This class contains utility methods for handling stack traces.
start() - Method in class com.helger.base.timing.StopWatch
Start the stop watch.
startsWith(byte[]) - Method in interface com.helger.base.io.iface.IHasByteArray
Check if the passed byte array starts with the bytes of this object.
startsWith(byte[]) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Check if the buffer starts with the specified byte array.
startsWith(byte[], byte[]) - Static method in class com.helger.base.array.ArrayHelper
Check if the byte array starts with the given search bytes.
startsWith(byte[], byte[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Check if the byte array starts with the given search bytes.
startsWith(byte[], int, byte[]) - Static method in class com.helger.base.array.ArrayHelper
Check if the byte array starts with the given search bytes.
startsWith(byte[], int, byte[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Check if the byte array starts with the given search bytes.
startsWith(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Check if the buffer starts with the specified byte array.
startsWith(byte[], int, int, byte[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Check if the byte array starts with the given search bytes.
startsWith(char[]) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Check if the buffer starts with the specified char array.
startsWith(char[], char[]) - Static method in class com.helger.base.array.ArrayHelper
Check if the char array starts with the given search chars.
startsWith(char[], char[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Check if the char array starts with the given search chars.
startsWith(char[], int, char[]) - Static method in class com.helger.base.array.ArrayHelper
Check if the char array starts with the given search chars.
startsWith(char[], int, char[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Check if the char array starts with the given search chars.
startsWith(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Check if the buffer starts with a portion of the specified char array.
startsWith(char[], int, int, char[], int, int) - Static method in class com.helger.base.array.ArrayHelper
Check if the char array starts with the given search chars.
startsWith(CharSequence, char) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence starts with the passed character.
startsWith(CharSequence, CharSequence) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence starts with the passed search sequence.
startsWith(String, String) - Static method in class com.helger.base.string.StringHelper
Check if the passed string starts with the passed search string.
startsWithAny(CharSequence, char[]) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence starts with any of the passed characters.
startsWithIgnoreCase(CharSequence, char) - Static method in class com.helger.base.string.StringHelper
Check if the passed character sequence starts with the passed character, ignoring case.
startsWithIgnoreCase(String, String) - Static method in class com.helger.base.string.StringHelper
Check if the passed string starts with the passed search string, ignoring case.
stop() - Method in interface com.helger.base.state.IStoppable
 
stop() - Method in class com.helger.base.timing.StopWatch
Stop the stop watch.
stopAndGetDuration() - Method in class com.helger.base.timing.StopWatch
Stop the stop watch and get the duration since the start.
stopAndGetMillis() - Method in class com.helger.base.timing.StopWatch
Stop the stop watch and get the elapsed milliseconds since the start.
StopWatch - Class in com.helger.base.timing
Simple stop watch based on System.nanoTime().
StopWatch(boolean) - Constructor for class com.helger.base.timing.StopWatch
Constructor.
store(OutputStream, String) - Method in class com.helger.base.rt.NonBlockingProperties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
store(Writer, String) - Method in class com.helger.base.rt.NonBlockingProperties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
StreamHelper - Class in com.helger.base.io.stream
Helper class for safe stream operations such as copying, closing, flushing, and converting between byte/char streams.
StreamHelper() - Constructor for class com.helger.base.io.stream.StreamHelper
 
StreamHelper.CopyByteStreamBuilder - Class in com.helger.base.io.stream
A simple builder to copy an InputStream (StreamHelper.CopyByteStreamBuilder.from(InputStream)) to an OutputStream (StreamHelper.CopyByteStreamBuilder.to(OutputStream)) with certain parameters.
StreamHelper.CopyCharStreamBuilder - Class in com.helger.base.io.stream
A simple builder to copy a Reader (StreamHelper.CopyCharStreamBuilder.from(Reader)) to an Writer (StreamHelper.CopyCharStreamBuilder.to(Writer)) with certain parameters.
STRING_ID_MAX_LENGTH - Static variable in class com.helger.base.id.factory.GlobalIDFactory
The maximum string length of IDs created by the String based ID factory.
STRING_NOT_FOUND - Static variable in class com.helger.base.CGlobal
The constant to be returned if an String.indexOf call did not find a match!
StringCount - Class in com.helger.base.string
Helper class for counting things in Strings
StringEncoding - Class in com.helger.base.string
Helper class for encoding char arrays to byte arrays and decoding byte arrays to char arrays using NIO charset codecs, avoiding intermediate String objects.
StringHelper - Class in com.helger.base.string
Simple string utility methods, originally in StringHelper.
StringHelper() - Constructor for class com.helger.base.string.StringHelper
 
StringHex - Class in com.helger.base.string
Helper class for hexadecimal string encoding and decoding of byte arrays and individual values.
StringIDFactory - Class in com.helger.base.id.factory
An IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.getNewIntID() to create unique IDs.
StringIDFactory(IStringIDFactory) - Constructor for class com.helger.base.id.factory.StringIDFactory
Constructor using the default prefix.
StringIDFactory(String, IStringIDFactory) - Constructor for class com.helger.base.id.factory.StringIDFactory
Constructor with a custom prefix.
StringIDFromGlobalIntIDFactory - Class in com.helger.base.id.factory
An IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.getNewIntID() to create unique IDs.
StringIDFromGlobalIntIDFactory() - Constructor for class com.helger.base.id.factory.StringIDFromGlobalIntIDFactory
Constructor using the default prefix.
StringIDFromGlobalIntIDFactory(String) - Constructor for class com.helger.base.id.factory.StringIDFromGlobalIntIDFactory
Constructor with a custom prefix.
StringIDFromGlobalLongIDFactory - Class in com.helger.base.id.factory
An IStringIDFactory implementation that uses a constant prefix and a long supplied from GlobalIDFactory.getNewLongID() to create unique IDs.
StringIDFromGlobalLongIDFactory() - Constructor for class com.helger.base.id.factory.StringIDFromGlobalLongIDFactory
Constructor using the default prefix.
StringIDFromGlobalLongIDFactory(String) - Constructor for class com.helger.base.id.factory.StringIDFromGlobalLongIDFactory
Constructor with a custom prefix.
StringIDFromGlobalPersistentIntIDFactory - Class in com.helger.base.id.factory
An IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.getNewPersistentIntID() to create unique IDs.
StringIDFromGlobalPersistentIntIDFactory() - Constructor for class com.helger.base.id.factory.StringIDFromGlobalPersistentIntIDFactory
Constructor using the default prefix.
StringIDFromGlobalPersistentIntIDFactory(String) - Constructor for class com.helger.base.id.factory.StringIDFromGlobalPersistentIntIDFactory
Constructor with a custom prefix.
StringIDFromGlobalPersistentLongIDFactory - Class in com.helger.base.id.factory
An IStringIDFactory implementation that uses a constant prefix and a long supplied from GlobalIDFactory.getNewPersistentLongID() to create unique IDs.
StringIDFromGlobalPersistentLongIDFactory() - Constructor for class com.helger.base.id.factory.StringIDFromGlobalPersistentLongIDFactory
Constructor using the default prefix.
StringIDFromGlobalPersistentLongIDFactory(String) - Constructor for class com.helger.base.id.factory.StringIDFromGlobalPersistentLongIDFactory
Constructor with a custom prefix.
StringIDFromIntIDFactory - Class in com.helger.base.id.factory
A factory that creates String IDs based on a specified IIntIDFactory.
StringIDFromIntIDFactory(IIntIDFactory) - Constructor for class com.helger.base.id.factory.StringIDFromIntIDFactory
Constructor using the default prefix.
StringIDFromIntIDFactory(IIntIDFactory, String) - Constructor for class com.helger.base.id.factory.StringIDFromIntIDFactory
Constructor with a custom prefix.
StringIDFromLongIDFactory - Class in com.helger.base.id.factory
A factory that creates String IDs based on a specified ILongIDFactory .
StringIDFromLongIDFactory(ILongIDFactory) - Constructor for class com.helger.base.id.factory.StringIDFromLongIDFactory
Constructor using the default prefix.
StringIDFromLongIDFactory(ILongIDFactory, String) - Constructor for class com.helger.base.id.factory.StringIDFromLongIDFactory
Constructor with a custom prefix.
StringIDFromUUIDFactory - Class in com.helger.base.id.factory
An IStringIDFactory implementation that uses a random UUIDs.
StringIDFromUUIDFactory() - Constructor for class com.helger.base.id.factory.StringIDFromUUIDFactory
Create a new instance.
StringImplode - Class in com.helger.base.string
Helper class for joining (imploding) collections and arrays into a single string with a configurable separator.
StringImplode.ImploderBuilder - Class in com.helger.base.string
A simple builder that allows to implode collections of arguments with a lot of customization.
StringImplode.ImploderBuilderMap - Class in com.helger.base.string
A simple builder that allows to implode maps of arguments with a lot of customization.
StringInputStream - Class in com.helger.base.io.stream
An input stream based on an input String.
StringInputStream(String, Charset) - Constructor for class com.helger.base.io.stream.StringInputStream
Constructor.
StringInputStreamProvider - Class in com.helger.base.io.streamprovider
An InputStream provider based on a String.
StringInputStreamProvider(char[], int, int, Charset) - Constructor for class com.helger.base.io.streamprovider.StringInputStreamProvider
Constructor using a portion of a char array.
StringInputStreamProvider(char[], Charset) - Constructor for class com.helger.base.io.streamprovider.StringInputStreamProvider
Constructor using a char array.
StringInputStreamProvider(CharSequence, Charset) - Constructor for class com.helger.base.io.streamprovider.StringInputStreamProvider
Constructor using a CharSequence.
StringInputStreamProvider(String, Charset) - Constructor for class com.helger.base.io.streamprovider.StringInputStreamProvider
Constructor using a String.
StringParser - Class in com.helger.base.string
This class contains the methods to parse String objects to numeric values.
StringReaderProvider - Class in com.helger.base.io.streamprovider
An Reader provider based on a String.
StringReaderProvider(char[]) - Constructor for class com.helger.base.io.streamprovider.StringReaderProvider
Constructor using a char array.
StringReaderProvider(char[], int, int) - Constructor for class com.helger.base.io.streamprovider.StringReaderProvider
Constructor using a portion of a char array.
StringReaderProvider(CharSequence) - Constructor for class com.helger.base.io.streamprovider.StringReaderProvider
Constructor using a CharSequence.
StringReaderProvider(String) - Constructor for class com.helger.base.io.streamprovider.StringReaderProvider
Constructor using a String.
StringRemove - Class in com.helger.base.string
Helper class for removing characters or substrings from strings.
StringReplace - Class in com.helger.base.string
Helper class for replacing characters and substrings within strings, with support for multiple replacements and streaming output.
StringScanner - Class in com.helger.base.string
Simple string scanner.
StringScanner(String) - Constructor for class com.helger.base.string.StringScanner
Constructor.
StringWriterProvider - Class in com.helger.base.io.streamprovider
An Writer provider based on a String.
StringWriterProvider() - Constructor for class com.helger.base.io.streamprovider.StringWriterProvider
Create a new instance.
subtractPercent(BigDecimal, BigDecimal) - Static method in class com.helger.base.numeric.BigHelper
Subtract x% from base
subtractPercent(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.helger.base.numeric.BigHelper
Subtract x% from base
SUCCESS - Enum constant in enum class com.helger.base.state.ESuccess
 
SuccessWithValue<DATATYPE> - Class in com.helger.base.state
Wraps a success indicator and an arbitrary value.
SuccessWithValue(ISuccessIndicator) - Constructor for class com.helger.base.state.SuccessWithValue
Constructor
SuccessWithValue(ISuccessIndicator, DATATYPE) - Constructor for class com.helger.base.state.SuccessWithValue
Constructor
SUN_CLIENT - Enum constant in enum class com.helger.base.system.EJVMVendor
 
SUN_SERVER - Enum constant in enum class com.helger.base.system.EJVMVendor
 
suspendEncoding() - Method in class com.helger.base.codec.base64.Base64OutputStream
Suspends encoding of the stream.
SYSTEM_PROPERTY_FILE_SEPARATOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_CLASS_PATH - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_CLASS_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_HOME - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_IO_TMPDIR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_LIBRARY_PATH - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_RUNTIME_NAME - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_RUNTIME_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_SECURITY_DEBUG - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_SPECIFICATION_URL - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_SPECIFICATION_VENDOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_SPECIFICATION_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VENDOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VENDOR_URL - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_NAME - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_SPECIFICATION_URL - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_SPECIFICATION_VENDOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_SPECIFICATION_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_URL - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_VENDOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVA_VM_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVAX_ACTIVATION_DEBUG - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAVAX_NET_DEBUG - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_JAXP_DEBUG - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_LINE_SEPARATOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_MAIL_DEBUG - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_OS_ARCH - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_OS_NAME - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_OS_VERSION - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_PATH_SEPARATOR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_SERIALIZATION_DEBUG - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_USER_DIR - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_USER_HOME - Static variable in class com.helger.base.system.CSystemProperty
 
SYSTEM_PROPERTY_USER_NAME - Static variable in class com.helger.base.system.CSystemProperty
 
SystemHelper - Class in com.helger.base.system
Get information about the system we're running on.
SystemProperties - Class in com.helger.base.system
This class wraps all the Java system properties like version number etc.

T

TAB - Static variable in class com.helger.base.codec.impl.QuotedPrintableCodec
 
test(boolean) - Method in interface com.helger.base.functional.IBooleanPredicate
Evaluates this predicate on the given argument.
test(char) - Method in interface com.helger.base.functional.ICharPredicate
Evaluates this predicate on the given argument.
TextFormatter - Class in com.helger.base.text
Helper class for formatting text using MessageFormat patterns with locale-aware formatting.
TextVariableHelper - Class in com.helger.base.text
This class provides an easy way to replace variables in a string with other values.
ThirdPartyModule - Class in com.helger.base.thirdparty
The default implementation of the IThirdPartyModule interface.
ThirdPartyModule(IThirdPartyModule, boolean) - Constructor for class com.helger.base.thirdparty.ThirdPartyModule
Constructor copying from another third party module with a different optional flag.
ThirdPartyModule(String, String, ILicense) - Constructor for class com.helger.base.thirdparty.ThirdPartyModule
Constructor with required fields and default optional flag.
ThirdPartyModule(String, String, ILicense, boolean) - Constructor for class com.helger.base.thirdparty.ThirdPartyModule
Constructor with required fields and optional flag.
ThirdPartyModule(String, String, ILicense, Version, String) - Constructor for class com.helger.base.thirdparty.ThirdPartyModule
Constructor with all fields except optional flag.
ThirdPartyModule(String, String, ILicense, Version, String, boolean) - Constructor for class com.helger.base.thirdparty.ThirdPartyModule
Full constructor with all fields.
ThirdPartyModuleProvider_ph_base - Class in com.helger.base.thirdparty
Implement this SPI interface if your JAR file contains external third party modules.
ThirdPartyModuleProvider_ph_base() - Constructor for class com.helger.base.thirdparty.ThirdPartyModuleProvider_ph_base
 
ThirdPartyModuleRegistry - Class in com.helger.base.thirdparty
This class manages all registered third party modules
thisAsT() - Method in interface com.helger.base.trait.IGenericImplTrait
 
threadGroup(ThreadGroup) - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Sets the ThreadGroup to be used by the default thread factory.
ThreadHelper - Class in com.helger.base.concurrent
Some thread utility methods.
to(OutputStream) - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
 
to(Writer) - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
 
toBigDecimal(double) - Static method in class com.helger.base.numeric.BigHelper
Convert a double to a BigDecimal.
toBigDecimal(float) - Static method in class com.helger.base.numeric.BigHelper
Convert a float to a BigDecimal.
toBigDecimal(int) - Static method in class com.helger.base.numeric.BigHelper
Convert an int to a BigDecimal.
toBigDecimal(long) - Static method in class com.helger.base.numeric.BigHelper
Convert a long to a BigDecimal.
toBigDecimal(Number) - Static method in class com.helger.base.numeric.BigHelper
Convert a Number to a BigDecimal.
toBigDecimal(String) - Static method in class com.helger.base.numeric.BigHelper
Convert a String to a BigDecimal.
toBigInteger(int) - Static method in class com.helger.base.numeric.BigHelper
Convert an int to a BigInteger.
toBigInteger(long) - Static method in class com.helger.base.numeric.BigHelper
Convert a long to a BigInteger.
toBigInteger(Number) - Static method in class com.helger.base.numeric.BigHelper
Convert a Number to a BigInteger.
toBigInteger(String) - Static method in class com.helger.base.numeric.BigHelper
Convert a String to a BigInteger.
toByteArray() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray(Charset) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Returns a copy of the input data as bytes in the correct charset.
toCharArray() - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Returns a copy of the input data.
TOP - Enum constant in enum class com.helger.base.state.ETopBottom
 
toString() - Method in class com.helger.base.array.bytes.ByteArrayWrapper
 
toString() - Method in class com.helger.base.callback.CallbackList
 
toString() - Method in class com.helger.base.callback.exception.CollectingExceptionCallback
 
toString() - Method in class com.helger.base.callback.exception.CollectingExceptionListCallback
 
toString() - Method in class com.helger.base.codec.impl.LZWCodec.LZWNode
 
toString() - Method in class com.helger.base.concurrent.BasicThreadFactory
 
toString() - Method in class com.helger.base.dimension.SizeDouble
 
toString() - Method in class com.helger.base.dimension.SizeFloat
 
toString() - Method in class com.helger.base.dimension.SizeInt
 
toString() - Method in class com.helger.base.dimension.SizeLong
 
toString() - Method in class com.helger.base.email.EmailAddress
 
toString() - Method in class com.helger.base.id.factory.AbstractPersistingIntIDFactory
 
toString() - Method in class com.helger.base.id.factory.AbstractPersistingLongIDFactory
 
toString() - Method in class com.helger.base.id.factory.MemoryIntIDFactory
 
toString() - Method in class com.helger.base.id.factory.MemoryLongIDFactory
 
toString() - Method in class com.helger.base.id.factory.MemoryStaticIntIDFactory
 
toString() - Method in class com.helger.base.id.factory.MemoryStaticLongIDFactory
 
toString() - Method in class com.helger.base.id.factory.StringIDFactory
 
toString() - Method in class com.helger.base.id.factory.StringIDFromUUIDFactory
 
toString() - Method in class com.helger.base.io.nonblocking.NonBlockingBitInputStream
 
toString() - Method in class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
 
toString() - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
 
toString() - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Deprecated.
Don't call this; use getAsString instead
toString() - Method in class com.helger.base.io.stream.CountingInputStream
 
toString() - Method in class com.helger.base.io.stream.CountingOutputStream
 
toString() - Method in class com.helger.base.io.stream.CountingReader
 
toString() - Method in class com.helger.base.io.stream.CountingWriter
 
toString() - Method in class com.helger.base.io.stream.HasInputStream
 
toString() - Method in class com.helger.base.io.stream.LoggingInputStream
 
toString() - Method in class com.helger.base.io.stream.LoggingOutputStream
 
toString() - Method in class com.helger.base.io.stream.LoggingReader
 
toString() - Method in class com.helger.base.io.stream.LoggingWriter
 
toString() - Method in class com.helger.base.io.stream.WrappedInputStream
 
toString() - Method in class com.helger.base.io.stream.WrappedOutputStream
 
toString() - Method in class com.helger.base.io.stream.WrappedReader
 
toString() - Method in class com.helger.base.io.stream.WrappedWriter
 
toString() - Method in class com.helger.base.io.streamprovider.ByteArrayInputStreamProvider
 
toString() - Method in class com.helger.base.io.streamprovider.ByteArrayOutputStreamProvider
 
toString() - Method in class com.helger.base.io.streamprovider.ByteBufferInputStreamProvider
 
toString() - Method in class com.helger.base.io.streamprovider.StringInputStreamProvider
 
toString() - Method in class com.helger.base.io.streamprovider.StringReaderProvider
 
toString() - Method in class com.helger.base.io.streamprovider.StringWriterProvider
 
toString() - Method in class com.helger.base.lang.clazz.FactoryNewInstance
 
toString() - Method in class com.helger.base.location.SimpleLocation
 
toString() - Method in class com.helger.base.log.ConditionalLogger
 
toString() - Method in class com.helger.base.numeric.mutable.MutableBigDecimal
 
toString() - Method in class com.helger.base.numeric.mutable.MutableBigInteger
 
toString() - Method in class com.helger.base.numeric.mutable.MutableBoolean
 
toString() - Method in class com.helger.base.numeric.mutable.MutableByte
 
toString() - Method in class com.helger.base.numeric.mutable.MutableChar
 
toString() - Method in class com.helger.base.numeric.mutable.MutableDouble
 
toString() - Method in class com.helger.base.numeric.mutable.MutableFloat
 
toString() - Method in class com.helger.base.numeric.mutable.MutableInt
 
toString() - Method in class com.helger.base.numeric.mutable.MutableLong
 
toString() - Method in class com.helger.base.numeric.mutable.MutableShort
 
toString() - Method in class com.helger.base.pool.ObjectPool
 
toString() - Method in class com.helger.base.state.ChangeWithValue
 
toString() - Method in class com.helger.base.state.SuccessWithValue
 
toString() - Method in class com.helger.base.string.StringScanner
 
toString() - Method in class com.helger.base.thirdparty.CustomLicense
 
toString() - Method in class com.helger.base.thirdparty.ThirdPartyModule
 
toString() - Method in class com.helger.base.timing.StopWatch
 
toString() - Method in class com.helger.base.tostring.ToStringGenerator
Deprecated.
Don't call this; Use ToStringGenerator.getToString() instead
toString() - Method in class com.helger.base.type.ObjectType
 
toString() - Method in class com.helger.base.type.TypedObject
 
toString() - Method in class com.helger.base.version.Version
 
toString() - Method in class com.helger.base.version.VersionRange
 
toString() - Method in class com.helger.base.wrapper.Wrapper
 
ToStringGenerator - Class in com.helger.base.tostring
This is a utility class for easier toString method creations.
ToStringGenerator(Object) - Constructor for class com.helger.base.tostring.ToStringGenerator
Constructor.
trace(Supplier<String>) - Method in class com.helger.base.log.ConditionalLogger
trace(Supplier<String>) - Method in interface com.helger.base.log.IConditionalLogger
 
trace(Supplier<String>, Exception) - Method in class com.helger.base.log.ConditionalLogger
trace(Supplier<String>, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
transfer(ByteBuffer, ByteBuffer, boolean) - Static method in class com.helger.base.rt.ByteBufferHelper
Transfer as much as possible from source to dest buffer.
trim(String) - Static method in class com.helger.base.string.StringHelper
Trim the passed string, if it is not null.
trimEnd(String, char) - Static method in class com.helger.base.string.StringHelper
Trim the passed tail from the source value.
trimEnd(String, int) - Static method in class com.helger.base.string.StringHelper
Trim the passed tail from the source value.
trimEnd(String, String) - Static method in class com.helger.base.string.StringHelper
Trim the passed tail from the source value.
trimEndRepeatedly(String, char) - Static method in class com.helger.base.string.StringHelper
Trim the passed tail character from the source value repeatedly until the source no longer ends with the tail.
trimEndRepeatedly(String, String) - Static method in class com.helger.base.string.StringHelper
Trim the passed tail from the source value repeatedly until the source no longer ends with the tail.
trimLeadingWhitespaces(String) - Static method in class com.helger.base.string.StringHelper
Remove any leading whitespaces from the passed string.
trimStart(String, char) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead from the source value.
trimStart(String, int) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead from the source value.
trimStart(String, String) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead from the source value.
trimStartAndEnd(String, char) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead and tail from the source value.
trimStartAndEnd(String, char, char) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead and tail from the source value.
trimStartAndEnd(String, String) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead and tail from the source value.
trimStartAndEnd(String, String, String) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead and tail from the source value.
trimStartRepeatedly(String, char) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead character from the source value repeatedly until the source no longer starts with the lead.
trimStartRepeatedly(String, String) - Static method in class com.helger.base.string.StringHelper
Trim the passed lead from the source value repeatedly until the source no longer starts with the lead.
trimTrailingWhitespaces(String) - Static method in class com.helger.base.string.StringHelper
Remove any trailing whitespaces from the passed string.
TRUE - Enum constant in enum class com.helger.base.state.ETriState
 
TRUNCATE - Enum constant in enum class com.helger.base.io.EAppend
Truncate an eventually existing object and start over
tryAcquire(int) - Method in class com.helger.base.concurrent.NonReentrantLock
 
tryLock() - Method in class com.helger.base.concurrent.NonReentrantLock
tryLock(long, TimeUnit) - Method in class com.helger.base.concurrent.NonReentrantLock
tryRelease(int) - Method in class com.helger.base.concurrent.NonReentrantLock
 
TypedObject<IDTYPE> - Class in com.helger.base.type
Base implementation of an object that has an ObjectType and an ID.
TypedObject(ITypedObject<IDTYPE>) - Constructor for class com.helger.base.type.TypedObject
 
TypedObject(ObjectType, IDTYPE) - Constructor for class com.helger.base.type.TypedObject
Constructor.

U

uncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Sets the uncaught exception handler for the threads created by the new BasicThreadFactory.
UNCHANGED - Enum constant in enum class com.helger.base.state.EChange
 
uncheckedCast(SRCTYPE) - Static method in class com.helger.base.reflection.GenericReflection
Perform an unchecked cast from one type to another.
UNDEFINED - Enum constant in enum class com.helger.base.state.ETriState
 
UNHANDLED - Enum constant in enum class com.helger.base.state.EHandled
 
UNIX - Enum constant in enum class com.helger.base.system.ENewLineMode
Unix style - just \n (0x0A)
UNKNOWN - Enum constant in enum class com.helger.base.system.EJavaVersion
 
UNKNOWN - Enum constant in enum class com.helger.base.system.EJVMVendor
 
UNKNOWN - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating an unknown operating system.
UNKNOWN - Enum constant in enum class com.helger.base.system.EProcessorArchitecture
Unknown architecture - could not be determined.
unlimited() - Method in class com.helger.base.io.stream.StreamHelper.CopyByteStreamBuilder
Ensure no limit in copying (which is also the default).
unlimited() - Method in class com.helger.base.io.stream.StreamHelper.CopyCharStreamBuilder
Ensure no limit in copying (which is also the default).
unlock() - Method in class com.helger.base.concurrent.NonReentrantLock
unread(byte[]) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(char[]) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Pushes back an array of characters by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Pushes back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(int) - Method in class com.helger.base.io.nonblocking.NonBlockingPushbackReader
Pushes back a single character by copying it to the front of the pushback buffer.
URL_SAFE - Static variable in class com.helger.base.codec.base64.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/ rfc3548.html.
URLHelper - Class in com.helger.base.url
URL utilities.
URNHelper - Class in com.helger.base.url
Helper class for dealing with URNs
utf8(String) - Static method in class com.helger.base.io.stream.StringInputStream
Shortcut factory method for a UTF-8 based StringInputStream.
UUID5Helper - Class in com.helger.base.uuid
This class contains static methods that leverage UUID and MessageDigest to create version-5 UUIDs with full namespace support.

V

VALID - Enum constant in enum class com.helger.base.state.EValidity
 
ValueEnforcer - Class in com.helger.base.enforce
This class contains "runtime assertions" utility methods.
valueOf(boolean) - Static method in enum class com.helger.base.state.EChange
Convert a boolean value to the corresponding EChange enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EContinue
Convert a boolean value to the corresponding EContinue enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EEnabled
Convert a boolean value to the corresponding EEnabled enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EEOI
Convert a boolean value to the corresponding EEOI enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EHandled
Convert a boolean value to the corresponding EHandled enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EInterrupt
Convert a boolean value to the corresponding EInterrupt enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EMandatory
Convert a boolean value to the corresponding EMandatory enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.ESuccess
Convert a boolean value to the corresponding ESuccess enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.ETriState
Convert a boolean value to the corresponding ETriState enum value.
valueOf(boolean) - Static method in enum class com.helger.base.state.EValidity
Convert a boolean value to the corresponding EValidity enum value.
valueOf(IChangeIndicator) - Static method in enum class com.helger.base.state.EChange
Convert an IChangeIndicator to the corresponding EChange enum value.
valueOf(IContinueIndicator) - Static method in enum class com.helger.base.state.EContinue
Convert an IContinueIndicator to the corresponding EContinue enum value.
valueOf(IEnabledIndicator) - Static method in enum class com.helger.base.state.EEnabled
Convert an IEnabledIndicator to the corresponding EEnabled enum value.
valueOf(IHandledIndicator) - Static method in enum class com.helger.base.state.EHandled
Convert an IHandledIndicator to the corresponding EHandled enum value.
valueOf(IInterruptIndicator) - Static method in enum class com.helger.base.state.EInterrupt
Convert an IInterruptIndicator to the corresponding EInterrupt enum value.
valueOf(ILeftRightIndicator) - Static method in enum class com.helger.base.state.ELeftRight
Convert an ILeftRightIndicator to the corresponding ELeftRight enum value.
valueOf(IMandatoryIndicator) - Static method in enum class com.helger.base.state.EMandatory
Convert an IMandatoryIndicator to the corresponding EMandatory enum value.
valueOf(ISuccessIndicator) - Static method in enum class com.helger.base.state.ESuccess
Convert an ISuccessIndicator to the corresponding ESuccess enum value.
valueOf(ITopBottomIndicator) - Static method in enum class com.helger.base.state.ETopBottom
Convert an ITopBottomIndicator to the corresponding ETopBottom enum value.
valueOf(ITriState) - Static method in enum class com.helger.base.state.ETriState
Convert an ITriState to the corresponding ETriState enum value.
valueOf(IValidityIndicator) - Static method in enum class com.helger.base.state.EValidity
Convert an IValidityIndicator to the corresponding EValidity enum value.
valueOf(Boolean) - Static method in enum class com.helger.base.state.ETriState
Convert a Boolean value to the corresponding ETriState enum value.
valueOf(String) - Static method in enum class com.helger.base.charset.EUnicodeBOM
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.compare.ESortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.io.EAppend
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EChange
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EContinue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EEnabled
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EEOI
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EHandled
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EInterrupt
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.ELeftRight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EMandatory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.ESuccess
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.ETopBottom
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.ETriState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.state.EValidity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.system.EJavaVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.system.EJVMVendor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.system.ENewLineMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.system.EOperatingSystem
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.system.EProcessorArchitecture
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.helger.base.thirdparty.ELicense
Returns the enum constant of this class with the specified name.
valueOfChange(IChangeIndicator) - Static method in enum class com.helger.base.state.ESuccess
Convert an IChangeIndicator to the corresponding ESuccess enum value where changed maps to success.
values() - Static method in enum class com.helger.base.charset.EUnicodeBOM
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.compare.ESortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.io.EAppend
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EChange
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EContinue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EEnabled
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EEOI
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EHandled
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EInterrupt
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.ELeftRight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EMandatory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.ESuccess
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.ETopBottom
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.ETriState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.state.EValidity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.system.EJavaVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.system.EJVMVendor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.system.ENewLineMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.system.EOperatingSystem
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.system.EProcessorArchitecture
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.helger.base.thirdparty.ELicense
Returns an array containing the constants of this enum class, in the order they are declared.
Version - Class in com.helger.base.version
This class represents a single version object.
Version(int) - Constructor for class com.helger.base.version.Version
Create a new version with major version only.
Version(int, int) - Constructor for class com.helger.base.version.Version
Create a new version with major and minor version only.
Version(int, int, int) - Constructor for class com.helger.base.version.Version
Create a new version with major, minor and micro version number.
Version(int, int, int, String) - Constructor for class com.helger.base.version.Version
Create a new version with 3 integer values and a qualifier.
versionMatches(Version) - Method in class com.helger.base.version.VersionRange
Check if the passed version matches this version range.
VersionRange - Class in com.helger.base.version
This class represents a range of versions.
VersionRange(Version, boolean, Version, boolean) - Constructor for class com.helger.base.version.VersionRange
Create a new version range depicted by two versions.
VersionRange(Version, Version) - Constructor for class com.helger.base.version.VersionRange
Create a new version range depicted by two versions, assuming that both the floor and the ceiling version should be included meaning we have an inclusive interval.
visit(byte) - Method in class com.helger.base.codec.impl.LZWCodec.LZWEncodeDictionary
Visit a single byte during the encoding process.

W

waitUntilAllTasksAreFinished(ExecutorService) - Static method in class com.helger.base.concurrent.ExecutorServiceHelper
Wait indefinitely on the ExecutorService until it terminates.
waitUntilAllTasksAreFinished(ExecutorService, long, TimeUnit) - Static method in class com.helger.base.concurrent.ExecutorServiceHelper
Wait indefinitely on the ExecutorService until it terminates.
warn(String) - Method in class com.helger.base.log.ConditionalLogger
warn(String) - Method in interface com.helger.base.log.IConditionalLogger
 
warn(String, Exception) - Method in class com.helger.base.log.ConditionalLogger
warn(String, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
warn(Supplier<String>) - Method in class com.helger.base.log.ConditionalLogger
warn(Supplier<String>) - Method in interface com.helger.base.log.IConditionalLogger
 
warn(Supplier<String>, Exception) - Method in class com.helger.base.log.ConditionalLogger
warn(Supplier<String>, Exception) - Method in interface com.helger.base.log.IConditionalLogger
 
WINDOWS - Enum constant in enum class com.helger.base.system.ENewLineMode
Windows style - \r\n (0x0D 0x0A)
WINDOWS - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the Windows operating system.
withBufferedInputStreamDo(Function<InputStream, T>) - Method in interface com.helger.base.io.iface.IHasInputStream
Perform something with the buffered InputStream of this object and making sure, that it gets closed correctly afterwards.
withInputStreamDo(Function<InputStream, T>) - Method in interface com.helger.base.io.iface.IHasInputStream
Perform something with the InputStream of this object and making sure, that it gets closed correctly afterwards.
wrap(Supplier<? extends T>) - Static method in interface com.helger.base.pool.IObjectPoolFactory
Wrapper around Supplier to create an IObjectPoolFactory.
wrappedFactory(ThreadFactory) - Method in class com.helger.base.concurrent.BasicThreadFactoryBuilder
Sets the ThreadFactory to be wrapped by the new BasicThreadFactory.
WrappedInputStream - Class in com.helger.base.io.stream
A wrapper around another FilterInputStream to make the wrapped InputStream accessible.
WrappedInputStream(InputStream) - Constructor for class com.helger.base.io.stream.WrappedInputStream
 
WrappedOutputStream - Class in com.helger.base.io.stream
A wrapper around another FilterOutputStream to make the wrapped OutputStream accessible.
WrappedOutputStream(OutputStream) - Constructor for class com.helger.base.io.stream.WrappedOutputStream
 
WrappedReader - Class in com.helger.base.io.stream
A wrapper around another FilterReader to make the wrapped Reader accessible.
WrappedReader(Reader) - Constructor for class com.helger.base.io.stream.WrappedReader
 
WrappedWriter - Class in com.helger.base.io.stream
A wrapper around another FilterWriter to make the wrapped Writer accessible.
WrappedWriter(Writer) - Constructor for class com.helger.base.io.stream.WrappedWriter
 
Wrapper<DATATYPE> - Class in com.helger.base.wrapper
This is a stupid wrapper around any object.
Wrapper() - Constructor for class com.helger.base.wrapper.Wrapper
Default constructor.
Wrapper(DATATYPE) - Constructor for class com.helger.base.wrapper.Wrapper
Constructor with an existing object.
Wrapper(IWrapper<DATATYPE>) - Constructor for class com.helger.base.wrapper.Wrapper
Copy constructor.
write(byte[]) - Method in class com.helger.base.io.stream.NullOutputStream
Does nothing - output to /dev/null.
write(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[], int, int) - Method in class com.helger.base.io.stream.NullOutputStream
Does nothing - output to /dev/null.
write(byte[]) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.helger.base.codec.base64.Base64OutputStream
Calls Base64OutputStream.write(int) repeatedly until len bytes are written.
write(byte[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Writes nLen bytes from the specified byte array starting at offset nOfs to this byte array output stream.
write(byte[], int, int) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class com.helger.base.io.stream.CountingOutputStream
 
write(byte[], int, int) - Method in class com.helger.base.io.stream.LoggingOutputStream
 
write(byte[], int, int) - Method in class com.helger.base.io.stream.WrappedOutputStream
 
write(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Writes a portion of an array of characters.
write(char[]) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Writes an array of characters.
write(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Writes characters to the buffer.
write(char[], int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Write a portion of an array of characters.
write(char[], int, int) - Method in class com.helger.base.io.stream.CountingWriter
 
write(char[], int, int) - Method in class com.helger.base.io.stream.LoggingWriter
 
write(int) - Method in class com.helger.base.codec.base64.Base64OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedOutputStream
Writes the specified byte to this buffered output stream.
write(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Writes a single character.
write(int) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Writes a character to the buffer.
write(int) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Write a single character.
write(int) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
 
write(int) - Method in class com.helger.base.io.stream.CountingOutputStream
 
write(int) - Method in class com.helger.base.io.stream.CountingWriter
 
write(int) - Method in class com.helger.base.io.stream.LoggingOutputStream
 
write(int) - Method in class com.helger.base.io.stream.LoggingWriter
 
write(int) - Method in class com.helger.base.io.stream.NullOutputStream
Does nothing - output to /dev/null.
write(String) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Writes a string.
write(String, int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Write a portion of a string to the buffer.
write(String, int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Write a portion of a string.
write(String) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Write a string.
write(String, int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingBufferedWriter
Writes a portion of a String.
write(ByteBuffer) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write the content from the passed byte buffer to this output stream.
writeBit(int) - Method in class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
Write a single bit to the stream.
writeBit(int) - Method in class com.helger.base.io.stream.BitOutputStream
Write a single bit to the stream.
writeBits(int, int) - Method in class com.helger.base.io.nonblocking.NonBlockingBitOutputStream
Write the specified number of bits from the int value to the stream.
writeEncodedURLByte(int, OutputStream) - Static method in class com.helger.base.codec.impl.RFC3986Codec
Encodes byte into its URL representation.
writeEncodeQuotedPrintableByte(int, OutputStream) - Static method in class com.helger.base.codec.impl.QuotedPrintableCodec
Encodes byte into its quoted-printable representation.
writeLocked(Runnable) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided runnable in a write lock.
writeLockedBoolean(BooleanSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLockedDouble(DoubleSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLockedGet(Supplier<? extends T>) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE>) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLockedInt(IntSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLockedLong(LongSupplier) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLockedThrowing(IThrowingRunnable<EXTYPE>) - Method in class com.helger.base.concurrent.SimpleReadWriteLock
Execute the provided runnable in a write lock.
writeSafeUTF(DataOutput, String) - Static method in class com.helger.base.io.stream.StreamHelper
Because DataOutputStream.writeUTF(String) has a limit of 64KB this methods provides a similar solution but simply writing the bytes.
writeStream(OutputStream, byte[]) - Static method in class com.helger.base.io.stream.StreamHelper
Write bytes to an OutputStream.
writeStream(OutputStream, byte[], int, int) - Static method in class com.helger.base.io.stream.StreamHelper
Write bytes to an OutputStream.
writeStream(OutputStream, String, Charset) - Static method in class com.helger.base.io.stream.StreamHelper
Write bytes to an OutputStream.
writeTo(byte[]) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Writes the current content to the passed buffer.
writeTo(byte[], boolean) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Writes the current content to the passed buffer.
writeTo(byte[], int, int) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write current content to the passed byte array.
writeTo(byte[], int, int, boolean) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write current content to the passed byte array.
writeTo(OutputStream) - Method in interface com.helger.base.io.iface.IHasByteArray
Write the relevant part of the byte array onto the provided output stream.
writeTo(OutputStream) - Method in interface com.helger.base.io.iface.IWriteToStream
Write everything to the passed output stream.
writeTo(OutputStream) - Method in class com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(OutputStream) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write everything to the passed output stream and clear the contained buffer.
writeTo(OutputStream, boolean) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write everything to the passed output stream and optionally clear the contained buffer.
writeTo(Writer) - Method in interface com.helger.base.io.iface.IWriteToWriter
Write everything to the passed writer.
writeTo(Writer) - Method in class com.helger.base.io.nonblocking.NonBlockingCharArrayWriter
Writes the contents of the buffer to another character stream.
writeTo(Writer) - Method in class com.helger.base.io.nonblocking.NonBlockingStringWriter
Writes the contents of the buffer to another character stream.
writeTo(ByteBuffer) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write everything currently contained to the specified buffer.
writeTo(ByteBuffer, boolean) - Method in class com.helger.base.io.stream.ByteBufferOutputStream
Write everything currently contained to the specified buffer.
writeToAndClose(OutputStream) - Method in interface com.helger.base.io.iface.IWriteToStream
Write everything to the passed output stream and close it.
writeToAndClose(Writer) - Method in interface com.helger.base.io.iface.IWriteToWriter
Write everything to the passed writer and close it.

Z

ZOS - Enum constant in enum class com.helger.base.system.EOperatingSystem
The value indicating the z/OS operating system.
A B C D E F G H I J L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form