Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABNF - Class in com.helger.commons.text.util
-
This class contains the ABNF (RFC 5234 https://tools.ietf.org/html/rfc5234) core rules.
- abs(double) - Static method in class com.helger.commons.math.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.commons.math.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.commons.math.MathHelper
-
This is a fix for
Math.absas it would returnInteger.MIN_VALUEforInteger.MIN_VALUEwhich is very unexpected. - abs(long) - Static method in class com.helger.commons.math.MathHelper
-
This is a fix for
Math.absas it would returnLong.MIN_VALUEforLong.MIN_VALUEwhich is very unexpected. - abs(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
-
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.commons.math.MathHelper
-
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. - AbstractBuilder() - Constructor for class com.helger.commons.error.SingleError.AbstractBuilder
- AbstractBuilder(IError) - Constructor for class com.helger.commons.error.SingleError.AbstractBuilder
- AbstractCodepointIterator - Class in com.helger.commons.text.codepoint
-
Provides an iterator over Unicode Codepoints
- AbstractCodepointIterator(int, int) - Constructor for class com.helger.commons.text.codepoint.AbstractCodepointIterator
- AbstractConcurrentCollector<DATATYPE> - Class in com.helger.commons.concurrent.collector
-
Abstract concurrent collector based on
BlockingQueue. - AbstractConcurrentCollector(int) - Constructor for class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
-
Constructor creating an
ArrayBlockingQueueinternally. - AbstractConcurrentCollector(BlockingQueue<Object>) - Constructor for class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
-
Constructor using an arbitrary
BlockingQueue. - AbstractEnumTextResolverWithOverrideAndFallback - Class in com.helger.commons.text.resolve
-
Resolves texts either from an override, a text provider or otherwise uses a fallback, based on the given enum constant.
- AbstractEnumTextResolverWithOverrideAndFallback() - Constructor for class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- AbstractFormatterString - Class in com.helger.commons.format
-
Base implementation class of the
Functioninterface that provides the common functionality. - AbstractFormatterString() - Constructor for class com.helger.commons.format.AbstractFormatterString
-
Default constructor
- AbstractHasText - Class in com.helger.commons.text
-
An abstract implementation of the
IHasTextthat has default implementations for the formatting things. - AbstractHasText() - Constructor for class com.helger.commons.text.AbstractHasText
- AbstractLZWDictionary() - Constructor for class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- AbstractMapBasedMultilingualText - Class in com.helger.commons.text
-
A
Mapbased implementation ofIMultilingualTextthat does also provide writing methods to the outside and is only to be used as a non-abstract base class. - AbstractMapBasedMultilingualText() - Constructor for class com.helger.commons.text.AbstractMapBasedMultilingualText
- AbstractMapBasedMultilingualText(ICommonsOrderedMap<Locale, String>) - Constructor for class com.helger.commons.text.AbstractMapBasedMultilingualText
-
Protected constructor that specifies the underlying
Mapto use. - AbstractMemoryReadableResource - Class in com.helger.commons.io.resource.inmemory
-
Abstract base class for an
IReadableResourcethat is not really a resource but where the API does not offer alternatives. - AbstractMemoryReadableResource(String) - Constructor for class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
-
Constructor.
- AbstractMutableInteger<IMPLTYPE> - Class in com.helger.commons.mutable
-
Base implementation class for
IMutableIntegertransitively extendingNumberclass. - AbstractMutableInteger() - Constructor for class com.helger.commons.mutable.AbstractMutableInteger
- AbstractMutableNumeric<IMPLTYPE> - Class in com.helger.commons.mutable
-
Base implementation class for
IMutableNumericextendingNumberclass. - AbstractMutableNumeric() - Constructor for class com.helger.commons.mutable.AbstractMutableNumeric
- AbstractPersistingIntIDFactory - Class in com.helger.commons.id.factory
-
This implementation of
IIntIDFactoryreads IDs from a device. - AbstractPersistingIntIDFactory(int) - Constructor for class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
-
Constructor.
- AbstractPersistingLongIDFactory - Class in com.helger.commons.id.factory
-
This implementation of
ILongIDFactoryreads IDs from a device. - AbstractPersistingLongIDFactory(int) - Constructor for class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
-
Constructor.
- AbstractReadOnlyMapBasedMultilingualText - Class in com.helger.commons.text
-
A
Mapbased implementation ofIMultilingualTextthat does not provide writing methods to the outside and is only to be used as a non-abstract base class. - AbstractReadOnlyMapBasedMultilingualText() - Constructor for class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- AbstractReadOnlyMapBasedMultilingualText(ICommonsOrderedMap<Locale, String>) - Constructor for class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
-
Protected constructor that specifies the underlying
Mapto use. - AbstractRFC1522Codec - Class in com.helger.commons.codec
-
Implements methods common to all codecs defined in RFC 1522.
- AbstractRFC1522Codec(Charset) - Constructor for class com.helger.commons.codec.AbstractRFC1522Codec
-
Constructor which allows for the selection of a default charset
- AbstractSoftMap<K,
V> - Class in com.helger.commons.collection.map -
Soft
Mapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:AbstractSoftMapis NOT serializable! - AbstractSoftMap(Map<K, AbstractSoftMap.SoftValue<K, V>>) - Constructor for class com.helger.commons.collection.map.AbstractSoftMap
- AbstractSoftMap.SoftValue<K,
V> - Class in com.helger.commons.collection.map -
We define our own subclass of SoftReference which contains not only the value but also the key to make it easier to find the entry in the HashMap after it's been garbage collected.
- AbstractStatisticsHandlerKeyedNumeric - Class in com.helger.commons.statistics
-
Abstract base class for a keyed numeric statistic handler
- AbstractStatisticsHandlerKeyedNumeric() - Constructor for class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- AbstractStatisticsHandlerNumeric - Class in com.helger.commons.statistics
-
Abstract base class for numeric statistic handler
- AbstractStatisticsHandlerNumeric() - Constructor for class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- AbstractTypeConverterRule<SRC,
DST> - Class in com.helger.commons.typeconvert.rule -
Abstract type converter rule implementation
- AbstractTypeConverterRule(ITypeConverterRule.ESubType) - Constructor for class com.helger.commons.typeconvert.rule.AbstractTypeConverterRule
- AbstractWrappedReadableResource - Class in com.helger.commons.io.resource.wrapped
-
A wrapper around a readable resource for
InputStreammanipulation . - AbstractWrappedReadableResource(IReadableResource) - Constructor for class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- AbstractWrappedWritableResource - Class in com.helger.commons.io.resource.wrapped
-
A wrapper around a writable resource for
OutputStreammanipulation . - AbstractWrappedWritableResource(IWritableResource) - Constructor for class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- accept(boolean) - Method in interface com.helger.commons.functional.IBooleanConsumer
-
Performs this operation on the given argument.
- accept(char) - Method in interface com.helger.commons.functional.ICharConsumer
-
Performs this operation on the given argument.
- accept(File) - Method in interface com.helger.commons.io.file.IFileFilter
- accept(File, String) - Method in interface com.helger.commons.io.file.IFileFilter
- accept(T) - Method in interface com.helger.commons.functional.IThrowingConsumer
-
Performs this operation on the given argument.
- accept(T, U, V) - Method in interface com.helger.commons.functional.ITriConsumer
-
Performs this operation on the given arguments.
- ACCEPT - Static variable in class com.helger.commons.http.CHttpHeader
- ACCEPT_CHARSET - Static variable in class com.helger.commons.http.CHttpHeader
- ACCEPT_ENCODING - Static variable in class com.helger.commons.http.CHttpHeader
- ACCEPT_LANGUAGE - Static variable in class com.helger.commons.http.CHttpHeader
- ACCEPT_PATCH - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_MAX_AGE - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class com.helger.commons.http.CHttpHeader
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class com.helger.commons.http.CHttpHeader
- AccessControllerHelper - Class in com.helger.commons.lang.priviledged
-
Simple wrapper around
AccessControllerto catch exceptions centrally.
This class is deprecated per Java 17, as the Java Security Manager is deprecated in that version. - activate(DATATYPE) - Method in interface com.helger.commons.pool.IObjectPoolFactory
-
Called when an existing object is borrowed from the pool.
- AD - Enum constant in enum com.helger.commons.locale.country.ECountry
- AD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- add(boolean) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(byte) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(char) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(double) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(float) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(int) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(long) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(short) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(CALLBACKTYPE) - Method in class com.helger.commons.callback.CallbackList
-
Add a callback.
- add(URLParameter) - Method in interface com.helger.commons.url.IURLParameterList
- add(URLParameter) - Method in class com.helger.commons.url.SimpleURL
- add(ELEMENTTYPE) - Method in class com.helger.commons.collection.map.LRUSet
- add(ELEMENTTYPE) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- add(Object) - Method in interface com.helger.commons.traits.IGenericAdderTrait
-
Add using the converter
- add(String) - Method in interface com.helger.commons.url.IURLParameterList
-
Add a parameter without a value
- add(String, boolean) - Method in class com.helger.commons.collection.attr.StringMap
- add(String, boolean) - Method in interface com.helger.commons.url.IURLParameterList
- add(String, int) - Method in class com.helger.commons.collection.attr.StringMap
- add(String, int) - Method in interface com.helger.commons.url.IURLParameterList
- add(String, long) - Method in class com.helger.commons.collection.attr.StringMap
- add(String, long) - Method in interface com.helger.commons.url.IURLParameterList
- add(String, Object) - Method in class com.helger.commons.collection.attr.StringMap
- add(String, String) - Method in class com.helger.commons.collection.attr.StringMap
- add(String, String) - Method in interface com.helger.commons.url.IURLParameterList
- add(String, BigInteger) - Method in interface com.helger.commons.url.IURLParameterList
- add(Map.Entry<String, String>) - Method in interface com.helger.commons.url.IURLParameterList
- addAll(boolean...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(byte...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(char...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(double...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(float...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(int...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(long...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(short...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(CALLBACKTYPE...) - Method in class com.helger.commons.callback.CallbackList
-
Add an array of elements to this collection.
- addAll(ELEMENTTYPE...) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add an array of elements to this collection.
- addAll(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all matching elements of an array this collection.
- addAll(Iterable<?>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(Iterable<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all elements of the passed iterable to this collection.
- addAll(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all elements of the passed iterable to this collection.
- addAll(Object...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAll(String, String...) - Method in interface com.helger.commons.url.IURLParameterList
- addAll(Enumeration<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all elements of the passed enumeration to this collection.
- addAll(Enumeration<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all elements of the passed enumeration to this collection.
- addAll(Iterator<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all elements of the passed iterator to this collection.
- addAll(Iterator<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all elements of the passed iterator to this collection.
- addAll(List<? extends URLParameter>) - Method in interface com.helger.commons.url.IURLParameterList
- addAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Add all provided values.
- addAll(Map<String, String>) - Method in interface com.helger.commons.url.IURLParameterList
- addAllAt(int, boolean...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, byte...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, char...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, double...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, float...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, int...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, long...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, short...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, Iterable<?>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllAt(int, Object...) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllHeaders(HttpHeaderMap) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add all headers from the passed map.
- addAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all passed elements after performing a mapping using the provided function.
- addAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all passed elements matching the provided filter after performing a mapping using the provided function.
- addAllMapped(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all passed elements matching the provided filter after performing a mapping using the provided function.
- addAllMapped(Iterable<? extends T>, Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all passed elements after performing a mapping using the provided function.
- addAllMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all passed elements matching the provided filter after performing a mapping using the provided function.
- addAllMapped(SRCTYPE[], Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add all passed elements matching the provided filter after performing a mapping using the provided function.
- addAllMapped(T[], Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllMappedAt(int, Iterable<? extends T>, Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllMappedAt(int, T[], Function<? super T, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAllPermutations(ICommonsList<DATATYPE>, int, Collection<ICommonsList<DATATYPE>>) - Static method in class com.helger.commons.math.CombinationGenerator
-
Fill a list with all permutations of the input elements.
- addAt(int, boolean) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, byte) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, char) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, double) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, float) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, int) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, long) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, short) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, ELEMENTTYPE) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addAt(int, Object) - Method in interface com.helger.commons.traits.IGenericAdderTrait
-
Add at the specified index using the converter
- addDateHeader(String, long) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as a date header.
- addDateHeader(String, LocalDate) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as a date header.
- addDateHeader(String, LocalDateTime) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as a date header.
- addDateHeader(String, ZonedDateTime) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as a date header.
- addEntry(byte[], boolean) - Method in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- addHeader(String, String) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as is.
- addIf(ELEMENTTYPE, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add the passed element to this collection if passed predicate is fulfilled
- addIf(ELEMENTTYPE, Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addIf(String, String, Predicate<? super String>) - Method in class com.helger.commons.collection.attr.StringMap
- addIf(String, String, Predicate<? super String>) - Method in interface com.helger.commons.url.IURLParameterList
-
Add the parameter of the passed value predicate evaluates to true.
- addIf(T, Predicate<? super T>) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addIfNotNull(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Add the passed element to this collection if it is non-
null. - addIfNotNull(ELEMENTTYPE) - Method in interface com.helger.commons.traits.IGenericAdderTrait
- addIfNotNull(String, Object) - Method in class com.helger.commons.collection.attr.StringMap
- addIfNotNull(String, String) - Method in class com.helger.commons.collection.attr.StringMap
- addIfNotNull(String, String) - Method in interface com.helger.commons.url.IURLParameterList
-
Add the parameter of the passed value if it is not null.
- addIntHeader(String, int) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as a number.
- addItem(ErrorTextProvider.EField, String) - Method in class com.helger.commons.error.ErrorTextProvider
-
Add an error item to be disabled.
- addItem(ErrorTextProvider.IFormattableItem) - Method in class com.helger.commons.error.ErrorTextProvider
- addLongHeader(String, long) - Method in class com.helger.commons.http.HttpHeaderMap
-
Add the passed header as a number.
- addObject(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
add the provided element to the collection using
Collection.add(Object)but returning a more structured return value. - addParameter(MimeTypeParameter) - Method in class com.helger.commons.mime.MimeType
-
Add a parameter.
- addParameter(String, String) - Method in class com.helger.commons.mime.MimeType
-
Add a parameter.
- addPercent(BigDecimal, BigDecimal) - Static method in class com.helger.commons.math.MathHelper
-
Add x% to base
- addPercent(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.helger.commons.math.MathHelper
-
Add x% to base
- addRandom(String) - Method in interface com.helger.commons.url.IURLParameterList
-
Add a parameter with a random long value
- addSize(long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerSize
-
Add a new size
- addSize(long) - Method in class com.helger.commons.statistics.StatisticsHandlerSize
- addSize(String, long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerKeyedSize
-
Add a new size
- addSize(String, long) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedSize
- addText(Locale, String) - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- addText(Locale, String) - Method in interface com.helger.commons.text.IMutableMultilingualText
-
Add a text in the specified locale.
- addTime(long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerTimer
-
Add a single execution time.
- addTime(long) - Method in class com.helger.commons.statistics.StatisticsHandlerTimer
- addTime(String, long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerKeyedTimer
-
Add a single execution time.
- addTime(String, long) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedTimer
- addValue(long) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- addValue(String, long) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- addWithoutValue(String) - Method in class com.helger.commons.collection.attr.StringMap
- adjustInto(Temporal) - Method in class com.helger.commons.datetime.OffsetDate
-
Adjusts the specified temporal object to have the same offset and date as this object.
- adjustInto(Temporal) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Adjusts the specified temporal object to have the same offset and date as this object.
- adjustInto(Temporal) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Adjusts the specified temporal object to have the same offset, date and time as this object.
- adjustInto(Temporal) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Adjusts the specified temporal object to have the same offset and time as this object.
- AE - Enum constant in enum com.helger.commons.locale.country.ECountry
- AE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AF - Enum constant in enum com.helger.commons.locale.country.ECountry
- AF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- after() - Method in class com.helger.commons.junit.DebugModeTestRule
- afterChange(DATATYPE) - Method in interface com.helger.commons.callback.IChangeCallback
-
Called after the object changed.
- afterSetValue(KEYTYPE, VALUETYPE, VALUETYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer.IAfterSetValueCallback
-
Method that is invoked after a value changed.
- afterSetValueCallbacks() - Method in class com.helger.commons.collection.attr.AttributeContainer
- afterSetValueCallbacks() - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- afterSetValueCallbacks() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
- AG - Enum constant in enum com.helger.commons.locale.country.ECountry
- AG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AGE - Static variable in class com.helger.commons.http.CHttpHeader
- AGPL30 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- AI - Enum constant in enum com.helger.commons.locale.country.ECountry
- AI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AIX - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the AIX operating system.
- AL - Enum constant in enum com.helger.commons.locale.country.ECountry
- AL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- all() - Static method in interface com.helger.commons.functional.IBooleanPredicate
- all() - Static method in class com.helger.commons.functional.Predicates
- ALLOW - Static variable in class com.helger.commons.http.CHttpHeader
- allowsForQueryParameters() - Method in enum com.helger.commons.url.EURLProtocol
- allowsForQueryParameters() - Method in interface com.helger.commons.url.IURLProtocol
- allowsForQueryParameters() - Method in class com.helger.commons.url.URLProtocol
- ALPHA - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- ALPHANUM - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- AM - Enum constant in enum com.helger.commons.locale.country.ECountry
- AM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AMPERSAND - Static variable in class com.helger.commons.url.URLHelper
-
Separator between params: &
- AMPERSAND_STR - Static variable in class com.helger.commons.url.URLHelper
- AN - Enum constant in enum com.helger.commons.locale.country.ECountry
- AN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- and(boolean) - Method in interface com.helger.commons.state.IChangeIndicator
- and(boolean) - Method in interface com.helger.commons.state.IValidityIndicator
- and(IBooleanConsumer, IBooleanConsumer) - Static method in interface com.helger.commons.functional.IBooleanConsumer
- and(IBooleanPredicate) - Method in interface com.helger.commons.functional.IBooleanPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- and(ICharConsumer, ICharConsumer) - Static method in interface com.helger.commons.functional.ICharConsumer
- and(ICharPredicate) - Method in interface com.helger.commons.functional.ICharPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- and(IChangeIndicator) - Method in interface com.helger.commons.state.IChangeIndicator
- and(IContinueIndicator) - Method in interface com.helger.commons.state.IContinueIndicator
- and(IEnabledIndicator) - Method in interface com.helger.commons.state.IEnabledIndicator
- and(IHandledIndicator) - Method in interface com.helger.commons.state.IHandledIndicator
- and(IInterruptIndicator) - Method in interface com.helger.commons.state.IInterruptIndicator
- and(IMandatoryIndicator) - Method in interface com.helger.commons.state.IMandatoryIndicator
- and(ISuccessIndicator) - Method in interface com.helger.commons.state.ISuccessIndicator
- and(IValidityIndicator) - Method in interface com.helger.commons.state.IValidityIndicator
- and(Predicate<? super T>, Predicate<? super T>) - Static method in class com.helger.commons.functional.Predicates
- andThen(IBooleanConsumer) - Method in interface com.helger.commons.functional.IBooleanConsumer
-
Returns a composed
CharConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(ICharConsumer) - Method in interface com.helger.commons.functional.ICharConsumer
-
Returns a composed
CharConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(IThrowingConsumer<? super T, ? extends EXTYPE>) - Method in interface com.helger.commons.functional.IThrowingConsumer
-
Returns a composed
Consumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(IThrowingFunction<? super R, ? extends V, ? extends EXTYPE>) - Method in interface com.helger.commons.functional.IThrowingFunction
-
Returns a composed function that first applies this function to its input, and then applies the
afterfunction to the result. - andThen(ITriConsumer<? super T, ? super U, ? super V>) - Method in interface com.helger.commons.functional.ITriConsumer
-
Returns a composed
ITriConsumerthat performs, in sequence, this operation followed by theafteroperation. - AnnotationUsageCache - Class in com.helger.commons.cache
-
A simple cache for the usage of a certain annotation class at other classes.
- AnnotationUsageCache(Class<? extends Annotation>) - Constructor for class com.helger.commons.cache.AnnotationUsageCache
-
Constructor
- ANY_SRC_FIXED_DST - Enum constant in enum com.helger.commons.typeconvert.ITypeConverterRule.ESubType
-
Any source type and fixed destination type.
- AO - Enum constant in enum com.helger.commons.locale.country.ECountry
- AO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- APACHE1 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- APACHE2 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- append(boolean) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(boolean) - Method in interface com.helger.commons.lang.IAppendable
- append(boolean[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(boolean[]) - Method in interface com.helger.commons.lang.IAppendable
- append(byte) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(byte) - Method in interface com.helger.commons.lang.IAppendable
- append(byte[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(byte[]) - Method in interface com.helger.commons.lang.IAppendable
- append(char) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(char) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Appends the specified character to this writer.
- append(char) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Appends the specified character to this writer.
- append(char) - Method in interface com.helger.commons.lang.IAppendable
- append(char[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(char[]) - Method in interface com.helger.commons.lang.IAppendable
- append(double) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(double) - Method in interface com.helger.commons.lang.IAppendable
- append(double[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(double[]) - Method in interface com.helger.commons.lang.IAppendable
- append(float) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(float) - Method in interface com.helger.commons.lang.IAppendable
- append(float[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(float[]) - Method in interface com.helger.commons.lang.IAppendable
- append(int) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(int) - Method in interface com.helger.commons.lang.IAppendable
- append(int[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(int[]) - Method in interface com.helger.commons.lang.IAppendable
- append(int, boolean) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, byte) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, char) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, double) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, float) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, int) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, long) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, short) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, Object) - Static method in class com.helger.commons.hashcode.HashCodeCalculator
-
Object hash code generation.
- append(long) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(long) - Method in interface com.helger.commons.lang.IAppendable
- append(long[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(long[]) - Method in interface com.helger.commons.lang.IAppendable
- append(short) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Atomic type hash code generation.
- append(short) - Method in interface com.helger.commons.lang.IAppendable
- append(short[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(short[]) - Method in interface com.helger.commons.lang.IAppendable
- append(CharSequence) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(Enum<?>) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Object hash code generation.
- append(Enum<?>) - Method in interface com.helger.commons.lang.IAppendable
- append(Enum<?>[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(Enum<?>[]) - Method in interface com.helger.commons.lang.IAppendable
- append(Iterable<?>) - Method in class com.helger.commons.hashcode.HashCodeGenerator
- append(Iterable<?>) - Method in interface com.helger.commons.lang.IAppendable
- append(Object) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Object hash code generation.
- append(Object) - Method in interface com.helger.commons.lang.IAppendable
- append(Object[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Array hash code generation.
- append(Object[]) - Method in interface com.helger.commons.lang.IAppendable
- append(StringBuffer) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Type specific hash code generation because parameter class has no overloaded equals method.
- append(StringBuilder) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Type specific hash code generation because parameter class has no overloaded equals method.
- append(String, boolean) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, boolean[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, byte) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, byte[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, char) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, char[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, double) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, double[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, float) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, float[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, int) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, int[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, long) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, long[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, short) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, short[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, Enum<?>) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, Object) - Method in class com.helger.commons.string.ToStringGenerator
- append(String, Object[]) - Method in class com.helger.commons.string.ToStringGenerator
- append(Map<?, ?>) - Method in class com.helger.commons.hashcode.HashCodeGenerator
- append(Map<?, ?>) - Method in interface com.helger.commons.lang.IAppendable
- append(Node) - Method in class com.helger.commons.hashcode.HashCodeGenerator
- append(Node) - Method in interface com.helger.commons.lang.IAppendable
- APPEND - Enum constant in enum com.helger.commons.io.EAppend
-
Append to an existing object
- appendFile(String, byte[]) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Helper function for saving a file with correct error handling.
- appendFile(String, String, Charset) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Helper function for saving a file with correct error handling.
- appendIf(String, boolean, IBooleanPredicate) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, boolean, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, char, ICharPredicate) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, char, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, double, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, double, DoublePredicate) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, int, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, int, IntPredicate) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, long, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, long, LongPredicate) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, T, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendIf(String, T, Predicate<? super T>) - Method in class com.helger.commons.string.ToStringGenerator
- appendIfNotNull(String, Object) - Method in class com.helger.commons.string.ToStringGenerator
- appendPassword(String) - Method in class com.helger.commons.string.ToStringGenerator
- appendPasswordIf(String, BooleanSupplier) - Method in class com.helger.commons.string.ToStringGenerator
- appendQuoted(Appendable, String) - Static method in class com.helger.commons.string.StringHelper
-
Append the provided string quoted or unquoted if it is
null. - appendQuoted(StringBuilder, String) - Static method in class com.helger.commons.string.StringHelper
-
Append the provided string quoted or unquoted if it is
null. - appendStackToString(StringBuilder, StackTraceElement[]) - Static method in class com.helger.commons.lang.StackTraceHelper
- appendStackToString(StringBuilder, StackTraceElement[], String) - Static method in class com.helger.commons.lang.StackTraceHelper
- appendTo(StringBuilder) - Method in class com.helger.commons.text.codepoint.Codepoint
- appendTo(StringBuilder, IEncoder<String, String>) - Method in class com.helger.commons.url.URLParameter
- APPLICATION - Enum constant in enum com.helger.commons.mime.EMimeContentType
- APPLICATION_ATOM_XML - Static variable in class com.helger.commons.mime.CMimeType
-
Atom XML feed.
- APPLICATION_FORCE_DOWNLOAD - Static variable in class com.helger.commons.mime.CMimeType
-
Downloadable document.
- APPLICATION_GZIP - Static variable in class com.helger.commons.mime.CMimeType
-
GZip document.
- APPLICATION_JAVA_APPLET - Static variable in class com.helger.commons.mime.CMimeType
-
Java applet
- APPLICATION_JSON - Static variable in class com.helger.commons.mime.CMimeType
-
JSON document.
- APPLICATION_MS_EXCEL - Static variable in class com.helger.commons.mime.CMimeType
-
Excel document.
- APPLICATION_MS_EXCEL_2007 - Static variable in class com.helger.commons.mime.CMimeType
-
Excel 2007 document
- APPLICATION_MS_POWERPOINT - Static variable in class com.helger.commons.mime.CMimeType
-
PowerPoint document.
- APPLICATION_MS_POWERPOINT_2007 - Static variable in class com.helger.commons.mime.CMimeType
-
PowerPoint 2007 document.
- APPLICATION_MS_WORD - Static variable in class com.helger.commons.mime.CMimeType
-
Word document.
- APPLICATION_MS_WORD_2007 - Static variable in class com.helger.commons.mime.CMimeType
-
Word 2007 document
- APPLICATION_OCSP_REQUEST - Static variable in class com.helger.commons.mime.CMimeType
-
OCSP request document.
- APPLICATION_OCSP_RESPONSE - Static variable in class com.helger.commons.mime.CMimeType
-
OCSP response document.
- APPLICATION_OCTET_STREAM - Static variable in class com.helger.commons.mime.CMimeType
-
Any byte stream.
- APPLICATION_PDF - Static variable in class com.helger.commons.mime.CMimeType
-
PDF document.
- APPLICATION_RSS_XML - Static variable in class com.helger.commons.mime.CMimeType
-
RSS XML feed.
- APPLICATION_SHOCKWAVE_FLASH - Static variable in class com.helger.commons.mime.CMimeType
-
Shockwave/Flash
- APPLICATION_SOAP_XML - Static variable in class com.helger.commons.mime.CMimeType
-
SOAP XML.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.helger.commons.mime.CMimeType
-
For URL posting.
- APPLICATION_X509_USER_CERT - Static variable in class com.helger.commons.mime.CMimeType
-
X.509 user certificate
- APPLICATION_XML - Static variable in class com.helger.commons.mime.CMimeType
-
XML document.
- APPLICATION_ZIP - Static variable in class com.helger.commons.mime.CMimeType
-
ZIP document.
- apply(boolean) - Method in interface com.helger.commons.functional.IBooleanFunction
-
Applies this function to the given argument.
- apply(byte) - Method in interface com.helger.commons.functional.IByteFunction
-
Applies this function to the given argument.
- apply(char) - Method in interface com.helger.commons.functional.ICharFunction
-
Applies this function to the given argument.
- apply(float) - Method in interface com.helger.commons.functional.IFloatFunction
-
Applies this function to the given argument.
- apply(short) - Method in interface com.helger.commons.functional.IShortFunction
-
Applies this function to the given argument.
- apply(Object) - Method in class com.helger.commons.format.FormatterMinLengthAddLeading
- apply(Object) - Method in class com.helger.commons.format.FormatterMinLengthAddTrailing
- apply(Object) - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- apply(Object) - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- apply(Object) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination
- apply(SRC) - Method in interface com.helger.commons.typeconvert.ITypeConverter
-
Convert the passed source object to the destination type.
- apply(SRC) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination
- apply(SRC) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
- apply(SRC) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
- apply(SRCTYPE...) - Method in interface com.helger.commons.aggregate.IAggregator
-
Aggregate a array of input objects to a single output object.
- apply(T) - Method in interface com.helger.commons.functional.IThrowingFunction
-
Applies this function to the given argument.
- applyAsBoolean(T) - Method in interface com.helger.commons.functional.IToBooleanFunction
-
Applies this function to the given argument.
- AQ - Enum constant in enum com.helger.commons.locale.country.ECountry
- AQ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AR - Enum constant in enum com.helger.commons.locale.country.ECountry
- AR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ARCH_32 - Enum constant in enum com.helger.commons.system.EProcessorArchitecture
-
32 bit architecture.
- ARCH_64 - Enum constant in enum com.helger.commons.system.EProcessorArchitecture
-
64 bit architecture.
- areConvertibleClasses(Class<?>, Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Check if the passed classes are convertible.
- areDebugConsistencyChecksEnabled() - Static method in class com.helger.commons.regex.RegExPattern
- areEqual(T, T) - Static method in class com.helger.commons.equals.EqualsImplementationRegistry
- areEqual(T, T) - Method in interface com.helger.commons.equals.IEqualsImplementation
-
Check if the passed two objects are identical or not.
- ARRAY - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
Arrays
- ArrayHelper - Class in com.helger.commons.collection
-
Provides additional helper methods for array handling.
- ArrayIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
This is a small helper class for iterating over arrays.
- ArrayIterator(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.iterate.ArrayIterator
- ArrayIterator(ELEMENTTYPE[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIterator
-
Private constructor with offset and length
- AS - Enum constant in enum com.helger.commons.locale.country.ECountry
- AS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AS2_FROM - Static variable in class com.helger.commons.http.CHttpHeader
- AS2_TO - Static variable in class com.helger.commons.http.CHttpHeader
- AS2_VERSION - Static variable in class com.helger.commons.http.CHttpHeader
- ASCENDING - Enum constant in enum com.helger.commons.compare.ESortOrder
- ASCII85Codec - Class in com.helger.commons.codec
-
Decoder for ASCII85 encoded values
- ASCII85Codec() - Constructor for class com.helger.commons.codec.ASCII85Codec
- ASCIIHexCodec - Class in com.helger.commons.codec
-
Decoder for ASCII Hex encoding
- ASCIIHexCodec() - Constructor for class com.helger.commons.codec.ASCIIHexCodec
- ASCIISANSCRLF - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- assertEquals(boolean, boolean) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(boolean, Boolean) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(double[], double[]) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(double, double) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(double, Double) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(float[], float[]) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(float, float) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(float, Float) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(String, boolean, boolean) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(String, double, double) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(String, float, float) - Static method in class com.helger.commons.mock.CommonsAssert
- assertEquals(String, T, T) - Static method in class com.helger.commons.mock.CommonsAssert
-
Like JUnit assertEquals but using
EqualsHelper. - assertEquals(T, T) - Static method in class com.helger.commons.mock.CommonsAssert
-
Like JUnit assertEquals but using
EqualsHelper. - assertNotEquals(boolean, boolean) - Static method in class com.helger.commons.mock.CommonsAssert
- assertNotEquals(boolean, Boolean) - Static method in class com.helger.commons.mock.CommonsAssert
- assertNotEquals(String, boolean, boolean) - Static method in class com.helger.commons.mock.CommonsAssert
- assertNotEquals(String, T, T) - Static method in class com.helger.commons.mock.CommonsAssert
-
Like JUnit assertNotEquals but using
EqualsHelper. - assertNotEquals(T, T) - Static method in class com.helger.commons.mock.CommonsAssert
-
Like JUnit assertNotEquals but using
EqualsHelper. - ASSIGNABLE_SRC_FIXED_DST - Enum constant in enum com.helger.commons.typeconvert.ITypeConverterRule.ESubType
-
Assignable source type and fixed destination type.
- assignFrom(IMultilingualText) - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- assignFrom(IMultilingualText) - Method in interface com.helger.commons.text.IMutableMultilingualText
-
Assign all fields from the passed object.
- asVoid(Runnable) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- AT - Enum constant in enum com.helger.commons.locale.country.ECountry
- AT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- atDate(LocalDate) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Combines this time with a date to create an
OffsetDateTime. - atTime(LocalTime) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTime(LocalTime) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTimeXML(LocalTime) - Method in class com.helger.commons.datetime.OffsetDate
- AttributeContainer<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.attr -
Base class for all kind of any-any mapping container.
- AttributeContainer() - Constructor for class com.helger.commons.collection.attr.AttributeContainer
- AttributeContainer(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.AttributeContainer
- AttributeContainerAny<KEYTYPE> - Class in com.helger.commons.collection.attr
-
Base class for all kind of string-object mapping container.
- AttributeContainerAny() - Constructor for class com.helger.commons.collection.attr.AttributeContainerAny
- AttributeContainerAny(Map<? extends KEYTYPE, ? extends Object>) - Constructor for class com.helger.commons.collection.attr.AttributeContainerAny
- AttributeContainerAnyConcurrent<KEYTYPE> - Class in com.helger.commons.collection.attr
-
Base class for all kind of string-object mapping container.
- AttributeContainerAnyConcurrent() - Constructor for class com.helger.commons.collection.attr.AttributeContainerAnyConcurrent
- AttributeContainerAnyConcurrent(Map<? extends KEYTYPE, ? extends Object>) - Constructor for class com.helger.commons.collection.attr.AttributeContainerAnyConcurrent
- AttributeContainerConcurrent<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.attr -
Base class for all kind of any-any mapping container.
- AttributeContainerConcurrent() - Constructor for class com.helger.commons.collection.attr.AttributeContainerConcurrent
- AttributeContainerConcurrent(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.AttributeContainerConcurrent
- atXMLDate(LocalDate) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Combines this time with a date to create an
XMLOffsetDateTime. - atXMLTime(LocalTime) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atZoneSameInstant(ZoneId) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Combines this date-time with a time-zone to create a
ZonedDateTimeensuring that the result has the same instant. - atZoneSimilarLocal(ZoneId) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Combines this date-time with a time-zone to create a
ZonedDateTimetrying to keep the same local date and time. - AU - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AU_ACT - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_ACT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_NSW - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_NSW - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_NT - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_NT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_QLD - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_QLD - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_SA - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_SA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_TAS - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_TAS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_VIC - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_VIC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AU_WA - Enum constant in enum com.helger.commons.locale.country.ECountry
- AU_WA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- AUDIO - Enum constant in enum com.helger.commons.mime.EMimeContentType
- AUDIO_MP3 - Static variable in class com.helger.commons.mime.CMimeType
-
For MP3 files
- authenticatorSetDefault(Authenticator) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- AUTHORITY - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- AUTHORIZATION - Static variable in class com.helger.commons.http.CHttpHeader
- AutoLock - Class in com.helger.commons.concurrent
-
Small wrapper around
Lockinterface to be used in a try-with-resources statement, so that the unlock happened. - AutoLock(Lock) - Constructor for class com.helger.commons.concurrent.AutoLock
- available() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- available() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- available() - Method in class com.helger.commons.io.stream.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.commons.io.stream.NonBlockingByteArrayInputStream
-
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
- available() - Method in class com.helger.commons.io.stream.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.
- AW - Enum constant in enum com.helger.commons.locale.country.ECountry
- AW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AX - Enum constant in enum com.helger.commons.locale.country.ECountry
- AX - Enum constant in enum com.helger.commons.locale.country.ECountryName
- AZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- AZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
B
- B_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
-
Suffix for Bytes
- BA - Enum constant in enum com.helger.commons.locale.country.ECountry
- BA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BA_FBH - Enum constant in enum com.helger.commons.locale.country.ECountry
- BA_FBH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- BA_RS - Enum constant in enum com.helger.commons.locale.country.ECountry
- BA_RS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- Base16Codec - Class in com.helger.commons.codec
-
Base16 encoder and decoder.
- Base16Codec() - Constructor for class com.helger.commons.codec.Base16Codec
-
Creates a Base16 codec used for decoding and encoding.
- Base32Codec - Class in com.helger.commons.codec
-
Base32 encoder and decoder based on Apache Commons Codec Base32.
- Base32Codec() - Constructor for class com.helger.commons.codec.Base32Codec
-
Creates a Base32 codec used for decoding and encoding.
- Base32Codec(boolean) - Constructor for class com.helger.commons.codec.Base32Codec
-
Creates a Base32 codec used for decoding and encoding.
- Base64 - Class in com.helger.commons.base64
-
Encodes and decodes to and from Base64 notation.
- BASE64 - Static variable in class com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
- Base64Codec - Class in com.helger.commons.codec
-
Encoder and decoder for Base64
- Base64Codec() - Constructor for class com.helger.commons.codec.Base64Codec
- Base64InputStream - Class in com.helger.commons.base64
-
A
Base64InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - Base64InputStream(InputStream) - Constructor for class com.helger.commons.base64.Base64InputStream
-
Constructs a
Base64InputStreamin DECODE mode. - Base64InputStream(InputStream, int) - Constructor for class com.helger.commons.base64.Base64InputStream
-
Constructs a
Base64InputStreamin either ENCODE or DECODE mode. - Base64OutputStream - Class in com.helger.commons.base64
-
A
Base64OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - Base64OutputStream(OutputStream) - Constructor for class com.helger.commons.base64.Base64OutputStream
-
Constructs a
Base64OutputStreamin ENCODE mode. - Base64OutputStream(OutputStream, int) - Constructor for class com.helger.commons.base64.Base64OutputStream
-
Constructs a
Base64OutputStreamin either ENCODE or DECODE mode. - BaseTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the base type converter
- BaseTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.BaseTypeConverterRegistrar
- BasicSerializationConverterRegistrar - Class in com.helger.commons.serialize.convert
-
Implementation of
ISerializationConverterRegistrarSPIfor basic types like Charset etc. - BasicSerializationConverterRegistrar() - Constructor for class com.helger.commons.serialize.convert.BasicSerializationConverterRegistrar
- BasicThreadFactory - Class in com.helger.commons.concurrent
-
An implementation of the
ThreadFactoryinterface that provides some configuration options for the threads it creates. - BasicThreadFactory(BasicThreadFactory.Builder) - Constructor for class com.helger.commons.concurrent.BasicThreadFactory
-
Creates a new instance of
ThreadFactoryImpland configures it from the specifiedBuilderobject. - BasicThreadFactory.Builder - Class in com.helger.commons.concurrent
-
A builder class for creating instances of
BasicThreadFactory. - BB - Enum constant in enum com.helger.commons.locale.country.ECountry
- BB - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BD - Enum constant in enum com.helger.commons.locale.country.ECountry
- BD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BE - Enum constant in enum com.helger.commons.locale.country.ECountry
- BE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- before() - Method in class com.helger.commons.junit.DebugModeTestRule
- beforeChange(DATATYPE) - Method in interface com.helger.commons.callback.IChangeCallback
-
Called before the object will be changed.
- beforeSetValue(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer.IBeforeSetValueCallback
-
Invoked before a new value is set
- beforeSetValueCallbacks() - Method in class com.helger.commons.collection.attr.AttributeContainer
- beforeSetValueCallbacks() - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- beforeSetValueCallbacks() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
- begin() - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
-
Called before the tree walking starts.
- BF - Enum constant in enum com.helger.commons.locale.country.ECountry
- BF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BG - Enum constant in enum com.helger.commons.locale.country.ECountry
- BG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BH - Enum constant in enum com.helger.commons.locale.country.ECountry
- BH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BI - Enum constant in enum com.helger.commons.locale.country.ECountry
- BI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BIGDEC_100 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 100
- BIGDEC_1000 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 1000
- BIGDEC_2 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 2
- BIGDEC_3 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 3
- BIGDEC_4 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 4
- BIGDEC_5 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 5
- BIGDEC_50 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 50
- BIGDEC_6 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 6
- BIGDEC_7 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 7
- BIGDEC_8 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 8
- BIGDEC_9 - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of 9
- BIGDEC_MAX_BYTE - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the largest possible byte value (127)
- BIGDEC_MAX_CHAR - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the largest possible character value (65_535)
- BIGDEC_MAX_DOUBLE - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the largest possible double value (1.7976931348623157E308)
- BIGDEC_MAX_FLOAT - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the largest possible float value (3.4028235E38)
- BIGDEC_MAX_INT - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the largest possible int value (2_147_483_647)
- BIGDEC_MAX_LONG - Static variable in class com.helger.commons.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.commons.CGlobal
-
The BigDecimal for the largest possible short value (32_767)
- BIGDEC_MIN_BYTE - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the smallest possible byte value (-128)
- BIGDEC_MIN_CHAR - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the smallest possible character value (0)
- BIGDEC_MIN_DOUBLE - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the smallest possible double value (4.9E-324)
- BIGDEC_MIN_FLOAT - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the smallest possible float value (1.4E-45)
- BIGDEC_MIN_INT - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal for the smallest possible int value (-2_147_483_648)
- BIGDEC_MIN_LONG - Static variable in class com.helger.commons.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.commons.CGlobal
-
The BigDecimal for the smallest possible short value (-32_768)
- BIGDEC_MINUS_ONE - Static variable in class com.helger.commons.CGlobal
-
The BigDecimal representation of -1
- BIGINT_100 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 100
- BIGINT_1000 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 1000
- BIGINT_2 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 2
- BIGINT_3 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 3
- BIGINT_4 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 4
- BIGINT_5 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 5
- BIGINT_50 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 50
- BIGINT_6 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 6
- BIGINT_7 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 7
- BIGINT_8 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 8
- BIGINT_9 - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of 9
- BIGINT_MAX_BYTE - Static variable in class com.helger.commons.CGlobal
-
The BigInteger for the largest possible byte value (127)
- BIGINT_MAX_CHAR - Static variable in class com.helger.commons.CGlobal
-
The BigInteger for the largest possible character value (65_535)
- BIGINT_MAX_INT - Static variable in class com.helger.commons.CGlobal
-
The BigInteger for the largest possible int value (2_147_483_647)
- BIGINT_MAX_LONG - Static variable in class com.helger.commons.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.commons.CGlobal
-
The BigInteger for the largest possible short value (32_767)
- BIGINT_MIN_BYTE - Static variable in class com.helger.commons.CGlobal
-
The BigInteger for the smallest possible byte value (-128)
- BIGINT_MIN_CHAR - Static variable in class com.helger.commons.CGlobal
-
The BigInteger for the smallest possible character value (0)
- BIGINT_MIN_INT - Static variable in class com.helger.commons.CGlobal
-
The BigInteger for the smallest possible int value (-2_147_483_648)
- BIGINT_MIN_LONG - Static variable in class com.helger.commons.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.commons.CGlobal
-
The BigInteger for the smallest possible short value (-32_768)
- BIGINT_MINUS_ONE - Static variable in class com.helger.commons.CGlobal
-
The BigInteger representation of -1
- BIT_NOT_SET - Static variable in class com.helger.commons.CGlobal
-
Value if a bit is not set (0).
- BIT_SET - Static variable in class com.helger.commons.CGlobal
-
Value if a bit is set (1).
- BitInputStream - Class in com.helger.commons.io.stream
-
The
BitInputStreamallows reading individual bits from a general Java InputStream. - BitInputStream(InputStream, ByteOrder) - Constructor for class com.helger.commons.io.stream.BitInputStream
-
Create a new bit input stream based on an existing Java InputStream.
- BitOutputStream - Class in com.helger.commons.io.stream
-
The BitOutputStream allows writing individual bits to a general Java OutputStream.
- BitOutputStream(OutputStream, ByteOrder) - Constructor for class com.helger.commons.io.stream.BitOutputStream
-
Create a new bit output stream based on an existing Java OutputStream.
- BITS_PER_BYTE - Static variable in class com.helger.commons.CGlobal
-
Number of bits in a byte.
- BITS_PER_INT - Static variable in class com.helger.commons.CGlobal
-
Number of bits in an int. 32 bits.
- BITS_PER_LONG - Static variable in class com.helger.commons.CGlobal
-
Number of bits in a long. 64 bits.
- BITS_PER_SHORT - Static variable in class com.helger.commons.CGlobal
-
Number of bits in a short. 16 bits.
- BitSetHelper - Class in com.helger.commons.lang
-
Helper class to work with bit sets.
- BJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- BJ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BM - Enum constant in enum com.helger.commons.locale.country.ECountry
- BM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BN - Enum constant in enum com.helger.commons.locale.country.ECountry
- BN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BO - Enum constant in enum com.helger.commons.locale.country.ECountry
- BO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BOM_BOCU_1 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
BOCU
- BOM_BOCU_1_ALT2 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
BOCU
- BOM_GB_18030 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
GB 18030
- BOM_SCSU - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Quote Unicode
- BOM_SCSU_TO_UCS - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Change to Unicode
- BOM_SCSU_W0_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 0 to 0xFE80
- BOM_SCSU_W1_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 1 to 0xFE80
- BOM_SCSU_W2_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 2 to 0xFE80
- BOM_SCSU_W3_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 3 to 0xFE80
- BOM_SCSU_W4_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 4 to 0xFE80
- BOM_SCSU_W5_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 5 to 0xFE80
- BOM_SCSU_W6_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 6 to 0xFE80
- BOM_SCSU_W7_TO_FE80 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
SCSU - Single-byte mode Define dynamic window 7 to 0xFE80
- BOM_UTF_1 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-1
- BOM_UTF_16_BIG_ENDIAN - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-16 Big Endian
- BOM_UTF_16_LITTLE_ENDIAN - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-16 Little Endian
- BOM_UTF_32_BIG_ENDIAN - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-32 Big Endian
- BOM_UTF_32_LITTLE_ENDIAN - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-32 Little Endian
- BOM_UTF_7 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-7
- BOM_UTF_7_ALT2 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-7
- BOM_UTF_7_ALT3 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-7
- BOM_UTF_7_ALT4 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-7
- BOM_UTF_8 - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-8
- BOM_UTF_EBCDIC - Enum constant in enum com.helger.commons.charset.EUnicodeBOM
-
UTF-EBCDIC
- BooleanHelper - Class in com.helger.commons.lang
-
Misc helper methods for handling booleans.
- booleanValue() - Method in class com.helger.commons.mutable.MutableBoolean
- borrowObject() - Method in interface com.helger.commons.pool.IMutableObjectPool
-
Borrow an object from the pool.
- borrowObject() - Method in class com.helger.commons.pool.ObjectPool
- BOTTOM - Enum constant in enum com.helger.commons.state.ETopBottom
- BR - Enum constant in enum com.helger.commons.locale.country.ECountry
- BR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BREAK - Enum constant in enum com.helger.commons.state.EContinue
- BS - Enum constant in enum com.helger.commons.locale.country.ECountry
- BS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BSD - Enum constant in enum com.helger.commons.thirdparty.ELicense
- BSD3 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- BT - Enum constant in enum com.helger.commons.locale.country.ECountry
- BT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- buffer(byte[]) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- buffer(char[]) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- build() - Method in interface com.helger.commons.builder.IBuilder
-
Build the object
- build() - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Creates a new
BasicThreadFactorywith all configuration options that have been specified by calling methods on this builder. - build() - Method in class com.helger.commons.error.SingleError.Builder
- build() - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
-
This method performs the main copying
- build() - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
-
This method performs the main copying
- build() - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- build() - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- build(boolean) - Method in interface com.helger.commons.builder.IResettableBuilder
-
Build the object
- builder() - Static method in class com.helger.commons.concurrent.BasicThreadFactory
- builder() - Static method in class com.helger.commons.error.SingleError
-
Create a new empty error builder with the default error level from
SingleError.Builder. - builder(IError) - Static method in class com.helger.commons.error.SingleError
-
Create a new error builder containing all the data from the provided error.
- Builder() - Constructor for class com.helger.commons.concurrent.BasicThreadFactory.Builder
- Builder() - Constructor for class com.helger.commons.error.SingleError.Builder
- Builder(IError) - Constructor for class com.helger.commons.error.SingleError.Builder
- builderError() - Static method in class com.helger.commons.error.SingleError
-
Create a new empty error builder with the ERROR error level.
- builderFatalError() - Static method in class com.helger.commons.error.SingleError
-
Create a new empty error builder with the FATAL ERROR error level.
- builderInfo() - Static method in class com.helger.commons.error.SingleError
-
Create a new empty error builder with the INFO error level.
- builderSuccess() - Static method in class com.helger.commons.error.SingleError
-
Create a new empty error builder with the SUCCESS error level.
- builderWarn() - Static method in class com.helger.commons.error.SingleError
-
Create a new empty error builder with the WARN error level.
- buildMimeType(String) - Method in enum com.helger.commons.mime.EMimeContentType
-
Build a new
MimeTypebased on this MIME content type and the provided sub type. - BUNDLE - Enum constant in enum com.helger.commons.url.EURLProtocol
-
OSGI bundle
- BV - Enum constant in enum com.helger.commons.locale.country.ECountry
- BV - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BW - Enum constant in enum com.helger.commons.locale.country.ECountry
- BW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- BY - Enum constant in enum com.helger.commons.locale.country.ECountry
- BY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ByteArrayInputStreamProvider - Class in com.helger.commons.io.streamprovider
-
An
InputStreamprovider based on a byte array. - ByteArrayInputStreamProvider(byte[]) - Constructor for class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- ByteArrayInputStreamProvider(byte[], boolean) - Constructor for class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- ByteArrayInputStreamProvider(byte[], int, int) - Constructor for class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- ByteArrayInputStreamProvider(byte[], int, int, boolean) - Constructor for class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- ByteArrayOutputStreamProvider - Class in com.helger.commons.io.streamprovider
-
An
OutputStreamprovider based on a byte array. - ByteArrayOutputStreamProvider() - Constructor for class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
- ByteArrayWrapper - Class in com.helger.commons.io
-
A straight forward implementation of
IHasByteArray - ByteArrayWrapper(byte[], boolean) - Constructor for class com.helger.commons.io.ByteArrayWrapper
-
Wrap the whole byte array.
- ByteArrayWrapper(byte[], int, int, boolean) - Constructor for class com.helger.commons.io.ByteArrayWrapper
-
Wrap the passed byte array or just parts of it.
- ByteBufferHelper - Class in com.helger.commons.lang
-
Contains some
ByteBufferutility methods. - ByteBufferInputStream - Class in com.helger.commons.io.stream
-
InputStreamwrapped around a singleByteBuffer. - ByteBufferInputStream(ByteBuffer) - Constructor for class com.helger.commons.io.stream.ByteBufferInputStream
-
Constructor
- ByteBufferInputStreamProvider - Class in com.helger.commons.io.streamprovider
-
An
InputStreamprovider based on aByteBuffer. - ByteBufferInputStreamProvider(ByteBuffer) - Constructor for class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
- ByteBufferOutputStream - Class in com.helger.commons.io.stream
-
Wrapper for an
OutputStreamaround aByteBuffer. - ByteBufferOutputStream() - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
-
Create a new object with the
ByteBufferOutputStream.DEFAULT_BUF_SIZEbuffer size and it can grow. - ByteBufferOutputStream(byte[]) - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
-
Constructor with an existing byte array to wrap.
- ByteBufferOutputStream(byte[], int, int) - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
-
Constructor with an existing byte array to wrap.
- ByteBufferOutputStream(int) - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
-
Constructor for an output stream than can grow.
- ByteBufferOutputStream(int, boolean) - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
-
Constructor
- ByteBufferOutputStream(ByteBuffer, boolean) - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
-
Constructor
- ByteBuffersInputStream - Class in com.helger.commons.io.stream
-
InputStreamwrapped around one or moreByteBufferobjects. - ByteBuffersInputStream(ByteBuffer...) - Constructor for class com.helger.commons.io.stream.ByteBuffersInputStream
-
Constructor
- bytes() - Method in class com.helger.commons.io.ByteArrayWrapper
- bytes() - Method in interface com.helger.commons.io.IHasByteArray
- bytes() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- bytes() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- BYTES_PER_GIGABYTE - Static variable in class com.helger.commons.CGlobal
-
Bytes per gigabyte (1_073_741_824, 2^30).
- BYTES_PER_KILOBYTE - Static variable in class com.helger.commons.CGlobal
-
Bytes per kilobyte (1024, 2^10).
- BYTES_PER_KILOBYTE_LONG - Static variable in class com.helger.commons.CGlobal
-
Bytes per kilobyte (1024, 2^10).
- BYTES_PER_MEGABYTE - Static variable in class com.helger.commons.CGlobal
-
Bytes per megabyte (1_048_576, 2^20).
- BYTES_PER_PETABYTE - Static variable in class com.helger.commons.CGlobal
-
Bytes per petabyte (1_125_899_906_842_624, 2^50).
- BYTES_PER_TERABYTE - Static variable in class com.helger.commons.CGlobal
-
Bytes per terabyte (1_099_511_627_776, 2^40).
- byteValue() - Method in interface com.helger.commons.mutable.INumber
-
Returns the value of the specified number as a
byte, which may involve rounding or truncation. - byteValue() - Method in class com.helger.commons.mutable.MutableByte
- BZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- BZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
C
- CA - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CA_AB - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_AB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_BC - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_BC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_MB - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_MB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_NB - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_NB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_NL - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_NL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_NS - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_NS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_NT - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_NT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_NU - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_NU - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_ON - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_ON - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_PE - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_PE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_QC - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_QC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_SK - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_SK - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CA_YT - Enum constant in enum com.helger.commons.locale.country.ECountry
- CA_YT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- Cache<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.cache -
The default implementation of
ICacheandIMutableCache. - Cache(Function<KEYTYPE, VALUETYPE>, int, String) - Constructor for class com.helger.commons.cache.Cache
- Cache(Function<KEYTYPE, VALUETYPE>, int, String, boolean) - Constructor for class com.helger.commons.cache.Cache
- Cache(Function<KEYTYPE, VALUETYPE>, String) - Constructor for class com.helger.commons.cache.Cache
- CACHE_CONTROL - Static variable in class com.helger.commons.http.CHttpHeader
- CACHE_IMPLEMENTATION - Static variable in class com.helger.commons.lang.ServiceLoaderHelper
- CACHE_INTERFACE - Static variable in class com.helger.commons.lang.ServiceLoaderHelper
- cacheHit() - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerCache
-
Called when a cache hit occurred.
- cacheHit() - Method in class com.helger.commons.statistics.StatisticsHandlerCache
- cacheMiss() - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerCache
-
Called when a cache miss occurred.
- cacheMiss() - Method in class com.helger.commons.statistics.StatisticsHandlerCache
- call(Class<?>, ISerializationConverter<?>) - Method in interface com.helger.commons.serialize.convert.ISerializationConverterCallback
-
Invoked for each converter.
- call(Class<?>, Class<?>, ITypeConverter<?, ?>) - Method in interface com.helger.commons.typeconvert.ITypeConverterCallback
- call(PrivilegedAction<T>) - Static method in class com.helger.commons.lang.priviledged.AccessControllerHelper
- CallbackList<CALLBACKTYPE> - Class in com.helger.commons.callback
-
This class manages a list of callbacks.
- CallbackList() - Constructor for class com.helger.commons.callback.CallbackList
- CallbackList(CallbackList<CALLBACKTYPE>) - Constructor for class com.helger.commons.callback.CallbackList
- callbacks() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
- callbacks() - Method in class com.helger.commons.io.file.FileOperationManager
- callbacks() - Method in class com.helger.commons.io.watchdir.WatchDir
- CALLTO - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Skype.
- canConvert(Class<?>, Class<?>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRule
-
Check if this converter can handle the conversion from the passed source to the passed destination class.
- canConvert(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination
- canConvert(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination
- canConvert(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
- canConvert(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
- canConvertLongToInt(long) - Static method in class com.helger.commons.math.MathHelper
- canExecute() - Method in class com.helger.commons.io.resource.FileSystemResource
-
Tests whether the application can execute the file denoted by this abstract pathname.
- canGrow() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- canRead() - Method in class com.helger.commons.io.resource.ClassPathResource
- canRead() - Method in class com.helger.commons.io.resource.FileSystemResource
-
Tests whether the application can read the file denoted by this abstract pathname.
- canReadAndWriteFile(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Check if the passed file can read and write.
- canReadAndWriteFile(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Check if the passed file can read and write.
- canReadNoCache(ClassLoader) - Method in class com.helger.commons.io.resource.ClassPathResource
- canWrite() - Method in class com.helger.commons.io.resource.FileSystemResource
-
Tests whether the application can modify the file denoted by this abstract pathname.
- CC - Enum constant in enum com.helger.commons.locale.country.ECountry
- CC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CCBY10 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- CCBY20 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- CCBY25 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- CCBY30 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- CCBY40 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- CCSV - Class in com.helger.commons.csv
-
Constants for the CSV handling.
- CD - Enum constant in enum com.helger.commons.locale.country.ECountry
- CD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CF - Enum constant in enum com.helger.commons.locale.country.ECountry
- CF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CG - Enum constant in enum com.helger.commons.locale.country.ECountry
- CG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CGlobal - Class in com.helger.commons
-
A class declaring system wide constants.
- CH - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CH_AG - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_AG - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_AI - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_AI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_AR - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_AR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_BE - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_BE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_BL - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_BL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_BS - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_BS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_FR - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_FR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_GE - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_GE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_GL - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_GL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_GR - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_GR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_JU - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_JU - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_LU - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_LU - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_NE - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_NE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_NW - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_NW - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_OW - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_OW - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_SG - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_SG - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_SH - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_SH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_SO - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_SO - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_SZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_SZ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_TG - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_TG - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_TI - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_TI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_UR - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_UR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_VD - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_VD - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_VS - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_VS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_ZG - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_ZG - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CH_ZH - Enum constant in enum com.helger.commons.locale.country.ECountry
- CH_ZH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- CHANGED - Enum constant in enum com.helger.commons.state.EChange
- ChangeNextMajorRelease - Annotation Type in com.helger.commons.annotation
-
Internal annotation for myself to remember changes for the next major release.
- changeNotifyCallbacks() - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- changeNotifyCallbacks() - Method in interface com.helger.commons.text.IMutableMultilingualText
- ChangeWithValue<DATATYPE> - Class in com.helger.commons.state
-
Wraps a change indicator and an arbitrary value.
- ChangeWithValue(IChangeIndicator, DATATYPE) - Constructor for class com.helger.commons.state.ChangeWithValue
-
Constructor
- channelCopy(ReadableByteChannel, WritableByteChannel) - Static method in class com.helger.commons.io.channel.ChannelHelper
-
Copy all content from the source channel to the destination channel.
- ChannelHelper - Class in com.helger.commons.io.channel
-
Some very basic NIO channel utility stuff.
- charIsEQ0() - Static method in class com.helger.commons.functional.Predicates
- charIsGT0() - Static method in class com.helger.commons.functional.Predicates
- charIsNE0() - Static method in class com.helger.commons.functional.Predicates
- CHARSET_TO_USE - Static variable in class com.helger.commons.id.factory.FileIntIDFactory
-
The charset to use for writing the file
- CHARSET_TO_USE - Static variable in class com.helger.commons.id.factory.FileLongIDFactory
-
The charset to use for writing the file
- CHARSET_URL_OBJ - Static variable in class com.helger.commons.url.URLHelper
-
Default URL charset is UTF-8
- CharsetHelper - Class in com.helger.commons.charset
-
Whole lotta charset management routines.
- CharsetHelper.InputStreamAndCharset - Class in com.helger.commons.charset
- CharsetTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the locale specific type converter
- CharsetTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.CharsetTypeConverterRegistrar
- charValue() - Method in class com.helger.commons.mutable.MutableChar
- check(int) - Method in enum com.helger.commons.text.codepoint.ECodepointProfile
- CHECK_RANGE_MAX_INCL - Static variable in class com.helger.commons.text.util.ABNF
- CHECK_RANGE_MIN_INCL - Static variable in class com.helger.commons.text.util.ABNF
- checkClientTrusted(X509Certificate[], String) - Method in class com.helger.commons.ws.TrustManagerTrustAll
- checkError() - Method in class com.helger.commons.csv.CSVWriter
-
Checks to see if the there has been an error in the printstream.
- checkForInvalidFilterInputStream(InputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
- checkPatternConsistency(String) - Static method in class com.helger.commons.regex.RegExPattern
- checkPermission(Permission) - Static method in class com.helger.commons.lang.SecurityManagerHelper
- checkServerTrusted(X509Certificate[], String) - Method in class com.helger.commons.ws.TrustManagerTrustAll
- CHEMICAL - Enum constant in enum com.helger.commons.mime.EMimeContentType
- ChildrenProviderHasChildren<CHILDTYPE> - Class in com.helger.commons.hierarchy
-
A standard implementation of the
IChildrenProviderinterface that works with all types that implementIHasChildren. - ChildrenProviderHasChildren() - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildren
- ChildrenProviderHasChildrenSorted<CHILDTYPE> - Class in com.helger.commons.hierarchy
-
An
IChildrenProviderSortedimplementation for object implementing theIHasChildrenSortedinterface. - ChildrenProviderHasChildrenSorted() - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorted
- ChildrenProviderHasChildrenSorting<CHILDTYPE> - Class in com.helger.commons.hierarchy
-
An implementation of the
IChildrenProviderinterface that works with all types that implementIHasChildren. - ChildrenProviderHasChildrenSorting(Comparator<? super CHILDTYPE>) - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorting
- ChildrenProviderHasChildrenWithID<KEYTYPE,
CHILDTYPE> - Class in com.helger.commons.hierarchy -
An implementation of the
IChildrenProviderWithIDinterface that works with all types that implementIHasChildrenandIHasID. - ChildrenProviderHasChildrenWithID() - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildrenWithID
- ChildrenProviderHierarchyVisitor<CHILDTYPE> - Class in com.helger.commons.hierarchy.visit
-
Recursively visit all children provided by a given
IChildrenProviderand call a callback for each visited child. - ChildrenProviderHierarchyVisitor(IChildrenProvider<CHILDTYPE>, IHierarchyVisitorCallback<? super CHILDTYPE>) - Constructor for class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- ChildrenProviderSorting<CHILDTYPE> - Class in com.helger.commons.hierarchy
-
An
IChildrenProviderthat returns the children inChildrenProviderSorting.getAllChildren(Object)sorted.
The implementation wraps an existing children provider and uses and external comparator for sorting. - ChildrenProviderSorting(IChildrenProvider<CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.helger.commons.hierarchy.ChildrenProviderSorting
-
Constructor.
- ChildrenProviderSortingWithID<KEYTYPE,
CHILDTYPE> - Class in com.helger.commons.hierarchy -
An
IChildrenProviderWithIDwith ID that returns the children inChildrenProviderSorting.getAllChildren(Object)sorted. - ChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE, CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.helger.commons.hierarchy.ChildrenProviderSortingWithID
- CHttp - Class in com.helger.commons.http
-
Predefined HTTP constants.
- CHttpHeader - Class in com.helger.commons.http
-
Predefined HTTP header names and values.
- CI - Enum constant in enum com.helger.commons.locale.country.ECountry
- CI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CID - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Content ID (RFC 2392)
- CK - Enum constant in enum com.helger.commons.locale.country.ECountry
- CK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CL - Enum constant in enum com.helger.commons.locale.country.ECountry
- CL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ClassHelper - Class in com.helger.commons.lang
-
Classhelper methods. - ClassHierarchyCache - Class in com.helger.commons.lang
-
A small class hierarchy cache
- classLoaderGetParent(ClassLoader) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- ClassLoaderHelper - Class in com.helger.commons.lang
-
ClassLoaderutility methods. - CLASSPATH_PREFIX_LONG - Static variable in class com.helger.commons.io.resource.ClassPathResource
-
Use this prefix to uniquely identify classpath resources
- CLASSPATH_PREFIX_SHORT - Static variable in class com.helger.commons.io.resource.ClassPathResource
-
Use this prefix to uniquely identify classpath resources - alternative
- ClassPathHelper - Class in com.helger.commons.lang
-
Utility class for dealing with the Java class path.
- ClassPathResource - Class in com.helger.commons.io.resource
-
Wraps a class path object as a readable resource.
- ClassPathResource(String) - Constructor for class com.helger.commons.io.resource.ClassPathResource
-
Create a new class path resource, using the specified path.
- ClassPathResource(String, ClassLoader) - Constructor for class com.helger.commons.io.resource.ClassPathResource
-
Create a new class path resource using the specified path and class loader (optional).
- ClassPathResource(URL) - Constructor for class com.helger.commons.io.resource.ClassPathResource
-
Create a new class path resource, using the specified URL.
- ClassPathResource(URL, ClassLoader) - Constructor for class com.helger.commons.io.resource.ClassPathResource
-
Create a new class path resource using the specified URL and class loader (optional).
- ClassPathResourceProvider - Class in com.helger.commons.io.resourceprovider
-
Simple resource provider that only uses files.
- ClassPathResourceProvider() - Constructor for class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
-
Constructor without prefix.
- ClassPathResourceProvider(String) - Constructor for class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
-
Constructor
- cleanup() - Static method in class com.helger.commons.cleanup.CommonsCleanup
-
Cleanup all custom caches contained in this library.
- clear() - Method in class com.helger.commons.collection.map.AbstractSoftMap
- clearCache() - Method in class com.helger.commons.cache.AnnotationUsageCache
-
Remove all entries from the cache.
- clearCache() - Method in interface com.helger.commons.cache.IMutableCache
-
Remove all cached elements.
- clearCache() - Method in class com.helger.commons.cache.MappedCache
- clearCache() - Static method in class com.helger.commons.compare.CollatorHelper
-
Clear all cached collators.
- clearCache() - Method in class com.helger.commons.gfx.ImageDataManager
-
Remove all cached elements
- clearCache() - Static method in class com.helger.commons.lang.ClassHierarchyCache
-
It's important to clear the cache upon application shutdown, because for web applications, keeping a cache of classes may prevent the web application from unloading
- clearCache() - Static method in class com.helger.commons.lang.EnumHelper
- clearCache() - Static method in class com.helger.commons.locale.LocaleHelper
-
Clear all stored locale lists
- clearCache() - Static method in class com.helger.commons.statistics.StatisticsManager
- clearCache() - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- clearCache() - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
-
Clear the complete resource bundle cache using the default class loader!
- clearCache(ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
-
Clear the complete resource bundle cache using the specified class loader!
- clearCachedSize(IReadableResource) - Method in class com.helger.commons.gfx.ImageDataManager
-
Remove a single resource from the cache.
- clearUnusedItems() - Method in class com.helger.commons.pool.ObjectPool
- clearWarnedPropertyNames() - Static method in class com.helger.commons.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.commons.lang.IExplicitlyCloneable
-
Creates and returns a copy of this object.
- CloneHelper - Class in com.helger.commons.lang
-
Helper class for cloning objects.
- close() - Method in class com.helger.commons.base64.Base64OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class com.helger.commons.concurrent.AutoLock
- close() - Method in class com.helger.commons.csv.CSVReader
-
Closes the underlying reader.
- close() - Method in class com.helger.commons.csv.CSVWriter
-
Close the underlying stream writer flushing any buffered content.
- close() - Method in class com.helger.commons.io.stream.BitInputStream
-
Close the underlying input stream.
- close() - Method in class com.helger.commons.io.stream.BitOutputStream
-
Flush the data and close the underlying output stream.
- close() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- close() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- close() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- close() - Method in class com.helger.commons.io.stream.LoggingInputStream
- close() - Method in class com.helger.commons.io.stream.LoggingOutputStream
- close() - Method in class com.helger.commons.io.stream.LoggingReader
- close() - Method in class com.helger.commons.io.stream.LoggingWriter
- close() - Method in class com.helger.commons.io.stream.NonBlockingBitInputStream
-
Close the underlying input stream.
- close() - Method in class com.helger.commons.io.stream.NonBlockingBitOutputStream
-
Flush the data and close the underlying output stream.
- close() - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
- close() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
- close() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Closing a
NonBlockingByteArrayInputStreamhas no effect. - close() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Closing a
ByteArrayOutputStreamhas no effect. - close() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Close the stream.
- close() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Closing a
StringWriterhas no effect. - close() - Method in class com.helger.commons.io.stream.NonClosingInputStream
- close() - Method in class com.helger.commons.io.stream.NonClosingOutputStream
- close() - Method in class com.helger.commons.io.stream.NonClosingReader
- close() - Method in class com.helger.commons.io.stream.NonClosingWriter
- close() - Method in class com.helger.commons.io.stream.NullOutputStream
-
Does not nothing and therefore does not throw an Exception.
- close() - Method in class com.helger.commons.io.watchdir.WatchDir
-
Close the watch directory service and stop processing.
- close() - Method in interface com.helger.commons.state.ICloseable
-
Closes the object.
- close(AutoCloseable) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Close the passed stream by encapsulating the declared
IOException. - close(Channel) - Static method in class com.helger.commons.io.channel.ChannelHelper
- closeFrom(boolean) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- closeFrom(boolean) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- closeTo(boolean) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- closeTo(boolean) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- closeWithoutFlush(AutoCloseable) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Close the passed object, without trying to call flush on it.
- CM - Enum constant in enum com.helger.commons.locale.country.ECountry
- CM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CM_PER_INCH - Static variable in class com.helger.commons.CGlobal
-
Centimeter per inch (2.54)
- CMimeType - Class in com.helger.commons.mime
-
Contains a collection of well-known constant MIME types.
- CN - Enum constant in enum com.helger.commons.locale.country.ECountry
- CN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CO - Enum constant in enum com.helger.commons.locale.country.ECountry
- CO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CODE_CLEARTABLE - Static variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
-
Special code to clear the table
- CODE_EOF - Static variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
-
Special code for end of file
- Codepoint - Class in com.helger.commons.text.codepoint
-
Represents a single Unicode Codepoint
- Codepoint(byte[], Charset) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a Codepoint from a byte array with the specified charset encoding.
- Codepoint(char) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a codepoint from a single char
- Codepoint(char[]) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a Codepoint from a char array.
- Codepoint(char, char) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a codepoint from a surrogate pair
- Codepoint(int) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a codepoint from a specific integer value
- Codepoint(int, boolean) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Special protected constructor that allows creating special codepoints that are invalid.
- Codepoint(Codepoint) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a codepoint as a copy of another codepoint
- Codepoint(CharSequence) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a Codepoint from a CharSequence.
- Codepoint(String) - Constructor for class com.helger.commons.text.codepoint.Codepoint
-
Create a Codepoint from a String.
- codepointAt(CharSequence, int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- CodepointHelper - Class in com.helger.commons.text.codepoint
-
General utilities for dealing with Unicode characters
- CodepointIteratorByteArray - Class in com.helger.commons.text.codepoint
- CodepointIteratorByteArray(byte[], Charset) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorByteArray
- CodepointIteratorByteBuffer - Class in com.helger.commons.text.codepoint
- CodepointIteratorByteBuffer(ByteBuffer, Charset) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorByteBuffer
- CodepointIteratorCharArray - Class in com.helger.commons.text.codepoint
- CodepointIteratorCharArray(char[]) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorCharArray
- CodepointIteratorCharArray(char[], int, int) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorCharArray
- CodepointIteratorCharBuffer - Class in com.helger.commons.text.codepoint
- CodepointIteratorCharBuffer(CharBuffer) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorCharBuffer
- CodepointIteratorCharSequence - Class in com.helger.commons.text.codepoint
- CodepointIteratorCharSequence(CharSequence) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorCharSequence
- CodepointIteratorCharSequence(CharSequence, int, int) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorCharSequence
- CodepointIteratorInputStream - Class in com.helger.commons.text.codepoint
- CodepointIteratorInputStream(InputStream, Charset) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorInputStream
- CodepointIteratorReadableByteChannel - Class in com.helger.commons.text.codepoint
- CodepointIteratorReadableByteChannel(ReadableByteChannel, Charset) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorReadableByteChannel
- CodepointIteratorReader - Class in com.helger.commons.text.codepoint
- CodepointIteratorReader(Reader) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorReader
- CodepointIteratorRestricted - Class in com.helger.commons.text.codepoint
- CodepointIteratorRestricted(AbstractCodepointIterator, IntPredicate) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorRestricted
- CodepointIteratorRestricted(AbstractCodepointIterator, IntPredicate, boolean) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorRestricted
- CodepointIteratorRestricted(AbstractCodepointIterator, IntPredicate, boolean, boolean) - Constructor for class com.helger.commons.text.codepoint.CodepointIteratorRestricted
- CodingStyleguideUnaware - Annotation Type in com.helger.commons.annotation
-
This is an indicator, that an object is aware to break the style guide.
- CollatorHelper - Class in com.helger.commons.compare
-
Helper class to easily create commonly used
Collatorobjects. - collect() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
-
This method starts the collector by taking objects from the internal
BlockingQueue. - collect() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
-
This method starts the collector by taking objects from the internal
BlockingQueue. - collect() - Method in interface com.helger.commons.concurrent.collector.IMutableConcurrentCollector
-
This method starts the collector by taking objects from the internal queue.
- CollectingExceptionCallback<EXTYPE> - Class in com.helger.commons.callback.exception
-
A specific implementation of the
IExceptionCallbackinterface, that stores the last exception. - CollectingExceptionCallback() - Constructor for class com.helger.commons.callback.exception.CollectingExceptionCallback
- CollectingExceptionListCallback<EXTYPE> - Class in com.helger.commons.callback.exception
-
A specific implementation of the
IExceptionCallbackinterface, that stores all exceptions. - CollectingExceptionListCallback() - Constructor for class com.helger.commons.callback.exception.CollectingExceptionListCallback
- COLLECTION - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
The collection type applies to all Collection objects that are not Sets, and will be compared in their regular order.
- CollectionHelper - Class in com.helger.commons.collection
- CollectionTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the base type converter
- CollectionTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.CollectionTypeConverterRegistrar
- com.helger.commons - package com.helger.commons
- com.helger.commons.aggregate - package com.helger.commons.aggregate
- com.helger.commons.annotation - package com.helger.commons.annotation
- com.helger.commons.base64 - package com.helger.commons.base64
- com.helger.commons.builder - package com.helger.commons.builder
- com.helger.commons.cache - package com.helger.commons.cache
- com.helger.commons.callback - package com.helger.commons.callback
- com.helger.commons.callback.exception - package com.helger.commons.callback.exception
- com.helger.commons.charset - package com.helger.commons.charset
- com.helger.commons.cleanup - package com.helger.commons.cleanup
- com.helger.commons.codec - package com.helger.commons.codec
- com.helger.commons.collection - package com.helger.commons.collection
- com.helger.commons.collection.attr - package com.helger.commons.collection.attr
- com.helger.commons.collection.impl - package com.helger.commons.collection.impl
- com.helger.commons.collection.iterate - package com.helger.commons.collection.iterate
- com.helger.commons.collection.map - package com.helger.commons.collection.map
- com.helger.commons.compare - package com.helger.commons.compare
- com.helger.commons.concurrent - package com.helger.commons.concurrent
- com.helger.commons.concurrent.collector - package com.helger.commons.concurrent.collector
- com.helger.commons.csv - package com.helger.commons.csv
- com.helger.commons.datetime - package com.helger.commons.datetime
- com.helger.commons.deadlock - package com.helger.commons.deadlock
- com.helger.commons.debug - package com.helger.commons.debug
- com.helger.commons.dimension - package com.helger.commons.dimension
- com.helger.commons.email - package com.helger.commons.email
- com.helger.commons.equals - package com.helger.commons.equals
- com.helger.commons.error - package com.helger.commons.error
- com.helger.commons.error.level - package com.helger.commons.error.level
- com.helger.commons.error.list - package com.helger.commons.error.list
- com.helger.commons.error.text - package com.helger.commons.error.text
- com.helger.commons.exception - package com.helger.commons.exception
- com.helger.commons.exception.mock - package com.helger.commons.exception.mock
- com.helger.commons.factory - package com.helger.commons.factory
- com.helger.commons.format - package com.helger.commons.format
- com.helger.commons.functional - package com.helger.commons.functional
- com.helger.commons.gfx - package com.helger.commons.gfx
- com.helger.commons.hashcode - package com.helger.commons.hashcode
- com.helger.commons.hierarchy - package com.helger.commons.hierarchy
- com.helger.commons.hierarchy.visit - package com.helger.commons.hierarchy.visit
- com.helger.commons.http - package com.helger.commons.http
- com.helger.commons.id - package com.helger.commons.id
- com.helger.commons.id.factory - package com.helger.commons.id.factory
- com.helger.commons.io - package com.helger.commons.io
- com.helger.commons.io.channel - package com.helger.commons.io.channel
- com.helger.commons.io.file - package com.helger.commons.io.file
- com.helger.commons.io.misc - package com.helger.commons.io.misc
- com.helger.commons.io.provider - package com.helger.commons.io.provider
- com.helger.commons.io.relative - package com.helger.commons.io.relative
- com.helger.commons.io.resource - package com.helger.commons.io.resource
- com.helger.commons.io.resource.inmemory - package com.helger.commons.io.resource.inmemory
- com.helger.commons.io.resource.wrapped - package com.helger.commons.io.resource.wrapped
- com.helger.commons.io.resourceprovider - package com.helger.commons.io.resourceprovider
- com.helger.commons.io.resourceresolver - package com.helger.commons.io.resourceresolver
- com.helger.commons.io.stream - package com.helger.commons.io.stream
- com.helger.commons.io.streamprovider - package com.helger.commons.io.streamprovider
- com.helger.commons.io.watchdir - package com.helger.commons.io.watchdir
- com.helger.commons.junit - package com.helger.commons.junit
- com.helger.commons.lang - package com.helger.commons.lang
- com.helger.commons.lang.priviledged - package com.helger.commons.lang.priviledged
- com.helger.commons.lang.proxy - package com.helger.commons.lang.proxy
- com.helger.commons.locale - package com.helger.commons.locale
- com.helger.commons.locale.country - package com.helger.commons.locale.country
- com.helger.commons.locale.language - package com.helger.commons.locale.language
- com.helger.commons.location - package com.helger.commons.location
- com.helger.commons.log - package com.helger.commons.log
- com.helger.commons.math - package com.helger.commons.math
- com.helger.commons.mime - package com.helger.commons.mime
- com.helger.commons.mock - package com.helger.commons.mock
- com.helger.commons.mutable - package com.helger.commons.mutable
- com.helger.commons.name - package com.helger.commons.name
- com.helger.commons.pool - package com.helger.commons.pool
- com.helger.commons.random - package com.helger.commons.random
- com.helger.commons.regex - package com.helger.commons.regex
- com.helger.commons.serialize - package com.helger.commons.serialize
- com.helger.commons.serialize.convert - package com.helger.commons.serialize.convert
- com.helger.commons.severity - package com.helger.commons.severity
- com.helger.commons.state - package com.helger.commons.state
- com.helger.commons.statistics - package com.helger.commons.statistics
- com.helger.commons.statistics.util - package com.helger.commons.statistics.util
- com.helger.commons.string - package com.helger.commons.string
- com.helger.commons.string.util - package com.helger.commons.string.util
- com.helger.commons.system - package com.helger.commons.system
- com.helger.commons.text - package com.helger.commons.text
- com.helger.commons.text.codepoint - package com.helger.commons.text.codepoint
- com.helger.commons.text.display - package com.helger.commons.text.display
- com.helger.commons.text.resolve - package com.helger.commons.text.resolve
- com.helger.commons.text.resourcebundle - package com.helger.commons.text.resourcebundle
- com.helger.commons.text.util - package com.helger.commons.text.util
- com.helger.commons.thirdparty - package com.helger.commons.thirdparty
- com.helger.commons.timing - package com.helger.commons.timing
- com.helger.commons.traits - package com.helger.commons.traits
- com.helger.commons.type - package com.helger.commons.type
- com.helger.commons.typeconvert - package com.helger.commons.typeconvert
- com.helger.commons.typeconvert.rule - package com.helger.commons.typeconvert.rule
- com.helger.commons.url - package com.helger.commons.url
- com.helger.commons.vendor - package com.helger.commons.vendor
- com.helger.commons.version - package com.helger.commons.version
- com.helger.commons.wrapper - package com.helger.commons.wrapper
- com.helger.commons.ws - package com.helger.commons.ws
- CombinationGenerator<DATATYPE> - Class in com.helger.commons.math
-
Utility class for generating all possible combinations of elements for a specified number of available slots.
- CombinationGenerator(ICommonsList<DATATYPE>, int) - Constructor for class com.helger.commons.math.CombinationGenerator
-
Ctor
- CombinationGeneratorFlexible<DATATYPE> - Class in com.helger.commons.math
-
Utility class for generating all possible combinations of elements for a specified number of available slots.
- CombinationGeneratorFlexible(int, boolean) - Constructor for class com.helger.commons.math.CombinationGeneratorFlexible
-
Ctor
- CombinedIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
A specific enumeration iterating over two consecutive enumerations.
- CombinedIterator(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.CombinedIterator
- CommonsArrayList<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
ArrayListimplementation based onICommonsList. - CommonsArrayList() - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new empty array list.
- CommonsArrayList(int) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new empty array list.
- CommonsArrayList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list with an initial capacity of 1 and exactly the provided value, even if it is
null. - CommonsArrayList(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains the same elements as the provided array.
- CommonsArrayList(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list with the default initial capacity and add all provided elements.
- CommonsArrayList(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list with the default initial capacity and add all mapped items of the provided iterable.
- CommonsArrayList(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains the same elements as the provided collection.
- CommonsArrayList(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains the mapped elements of the provided collection.
- CommonsArrayList(Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list with the default initial capacity and add all provided elements.
- CommonsArrayList(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains mapped elements of the provided array.
- CommonsAssert - Class in com.helger.commons.mock
-
Extensions for the default JUnit assertions.
- CommonsCleanup - Class in com.helger.commons.cleanup
-
The sole purpose of this class to clear all caches, that reside in this library.
- CommonsConcurrentHashMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.impl -
A special
ConcurrentHashMapimplementation based onICommonsMap. - CommonsConcurrentHashMap() - Constructor for class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- CommonsConcurrentHashMap(int) - Constructor for class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- CommonsConcurrentHashMap(int, float) - Constructor for class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- CommonsConcurrentHashMap(Collection<? extends COLLTYPE>, Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- CommonsConcurrentHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- CommonsConcurrentHashMap(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends KEYTYPE>, Function<? super SRCVALUETYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- CommonsCopyOnWriteArrayList<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
CommonsCopyOnWriteArrayListimplementation based onICommonsList. - CommonsCopyOnWriteArrayList() - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new empty array list.
- CommonsCopyOnWriteArrayList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list with an initial capacity of 1 and exactly the provided value, even if it is
null. - CommonsCopyOnWriteArrayList(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains the same elements as the provided array.
- CommonsCopyOnWriteArrayList(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list with all provided elements.
- CommonsCopyOnWriteArrayList(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list with all mapped items of the provided iterable.
- CommonsCopyOnWriteArrayList(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains the same elements as the provided collection.
- CommonsCopyOnWriteArrayList(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains mapped elements of the provided array.
- CommonsCopyOnWriteArraySet<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
CopyOnWriteArraySetimplementation based onICommonsSet. - CommonsCopyOnWriteArraySet() - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsCopyOnWriteArraySet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsCopyOnWriteArraySet(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsCopyOnWriteArraySet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsCopyOnWriteArraySet(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsCopyOnWriteArraySet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsCopyOnWriteArraySet(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- CommonsEnumMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.impl -
A special
EnumMapimplementation based onICommonsMap. - CommonsEnumMap(Class<KEYTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsEnumMap
- CommonsEnumMap(EnumMap<KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsEnumMap
- CommonsHashMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.impl -
A special
HashMapimplementation based onICommonsMap. - CommonsHashMap() - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashMap(int) - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashMap(int, float) - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashMap(COLLTYPE[], Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashMap(Collection<? extends COLLTYPE>, Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashMap(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends KEYTYPE>, Function<? super SRCVALUETYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashMap
- CommonsHashSet<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
HashSetimplementation based onICommonsSet. - CommonsHashSet() - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(int) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(int, float) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsHashSet(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsHashSet
- CommonsLinkedHashMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.impl -
A special
LinkedHashMapimplementation based onICommonsOrderedMap. - CommonsLinkedHashMap() - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(int) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(int, float) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(int, float, boolean) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(COLLTYPE[], Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(Collection<? extends COLLTYPE>, Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashMap(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends KEYTYPE>, Function<? super SRCVALUETYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashMap
- CommonsLinkedHashSet<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
LinkedHashSetimplementation based onICommonsOrderedSet. - CommonsLinkedHashSet() - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(int) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(int, float) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedHashSet(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedHashSet
- CommonsLinkedList<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
LinkedListimplementation based onICommonsList. - CommonsLinkedList() - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsLinkedList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsLinkedList(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsLinkedList(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsLinkedList(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsLinkedList(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsLinkedList(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsLinkedList
- CommonsMock - Class in com.helger.commons.mock
-
Mock objects by invoking their constructors with arbitrary objects.
- CommonsMock() - Constructor for class com.helger.commons.mock.CommonsMock
- CommonsMock.Param - Class in com.helger.commons.mock
-
This class represents a parameter description for a single mockable type.
- CommonsTestHelper - Class in com.helger.commons.mock
-
This class contains default test methods to test the correctness of implementations of standard methods.
- CommonsTreeMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.impl -
A special
TreeMapimplementation based onICommonsNavigableMap. - CommonsTreeMap() - Constructor for class com.helger.commons.collection.impl.CommonsTreeMap
- CommonsTreeMap(COLLTYPE[], Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeMap
- CommonsTreeMap(Collection<? extends COLLTYPE>, Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeMap
- CommonsTreeMap(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeMap
- CommonsTreeMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeMap
- CommonsTreeMap(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends KEYTYPE>, Function<? super SRCVALUETYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeMap
- CommonsTreeSet<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
TreeSetimplementation based onICommonsNavigableSet. - CommonsTreeSet() - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(Comparator<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsTreeSet(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsTreeSet
- CommonsVector<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
-
A special
Vectorimplementation based onICommonsList. - CommonsVector() - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(int) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsVector(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsVector
- CommonsWeakHashMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.impl -
A special
WeakHashMapimplementation based onICommonsMap. - CommonsWeakHashMap() - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- CommonsWeakHashMap(int) - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- CommonsWeakHashMap(int, float) - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- CommonsWeakHashMap(COLLTYPE[], Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- CommonsWeakHashMap(Collection<? extends COLLTYPE>, Function<? super COLLTYPE, ? extends KEYTYPE>, Function<? super COLLTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- CommonsWeakHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- CommonsWeakHashMap(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends KEYTYPE>, Function<? super SRCVALUETYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.impl.CommonsWeakHashMap
- compare(byte, byte) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for byte
- compare(char, char) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for byte
- compare(double, double) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for doubles
- compare(float, float) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for floats
- compare(int, int) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for int
- compare(long, long) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for long
- compare(short, short) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for short
- compare(DATATYPE, DATATYPE) - Static method in class com.helger.commons.compare.CompareHelper
-
Compare the passed items and handle
nullvalues correctly. - compare(DATATYPE, DATATYPE, boolean) - Static method in class com.helger.commons.compare.CompareHelper
-
Compare the passed items and handle
nullvalues correctly. - compare(DATATYPE, DATATYPE, Comparator<? super DATATYPE>) - Static method in class com.helger.commons.compare.CompareHelper
-
Compare the passed items and handle
nullvalues correctly. - compare(DATATYPE, DATATYPE, Comparator<? super DATATYPE>, boolean) - Static method in class com.helger.commons.compare.CompareHelper
-
Compare the passed items and handle
nullvalues correctly. - compare(String, String) - Method in class com.helger.commons.compare.NaturalNumericOrderComparator
- compare(String, String, Collator) - Static method in class com.helger.commons.compare.CompareHelper
- compare(String, String, Collator, boolean) - Static method in class com.helger.commons.compare.CompareHelper
- compare(String, String, Locale) - Static method in class com.helger.commons.compare.CompareHelper
- compare(String, String, Locale, boolean) - Static method in class com.helger.commons.compare.CompareHelper
- compareFalseBeforeTrue(boolean, boolean) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for boolean,
truebeforefalse - CompareHelper - Class in com.helger.commons.compare
-
A small helper class that provides comparison methods that are
nullsafe. - compareIgnoreCase(String, String) - Static method in class com.helger.commons.compare.CompareHelper
- compareIgnoreCase(String, String, boolean) - Static method in class com.helger.commons.compare.CompareHelper
- compareInstant(XMLOffsetDateTime, XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Compares this
XMLOffsetDateTimeto another date-time. - compareTo(OffsetDate) - Method in class com.helger.commons.datetime.OffsetDate
-
Compares this
OffsetDateto another date. - compareTo(XMLOffsetDate) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Compares this
XMLOffsetDateto another date. - compareTo(XMLOffsetDateTime) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Compares this date-time to another date-time.
- compareTo(XMLOffsetTime) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Compares this
XMLOffsetTimeto another time. - compareTo(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- compareTo(MimeType) - Method in class com.helger.commons.mime.MimeType
- compareTo(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- compareTo(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- compareTo(MutableBoolean) - Method in class com.helger.commons.mutable.MutableBoolean
- compareTo(MutableByte) - Method in class com.helger.commons.mutable.MutableByte
- compareTo(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
- compareTo(MutableDouble) - Method in class com.helger.commons.mutable.MutableDouble
- compareTo(MutableFloat) - Method in class com.helger.commons.mutable.MutableFloat
- compareTo(MutableInt) - Method in class com.helger.commons.mutable.MutableInt
- compareTo(MutableLong) - Method in class com.helger.commons.mutable.MutableLong
- compareTo(MutableShort) - Method in class com.helger.commons.mutable.MutableShort
- compareTo(Codepoint) - Method in class com.helger.commons.text.codepoint.Codepoint
- compareTo(ObjectType) - Method in class com.helger.commons.type.ObjectType
- compareTo(Version) - Method in class com.helger.commons.version.Version
-
Compares two Version objects.
- compareTo(VersionRange) - Method in class com.helger.commons.version.VersionRange
-
Compare this version range to another version range.
- compareTo(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- compareTrueBeforeFalse(boolean, boolean) - Static method in class com.helger.commons.compare.CompareHelper
-
Special version for boolean,
truebeforefalse - compose(IThrowingFunction<? super V, ? extends T, ? extends EXTYPE>) - Method in interface com.helger.commons.functional.IThrowingFunction
-
Returns a composed function that first applies the
beforefunction to its input, and then applies this function to the result. - ConcurrentCollectorMultiple<DATATYPE> - Class in com.helger.commons.concurrent.collector
-
Concurrent collector that performs action on multiple objects at once
- ConcurrentCollectorMultiple() - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
-
Constructor that uses
AbstractConcurrentCollector.DEFAULT_MAX_QUEUE_SIZEelements as the maximum queue length andConcurrentCollectorMultiple.DEFAULT_MAX_PERFORM_COUNTas the max perform count. - ConcurrentCollectorMultiple(int, int) - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
-
Constructor.
- ConcurrentCollectorMultiple(BlockingQueue<Object>) - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
- ConcurrentCollectorMultiple(BlockingQueue<Object>, int) - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
-
Constructor using an existing
BlockingQueue. - ConcurrentCollectorSingle<DATATYPE> - Class in com.helger.commons.concurrent.collector
-
Concurrent collector that performs action on each object separately
- ConcurrentCollectorSingle() - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
-
Constructor that uses
AbstractConcurrentCollector.DEFAULT_MAX_QUEUE_SIZEelements as the maximum queue length. - ConcurrentCollectorSingle(int) - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
-
Constructor.
- ConcurrentCollectorSingle(BlockingQueue<Object>) - Constructor for class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
-
Constructor using an existing
BlockingQueue. - ConditionalLogger - Class in com.helger.commons.log
-
Conditional logger
- ConditionalLogger(Logger) - Constructor for class com.helger.commons.log.ConditionalLogger
- ConditionalLogger(Logger, boolean) - Constructor for class com.helger.commons.log.ConditionalLogger
- CONNECT - Enum constant in enum com.helger.commons.http.EHttpMethod
- CONNECTION - Static variable in class com.helger.commons.http.CHttpHeader
- CONSTANT - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- CONSTANT_NULL - Static variable in class com.helger.commons.string.ToStringGenerator
-
String to be emitted for
nullvalues - CONSTANT_PASSWORD - Static variable in class com.helger.commons.string.ToStringGenerator
-
String to be emited for password values
- CONSTANT_THIS - Static variable in class com.helger.commons.string.ToStringGenerator
-
String to be emitted for
thisvalues - ConstantHasDisplayText - Class in com.helger.commons.text.display
-
An implementation of the
IHasDisplayTextinterface that always returns a constant string. - ConstantHasDisplayText(String) - Constructor for class com.helger.commons.text.display.ConstantHasDisplayText
- ConstantHasErrorText - Class in com.helger.commons.error.text
-
A constant implementation of
IHasErrorText. - ConstantHasErrorText(String) - Constructor for class com.helger.commons.error.text.ConstantHasErrorText
- ConstantHasSimpleURL - Class in com.helger.commons.url
-
Implementation of
IHasSimpleURLthat has a constant URL. - ConstantHasSimpleURL(ISimpleURL) - Constructor for class com.helger.commons.url.ConstantHasSimpleURL
- ConstantHasText - Class in com.helger.commons.text
-
An implementation of the
IHasTextinterface that always returns a constant string. - ConstantHasText(String) - Constructor for class com.helger.commons.text.ConstantHasText
- ConstantHasTextWithArgs - Class in com.helger.commons.text
-
An implementation of the
IHasTextWithArgsinterface that always returns a constant string. - ConstantHasTextWithArgs(String) - Constructor for class com.helger.commons.text.ConstantHasTextWithArgs
- contains(boolean[], boolean) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(byte[], byte) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(char[], char) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(double[], double) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(float[], float) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(int[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(long[], long) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(short[], short) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(String) - Method in class com.helger.commons.url.URLParameterList
- contains(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Check if cSearch is contained within sText.
- contains(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Check if sSearch is contained within sText.
- contains(String, String) - Method in class com.helger.commons.url.URLParameterList
- contains(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- containsAny(char[], char[]) - Static method in class com.helger.commons.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.commons.collection.ArrayHelper
- containsAny(CharSequence, ICharPredicate) - Static method in class com.helger.commons.string.StringHelper
-
Check if the passed
CharSequencecontains any character matching the provided filter. - containsAny(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- containsAny(String, char[]) - Static method in class com.helger.commons.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.commons.string.StringHelper
-
Check if the passed
Stringcontains any character matching the provided filter. - containsAny(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Check if this collection contains any (=at least one) element matching the provided filter.
- containsAnyEntry(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Check if at least one entry matches the passed filter.
- containsAnyKey(Predicate<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Check if at least one key matches the passed filter.
- containsAnyNullElement(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Check if the passed collection contains at least one
nullelement. - containsAnyNullElement(T[]) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed array contains at least one
nullelement. - containsAnyValue(Predicate<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Check if at least one value matches the passed filter.
- containsAtLeastOneError() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains at least one error or fatal error message.
- containsAtLeastOneFailure() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains at least one failure message.
- containsAtLeastOneSuccess() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains at least one success message.
- containsAtLeastOneWarningOrError() - Method in interface com.helger.commons.error.level.IHasErrorLevels
- containsCountry(String) - Method in class com.helger.commons.locale.country.CountryCache
-
Check if the passed country is known.
- containsCountry(Locale) - Method in class com.helger.commons.locale.country.CountryCache
-
Check if the passed country is known.
- containsHeaders(String) - Method in class com.helger.commons.http.HttpHeaderMap
- containsIgnoreCase(String, char, Locale) - Static method in class com.helger.commons.string.StringHelper
-
Check if cSearch is contained within sText ignoring case.
- containsIgnoreCase(String, String, Locale) - Static method in class com.helger.commons.string.StringHelper
-
Check if sSearch is contained within sText ignoring case.
- containsKey(Object) - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- containsLanguage(String) - Method in class com.helger.commons.locale.language.LanguageCache
-
Check if the passed language is known.
- containsLanguage(Locale) - Method in class com.helger.commons.locale.language.LanguageCache
-
Check if the passed language is known.
- containsLocale(String) - Method in class com.helger.commons.locale.LocaleCache
-
Check if the passed language is in the cache.
- containsLocale(String, String) - Method in class com.helger.commons.locale.LocaleCache
-
Check if the passed language is in the cache.
- containsLocale(String, String, String) - Method in class com.helger.commons.locale.LocaleCache
-
Check if the passed language is in the cache.
- containsLocaleWithFallback(Locale) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- containsLocaleWithFallback(Locale) - Method in interface com.helger.commons.text.IMultilingualText
-
Check if the passed locale is directly or by fallback contained.
- containsNoError() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains no error or fatal error message.
- containsNoFailure() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains no failure message.
- containsNone(CharSequence, ICharPredicate) - Static method in class com.helger.commons.string.StringHelper
-
Check if the passed
CharSequencecontains no character matching the provided filter. - containsNone(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- containsNone(String, ICharPredicate) - Static method in class com.helger.commons.string.StringHelper
-
Check if the passed
Stringcontains no character matching the provided filter. - containsNone(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Check if this collection contains no (=zero) element matching the provided filter.
- containsNonNullValue(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- containsNoSuccess() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains no success message.
- containsNullValue(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- containsOnly(CharSequence, ICharPredicate) - Static method in class com.helger.commons.string.StringHelper
-
Check if the passed
CharSequencecontains only characters matching the provided filter. - containsOnly(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Check if the passed collection contains only elements matching the predicate.
- containsOnly(String, ICharPredicate) - Static method in class com.helger.commons.string.StringHelper
-
Check if the passed
Stringcontains only characters matching the provided filter. - containsOnly(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Check if this collection contains only (=all) elements matching the provided filter.
- containsOnlyError() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains only error or fatal error messages.
- containsOnlyFailure() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains only failure messages.
- containsOnlyNullElements(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Check if the passed collection contains only
nullelement. - containsOnlyNullElements(T[]) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed array contains only
nullelement. - containsOnlySuccess() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Check if this group contains only success messages.
- containsPathSeparatorChar(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed String contains at least one path separator char (either Windows or Unix style).
- containsPropertyName(String) - Static method in class com.helger.commons.system.SystemProperties
-
Check if a system property with the given name exists.
- ContainsSoftMigration - Annotation Type in com.helger.commons.annotation
-
This is a source-only indicator for objects that contain soft migration.
- containsUnitTestElement(StackTraceElement[]) - Static method in class com.helger.commons.lang.StackTraceHelper
-
Check if the passed stack trace array contains a unit test element.
- containsUnitTestElement(Throwable) - Static method in class com.helger.commons.lang.StackTraceHelper
-
Check if the passed stack trace array contains a unit test element.
- containsVariables(String) - Static method in class com.helger.commons.text.util.TextVariableHelper
-
Quickly check if a string contains a variable.
- CONTENT_DESCRIPTION - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_DISPOSITION - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_ENCODING - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_ID - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_LANGUAGE - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_LENGTH - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_SCRIPT_TYPE - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_SECURITY_POLICY - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_STYLE_TYPE - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_TRANSFER_ENCODING - Static variable in class com.helger.commons.http.CHttpHeader
- CONTENT_TYPE - Static variable in class com.helger.commons.http.CHttpHeader
- CONTINUE - Enum constant in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
-
Continue with the next element.
- CONTINUE - Enum constant in enum com.helger.commons.state.EContinue
- CONVERSION_FAILED - Enum constant in enum com.helger.commons.typeconvert.TypeConverterException.EReason
- convert(boolean) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from boolean to DSTTYPE
- convert(boolean, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(byte) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from byte to DSTTYPE
- convert(byte, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(char) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from char to DSTTYPE
- convert(char, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(double) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from double to DSTTYPE
- convert(double, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(float) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from float to DSTTYPE
- convert(float, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(int) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from int to DSTTYPE
- convert(int, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(long) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from long to DSTTYPE
- convert(long, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(short) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from short to DSTTYPE
- convert(short, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
- convert(ITypeConverterProvider, Object, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to the destination class, if a conversion is necessary.
- convert(ITypeConverterProvider, Object, Class<DSTTYPE>, DSTTYPE) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to the destination class, if a conversion is necessary.
- convert(Object) - Method in interface com.helger.commons.traits.IPrimitiveConverterTo
-
Convert from Object to DSTTYPE
- convert(Object, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to the destination class using the best match type converter provider, if a conversion is necessary.
- convert(Object, Class<DSTTYPE>, DSTTYPE) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to the destination class using the best match type converter provider, if a conversion is necessary.
- convertMillisToLocalDateTime(long) - Static method in class com.helger.commons.http.CHttp
- convertToBoolean(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to boolean
- convertToBoolean(Object, boolean) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to boolean
- convertToByte(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to byte
- convertToByte(Object, byte) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to byte
- convertToChar(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to char
- convertToChar(Object, char) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to char
- convertToDouble(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to double
- convertToDouble(Object, double) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to double
- convertToFloat(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to float
- convertToFloat(Object, float) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to float
- convertToInt(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to int
- convertToInt(Object, int) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to int
- convertToLong(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to long
- convertToLong(Object, long) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to long
- convertToShort(Object) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to short
- convertToShort(Object, short) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Convert the passed source value to short
- COOKIE - Static variable in class com.helger.commons.http.CHttpHeader
- COPY_DIR_RECURSIVE - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- COPY_FILE - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- copyByteCount(MutableLong) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- copyByteStream() - Static method in class com.helger.commons.io.stream.StreamHelper
- CopyByteStreamBuilder() - Constructor for class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- copyCharCount(MutableLong) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- copyCharStream() - Static method in class com.helger.commons.io.stream.StreamHelper
- CopyCharStreamBuilder() - Constructor for class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- copyDirRecursive(File, File) - Method in class com.helger.commons.io.file.FileOperationManager
- copyDirRecursive(File, File) - Static method in class com.helger.commons.io.file.FileOperations
-
Copy a directory including all child objects.
- copyDirRecursive(File, File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Copy a directory including all child objects.
- copyDirRecursive(Path, Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Copy a directory including all child objects.
- copyFile(File, File) - Method in class com.helger.commons.io.file.FileOperationManager
- copyFile(File, File) - Static method in class com.helger.commons.io.file.FileOperations
-
Copies the source file to the target file.
- copyFile(File, File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Copies the source file to the target file.
- copyFile(Path, Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Copies the source file to the target file.
- copyInputStreamToOutputStream(InputStream, OutputStream) - Static method in class com.helger.commons.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.commons.io.stream.StreamHelper
-
Pass the content of the given input stream to the given output stream.
- copyOfEntrySet() - Method in interface com.helger.commons.collection.impl.ICommonsMap
- copyOfEntrySet() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- copyOfEntrySet() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- copyOfKeySet() - Method in interface com.helger.commons.collection.impl.ICommonsMap
- copyOfKeySet() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- copyOfKeySet() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- copyOfKeySet(Predicate<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Create a copy of all values matching the passed filter.
- copyOfKeySet(Predicate<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- copyOfKeySet(Predicate<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- copyOfValues() - Method in interface com.helger.commons.collection.impl.ICommonsMap
- copyOfValues(Predicate<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Create a copy of all values matching the passed filter.
- copyOfValuesMapped(Function<? super VALUETYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Create a copy of all values after applying the passed mapping function.
- copyOfValuesMapped(Predicate<? super VALUETYPE>, Function<? super VALUETYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Create a copy of all values matching the passed filter which are then converted using the provided function.
- copyReaderToWriter(Reader, Writer) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Pass the content of the given reader to the given writer.
- copyReaderToWriterAndCloseWriter(Reader, Writer) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Pass the content of the given reader to the given writer.
- CountingFileInputStream - Class in com.helger.commons.io.stream
-
A special
FileInputStreamsub class that keeps track of all read bytes for the statistics handler. - CountingFileInputStream(File) - Constructor for class com.helger.commons.io.stream.CountingFileInputStream
- CountingFileInputStream(String) - Constructor for class com.helger.commons.io.stream.CountingFileInputStream
- CountingFileOutputStream - Class in com.helger.commons.io.stream
-
A special
FileOutputStreamsub class that keeps track of all written bytes for the statistics handler. - CountingFileOutputStream(File) - Constructor for class com.helger.commons.io.stream.CountingFileOutputStream
- CountingFileOutputStream(File, EAppend) - Constructor for class com.helger.commons.io.stream.CountingFileOutputStream
- CountingFileOutputStream(String) - Constructor for class com.helger.commons.io.stream.CountingFileOutputStream
- CountingFileOutputStream(String, EAppend) - Constructor for class com.helger.commons.io.stream.CountingFileOutputStream
- CountingInputStream - Class in com.helger.commons.io.stream
-
A wrapper around an
InputStreamthat counts the number of read bytes. - CountingInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.CountingInputStream
- CountingOutputStream - Class in com.helger.commons.io.stream
-
A wrapper around an
OutputStreamthat counts the number of read bytes. - CountingOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.CountingOutputStream
- CountingReader - Class in com.helger.commons.io.stream
-
A wrapper around a
Readerthat counts the number of read bytes. - CountingReader(Reader) - Constructor for class com.helger.commons.io.stream.CountingReader
- CountingWriter - Class in com.helger.commons.io.stream
-
A wrapper around an
Writerthat counts the number of read chars. - CountingWriter(Writer) - Constructor for class com.helger.commons.io.stream.CountingWriter
- CountryCache - Class in com.helger.commons.locale.country
-
This is a global cache for country objects to avoid too many object flowing around.
This cache is application independent. - CountryCache() - Constructor for class com.helger.commons.locale.country.CountryCache
- CR - Enum constant in enum com.helger.commons.locale.country.ECountry
- CR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- create() - Method in interface com.helger.commons.pool.IObjectPoolFactory
-
Create a new object for usage in the pool.
- create(byte[]) - Static method in class com.helger.commons.io.stream.HasInputStream
-
Get a special implementation of
IHasInputStreamfor byte array. - create(NonBlockingByteArrayOutputStream) - Static method in class com.helger.commons.io.stream.HasInputStream
-
Get a special implementation of
IHasInputStreamforNonBlockingByteArrayOutputStream. - create(NonBlockingByteArrayOutputStream, boolean) - Static method in class com.helger.commons.io.ByteArrayWrapper
-
Wrap the content of a
NonBlockingByteArrayOutputStream. - create(ISuccessIndicator, DATATYPE) - Static method in class com.helger.commons.state.SuccessWithValue
-
Create a new object with the given value.
- create(ITypedObject<IDTYPE>) - Static method in class com.helger.commons.type.TypedObject
-
Factory method
- create(ObjectType, IDTYPE) - Static method in class com.helger.commons.type.TypedObject
-
Factory method
- create(Class<DATATYPE>) - Static method in class com.helger.commons.factory.FactoryNewInstance
- create(Class<DATATYPE>, boolean) - Static method in class com.helger.commons.factory.FactoryNewInstance
- create(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.iterate.EnumerationFromIterator
- create(String, Charset) - Static method in class com.helger.commons.io.ByteArrayWrapper
-
Wrap the content of a String in a certain charset.
- create(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.iterate.EnumerationFromIterator
- create(Iterator<ELEMENTTYPE>, Iterator<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.iterate.CombinedIterator
- create(Map<?, ?>) - Static method in class com.helger.commons.lang.NonBlockingProperties
-
Create
NonBlockingPropertiesfrom an existingPropertiesobject. - create(Location) - Static method in class com.helger.commons.location.SimpleLocation
- create(SourceLocator) - Static method in class com.helger.commons.location.SimpleLocation
- create(Locator) - Static method in class com.helger.commons.location.SimpleLocation
- create(SAXParseException) - Static method in class com.helger.commons.location.SimpleLocation
- CREATE - Enum constant in enum com.helger.commons.io.watchdir.EWatchDirAction
- create_DE(String) - Static method in class com.helger.commons.text.util.TextHelper
- create_DE_EN(String, String) - Static method in class com.helger.commons.text.util.TextHelper
- CREATE_DIR - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- CREATE_DIR_RECURSIVE - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- create_EN(String) - Static method in class com.helger.commons.text.util.TextHelper
- createAsyncRunningWatchDir(Path, boolean, IWatchDirCallback) - Static method in class com.helger.commons.io.watchdir.WatchDir
-
Static factory method to create a simple
WatchDirinstance that already spawned an Thread to listen. - createBase64InputStream(NonBlockingByteArrayInputStream) - Method in class com.helger.commons.codec.Base64Codec
- createBase64OutputStream(OutputStream) - Method in class com.helger.commons.codec.Base64Codec
- createBitSet(byte) - Static method in class com.helger.commons.lang.BitSetHelper
-
Convert the passed byte value to an bit set of size 8.
- createBitSet(int) - Static method in class com.helger.commons.lang.BitSetHelper
-
Convert the passed int value to an bit set of size 32.
- createBitSet(long) - Static method in class com.helger.commons.lang.BitSetHelper
-
Convert the passed long value to an bit set of size 64.
- createBitSet(short) - Static method in class com.helger.commons.lang.BitSetHelper
-
Convert the passed short value to an bit set of size 16.
- createCache() - Method in class com.helger.commons.cache.MappedCache
-
Create a new cache map.
- createCalendar() - Static method in class com.helger.commons.datetime.PDTFactory
- createCalendarUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- createChanged(DATATYPE) - Static method in class com.helger.commons.state.ChangeWithValue
-
Create a new changed object with the given value.
- createConstant(String, boolean) - Static method in class com.helger.commons.mock.CommonsMock.Param
- createConstant(String, Class<T>, T) - Static method in class com.helger.commons.mock.CommonsMock.Param
-
Create a
CommonsMock.Paramwith a constant default value. - createDate(OffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createDate(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createDateForDate(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createDateForTime(int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createDefault() - Static method in interface com.helger.commons.url.IURLDownloader
- createDefaultCopyBufferBytes() - Static method in class com.helger.commons.io.stream.StreamHelper
- createDefaultCopyBufferChars() - Static method in class com.helger.commons.io.stream.StreamHelper
- createDir(File) - Method in class com.helger.commons.io.file.FileOperationManager
- createDir(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Create a new directory.
- createDir(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Create a new directory.
- createDir(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Create a new directory.
- createDirectory(String, boolean) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Create the appropriate directory if it is not existing
- createDirIfNotExisting(File) - Method in class com.helger.commons.io.file.FileOperationManager
- createDirIfNotExisting(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Create a new directory if it does not exist.
- createDirIfNotExisting(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Create a new directory if it does not exist.
- createDirIfNotExisting(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Create a new directory if it does not exist.
- createDirRecursive(File) - Method in class com.helger.commons.io.file.FileOperationManager
- createDirRecursive(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Create a new directory.
- createDirRecursive(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Create a new directory.
- createDirRecursive(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Create a new directory.
- createDirRecursiveIfNotExisting(File) - Method in class com.helger.commons.io.file.FileOperationManager
- createDirRecursiveIfNotExisting(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Create a new directory if it does not exist.
- createDirRecursiveIfNotExisting(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Create a new directory if it does not exist.
- createDirRecursiveIfNotExisting(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Create a new directory if it does not exist.
- createdStarted() - Static method in class com.helger.commons.timing.StopWatch
- createdStopped() - Static method in class com.helger.commons.timing.StopWatch
- createEmpty() - Static method in class com.helger.commons.collection.iterate.IterableIterator
- createFailure(DATATYPE) - Static method in class com.helger.commons.state.SuccessWithValue
-
Create a new failure object with the given value.
- createFiltered(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsArrayList
- createFiltered(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
- createFiltered(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsHashSet
- createFiltered(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsVector
- createFiltered(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsArrayList
- createFiltered(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
- createFiltered(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsHashSet
- createFiltered(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsVector
- createFiltered(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains a subset of the provided iterable.
- createFiltered(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains a subset of the provided iterable.
- createFiltered(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsHashSet
-
Create a new hash set that contains a subset of the provided iterable.
- createFiltered(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains a subset of the provided iterable.
- createFiltered(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains a subset of the provided iterable.
- createFiltered(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsHashSet
-
Create a new hash set that contains a subset of the provided iterable.
- createFiltered(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsVector
- createFiltered(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains a subset of the provided array.
- createFiltered(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains a subset of the provided array.
- createFiltered(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsHashSet
-
Create a new hash set that contains a subset of the provided array.
- createFiltered(SRCTYPE[], Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsArrayList
-
Create a new array list that contains a subset of the provided array.
- createFiltered(SRCTYPE[], Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
-
Create a new array list that contains a subset of the provided array.
- createFiltered(SRCTYPE[], Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsHashSet
-
Create a new hash set that contains a subset of the provided array.
- createFiltered(SRCTYPE[], Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.impl.CommonsVector
- createForCurrentDir() - Static method in class com.helger.commons.io.relative.FileRelativeIO
- createGregorianCalendar() - Static method in class com.helger.commons.datetime.PDTFactory
- createGregorianCalendarUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- createHasDisplayName() - Static method in interface com.helger.commons.name.IDisplayNameProvider
- createHasDisplayText() - Static method in interface com.helger.commons.text.display.IDisplayTextProvider
- createHasName() - Static method in interface com.helger.commons.name.INameProvider
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsArrayList
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsHashMap
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsHashSet
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsLinkedHashMap
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsLinkedHashSet
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsLinkedList
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsTreeMap
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsTreeSet
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsVector
- createInstance() - Method in class com.helger.commons.collection.impl.CommonsWeakHashMap
- createInstance() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Create a new empty list.
- createInstance() - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Create a new empty map.
- createInstance() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- createInstance() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- createInstance() - Method in interface com.helger.commons.collection.impl.ICommonsSet
-
Create a new empty set.
- createInstance() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
-
Create a new
CommonsTreeMap. - createLocalDate(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDate(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(int, Month, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(OffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(Timestamp) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalDateTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createLocalTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createLogMessage(IErrorLevel, Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
-
Override this method to create a different LogMessage object or to filter certain log messages.
- createMultilingualTextFromMap(Map<String, String>) - Static method in class com.helger.commons.text.util.TextHelper
- createOffsetDate(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(int, Month, int, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(Instant, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(LocalDate, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(LocalDateTime, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDate(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(int, Month, int, int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(OffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(Timestamp) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetDateTimeUTC(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(LocalDateTime, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(LocalTime, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createOffsetTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createOnDemand(String) - Static method in class com.helger.commons.email.EmailAddress
- createOnDemand(String) - Static method in class com.helger.commons.error.text.ConstantHasErrorText
- createOnDemand(String, String) - Static method in class com.helger.commons.email.EmailAddress
- createPrefixOnly(String) - Static method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- createPrefixOnly(String) - Static method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- createReader(char[]) - Static method in class com.helger.commons.io.stream.StreamHelper
- createReader(InputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
- createReader(String) - Static method in class com.helger.commons.io.stream.StreamHelper
- createSuccess(DATATYPE) - Static method in class com.helger.commons.state.SuccessWithValue
-
Create a new success object with the given value.
- createSuffixOnly(String) - Static method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- createSuffixOnly(String) - Static method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- createUnchanged(DATATYPE) - Static method in class com.helger.commons.state.ChangeWithValue
-
Create a new unchanged object with the given value.
- createWithBrackets() - Static method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- createWriter(OutputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
- createXMLOffsetDate(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(int, Month, int, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(Instant, ZoneId) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(LocalDate, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(LocalDateTime, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDate(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(int, Month, int, int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(OffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(Timestamp) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetDateTimeUTC(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(LocalDateTime, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(LocalTime, ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createXMLOffsetTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(OffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(Timestamp) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTime(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(int, Month, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(int, Month, int, int, int, int) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(long) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(Number) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(Year) - Static method in class com.helger.commons.datetime.PDTFactory
- createZonedDateTimeUTC(YearMonth) - Static method in class com.helger.commons.datetime.PDTFactory
- CryptoPolicy - Class in com.helger.commons.system
-
Helper class to see if unlimited strength crypto is available.
- CSVIterator - Class in com.helger.commons.csv
-
Provides an Iterator over the data found in opencsv.
- CSVIterator(CSVReader) - Constructor for class com.helger.commons.csv.CSVIterator
- CSVLineReaderKeepCR - Class in com.helger.commons.csv
-
This class was created for issue #106 (https://sourceforge.net/p/opencsv/bugs/106/) where carriage returns were being removed.
- CSVLineReaderKeepCR(Reader) - Constructor for class com.helger.commons.csv.CSVLineReaderKeepCR
-
Constructor.
- CSVLineReaderNonBlockingBufferedReader - Class in com.helger.commons.csv
-
A special implementation of
ICSVLineReaderusing aNonBlockingBufferedReader. - CSVLineReaderNonBlockingBufferedReader(NonBlockingBufferedReader) - Constructor for class com.helger.commons.csv.CSVLineReaderNonBlockingBufferedReader
-
Constructor.
- CSVParser - Class in com.helger.commons.csv
-
A very simple CSV parser released under a commercial-friendly license.
- CSVParser() - Constructor for class com.helger.commons.csv.CSVParser
-
Constructs CSVParser using a comma for the separator.
- CSVReader - Class in com.helger.commons.csv
-
A very simple CSV reader released under a commercial-friendly license.
- CSVReader(Reader) - Constructor for class com.helger.commons.csv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(Reader, boolean) - Constructor for class com.helger.commons.csv.CSVReader
-
Constructs
CSVReaderusing a comma for the separator. - CSVReader(Reader, CSVParser, boolean) - Constructor for class com.helger.commons.csv.CSVReader
- CSVWriter - Class in com.helger.commons.csv
-
A very simple CSV writer released under a commercial-friendly license.
- CSVWriter(Writer) - Constructor for class com.helger.commons.csv.CSVWriter
-
Constructs
CSVWriterwith all default settings. - CU - Enum constant in enum com.helger.commons.locale.country.ECountry
- CU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CustomLicense - Class in com.helger.commons.thirdparty
-
Represents a custom license.
- CustomLicense(String, String, Version, String) - Constructor for class com.helger.commons.thirdparty.CustomLicense
-
Create a custom license.
- CV - Enum constant in enum com.helger.commons.locale.country.ECountry
- CV - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CX - Enum constant in enum com.helger.commons.locale.country.ECountry
- CX - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CY - Enum constant in enum com.helger.commons.locale.country.ECountry
- CY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- CZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- CZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
D
- daemon(boolean) - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Sets the daemon flag for the new
BasicThreadFactory. - DATA - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Embedded data (RFC 2397).
- DATE - Static variable in class com.helger.commons.http.CHttpHeader
- dateTime(LocalDateTime) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- DateTimeFormatterCache - Class in com.helger.commons.datetime
-
This class provides a cache for
DateTimeFormatterinstances. - DateTimeFormatterPattern - Class in com.helger.commons.datetime
-
This class encapsulates a String pattern and a set of options to be used in parsing.
- DateTimeFormatterPattern(String, ResolverStyle) - Constructor for class com.helger.commons.datetime.DateTimeFormatterPattern
- dateTimeNow() - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- DateTimeTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the date and time specific type converter
- DateTimeTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.DateTimeTypeConverterRegistrar
- DCTCodec - Class in com.helger.commons.codec
-
Decoder for Discrete Cosinus Transformation (DCT)
- DCTCodec() - Constructor for class com.helger.commons.codec.DCTCodec
- DE - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- DE - Static variable in class com.helger.commons.text.util.TextHelper
-
German locale used
- DE_B - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_B - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_BB - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_BB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_BW - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_BW - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_BY - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_BY - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_HB - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_HB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_HE - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_HE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_HH - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_HH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_MV - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_MV - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_NI - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_NI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_NW - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_NW - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_RP - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_RP - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_SH - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_SH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_SL - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_SL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_SN - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_SN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_ST - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_ST - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- DE_TH - Enum constant in enum com.helger.commons.locale.country.ECountry
- DE_TH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- debug(Supplier<String>) - Method in class com.helger.commons.log.ConditionalLogger
- debug(Supplier<String>) - Method in interface com.helger.commons.log.IConditionalLogger
- debug(Supplier<String>, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- debug(Supplier<String>, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- DebugModeTestRule - Class in com.helger.commons.junit
-
A JUnit test rule that sets global debug and trace flag for a test
- DebugModeTestRule() - Constructor for class com.helger.commons.junit.DebugModeTestRule
- DebugModeTestRule(boolean) - Constructor for class com.helger.commons.junit.DebugModeTestRule
- dec() - Method in class com.helger.commons.mutable.MutableBigDecimal
- dec() - Method in class com.helger.commons.mutable.MutableBigInteger
- dec() - Method in class com.helger.commons.mutable.MutableByte
- dec() - Method in class com.helger.commons.mutable.MutableChar
- dec() - Method in class com.helger.commons.mutable.MutableDouble
- dec() - Method in class com.helger.commons.mutable.MutableFloat
- dec() - Method in class com.helger.commons.mutable.MutableInt
- dec() - Method in class com.helger.commons.mutable.MutableLong
- dec() - Method in class com.helger.commons.mutable.MutableShort
- dec(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
- dec(double) - Method in class com.helger.commons.mutable.MutableDouble
- dec(float) - Method in class com.helger.commons.mutable.MutableFloat
- dec(int) - Method in class com.helger.commons.mutable.MutableByte
- dec(int) - Method in class com.helger.commons.mutable.MutableChar
- dec(int) - Method in class com.helger.commons.mutable.MutableInt
- dec(int) - Method in class com.helger.commons.mutable.MutableShort
- dec(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
- dec(long) - Method in class com.helger.commons.mutable.MutableBigInteger
- dec(long) - Method in class com.helger.commons.mutable.MutableLong
- dec(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- dec(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- dec(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
- dec(Number) - Method in class com.helger.commons.mutable.MutableByte
- dec(Number) - Method in class com.helger.commons.mutable.MutableDouble
- dec(Number) - Method in class com.helger.commons.mutable.MutableFloat
- dec(Number) - Method in class com.helger.commons.mutable.MutableInt
- dec(Number) - Method in class com.helger.commons.mutable.MutableLong
- dec(Number) - Method in class com.helger.commons.mutable.MutableShort
- dec(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- dec(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- decode(byte[]) - Static method in class com.helger.commons.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.commons.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.commons.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.commons.codec.ASCII85Codec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.ASCIIHexCodec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.Base16Codec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.Base32Codec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.Base64Codec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.FlateCodec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.GZIPCodec
- decode(byte[], int, int, OutputStream) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
-
Decode (part of) a byte array.
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.IdentityByteArrayCodec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.LZWCodec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.QuotedPrintableCodec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.RunLengthCodec
- decode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.URLCodec
- decode(byte[], OutputStream) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
-
Decode a byte array.
- decode(char[], int, int, Writer) - Method in interface com.helger.commons.codec.ICharArrayStreamDecoder
-
Decode (part of) a char array.
- decode(char[], int, int, Writer) - Method in class com.helger.commons.codec.RFC2616Codec
- decode(char[], Writer) - Method in interface com.helger.commons.codec.ICharArrayStreamDecoder
-
Decode a char array.
- decode(InputStream, OutputStream) - Method in class com.helger.commons.codec.Base16Codec
- decode(InputStream, OutputStream) - Method in class com.helger.commons.codec.LZWCodec
- decode(String) - Static method in class com.helger.commons.base64.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class com.helger.commons.base64.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- DECODE - Static variable in class com.helger.commons.base64.Base64
-
Specify decoding in first bit.
- decodeBytesToChars(byte[], int, int, Charset) - Static method in class com.helger.commons.string.StringHelper
-
Decode a byte array to a char array using the provided charset.
- decodeBytesToChars(byte[], Charset) - Static method in class com.helger.commons.string.StringHelper
-
Decode a byte array to a char array using the provided charset.
- DecodeException - Exception Class in com.helger.commons.codec
-
Exception occurred in a decoder
- DecodeException(String) - Constructor for exception class com.helger.commons.codec.DecodeException
- DecodeException(String, Throwable) - Constructor for exception class com.helger.commons.codec.DecodeException
- DecodeException(Throwable) - Constructor for exception class com.helger.commons.codec.DecodeException
- decodeFileToFile(String, File) - Static method in class com.helger.commons.base64.Base64
-
Reads
infileand decodes it tooutfile. - decodeFromFile(String) - Static method in class com.helger.commons.base64.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeToFile(String, File) - Static method in class com.helger.commons.base64.Base64
-
Convenience method for decoding data to a file.
- DEFAULT - Static variable in enum com.helger.commons.compare.ESortOrder
-
The default sort order is
ESortOrder.ASCENDING - DEFAULT - Static variable in class com.helger.commons.error.ErrorTextProvider
- DEFAULT - Static variable in enum com.helger.commons.io.EAppend
-
The default is
EAppend.TRUNCATE - DEFAULT - Static variable in enum com.helger.commons.system.ENewLineMode
-
The default newline mode as indicated by the system properties
- DEFAULT_ALLOW_NULL_VALUES - Static variable in class com.helger.commons.cache.Cache
- DEFAULT_APPEND - Static variable in class com.helger.commons.io.stream.CountingFileOutputStream
-
By default append is enabled
- DEFAULT_AVOID_FINAL_LINE_END - Static variable in class com.helger.commons.csv.CSVWriter
-
By default the file ends with a new-line.
- DEFAULT_BOOLEAN - Static variable in class com.helger.commons.CGlobal
-
Default boolean value (false)
- DEFAULT_BOOLEAN_OBJ - Static variable in class com.helger.commons.CGlobal
-
Boolean value of
CGlobal.DEFAULT_BOOLEAN(false) - DEFAULT_BUF_SIZE - Static variable in class com.helger.commons.io.stream.ByteBufferOutputStream
- DEFAULT_BUFSIZE - Static variable in class com.helger.commons.io.stream.StreamHelper
-
buffer size for copy operations
- DEFAULT_BYTE - Static variable in class com.helger.commons.CGlobal
-
Default byte value (0)
- DEFAULT_BYTE_OBJ - Static variable in class com.helger.commons.CGlobal
-
Byte value of
CGlobal.DEFAULT_BYTE(0) - DEFAULT_CAN_GROW - Static variable in class com.helger.commons.io.stream.ByteBufferOutputStream
- DEFAULT_CHAR - Static variable in class com.helger.commons.CGlobal
-
Default char value (0)
- DEFAULT_CHAR_OBJ - Static variable in class com.helger.commons.CGlobal
-
Character value of
CGlobal.DEFAULT_CHAR(0) - DEFAULT_CHECK_FOR_FALLBACK - Static variable in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- DEFAULT_CHECK_FOR_OVERRIDE - Static variable in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- DEFAULT_CLOSE_DESTINATION - Static variable in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- DEFAULT_CLOSE_FROM - Static variable in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- DEFAULT_CLOSE_SOURCE - Static variable in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- DEFAULT_CLOSE_TO - Static variable in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- DEFAULT_CONNECT_TIMEOUT - Static variable in class com.helger.commons.io.resource.URLResource
- DEFAULT_COPY_BYTES - Static variable in class com.helger.commons.mime.MimeTypeContent
- DEFAULT_COPY_NEEDED - Static variable in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- DEFAULT_COPY_NEEDED - Static variable in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
- DEFAULT_COPY_NEEDED - Static variable in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- DEFAULT_DEADLOCK_CHECK_PERIOD - Static variable in class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
-
The number of milliseconds between checking for deadlocks.
- DEFAULT_DEBUG_MODE - Static variable in class com.helger.commons.debug.GlobalDebug
-
By default debug mode is enabled
- DEFAULT_DOUBLE - Static variable in class com.helger.commons.CGlobal
-
Default double value (0)
- DEFAULT_DOUBLE_OBJ - Static variable in class com.helger.commons.CGlobal
-
Double value of
CGlobal.DEFAULT_DOUBLE(0) - DEFAULT_ENCODE_BLANKS - Static variable in class com.helger.commons.codec.RFC1522QCodec
- DEFAULT_ERROR_LEVEL - Static variable in class com.helger.commons.error.SingleError.AbstractBuilder
- DEFAULT_ESCAPE_CHARACTER - Static variable in class com.helger.commons.csv.CCSV
-
The default escape character to use if none is supplied to the constructor.
- DEFAULT_EXCEPTION_ON_DELETE_ROOT - Static variable in class com.helger.commons.io.file.FileOperations
-
The default value for warning if we're about to delete the root directory.
- DEFAULT_EXCEPTION_ON_DELETE_ROOT - Static variable in class com.helger.commons.io.file.PathOperations
-
The default value for warning if we're about to delete the root directory.
- DEFAULT_FLOAT - Static variable in class com.helger.commons.CGlobal
-
Default float value (0)
- DEFAULT_FLOAT_OBJ - Static variable in class com.helger.commons.CGlobal
-
Float value of
CGlobal.DEFAULT_FLOAT(0) - DEFAULT_IGNORE_LEADING_WHITESPACE - Static variable in class com.helger.commons.csv.CCSV
-
The default leading whitespace behavior to use if none is supplied to the constructor.
- DEFAULT_IGNORE_QUOTATIONS - Static variable in class com.helger.commons.csv.CCSV
-
If the quote character is set to null then there is no quote character.
- DEFAULT_INCEPTION_YEAR - Static variable in class com.helger.commons.vendor.VendorInfo
-
Default inception year
- DEFAULT_INT - Static variable in class com.helger.commons.CGlobal
-
Default int value (0)
- DEFAULT_INT_OBJ - Static variable in class com.helger.commons.CGlobal
-
Integer value of
CGlobal.DEFAULT_INT(0) - DEFAULT_KEEP_CR - Static variable in class com.helger.commons.csv.CCSV
- DEFAULT_LINE_END - Static variable in class com.helger.commons.csv.CSVWriter
-
The default line delimiter to be used.
- DEFAULT_LINE_SEPARATOR - Static variable in class com.helger.commons.lang.StackTraceHelper
-
the separator used to separate different lines of a stack
- DEFAULT_LONG - Static variable in class com.helger.commons.CGlobal
-
Default long value (0)
- DEFAULT_LONG_OBJ - Static variable in class com.helger.commons.CGlobal
-
Long value of
CGlobal.DEFAULT_LONG(0) - DEFAULT_MAX_PERFORM_COUNT - Static variable in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
-
The default number of objects to be put in the queue for execution.
- DEFAULT_MAX_QUEUE_SIZE - Static variable in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
-
Default maximum queue size
- DEFAULT_MIME_TYPE - Static variable in class com.helger.commons.mime.MimeTypeDeterminator
- DEFAULT_NULL_VALUES_COME_FIRST - Static variable in class com.helger.commons.compare.CompareHelper
-
By default
nullvalues come first - DEFAULT_OPTIONAL - Static variable in class com.helger.commons.thirdparty.ThirdPartyModule
-
By default a third-party module is not optional
- DEFAULT_PREFIX - Static variable in class com.helger.commons.id.factory.GlobalIDFactory
-
The default prefix to use for creating IDs
- DEFAULT_PRINT_ZERO_ELEMENTS - Static variable in class com.helger.commons.version.Version
-
Default value for printing zero elements in getAsString
- DEFAULT_PRODUCTION_MODE - Static variable in class com.helger.commons.debug.GlobalDebug
-
By default production mode is disable
- DEFAULT_PROXY_RETURN_VALUES - Static variable in class com.helger.commons.lang.proxy.LoggingInvocationHandler
- DEFAULT_QUOTE_ALL - Static variable in class com.helger.commons.csv.CSVWriter
-
By default all text fields are always quoted.
- DEFAULT_QUOTE_CHARACTER - Static variable in class com.helger.commons.csv.CCSV
-
The default quote character to use if none is supplied to the constructor.
- DEFAULT_QUOTE_IF_NECESSARY - Static variable in class com.helger.commons.http.HttpHeaderMap
-
Default quote if necessary: false (since v10)
- DEFAULT_QUOTING - Static variable in class com.helger.commons.mime.CMimeType
-
The default quoting algorithm to be used:
EMimeQuoting.QUOTED_STRING - DEFAULT_RADIX - Static variable in class com.helger.commons.string.StringParser
-
The default radix used to convert string values to numeric values
- DEFAULT_RE_SEED_INTERVAL - Static variable in class com.helger.commons.random.VerySecureRandom
- DEFAULT_READ_TIMEOUT - Static variable in class com.helger.commons.io.resource.URLResource
- DEFAULT_RESERVE_COUNT - Static variable in class com.helger.commons.id.factory.FileIntIDFactory
-
The default number of values to reserve with a single IO action
- DEFAULT_RESERVE_COUNT - Static variable in class com.helger.commons.id.factory.FileLongIDFactory
-
The default number of values to reserve with a single IO action
- DEFAULT_SEPARATOR - Static variable in class com.helger.commons.csv.CCSV
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SHORT - Static variable in class com.helger.commons.CGlobal
-
Default short value (0)
- DEFAULT_SHORT_OBJ - Static variable in class com.helger.commons.CGlobal
-
Short value of
CGlobal.DEFAULT_SHORT(0) - DEFAULT_SILENT_MODE - Static variable in class com.helger.commons.debug.GlobalDebug
-
By default silent mode is enabled.
- DEFAULT_SKIP_LINES - Static variable in class com.helger.commons.csv.CCSV
-
The default line to start reading.
- DEFAULT_START_ID - Static variable in class com.helger.commons.id.factory.MemoryIntIDFactory
-
The default start ID to use.
- DEFAULT_START_ID - Static variable in class com.helger.commons.id.factory.MemoryLongIDFactory
-
The default start ID to use.
- DEFAULT_STRICT_QUOTES - Static variable in class com.helger.commons.csv.CCSV
-
The default strict quote behavior to use if none is supplied to the constructor.
- DEFAULT_STYLE - Static variable in class com.helger.commons.datetime.PDTFormatter
-
By default the medium style is used
- DEFAULT_STYLE - Static variable in class com.helger.commons.http.CHttpHeader
- DEFAULT_USE_RESOURCE_BUNDLE_CACHE - Static variable in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
By default the resource bundle cache is used
- DEFAULT_VENDOR_EMAIL - Static variable in class com.helger.commons.vendor.VendorInfo
-
Default vendor email
- DEFAULT_VENDOR_EMAIL_SUFFIX - Static variable in class com.helger.commons.vendor.VendorInfo
-
Vendor email suffix starting from '@'
- DEFAULT_VENDOR_LOCATION - Static variable in class com.helger.commons.vendor.VendorInfo
-
Where the vendor is located by default
- DEFAULT_VENDOR_NAME - Static variable in class com.helger.commons.vendor.VendorInfo
-
Default vendor name
- DEFAULT_VENDOR_URL - Static variable in class com.helger.commons.vendor.VendorInfo
-
Complete vendor web URL
- DEFAULT_VENDOR_URL_WITHOUT_PROTOCOL - Static variable in class com.helger.commons.vendor.VendorInfo
-
Default vendor URL without http:// prefix
- DEFAULT_VERIFY_READER - Static variable in class com.helger.commons.csv.CCSV
- DEFAULT_VERSION - Static variable in class com.helger.commons.version.Version
- DEFAULT_VERSION_RANGE_STRING - Static variable in class com.helger.commons.version.VersionRange
-
Default version range string.
- DEFAULT_VERSION_STRING - Static variable in class com.helger.commons.version.Version
-
default version if nothing is specified.
- DefaultEqualsImplementationRegistrarSPI - Class in com.helger.commons.equals
-
This class registers the default equals implementations.
- DefaultEqualsImplementationRegistrarSPI() - Constructor for class com.helger.commons.equals.DefaultEqualsImplementationRegistrarSPI
- DefaultHashCodeImplementationRegistrarSPI - Class in com.helger.commons.hashcode
-
This class registers the default hash code implementations.
- DefaultHashCodeImplementationRegistrarSPI() - Constructor for class com.helger.commons.hashcode.DefaultHashCodeImplementationRegistrarSPI
- DefaultHierarchyVisitorCallback<DATATYPE> - Class in com.helger.commons.hierarchy.visit
-
The default implementation of the
IHierarchyVisitorCallbackinterface doing nothing except counting levels. - DefaultHierarchyVisitorCallback() - Constructor for class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- DefaultHierarchyVisitorCallback(int) - Constructor for class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- DefaultResourceProvider - Class in com.helger.commons.io.resourceprovider
-
The default resource provider.
- DefaultResourceProvider() - Constructor for class com.helger.commons.io.resourceprovider.DefaultResourceProvider
- DefaultResourceResolver - Class in com.helger.commons.io.resourceresolver
-
A simple resource resolver that can handle URLs, JAR files and file system resources.
- DefaultResourceResolver() - Constructor for class com.helger.commons.io.resourceresolver.DefaultResourceResolver
- DefaultTextResolver - Class in com.helger.commons.text.resolve
-
Resolves texts either from a text provider or otherwise uses a fallback to a file, based on the given enum constant.
- DelegatingCodepointIterator - Class in com.helger.commons.text.codepoint
-
Base implementation of a CodepointIterator that filters the output of another
ICodepointIterator - DelegatingCodepointIterator(AbstractCodepointIterator) - Constructor for class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- DELETE - Enum constant in enum com.helger.commons.http.EHttpMethod
- DELETE - Enum constant in enum com.helger.commons.io.watchdir.EWatchDirAction
- DELETE_DIR - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- DELETE_DIR_RECURSIVE - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- DELETE_FILE - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- deleteDir(File) - Method in class com.helger.commons.io.file.FileOperationManager
- deleteDir(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Delete an existing directory.
- deleteDir(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Delete an existing directory.
- deleteDir(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Delete an existing directory.
- deleteDirectory(String, boolean) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- deleteDirectoryIfExisting(String, boolean) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- deleteDirIfExisting(File) - Method in class com.helger.commons.io.file.FileOperationManager
- deleteDirIfExisting(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Delete an existing directory if it is existing.
- deleteDirIfExisting(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Delete an existing directory if it is existing.
- deleteDirIfExisting(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Delete an existing directory if it is existing.
- deleteDirRecursive(File) - Method in class com.helger.commons.io.file.FileOperationManager
- deleteDirRecursive(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Delete an existing directory including all child objects.
- deleteDirRecursive(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Delete an existing directory including all child objects.
- deleteDirRecursive(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Delete an existing directory including all child objects.
- deleteDirRecursiveIfExisting(File) - Method in class com.helger.commons.io.file.FileOperationManager
- deleteDirRecursiveIfExisting(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Delete an existing directory including all child objects if it is existing.
- deleteDirRecursiveIfExisting(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Delete an existing directory including all child objects if it is existing.
- deleteDirRecursiveIfExisting(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Delete an existing directory including all child objects if it is existing.
- deleteFile(File) - Method in class com.helger.commons.io.file.FileOperationManager
- deleteFile(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Delete an existing file.
- deleteFile(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Delete an existing file.
- deleteFile(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- deleteFile(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Delete an existing file.
- deleteFileIfExisting(File) - Method in class com.helger.commons.io.file.FileOperationManager
- deleteFileIfExisting(File) - Static method in class com.helger.commons.io.file.FileOperations
-
Delete a file if it is existing.
- deleteFileIfExisting(File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Delete a file if it is existing.
- deleteFileIfExisting(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- deleteFileIfExisting(Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Delete a file if it is existing.
- DEPENDS - Enum constant in enum com.helger.commons.annotation.ELockType
-
Indicates that depending on the context it can be read OR write.
- DESCENDING - Enum constant in enum com.helger.commons.compare.ESortOrder
- determineIfItIsCurrentJVMVendor() - Method in enum com.helger.commons.system.EJVMVendor
- DevelopersNote - Annotation Type in com.helger.commons.annotation
-
Just a debugging measurement to add comments to all elements.
- directGetAllBytes(int) - Method in class com.helger.commons.codec.LZWCodec.LZWDecodeDictionary
- directGetBuffer() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- directGetBuffer() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
- directGetStringBuilder() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
- directoryOnly() - Static method in interface com.helger.commons.io.file.IFileFilter
- directoryPublic() - Static method in interface com.helger.commons.io.file.IFileFilter
- DISABLED - Enum constant in enum com.helger.commons.state.EEnabled
- DISPOSITION_NOTIFICATION_OPTIONS - Static variable in class com.helger.commons.http.CHttpHeader
- DISPOSITION_NOTIFICATION_TO - Static variable in class com.helger.commons.http.CHttpHeader
-
The URL where the async MDN should be send to - limited to RFC 2822
- divide(double) - Method in class com.helger.commons.mutable.MutableDouble
- divide(double, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
- divide(float) - Method in class com.helger.commons.mutable.MutableFloat
- divide(int) - Method in class com.helger.commons.mutable.MutableInt
- divide(long) - Method in class com.helger.commons.mutable.MutableBigInteger
- divide(long) - Method in class com.helger.commons.mutable.MutableLong
- divide(long, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
- divide(MutableBigDecimal, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
- divide(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- divide(Number) - Method in class com.helger.commons.mutable.MutableDouble
- divide(Number) - Method in class com.helger.commons.mutable.MutableFloat
- divide(Number) - Method in class com.helger.commons.mutable.MutableInt
- divide(Number) - Method in class com.helger.commons.mutable.MutableLong
- divide(BigDecimal, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
- divide(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- DJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- DJ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- DK - Enum constant in enum com.helger.commons.locale.country.ECountry
- DK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- DM - Enum constant in enum com.helger.commons.locale.country.ECountry
- DM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- DNT - Static variable in class com.helger.commons.http.CHttpHeader
- DO - Enum constant in enum com.helger.commons.locale.country.ECountry
- DO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- DO_BREAK_LINES - Static variable in class com.helger.commons.base64.Base64
-
Do break lines when encoding.
- DO_NEWLINE_CRLF - Static variable in class com.helger.commons.base64.Base64
-
Use "\r\n" instead of "\n" as newline separators.
- DONT_GUNZIP - Static variable in class com.helger.commons.base64.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- DOUBLE_ALLOWED_ROUNDING_DIFFERENCE - Static variable in class com.helger.commons.mock.CommonsAssert
- doubleIsEQ0() - Static method in class com.helger.commons.functional.Predicates
- doubleIsGE0() - Static method in class com.helger.commons.functional.Predicates
- doubleIsGT0() - Static method in class com.helger.commons.functional.Predicates
- doubleIsLE0() - Static method in class com.helger.commons.functional.Predicates
- doubleIsLT0() - Static method in class com.helger.commons.functional.Predicates
- doubleIsNE0() - Static method in class com.helger.commons.functional.Predicates
- doubleValue() - Method in interface com.helger.commons.mutable.INumber
-
Returns the value of the specified number as a
double, which may involve rounding. - doubleValue() - Method in class com.helger.commons.mutable.MutableBigDecimal
- doubleValue() - Method in class com.helger.commons.mutable.MutableBigInteger
- doubleValue() - Method in class com.helger.commons.mutable.MutableByte
- doubleValue() - Method in class com.helger.commons.mutable.MutableChar
- doubleValue() - Method in class com.helger.commons.mutable.MutableDouble
- doubleValue() - Method in class com.helger.commons.mutable.MutableFloat
- doubleValue() - Method in class com.helger.commons.mutable.MutableInt
- doubleValue() - Method in class com.helger.commons.mutable.MutableLong
- doubleValue() - Method in class com.helger.commons.mutable.MutableShort
- downloadURL(String) - Method in interface com.helger.commons.url.IURLDownloader
-
Download the content of the provided URL
- drainQueue() - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- DynamicHasErrorText - Class in com.helger.commons.error.text
-
A implementation of
IHasErrorTextbased onIHasText. - DynamicHasErrorText(IHasDisplayText) - Constructor for class com.helger.commons.error.text.DynamicHasErrorText
- DynamicHasErrorText(IHasText) - Constructor for class com.helger.commons.error.text.DynamicHasErrorText
- DynamicHasErrorTextWithArgs - Class in com.helger.commons.error.text
-
A special implementation of
IHasErrorTextthat encapsulates arguments to be put into the message. - DynamicHasErrorTextWithArgs(IHasDisplayText, Object...) - Constructor for class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
- DynamicHasErrorTextWithArgs(IHasText, Object...) - Constructor for class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
- DZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- DZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
E
- EAppend - Enum in com.helger.commons.io
-
Small enum for determining the append or truncate state of output streams.
- EC - Enum constant in enum com.helger.commons.locale.country.ECountry
- EC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- EChange - Enum in com.helger.commons.state
-
Small enum for setter method to identify whether a value has changed or not.
- ECodepointProfile - Enum in com.helger.commons.text.codepoint
- ECollectionBaseType - Enum in com.helger.commons.collection
-
This enum differentiates the different meta container types.
- EContinue - Enum in com.helger.commons.state
-
Small enum for manager actions to indicate continue or break states.
- ECountry - Enum in com.helger.commons.locale.country
-
Country enum.
- ECountryName - Enum in com.helger.commons.locale.country
-
Country enum name.
- ECountrySubName - Enum in com.helger.commons.locale.country
-
Country sub-element name enum.
- EDIINT_FEATURES - Static variable in class com.helger.commons.http.CHttpHeader
-
Defined by RFC 6017
- EDL10 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- EDTFormatterMode - Enum in com.helger.commons.datetime
-
Formatters can be created in different modes.
- EDTType - Enum in com.helger.commons.datetime
-
This enum defines the potential date and/or time data types available.
- EE - Enum constant in enum com.helger.commons.locale.country.ECountry
- EE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- EEnabled - Enum in com.helger.commons.state
-
Small enum for setter method to identify whether an object is enabled or not.
- EEOI - Enum in com.helger.commons.state
-
Small enum to identify whether we reached end of input or not.
- EErrorLevel - Enum in com.helger.commons.error.level
-
Represents a generic error level.
- EFileIOErrorCode - Enum in com.helger.commons.io.file
-
Represents a set of predefined error codes that can occur in file operations.
- EFileIOOperation - Enum in com.helger.commons.io.file
-
An enumeration that encapsulates all available file IO operation types.
- EG - Enum constant in enum com.helger.commons.locale.country.ECountry
- EG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- EH - Enum constant in enum com.helger.commons.locale.country.ECountry
- EH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- EHandled - Enum in com.helger.commons.state
-
Small enum to identify whether something was handled or not.
- EHierarchyVisitorReturn - Enum in com.helger.commons.hierarchy.visit
-
Return value for hierarchy iteration.
- EHttpMethod - Enum in com.helger.commons.http
-
HTTP 1.1 methods.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html - EInterrupt - Enum in com.helger.commons.state
-
Small enum for setter method to identify whether a value has changed or not.
- EJavaVersion - Enum in com.helger.commons.system
-
Enumeration for representing the current Java JDK version.
- EJVMVendor - Enum in com.helger.commons.system
-
Determine the current JVM (Java Virtual Machine) vendor.
- ELeftRight - Enum in com.helger.commons.state
-
Small enum for left and right
- ELicense - Enum in com.helger.commons.thirdparty
-
Represents a bunch of Open Source licenses regularly used.
- ELocaleName - Enum in com.helger.commons.locale
-
Special locale names that are not part of the Java runtime.
- ELockType - Enum in com.helger.commons.annotation
-
The locking type to be used in the
IsLockedandMustBeLockedannotations. - EMAIL_ADDRESS_PATTERN - Static variable in class com.helger.commons.email.EmailAddressHelper
-
This is the email RegEx :)
- EMAIL_ADDRESS_PATTERN_SIMPLE - Static variable in class com.helger.commons.email.EmailAddressHelper
-
This is the simple email RegEx that deals with Unicode email addresses.
- EmailAddress - Class in com.helger.commons.email
-
This class handles a single email address.
- EmailAddress(IEmailAddress) - Constructor for class com.helger.commons.email.EmailAddress
- EmailAddress(String) - Constructor for class com.helger.commons.email.EmailAddress
- EmailAddress(String, String) - Constructor for class com.helger.commons.email.EmailAddress
- EmailAddressHelper - Class in com.helger.commons.email
-
Perform simple email address validation based on a regular expression.
- EMandatory - Enum in com.helger.commons.state
-
Small enum for setter method to identify whether a value is mandatory or not.
- EMimeContentType - Enum in com.helger.commons.mime
-
Determines the most well known MIME content types.
- EMimeQuoting - Enum in com.helger.commons.mime
-
Defines the possible MIME type parameter value quotings
- EMPTY_BOOLEAN_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty boolean array
- EMPTY_BOOLEAN_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty boolean array
- EMPTY_BYTE_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty byte array
- EMPTY_BYTE_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty byte array
- EMPTY_CHAR_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty char array
- EMPTY_CHAR_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty char array
- EMPTY_CLASS_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty Class<?
- EMPTY_DOUBLE_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty double array
- EMPTY_DOUBLE_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty double array
- EMPTY_FLOAT_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty float array
- EMPTY_FLOAT_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty float array
- EMPTY_INT_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty int array
- EMPTY_INT_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty int array
- EMPTY_LONG_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty long array
- EMPTY_LONG_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty long array
- EMPTY_OBJECT_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty Object array
- EMPTY_SHORT_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty short array
- EMPTY_SHORT_OBJ_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty short array
- EMPTY_STRING_ARRAY - Static variable in class com.helger.commons.collection.ArrayHelper
-
Constant empty String array
- EMPTY_URL_DATA - Static variable in class com.helger.commons.url.URLData
-
The string representing an empty URL.
- EmptyEnumeration<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
Represents a fixed
Enumerationimplementation that contains no elements. - EmptyEnumeration() - Constructor for class com.helger.commons.collection.iterate.EmptyEnumeration
- EmptyIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
Implementation of an empty enumerator.
- EmptyIterator() - Constructor for class com.helger.commons.collection.iterate.EmptyIterator
- EN - Static variable in class com.helger.commons.text.util.TextHelper
-
English locale used
- ENABLE_GLOBAL_DEBUG - Static variable in class com.helger.commons.junit.DebugModeTestRule
-
When this rule is used, global debug is enabled.
- ENABLED - Enum constant in enum com.helger.commons.state.EEnabled
- enableDebugConsistencyChecks(boolean) - Static method in class com.helger.commons.regex.RegExPattern
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.Base16Codec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.Base32Codec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.Base64Codec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.FlateCodec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.GZIPCodec
- encode(byte[], int, int, OutputStream) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
-
Encode (part of) a byte array to an
OutputStream. - encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.IdentityByteArrayCodec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.LZWCodec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.QuotedPrintableCodec
- encode(byte[], int, int, OutputStream) - Method in class com.helger.commons.codec.URLCodec
- encode(byte[], OutputStream) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
-
Encode a byte array to an
OutputStream. - encode(char[], int, int, Writer) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
-
Encode (part of) a char array to an
Writer. - encode(char[], int, int, Writer) - Method in class com.helger.commons.codec.RFC2616Codec
- encode(char[], Writer) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
-
Encode a char array to a
Writer. - encode(InputStream, OutputStream) - Method in class com.helger.commons.codec.Base16Codec
- encode(ByteBuffer, ByteBuffer) - Static method in class com.helger.commons.base64.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedByteBuffer. - encode(ByteBuffer, CharBuffer) - Static method in class com.helger.commons.base64.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedCharBuffer. - ENCODE - Static variable in class com.helger.commons.base64.Base64
-
Specify encoding in first bit.
- encodeBytes(byte[]) - Static method in class com.helger.commons.base64.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class com.helger.commons.base64.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class com.helger.commons.base64.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class com.helger.commons.base64.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class com.helger.commons.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.commons.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.commons.string.StringHelper
-
Encode a char array to a byte array using the provided charset.
- encodeCharToBytes(char[], Charset) - Static method in class com.helger.commons.string.StringHelper
-
Encode a char array to a byte array using the provided charset.
- EncodeException - Exception Class in com.helger.commons.codec
-
Exception occurred in an encoder
- EncodeException(String) - Constructor for exception class com.helger.commons.codec.EncodeException
- EncodeException(String, Throwable) - Constructor for exception class com.helger.commons.codec.EncodeException
- EncodeException(Throwable) - Constructor for exception class com.helger.commons.codec.EncodeException
- encodeFileToFile(String, File) - Static method in class com.helger.commons.base64.Base64
-
Reads
infileand encodes it tooutfile. - encodeFromFile(String) - Static method in class com.helger.commons.base64.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeToFile(byte[], File) - Static method in class com.helger.commons.base64.Base64
-
Convenience method for encoding data to a file.
- end() - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
-
Called after the tree walking ended.
- END_OF_STRING_MARKER - Static variable in class com.helger.commons.io.stream.StreamHelper
- endsWith(CharSequence, char) - Static method in class com.helger.commons.string.StringHelper
- endsWith(CharSequence, CharSequence) - Static method in class com.helger.commons.string.StringHelper
- endsWith(String, String) - Static method in class com.helger.commons.string.StringHelper
- endsWithAny(CharSequence, char[]) - Static method in class com.helger.commons.string.StringHelper
- endsWithIgnoreCase(CharSequence, char) - Static method in class com.helger.commons.string.StringHelper
- endsWithIgnoreCase(String, String) - Static method in class com.helger.commons.string.StringHelper
- endsWithPathSeparatorChar(CharSequence) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed character sequence ends with a path separation character.
- ENewLineMode - Enum in com.helger.commons.system
-
Determines the different newline modes for th different operating systems.
- ensureParentDirectoryIsPresent(File) - Static method in class com.helger.commons.io.file.FileHelper
- ensureParentDirectoryIsPresent(Path) - Static method in class com.helger.commons.io.file.PathHelper
- ensurePathEndingWithoutSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the passed path does NOT end with a directory separator character.
- ensurePathEndingWithSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the passed path ends with a directory separator character.
- ensurePathStartingWithSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the passed path starts with a directory separator character.
- entrySet() - Method in class com.helger.commons.collection.map.AbstractSoftMap
- ENUMERATION - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
Enumeration
- EnumerationFromIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
This is a helper class to create an
Enumerationfrom an existingIterator - EnumerationFromIterator(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.EnumerationFromIterator
- EnumerationFromIterator(Iterator<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.EnumerationFromIterator
- EnumHelper - Class in com.helger.commons.lang
-
Some enum utility methods.
- EnumTextResolverWithPropertiesOverrideAndFallback - Class in com.helger.commons.text.resolve
-
Text resolving class that performs the fallback handling for locales other than German and English.
- EnumTextResolverWithPropertiesOverrideAndFallback() - Constructor for class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- EOI - Enum constant in enum com.helger.commons.state.EEOI
- EOL - Static variable in class com.helger.commons.http.CHttp
- EOperatingSystem - Enum in com.helger.commons.system
-
This enumeration is used to determine the currently running Operating system.
- EPL10 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- EPL20 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- EProcessorArchitecture - Enum in com.helger.commons.system
-
Enum for representing the current processor architecture.
- equals(boolean, boolean) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- equals(byte, byte) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- equals(char, char) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- equals(double, double) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two double values are equal.
- equals(float, float) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two float values are equal.
- equals(int, int) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- equals(long, long) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- equals(short, short) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- equals(Object) - Method in class com.helger.commons.collection.attr.AttributeContainer
- equals(Object) - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIterator
- equals(Object) - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
- equals(Object) - Method in class com.helger.commons.collection.iterate.EmptyIterator
- equals(Object) - Method in class com.helger.commons.collection.map.AbstractSoftMap
- equals(Object) - Method in class com.helger.commons.collection.map.LoggingLRUMap
- equals(Object) - Method in class com.helger.commons.collection.map.LRUMap
- equals(Object) - Method in class com.helger.commons.collection.map.LRUSet
- equals(Object) - Method in class com.helger.commons.collection.map.MapEntry
- equals(Object) - Method in class com.helger.commons.collection.map.SoftLinkedHashMap
- equals(Object) - Method in class com.helger.commons.collection.NonBlockingStack
- equals(Object) - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
- equals(Object) - Method in class com.helger.commons.datetime.OffsetDate
-
Checks if this date is equal to another date.
- equals(Object) - Method in class com.helger.commons.datetime.PDTFormatter.CacheKey
- equals(Object) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Checks if this date is equal to another date.
- equals(Object) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Checks if this time is equal to another time.
- equals(Object) - Method in class com.helger.commons.dimension.SizeDouble
- equals(Object) - Method in class com.helger.commons.dimension.SizeFloat
- equals(Object) - Method in class com.helger.commons.dimension.SizeInt
- equals(Object) - Method in class com.helger.commons.dimension.SizeLong
- equals(Object) - Method in class com.helger.commons.email.EmailAddress
- equals(Object) - Method in class com.helger.commons.error.level.ErrorLevel
- equals(Object) - Method in class com.helger.commons.error.SingleError
- equals(Object) - Method in class com.helger.commons.error.text.ConstantHasErrorText
- equals(Object) - Method in class com.helger.commons.error.text.DynamicHasErrorText
- equals(Object) - Method in class com.helger.commons.factory.FactoryNewInstance
- equals(Object) - Method in class com.helger.commons.format.FormatableObject
- equals(Object) - Method in class com.helger.commons.format.FormatterMinLengthAddLeading
- equals(Object) - Method in class com.helger.commons.format.FormatterMinLengthAddTrailing
- equals(Object) - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- equals(Object) - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- equals(Object) - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Deprecated.Don't call this
- equals(Object) - Method in class com.helger.commons.http.HttpHeaderMap
- equals(Object) - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.FileIntIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.FileLongIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.MemoryIntIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.MemoryLongIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.MemoryStaticIntIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.MemoryStaticLongIDFactory
- equals(Object) - Method in class com.helger.commons.id.factory.StringIDFactory
- equals(Object) - Method in class com.helger.commons.io.ByteArrayWrapper
- equals(Object) - Method in class com.helger.commons.io.file.FileIOError
- equals(Object) - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
- equals(Object) - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- equals(Object) - Method in class com.helger.commons.io.relative.FileRelativeIO
- equals(Object) - Method in class com.helger.commons.io.relative.PathRelativeIO
- equals(Object) - Method in class com.helger.commons.io.resource.ClassPathResource
- equals(Object) - Method in class com.helger.commons.io.resource.FileSystemResource
- equals(Object) - Method in class com.helger.commons.io.resource.URLResource
- equals(Object) - Method in class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
- equals(Object) - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- equals(Object) - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- equals(Object) - Method in class com.helger.commons.io.resourceprovider.URLResourceProvider
- equals(Object) - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- equals(Object) - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- equals(Object) - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
- equals(Object) - Method in class com.helger.commons.io.streamprovider.StringWriterProvider
- equals(Object) - Method in class com.helger.commons.lang.NonBlockingProperties
- equals(Object) - Method in class com.helger.commons.location.SimpleLocation
- equals(Object) - Method in class com.helger.commons.mime.MimeType
- equals(Object) - Method in class com.helger.commons.mime.MimeTypeContent
- equals(Object) - Method in class com.helger.commons.mime.MimeTypeParameter
- equals(Object) - Method in class com.helger.commons.mutable.MutableBigDecimal
- equals(Object) - Method in class com.helger.commons.mutable.MutableBigInteger
- equals(Object) - Method in class com.helger.commons.mutable.MutableBoolean
- equals(Object) - Method in class com.helger.commons.mutable.MutableByte
- equals(Object) - Method in class com.helger.commons.mutable.MutableChar
- equals(Object) - Method in class com.helger.commons.mutable.MutableDouble
- equals(Object) - Method in class com.helger.commons.mutable.MutableFloat
- equals(Object) - Method in class com.helger.commons.mutable.MutableInt
- equals(Object) - Method in class com.helger.commons.mutable.MutableLong
- equals(Object) - Method in class com.helger.commons.mutable.MutableShort
- equals(Object) - Method in class com.helger.commons.regex.RegExPattern
- equals(Object) - Method in class com.helger.commons.state.ChangeWithValue
- equals(Object) - Method in class com.helger.commons.state.SuccessWithValue
- equals(Object) - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- equals(Object) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- equals(Object) - Method in class com.helger.commons.text.codepoint.Codepoint
- equals(Object) - Method in class com.helger.commons.text.ConstantHasText
- equals(Object) - Method in class com.helger.commons.text.ConstantHasTextWithArgs
- equals(Object) - Method in class com.helger.commons.text.display.ConstantHasDisplayText
- equals(Object) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- equals(Object) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
- equals(Object) - Method in class com.helger.commons.thirdparty.CustomLicense
- equals(Object) - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- equals(Object) - Method in class com.helger.commons.type.ObjectType
- equals(Object) - Method in class com.helger.commons.type.TypedObject
- equals(Object) - Method in class com.helger.commons.url.ConstantHasSimpleURL
- equals(Object) - Method in class com.helger.commons.url.SimpleURL
- equals(Object) - Method in class com.helger.commons.url.URLData
- equals(Object) - Method in class com.helger.commons.url.URLParameter
- equals(Object) - Method in class com.helger.commons.url.URLProtocol
- equals(Object) - Method in class com.helger.commons.version.Version
- equals(Object) - Method in class com.helger.commons.version.VersionRange
- equals(Object) - Method in class com.helger.commons.wrapper.Wrapper
- equals(Object, Object) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if two values are equal.
- EQUALS - Static variable in class com.helger.commons.url.URLHelper
-
Separator between param name and param value: =
- EQUALS_SIGN - Static variable in class com.helger.commons.base64.Base64
-
The equals sign (=) as a byte.
- EQUALS_STR - Static variable in class com.helger.commons.url.URLHelper
- equalsAsList(Object, Object) - Static method in class com.helger.commons.equals.EqualsHelper
-
This is a sanity method that first calls
CollectionHelper.getAsList(Object)on both objects an than callsEqualsHelper.equalsCollectionOnly(Collection, Collection)on the collections. - equalsCollection(Object, Object) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if the content of the passed containers is equal.
- equalsCollectionOnly(Collection<T>, Collection<?>) - Static method in class com.helger.commons.equals.EqualsHelper
- equalsCustom(T, T, BiPredicate<T, T>) - Static method in class com.helger.commons.equals.EqualsHelper
-
Perform an equals check with a custom predicate that is only invoked, if both objects are non-
null. - equalsEumeration(Enumeration<T>, Enumeration<?>) - Static method in class com.helger.commons.equals.EqualsHelper
- EqualsHelper - Class in com.helger.commons.equals
-
A small helper class that provides helper methods for easy
equalsmethod generation - equalsIgnoreCase(String, String) - Static method in class com.helger.commons.equals.EqualsHelper
-
Check if the passed strings are equals case insensitive handling
nullappropriately. - EqualsImplementationRegistry - Class in com.helger.commons.equals
-
The default implementation of
IEqualsImplementationRegistry. - equalsIterator(Iterator<T>, Iterator<?>) - Static method in class com.helger.commons.equals.EqualsHelper
- equalsLinkedException(Throwable, Throwable) - Method in class com.helger.commons.error.SingleError
-
Overridable implementation of Throwable for the Linked exception field.
- equalsMap(Map<K, V>, Map<?, ?>) - Static method in class com.helger.commons.equals.EqualsHelper
- equalsSet(Set<T>, Set<?>) - Static method in class com.helger.commons.equals.EqualsHelper
- ER - Enum constant in enum com.helger.commons.locale.country.ECountry
- ER - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ERandomAccessFileMode - Enum in com.helger.commons.io.file
-
Represents a set of predefined open modes for RandomAccessFile objects.
- error(Serializable) - Method in class com.helger.commons.log.InMemoryLogger
- error(Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
- error(String) - Method in class com.helger.commons.log.ConditionalLogger
- error(String) - Method in interface com.helger.commons.log.IConditionalLogger
- error(String, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- error(String, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- error(Supplier<String>) - Method in class com.helger.commons.log.ConditionalLogger
- error(Supplier<String>) - Method in interface com.helger.commons.log.IConditionalLogger
- error(Supplier<String>, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- error(Supplier<String>, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- ERROR - Enum constant in enum com.helger.commons.error.level.EErrorLevel
-
Error level
- ERROR_DATETIME - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_FIELD_NAME - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_ID - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LEVEL - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LINKED_EXCEPTION_CAUSE_CLASS - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LINKED_EXCEPTION_CAUSE_MESSAGE - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LINKED_EXCEPTION_CAUSE_STACK_TRACE - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LINKED_EXCEPTION_CLASS - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LINKED_EXCEPTION_MESSAGE - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LINKED_EXCEPTION_STACK_TRACE - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_LOCATION - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- ERROR_TEXT - Enum constant in enum com.helger.commons.error.ErrorTextProvider.EField
- errorFieldName(String) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorID(String) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorLevel(IErrorLevel) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- ErrorLevel - Class in com.helger.commons.error.level
-
A standalone implementation of the
IErrorLevelinterface. - ErrorLevel(String, int) - Constructor for class com.helger.commons.error.level.ErrorLevel
- ErrorList - Class in com.helger.commons.error.list
-
Default implementation of
IErrorList. - ErrorList() - Constructor for class com.helger.commons.error.list.ErrorList
-
Default constructor.
- ErrorList(IError...) - Constructor for class com.helger.commons.error.list.ErrorList
-
Constructor taking a list of iterable objects.
- ErrorList(ErrorList) - Constructor for class com.helger.commons.error.list.ErrorList
-
Copy constructor.
- ErrorList(Iterable<? extends IError>) - Constructor for class com.helger.commons.error.list.ErrorList
-
Constructor taking a list of iterable objects.
- errorLocation(ILocation) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorLocation(String) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
-
Set a simple error location without line and column number
- errorLocation(Location) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorLocation(Locator) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorLocation(SAXParseException) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorText(IHasErrorText) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorText(IMultilingualText) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- errorText(String) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- ErrorTextProvider - Class in com.helger.commons.error
-
Default implementation of
IErrorTextProviderwith a customizable layout. - ErrorTextProvider() - Constructor for class com.helger.commons.error.ErrorTextProvider
- ErrorTextProvider(ErrorTextProvider) - Constructor for class com.helger.commons.error.ErrorTextProvider
-
Copy constructor.
- ErrorTextProvider.EField - Enum in com.helger.commons.error
- ErrorTextProvider.FormattableItem - Class in com.helger.commons.error
-
Default placeholder based implementation of
ErrorTextProvider.IFormattableItem. - ErrorTextProvider.IFormattableItem - Interface in com.helger.commons.error
-
Base interface for objects that format a single field.
- ES - Enum constant in enum com.helger.commons.locale.country.ECountry
- ES - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ESortOrder - Enum in com.helger.commons.compare
-
Defines possible sort orders.
- ESuccess - Enum in com.helger.commons.state
-
Small enum for manager actions to indicate success or failure.
- ET - Enum constant in enum com.helger.commons.locale.country.ECountry
- ET - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ETAG - Static variable in class com.helger.commons.http.CHttpHeader
- ETopBottom - Enum in com.helger.commons.state
-
Small enum for top and bottom
- ETriState - Enum in com.helger.commons.state
-
Represents an object that has one of 3 different states compared to a boolean that has only 2 different states.
- EUnicodeBOM - Enum in com.helger.commons.charset
-
Defines the most common Byte Order Markers for Unicode encoded text files.
- EUPL11 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- EUPL12 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- EURLProtocol - Enum in com.helger.commons.url
-
Specifies a list of known protocols.
Should be extended to the list defined at the IANA - EValidity - Enum in com.helger.commons.state
-
Small enum for checks to indicate valid or invalid.
- EWatchDirAction - Enum in com.helger.commons.io.watchdir
-
Enum for fixed actions.
- EXAMPLE - Enum constant in enum com.helger.commons.mime.EMimeContentType
- exceptionCallback(IExceptionCallback<IOException>) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- exceptionCallback(IExceptionCallback<IOException>) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- ExecutorServiceHelper - Class in com.helger.commons.concurrent
-
Wrapper around an
ExecutorServicewith additional helper methods. - exists() - Method in class com.helger.commons.io.resource.ClassPathResource
- exists() - Method in class com.helger.commons.io.resource.FileSystemResource
- exists() - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- exists() - Method in interface com.helger.commons.io.resource.IResourceBase
- exists() - Method in class com.helger.commons.io.resource.URLResource
- exists() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- exists() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- existsDir(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Check if the passed directory exists.
- existsDir(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Check if a directory relative to the base path exists
- existsFile(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Check if the passed file exists.
- existsFile(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Check if a file relative to the base path exists
- existsNoCacheUsage() - Method in class com.helger.commons.io.resource.ClassPathResource
- EXP - Enum constant in enum com.helger.commons.math.RoundHelper.EDecimalType
-
Exponential number representation
- expandProperties(String, UnaryOperator<String>) - Static method in class com.helger.commons.lang.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.commons.lang.PropertiesHelper
-
Copy of Oracle internal PropertyExpander.expand method
- EXPIRES - Static variable in class com.helger.commons.http.CHttpHeader
- explode(char, String, int, Consumer<? super String>) - Static method in class com.helger.commons.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.commons.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.commons.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.commons.string.StringHelper
-
Split the provided string by the provided separator and invoke the consumer for each matched element.
- EXT_CACHE - Static variable in class com.helger.commons.http.CHttpHeader
- EXTENSION_SEPARATOR - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The file extension separation character.
- extractDateTimeZone(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Extract the time zone from the passed string.
F
- FactorialHelper - Class in com.helger.commons.math
-
Smart class for calculating factorials.
- FactoryNewInstance<DATATYPE> - Class in com.helger.commons.factory
-
Implementation of
Supplierthat always creates a new instance via reflection - FactoryNewInstance(Class<? extends DATATYPE>, boolean) - Constructor for class com.helger.commons.factory.FactoryNewInstance
- fail() - Static method in class com.helger.commons.mock.CommonsAssert
- fail(String) - Static method in class com.helger.commons.mock.CommonsAssert
- FAILURE - Enum constant in enum com.helger.commons.state.ESuccess
- FALSE - Enum constant in enum com.helger.commons.state.ETriState
- FATAL_ERROR - Enum constant in enum com.helger.commons.error.level.EErrorLevel
-
Fatal error
- FDL11 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- FDL12 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- FDL13 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- FI - Enum constant in enum com.helger.commons.locale.country.ECountry
- FI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- FILE - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Local file (RFC 1738).
- FileChannelHelper - Class in com.helger.commons.io.file
-
Miscellaneous
FileChannelutility methods. - FileHelper - Class in com.helger.commons.io.file
-
Miscellaneous file utility methods.
- FileIntIDFactory - Class in com.helger.commons.id.factory
-
Filebased persistingIIntIDFactoryimplementation. - FileIntIDFactory(File) - Constructor for class com.helger.commons.id.factory.FileIntIDFactory
- FileIntIDFactory(File, int) - Constructor for class com.helger.commons.id.factory.FileIntIDFactory
- FileIOError - Class in com.helger.commons.io.file
-
Represents an error with an additional error object.
- FileIOError(EFileIOOperation, EFileIOErrorCode) - Constructor for class com.helger.commons.io.file.FileIOError
- FileIOError(EFileIOOperation, EFileIOErrorCode, File) - Constructor for class com.helger.commons.io.file.FileIOError
- FileIOError(EFileIOOperation, EFileIOErrorCode, File, File) - Constructor for class com.helger.commons.io.file.FileIOError
- FileIOError(EFileIOOperation, EFileIOErrorCode, File, File, Exception) - Constructor for class com.helger.commons.io.file.FileIOError
- FileIOError(EFileIOOperation, EFileIOErrorCode, Exception) - Constructor for class com.helger.commons.io.file.FileIOError
- FileLongIDFactory - Class in com.helger.commons.id.factory
-
Filebased persistingILongIDFactoryimplementation. - FileLongIDFactory(File) - Constructor for class com.helger.commons.id.factory.FileLongIDFactory
- FileLongIDFactory(File, int) - Constructor for class com.helger.commons.id.factory.FileLongIDFactory
- filenameEndsWith(String) - Static method in interface com.helger.commons.io.file.IFileFilter
- filenameEquals(String) - Static method in interface com.helger.commons.io.file.IFileFilter
- filenameEqualsIgnoreCase(String) - Static method in interface com.helger.commons.io.file.IFileFilter
- FilenameHelper - Class in com.helger.commons.io.file
-
All kind of file name handling stuff.
- filenameHidden() - Static method in interface com.helger.commons.io.file.IFileFilter
- filenameMatchAny(String...) - Static method in interface com.helger.commons.io.file.IFileFilter
-
Create a file filter that matches, if it matches one of the provided filenames.
- filenameMatchAnyRegEx(String...) - Static method in interface com.helger.commons.io.file.IFileFilter
-
Create a file filter that matches, if it matches one of the provided regular expressions
- filenameMatchNone(String...) - Static method in interface com.helger.commons.io.file.IFileFilter
-
Create a file filter that matches, if it matches none of the provided filenames.
- filenameMatchNoRegEx(String...) - Static method in interface com.helger.commons.io.file.IFileFilter
-
Create a file filter that matches, if it matches none of the provided regular expressions
- filenameNotEquals(String) - Static method in interface com.helger.commons.io.file.IFileFilter
- filenameNotEqualsIgnoreCase(String) - Static method in interface com.helger.commons.io.file.IFileFilter
- filenameStartsWith(String) - Static method in interface com.helger.commons.io.file.IFileFilter
- fileOnly() - Static method in interface com.helger.commons.io.file.IFileFilter
- FileOperationManager - Class in com.helger.commons.io.file
-
Manage file operations, and persist the last errors for later retrieval, as well as offering a callback mechanism for success/error handling.
- FileOperationManager() - Constructor for class com.helger.commons.io.file.FileOperationManager
- FileOperations - Class in com.helger.commons.io.file
-
Wraps file operations.
- FileRelativeIO - Class in com.helger.commons.io.relative
-
Default implementation of
IFileRelativeIO. - FileRelativeIO(File) - Constructor for class com.helger.commons.io.relative.FileRelativeIO
- FileSystemByteStreamProvider - Class in com.helger.commons.io.provider
- FileSystemByteStreamProvider(File) - Constructor for class com.helger.commons.io.provider.FileSystemByteStreamProvider
- FileSystemByteStreamProvider(String) - Constructor for class com.helger.commons.io.provider.FileSystemByteStreamProvider
- FileSystemCharStreamProvider - Class in com.helger.commons.io.provider
- FileSystemCharStreamProvider(File, Charset) - Constructor for class com.helger.commons.io.provider.FileSystemCharStreamProvider
- FileSystemCharStreamProvider(String, Charset) - Constructor for class com.helger.commons.io.provider.FileSystemCharStreamProvider
- FileSystemIterator - Class in com.helger.commons.io.file
-
Iterate over the content of a single directory.
- FileSystemIterator(File) - Constructor for class com.helger.commons.io.file.FileSystemIterator
-
Constructor.
- FileSystemIterator(File, String) - Constructor for class com.helger.commons.io.file.FileSystemIterator
-
Constructor.
- FileSystemIterator(String) - Constructor for class com.helger.commons.io.file.FileSystemIterator
-
Constructor.
- FileSystemRecursiveIterator - Class in com.helger.commons.io.file
-
Recursively iterate the content of a file system directory.
- FileSystemRecursiveIterator(File) - Constructor for class com.helger.commons.io.file.FileSystemRecursiveIterator
-
Constructor for recursively iterating a file system directory.
- FileSystemRecursiveIterator(File, Predicate<File>) - Constructor for class com.helger.commons.io.file.FileSystemRecursiveIterator
-
Constructor for recursively iterating a file system directory.
- FileSystemRecursiveIterator(String) - Constructor for class com.helger.commons.io.file.FileSystemRecursiveIterator
-
Constructor for recursively iterating a file system directory.
- FileSystemRecursiveIterator(String, Predicate<File>) - Constructor for class com.helger.commons.io.file.FileSystemRecursiveIterator
-
Constructor for recursively iterating a file system directory.
- FileSystemResource - Class in com.helger.commons.io.resource
-
Implementation of the
IReadableResourceandIWritableResourceinterfaces for file system objects. - FileSystemResource(File) - Constructor for class com.helger.commons.io.resource.FileSystemResource
- FileSystemResource(File, String) - Constructor for class com.helger.commons.io.resource.FileSystemResource
- FileSystemResource(String) - Constructor for class com.helger.commons.io.resource.FileSystemResource
- FileSystemResource(String, String) - Constructor for class com.helger.commons.io.resource.FileSystemResource
- FileSystemResource(URI) - Constructor for class com.helger.commons.io.resource.FileSystemResource
- FileSystemResource(Path) - Constructor for class com.helger.commons.io.resource.FileSystemResource
- FileSystemResourceProvider - Class in com.helger.commons.io.resourceprovider
-
Simple resource provider that only uses files.
- FileSystemResourceProvider() - Constructor for class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- FileSystemResourceProvider(File) - Constructor for class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- FileSystemResourceProvider(String) - Constructor for class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- filter(Predicate<String>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- FilterIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
A simple filter iterator that takes a base iterator and an additional filter and returns only the items that match the filter.
- FilterIterator(IIterableIterator<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.FilterIterator
-
Constructor.
- FilterIterator(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.FilterIterator
-
Constructor.
- FilterIterator(Iterator<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.FilterIterator
-
Constructor.
- filterKey(Predicate<String>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- filterKeyNonEmpty() - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- filterNonEmpty() - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- filterValue(Predicate<String>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- filterValueNonEmpty() - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- findAll(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Consumer<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- findAll(Predicate<? super ELEMENTTYPE>, Consumer<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find all elements matching the supplied filter and invoke the provided consumer for each matching element.
- findAllInstanceOf(Class<DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find all elements that are
instanceOfthe provided class and invoke the provided consumer for all matching elements. - findAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- findAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Predicate<? super DSTTYPE>, Consumer<? super DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Iterate, map, filter, add.
- findAllMapped(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Iterate, filter, map, add.
- findAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Convert all elements using the provided function and invoke the provided consumer for all mapped elements.
- findAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>, Predicate<? super DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Convert all elements using the provided function, find all mapped elements matching the provided filter and invoke the provided consumer for all matching elements.
- findAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find all elements matching the provided filter, convert the matching elements using the provided function and invoke the provided consumer for all mapped elements.
- FINDBUGS - Static variable in class com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
- findConstructor(DATATYPE, Class<?>...) - Static method in class com.helger.commons.lang.GenericReflection
- findDeadlockedThreads() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
-
This is the main method to be invoked to find deadlocked threads.
- findFirst(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- findFirst(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
- findFirst(Class<ENUMTYPE>, Predicate<? super ENUMTYPE>) - Static method in class com.helger.commons.lang.EnumHelper
- findFirst(Class<ENUMTYPE>, Predicate<? super ENUMTYPE>, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
- findFirst(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- findFirst(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- findFirst(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find the first element that matches the provided filter.
- findFirst(Predicate<? super ELEMENTTYPE>, ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find the first element that matches the provided filter.
- findFirstChild(Predicate<? super CHILDTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
-
Find the first direct child that matches the passed predicate.
- findFirstChildMapped(Predicate<? super CHILDTYPE>, Function<? super CHILDTYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
-
Find the first direct child that matches the passed predicate.
- findFirstEntry(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Find the first entry that matches the passed filter.
- findFirstIndex(char...) - Method in class com.helger.commons.string.util.StringScanner
- findFirstIndex(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find the first index where the provided filter matches.
- findFirstKey(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Find the first key that matches the passed filter.
- findFirstMapped(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, RETTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- findFirstMapped(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, RETTYPE>, RETTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
- findFirstMapped(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- findFirstMapped(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>, DSTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- findFirstMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find the first element that matches the provided filter and convert it using the provided mapper.
- findFirstMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>, DSTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find the first element that matches the provided filter and convert it using the provided mapper.
- findFirstValue(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Find the first value that matches the passed filter.
- findLastIndex(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Find the last index where the provided filter matches.
- firstElement() - Method in class com.helger.commons.collection.NonBlockingStack
- FIX - Enum constant in enum com.helger.commons.math.RoundHelper.EDecimalType
-
Fixed number representation
- FIXED_SRC_ANY_DST - Enum constant in enum com.helger.commons.typeconvert.ITypeConverterRule.ESubType
-
Fixed source type and any destination type.
- FIXED_SRC_ASSIGNABLE_DST - Enum constant in enum com.helger.commons.typeconvert.ITypeConverterRule.ESubType
-
Fixed source type and assignable destination type.
- FJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- FJ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- FK - Enum constant in enum com.helger.commons.locale.country.ECountry
- FK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- FlateCodec - Class in com.helger.commons.codec
-
Encoder and decoder for flate compression
- FlateCodec() - Constructor for class com.helger.commons.codec.FlateCodec
- FLOAT_ALLOWED_ROUNDING_DIFFERENCE - Static variable in class com.helger.commons.mock.CommonsAssert
- floatValue() - Method in interface com.helger.commons.mutable.INumber
-
Returns the value of the specified number as a
float, which may involve rounding. - floatValue() - Method in class com.helger.commons.mutable.MutableBigDecimal
- floatValue() - Method in class com.helger.commons.mutable.MutableBigInteger
- floatValue() - Method in class com.helger.commons.mutable.MutableByte
- floatValue() - Method in class com.helger.commons.mutable.MutableChar
- floatValue() - Method in class com.helger.commons.mutable.MutableDouble
- floatValue() - Method in class com.helger.commons.mutable.MutableFloat
- floatValue() - Method in class com.helger.commons.mutable.MutableInt
- floatValue() - Method in class com.helger.commons.mutable.MutableLong
- floatValue() - Method in class com.helger.commons.mutable.MutableShort
- flush() - Method in class com.helger.commons.csv.CSVWriter
-
Flush underlying stream to writer.
- flush() - Method in class com.helger.commons.io.stream.BitOutputStream
-
Write the current cache to the stream and reset the buffer.
- flush() - Method in class com.helger.commons.io.stream.NonBlockingBitOutputStream
-
Write the current cache to the stream and reset the buffer.
- flush() - Method in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
-
Flushes this buffered output stream.
- flush() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Flushes the stream.
- flush() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Flush the stream.
- flush() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Flush the stream.
- flush() - Method in class com.helger.commons.io.stream.NullOutputStream
-
Does not nothing and therefore does not throw an Exception.
- flush(Flushable) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Flush the passed object encapsulating the declared
IOException. - flushBase64() - Method in class com.helger.commons.base64.Base64OutputStream
-
Method added by PHIL.
- flushBuffer() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Flushes the output buffer to the underlying character stream, without flushing the stream itself.
- flushQuietly() - Method in class com.helger.commons.csv.CSVWriter
-
flushes the writer without throwing any exceptions.
- FLV_APPLICATION - Enum constant in enum com.helger.commons.mime.EMimeContentType
- FM - Enum constant in enum com.helger.commons.locale.country.ECountry
- FM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- FO - Enum constant in enum com.helger.commons.locale.country.ECountry
- FO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- FONT - Enum constant in enum com.helger.commons.mime.EMimeContentType
- forAllChildren(Consumer<? super CHILDTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildren
-
Perform something on all children (if any).
Note: use this only for reading. - forAllChildren(Predicate<? super CHILDTYPE>, Consumer<? super CHILDTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildren
-
Iterate all direct children (if at least one is present) and invoke the provided consumer if the passed predicate is fulfilled.
Note: use this only for reading. - forAllChildrenBreakable(Function<? super CHILDTYPE, EContinue>) - Method in interface com.helger.commons.hierarchy.IHasChildren
-
Perform something on all children (if any).
Note: use this only for reading. - forAllChildrenMapped(Predicate<? super CHILDTYPE>, Function<? super CHILDTYPE, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildren
-
Iterate all direct children (if at least one is present) and invoked the provided consumer if the passed predicate is fulfilled.
Note: use this only for reading. - forAllChildrenRecursive(Consumer<? super CHILDTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildrenRecursive
- forAllChildrenRecursive(Predicate<? super CHILDTYPE>, Consumer<? super CHILDTYPE>) - Method in interface com.helger.commons.hierarchy.IHasChildrenRecursive
- forAllClassPathEntries(Consumer<? super String>) - Static method in class com.helger.commons.lang.ClassPathHelper
-
Iterate all class path entries and invoke the provided consumer.
- forBits(int) - Static method in enum com.helger.commons.system.EProcessorArchitecture
-
Get the processor architecture based on the passed number of bits.
- forEach(ELEMENTTYPE[], Consumer<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- forEach(ELEMENTTYPE[], ObjIntConsumer<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- forEach(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Consumer<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- forEach(BiPredicate<? super KEYTYPE, ? super VALUETYPE>, BiConsumer<? super KEYTYPE, ? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Invoke the provided consumer on each entry (pair of key and value) that matches the provided filter.
- forEach(Consumer<? super CALLBACKTYPE>) - Method in class com.helger.commons.callback.CallbackList
- forEachBreakable(Function<? super CALLBACKTYPE, EContinue>) - Method in class com.helger.commons.callback.CallbackList
- forEachBreakable(Function<? super ELEMENTTYPE, EContinue>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
A special version of
Iterable.forEach(Consumer)that can break iteration if a certain requirement is fulfilled. - forEachByIndex(ObjIntConsumer<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Special forEach that takes an
ObjIntConsumerwhich is provided the value AND the index. - forEachHeaderLine(Consumer<? super String>, boolean) - Method in class com.helger.commons.http.HttpHeaderMap
-
Invoke the provided consumer for every header line.
- forEachHeaderLine(Consumer<? super String>, boolean, boolean) - Method in class com.helger.commons.http.HttpHeaderMap
-
Invoke the provided consumer for every header line.
- forEachKey(Consumer<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Invoke the provided consumer on each key.
- forEachKey(Predicate<? super KEYTYPE>, Consumer<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Invoke the provided consumer on each key that matches the provided filter.
- forEachSingleHeader(BiConsumer<? super String, ? super String>, boolean) - Method in class com.helger.commons.http.HttpHeaderMap
-
Invoke the provided consumer for every name/value pair.
- forEachSingleHeader(BiConsumer<? super String, ? super String>, boolean, boolean) - Method in class com.helger.commons.http.HttpHeaderMap
-
Invoke the provided consumer for every name/value pair.
- forEachTextAndVariable(String, Consumer<String>, Consumer<String>) - Static method in class com.helger.commons.text.util.TextVariableHelper
-
Parse the provided source string looking for variables in the form
${...}and invoke callbacks for either text fragments or variable names. - forEachThrowing(IThrowingConsumer<? super ELEMENTTYPE, EXTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
A special version of
Iterable.forEach(Consumer)where a consumer can throw an exception. - forEachValue(Consumer<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Invoke the provided consumer on each value.
- forEachValue(Predicate<? super VALUETYPE>, Consumer<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Invoke the provided consumer on each value that matches the provided filter.
- format(DateTimeFormatter) - Method in class com.helger.commons.datetime.OffsetDate
-
Formats this date using the specified formatter.
- format(DateTimeFormatter) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Formats this date using the specified formatter.
- format(DateTimeFormatter) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Formats this time using the specified formatter.
- FormatableObject<DATATYPE> - Class in com.helger.commons.format
-
This class represents a single object with an additional formatter.
- FormatableObject(DATATYPE, Function<? super DATATYPE, ? extends String>) - Constructor for class com.helger.commons.format.FormatableObject
-
Init the field with a value.
- FormattableItem(ErrorTextProvider.EField, String) - Constructor for class com.helger.commons.error.ErrorTextProvider.FormattableItem
- FormatterMinLengthAddLeading - Class in com.helger.commons.format
-
A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at front (leading).
- FormatterMinLengthAddLeading(int, char) - Constructor for class com.helger.commons.format.FormatterMinLengthAddLeading
- FormatterMinLengthAddTrailing - Class in com.helger.commons.format
-
A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at the end (trailing).
- FormatterMinLengthAddTrailing(int, char) - Constructor for class com.helger.commons.format.FormatterMinLengthAddTrailing
- FormatterStringPrefixAndSuffix - Class in com.helger.commons.format
-
A formatter that adds a prefix and/or a suffix to a string.
- FormatterStringPrefixAndSuffix(String, String) - Constructor for class com.helger.commons.format.FormatterStringPrefixAndSuffix
- FormatterStringSkipPrefixAndSuffix - Class in com.helger.commons.format
-
A formatter that skip a prefix and/or a suffix to a string.
- FormatterStringSkipPrefixAndSuffix(String, String) - Constructor for class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- forName(String) - Static method in enum com.helger.commons.system.EOperatingSystem
-
Retrieves the operating system for the provided name.
- FR - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- FR_BR - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_BR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FR_GU - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_GU - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FR_GY - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_GY - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FR_HR - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_HR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FR_LR - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_LR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FR_MA - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_MA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FR_MO - Enum constant in enum com.helger.commons.locale.country.ECountry
- FR_MO - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- FRAGMENT - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- FREEBSD - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the FreeBSD operating system.
- from(InputStream) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- from(Reader) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- from(TemporalAccessor) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom a temporal object. - from(TemporalAccessor) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a temporal object. - from(TemporalAccessor) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a temporal object. - from(TemporalAccessor) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom a temporal object. - FROM - Static variable in class com.helger.commons.http.CHttpHeader
- FTP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
ftp (RFC 1738).
- FTPS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
ftps.
G
- GA - Enum constant in enum com.helger.commons.locale.country.ECountry
- GA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GB - Enum constant in enum com.helger.commons.locale.country.ECountry
- GB - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
-
Suffix for Gigabytes
- GD - Enum constant in enum com.helger.commons.locale.country.ECountry
- GD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GE - Enum constant in enum com.helger.commons.locale.country.ECountry
- GE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GenericReflection - Class in com.helger.commons.lang
-
This is a special helper class that provides many utility methods concerning the usage of reflection etc..
- GEO - Enum constant in enum com.helger.commons.url.EURLProtocol
-
geographic coordinates (RFC 5870).
- get() - Method in class com.helger.commons.factory.FactoryNewInstance
- get() - Method in interface com.helger.commons.functional.IThrowingSupplier
-
Gets a result.
- get() - Method in class com.helger.commons.state.ChangeWithValue
- get() - Method in class com.helger.commons.state.SuccessWithValue
- get() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- get() - Method in class com.helger.commons.text.codepoint.CodepointIteratorCharArray
- get() - Method in class com.helger.commons.text.codepoint.CodepointIteratorCharBuffer
- get() - Method in class com.helger.commons.text.codepoint.CodepointIteratorCharSequence
- get() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- get() - Method in interface com.helger.commons.wrapper.IWrapper
- get() - Method in class com.helger.commons.wrapper.Wrapper
- get(int) - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- get(int) - Method in class com.helger.commons.text.codepoint.CodepointIteratorCharArray
- get(int) - Method in class com.helger.commons.text.codepoint.CodepointIteratorCharBuffer
- get(int) - Method in class com.helger.commons.text.codepoint.CodepointIteratorCharSequence
- get(int) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- get(Object) - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- get(Object) - Method in class com.helger.commons.collection.map.AbstractSoftMap
- get(TemporalField) - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the value of the specified field from this date as an
int. - get(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the value of the specified field from this date as an
int. - get(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the value of the specified field from this date-time as an
int. - get(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the value of the specified field from this time as an
int. - GET - Enum constant in enum com.helger.commons.http.EHttpMethod
- getAbsoluteWithEnsuredParentDirectory(File, String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get a concatenated absolute path consisting of the parent directory and the file path.
- getAcceptedIssuers() - Method in class com.helger.commons.ws.TrustManagerTrustAll
- getAdded(IHasDimensionDouble) - Method in class com.helger.commons.dimension.SizeDouble
- getAdded(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeDouble
- getAdded(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeFloat
- getAdded(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeDouble
- getAdded(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeFloat
- getAdded(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeInt
- getAdded(IHasDimensionLong) - Method in class com.helger.commons.dimension.SizeLong
- getAddress() - Method in class com.helger.commons.email.EmailAddress
- getAddress() - Method in interface com.helger.commons.email.IEmailAddress
- getAll(Class<ENUMTYPE>, Predicate<? super ENUMTYPE>) - Static method in class com.helger.commons.lang.EnumHelper
- getAll(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Get all elements matching the provided filter.
- getAll(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getAll(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsSet
- getAllArgs() - Method in class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
-
Get all arguments from the constructor.
- getAllArgs() - Method in class com.helger.commons.text.display.HasDisplayTextWithArgs
-
Get all arguments from the constructor.
- getAllArgs() - Method in class com.helger.commons.text.HasTextWithArgs
-
Get all arguments from the constructor.
- getAllBuffers() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- getAllBytes() - Method in enum com.helger.commons.charset.EUnicodeBOM
- getAllBytes() - Method in interface com.helger.commons.io.IHasByteArray
- getAllBytes(IHasInputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read all bytes from the passed input stream into a byte array.
- getAllBytes(InputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read all bytes from the passed input stream into a byte array.
- getAllBytesAsString(IHasInputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read all bytes from the passed input stream into a string.
- getAllBytesAsString(InputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read all bytes from the passed input stream into a string.
- getAllCachedSizes() - Method in class com.helger.commons.gfx.ImageDataManager
- getAllCacheHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllCallbacks() - Method in class com.helger.commons.callback.CallbackList
- getAllCallbacks() - Method in interface com.helger.commons.callback.ICallbackList
- getAllCharacters(Reader) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read all characters from the passed reader into a char array.
- getAllCharactersAsString(Reader) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read all characters from the passed reader into a String.
- getAllCharsets() - Static method in class com.helger.commons.charset.CharsetHelper
- getAllChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
- getAllChildren() - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
- getAllChildren(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildren
- getAllChildren(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorted
- getAllChildren(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorting
- getAllChildren(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderSorting
- getAllChildren(CHILDTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProvider
-
Get the children of the passed object.
- getAllChildren(CHILDTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProviderSorted
-
Get the children of the passed object.
- getAllClassPathEntries() - Static method in class com.helger.commons.lang.ClassPathHelper
- getAllContainedReadingResourceProviders() - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- getAllContainedWritingResourceProviders() - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- getAllContentBytes() - Method in class com.helger.commons.mime.MimeTypeContent
- getAllCounterHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllCountries() - Method in class com.helger.commons.locale.country.CountryCache
- getAllCountryLocales() - Method in class com.helger.commons.locale.country.CountryCache
- getAllDataItems(Function<? super IError, ? extends T>) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a list with only a single data element.
- getAllDefaultLocales() - Static method in class com.helger.commons.locale.LocaleCache
- getAllDefaultZoneIDs() - Static method in class com.helger.commons.datetime.PDTZoneID
- getAllErrors() - Method in interface com.helger.commons.error.list.IErrorList
-
Get a resource error group containing only the error elements.
- getAllExcept(boolean[], boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(byte[], byte...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(char[], char...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(double[], double...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(float[], float...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(int[], int...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(long[], long...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(short[], short...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(ELEMENTTYPE[], ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExceptFirst(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(boolean[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(byte...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(byte[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(char...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(char[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(double...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(double[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(float...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(float[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(int...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(int[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(long...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(long[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(short...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(short[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptFirst(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(ELEMENTTYPE[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the first n elements.
- getAllExceptions() - Method in class com.helger.commons.callback.exception.CollectingExceptionListCallback
- getAllExceptLast(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(boolean[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(byte...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(byte[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(char...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(char[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(double...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(double[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(float...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(float[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(int...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(int[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(long...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(long[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(short...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(short[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllExceptLast(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(ELEMENTTYPE[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get an array that contains all elements, except for the last n elements.
- getAllFailures() - Method in interface com.helger.commons.error.list.IErrorList
-
Get a resource error group containing only the failure elements.
- getAllFileBytes(File) - Static method in class com.helger.commons.io.file.SimpleFileIO
-
Get the content of the file as a byte array.
- getAllFileBytes(Path) - Static method in class com.helger.commons.io.file.SimpleFileIO
- getAllFileLines(File, Charset) - Static method in class com.helger.commons.io.file.SimpleFileIO
-
Get the content of the passed file as a list of lines, whereas each line does not contain a separator.
- getAllHeaderLines(boolean) - Method in class com.helger.commons.http.HttpHeaderMap
-
Get all header lines as a list of strings.
- getAllHeaderLines(boolean, boolean) - Method in class com.helger.commons.http.HttpHeaderMap
-
Get all header lines as a list of strings.
- getAllHeaderNames() - Method in class com.helger.commons.http.HttpHeaderMap
- getAllHeaders() - Method in class com.helger.commons.http.HttpHeaderMap
- getAllHeaderValues(String) - Method in class com.helger.commons.http.HttpHeaderMap
-
Get all header values of a certain header name.
- getAllInstanceOf(Class<DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Get all instances of the provided class that are contained in this list.
- getAllInstanceOf(Class<DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getAllInstanceOf(Class<DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsSet
- getAllItems() - Method in class com.helger.commons.error.ErrorTextProvider
- getAllJavaNetSystemProperties() - Static method in class com.helger.commons.system.SystemProperties
-
Get a set of system property names which are relevant for network debugging/proxy handling.
- getAllKeyedCounterHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllKeyedSizeHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllKeyedTimerHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllKeys() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getAllKeys() - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyed
- getAllKeys() - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
- getAllLanguageLocales() - Method in class com.helger.commons.locale.language.LanguageCache
- getAllLanguages() - Method in class com.helger.commons.locale.language.LanguageCache
- getAllLanguages() - Method in class com.helger.commons.locale.LocaleCache
-
Get all contained locales that consist only of a non-empty language.
- getAllLocaleDisplayNames(Locale) - Static method in class com.helger.commons.locale.LocaleHelper
-
Get all possible locale names in the passed locale
- getAllLocales() - Method in class com.helger.commons.locale.LocaleCache
-
Get all contained locales except the locales "all" and "independent"
- getAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Create a new list where all existing elements are mapped with the provided function.
- getAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsSet
- getAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Create a new list where all elements matching the filter are mapped with the provided function.
- getAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsSet
- getAllMatchingGroupValues(String, String) - Static method in class com.helger.commons.regex.RegExHelper
-
Get the values of all groups (RegEx
(...)) for the passed value.
Note: groups starting with "? - getAllMessages() - Method in class com.helger.commons.log.InMemoryLogger
- getAllMimeTypeContents() - Method in class com.helger.commons.mime.MimeTypeDeterminator
- getAllNotExistingResources() - Method in class com.helger.commons.gfx.ImageDataManager
- getAllParameters() - Method in interface com.helger.commons.mime.IMimeType
- getAllParameters() - Method in class com.helger.commons.mime.MimeType
- getAllParamNames() - Method in class com.helger.commons.url.URLParameterList
- getAllParamValues(String) - Method in class com.helger.commons.url.URLParameterList
- getAllPermutations(ICommonsList<DATATYPE>, int) - Static method in class com.helger.commons.math.CombinationGenerator
-
Get a list of all permutations of the input elements.
- getAllPrimitiveClasses() - Static method in class com.helger.commons.lang.ClassHelper
- getAllPrimitiveWrapperClasses() - Static method in class com.helger.commons.lang.ClassHelper
- getAllPrintableChars() - Static method in class com.helger.commons.codec.RFC1522QCodec
- getAllProperties() - Static method in class com.helger.commons.system.SystemProperties
- getAllPropertyNames() - Static method in class com.helger.commons.system.SystemProperties
- getAllProtocols() - Method in interface com.helger.commons.url.IURLProtocolRegistrarSPI
- getAllProtocols() - Method in class com.helger.commons.url.URLProtocolRegistry
- getAllRegisteredThirdPartyModules() - Method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
- getAllSizeHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllSPIImplementations(Class<T>) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class - getAllSPIImplementations(Class<T>, ClassLoader) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class - getAllSPIImplementations(Class<T>, ClassLoader, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class - getAllSPIImplementations(Class<T>, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class - getAllStackTraceElements() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
- getAllTexts(Locale) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a list with all contained texts.
- getAllThirdPartyModules() - Method in interface com.helger.commons.thirdparty.IThirdPartyModuleProviderSPI
- getAllThirdPartyModules() - Method in class com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
- getAllTimerHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
- getAllTSpecialChars() - Static method in class com.helger.commons.mime.MimeTypeParser
- getAllUsedFallbackBundleNames() - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- getAllUsedOverrideBundleNames() - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- getAllWarnedPropertyNames() - Static method in class com.helger.commons.system.SystemProperties
- getAlternate() - Method in enum com.helger.commons.compare.ESortOrder
-
Get the alternate sort order.
- getAnchor() - Method in interface com.helger.commons.url.ISimpleURL
- getAnchor() - Method in class com.helger.commons.url.SimpleURL
- getAnchor() - Method in class com.helger.commons.url.URLData
- getAndInc() - Method in class com.helger.commons.mutable.MutableBigDecimal
- getAndInc() - Method in class com.helger.commons.mutable.MutableBigInteger
- getAndInc() - Method in class com.helger.commons.mutable.MutableByte
- getAndInc() - Method in class com.helger.commons.mutable.MutableChar
- getAndInc() - Method in class com.helger.commons.mutable.MutableDouble
- getAndInc() - Method in class com.helger.commons.mutable.MutableFloat
- getAndInc() - Method in class com.helger.commons.mutable.MutableInt
- getAndInc() - Method in class com.helger.commons.mutable.MutableLong
- getAndInc() - Method in class com.helger.commons.mutable.MutableShort
- getAndSetFlag(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Atomic operation to set a flag to
trueif it was previously set tofalse(meaning not existing). - getAnnotationClass() - Method in class com.helger.commons.cache.AnnotationUsageCache
- getAnyFactorialLinear(int) - Static method in class com.helger.commons.math.FactorialHelper
- getAsBigDecimal() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsBigDecimal() - Method in class com.helger.commons.mutable.MutableBigDecimal
- getAsBigDecimal() - Method in class com.helger.commons.mutable.MutableBigInteger
- getAsBigDecimal() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBigDecimal(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBigDecimal(int, BigDecimal) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBigDecimal(BigDecimal) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBigDecimal(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBigDecimal(KEYTYPE, BigDecimal) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBigInteger() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsBigInteger() - Method in class com.helger.commons.mutable.MutableBigInteger
- getAsBigInteger() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBigInteger(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBigInteger(int, BigInteger) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBigInteger(BigInteger) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBigInteger(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBigInteger(KEYTYPE, BigInteger) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBoolean() - Method in enum com.helger.commons.io.EAppend
- getAsBoolean() - Method in class com.helger.commons.mutable.MutableBoolean
- getAsBoolean() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBoolean(boolean) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBoolean(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBoolean(int, boolean) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBoolean(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Get the attribute value associated to the given attribute name.
Avoid throwing TypeConverterException by providing a default value. - getAsBoolean(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBoolean(KEYTYPE, boolean) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBooleanObj() - Method in enum com.helger.commons.state.ETriState
- getAsBooleanObj() - Method in interface com.helger.commons.state.ITriState
-
Convert the tri state value into a
Booleanvalue, depending on what "undefined" means. - getAsBooleanObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsBooleanObj(boolean) - Method in interface com.helger.commons.state.ITriState
-
Convert the tri state value into a
Booleanvalue, depending on what "undefined" means. - getAsBooleanObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsBooleanObj(Boolean) - Method in enum com.helger.commons.state.ETriState
- getAsBooleanObj(Boolean) - Method in interface com.helger.commons.state.ITriState
-
Convert the tri state value into a
Booleanvalue, depending on what "undefined" means. - getAsBooleanObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBooleanValue() - Method in enum com.helger.commons.state.ETriState
- getAsBooleanValue() - Method in interface com.helger.commons.state.ITriState
-
Convert the tri state value into a boolean value.
- getAsBooleanValue(boolean) - Method in enum com.helger.commons.state.ETriState
- getAsBooleanValue(boolean) - Method in interface com.helger.commons.state.ITriState
-
Convert the tri state value into a boolean value, depending on what "undefined" means.
- getAsByte() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsByte() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsByte(byte) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsByte(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsByte(int, byte) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsByte(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsByte(KEYTYPE, byte) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsByteArray() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Get everything as a big byte array, without altering the ByteBuffer.
- getAsByteArray() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsByteArray(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsByteArray(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsByteArrayInputStream(boolean) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- getAsByteArrayWrapper(boolean) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- getAsByteObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsByteObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsByteObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsBytes(Charset) - Method in class com.helger.commons.text.codepoint.Codepoint
- getAsChar() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsChar(char) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsChar(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsChar(int, char) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsChar(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsChar(KEYTYPE, char) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsCharacter() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsCharArray() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
- getAsCharArray() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsCharArray(char[]) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsCharArray(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsCharArray(int, char[]) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsCharArray(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsCharArray(KEYTYPE, char[]) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsCharObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsCharObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsCharObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsChars() - Method in class com.helger.commons.text.codepoint.Codepoint
- getAsDouble() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsDouble() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsDouble(double) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsDouble(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsDouble(int, double) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsDouble(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAsDouble(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsDouble(KEYTYPE, double) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsDoubleObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsDoubleObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsDoubleObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsFile() - Method in class com.helger.commons.io.resource.ClassPathResource
- getAsFile() - Method in class com.helger.commons.io.resource.FileSystemResource
- getAsFile() - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- getAsFile() - Method in interface com.helger.commons.io.resource.IResourceBase
- getAsFile() - Method in class com.helger.commons.io.resource.URLResource
- getAsFile() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- getAsFile() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- getAsFile(String) - Static method in class com.helger.commons.io.resource.ClassPathResource
-
Get the file for the specified path using automatic class loader handling.
- getAsFile(String, ClassLoader) - Static method in class com.helger.commons.io.resource.ClassPathResource
- getAsFile(URL) - Static method in class com.helger.commons.url.URLHelper
- getAsFileNoCache(ClassLoader) - Method in class com.helger.commons.io.resource.ClassPathResource
- getAsFileOrNull(URL) - Static method in class com.helger.commons.url.URLHelper
- getAsFloat() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsFloat() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsFloat(float) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsFloat(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsFloat(int, float) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsFloat(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Get the attribute value associated to the given attribute name.
Avoid throwing TypeConverterException by providing a default value. - getAsFloat(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsFloat(KEYTYPE, float) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsFloatObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsFloatObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsFloatObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsFormatter() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
- getAsGB(long) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsGB(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsHasDisplayText() - Method in interface com.helger.commons.text.IHasText
- getAsHasDisplayTextWithArgs() - Method in interface com.helger.commons.text.IHasTextWithArgs
- getAsHasText() - Method in interface com.helger.commons.text.display.IHasDisplayText
- getAsHasTextWithArgs() - Method in interface com.helger.commons.text.display.IHasDisplayTextWithArgs
- getAsIdentifier(String) - Static method in class com.helger.commons.regex.RegExHelper
-
Convert an identifier to a programming language identifier by replacing all non-word characters with an underscore ("_").
- getAsIdentifier(String, char) - Static method in class com.helger.commons.regex.RegExHelper
-
Convert an identifier to a programming language identifier by replacing all non-word characters with an underscore.
- getAsIdentifier(String, String) - Static method in class com.helger.commons.regex.RegExHelper
-
Convert an identifier to a programming language identifier by replacing all non-word characters with an underscore.
- getAsInputStream() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Create a new InputStream from the contained byte array WITHOUT COPYING it.
- getAsInt() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsInt(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsInt(int) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsInt(int, int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsInt(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Get the attribute value associated to the given attribute name.
Avoid throwing TypeConverterException by providing a default value. - getAsInt(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsInt(KEYTYPE, int) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsInteger() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsIntObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsIntObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsIntObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsIOError(EFileIOOperation, File) - Method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Use this error code to create a new
FileIOErrorinstance. - getAsIOError(EFileIOOperation, File, File) - Method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Use this error code to create a new
FileIOErrorinstance. - getAsIOError(EFileIOOperation, IOException) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Static method to create a
FileIOErrorfor anIOException. - getAsIOError(EFileIOOperation, UncheckedIOException) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Static method to create a
FileIOErrorfor anUncheckedIOException. - getAsIOError(EFileIOOperation, Path) - Method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Use this error code to create a new
FileIOErrorinstance. - getAsIOError(EFileIOOperation, Path, Path) - Method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Use this error code to create a new
FileIOErrorinstance. - getAsKB(long) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsKB(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsList(Object) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get the passed object as a
CommonsArrayListobject. - getAsLocalDate() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLocalDate(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLocalDate(int, LocalDate) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLocalDate(int, Locale) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the value as a String, interpreted as a
LocalDate. - getAsLocalDate(LocalDate) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLocalDate(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLocalDate(KEYTYPE, LocalDate) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLocalDate(KEYTYPE, Locale) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the value as a String, interpreted as a
LocalDate. - getAsLocalDateTime() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLocalDateTime(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLocalDateTime(int, LocalDateTime) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLocalDateTime(int, Locale) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the value as a String, interpreted as a
LocalDateTime. - getAsLocalDateTime(LocalDateTime) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLocalDateTime(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLocalDateTime(KEYTYPE, LocalDateTime) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLocalDateTime(KEYTYPE, Locale) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the value as a String, interpreted as a
LocalDateTime. - getAsLocale() - Method in enum com.helger.commons.locale.country.ECountry
- getAsLocalTime() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLocalTime(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLocalTime(int, LocalTime) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLocalTime(int, Locale) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the value as a String, interpreted as a
LocalTime. - getAsLocalTime(LocalTime) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLocalTime(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLocalTime(KEYTYPE, LocalTime) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLocalTime(KEYTYPE, Locale) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the value as a String, interpreted as a
LocalTime. - getAsLong() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsLong() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLong(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLong(int, long) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLong(long) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLong(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Get the attribute value associated to the given attribute name.
Avoid throwing TypeConverterException by providing a default value. - getAsLong(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLong(KEYTYPE, long) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsLongObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsLongObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsLongObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsMapStringToListString() - Method in class com.helger.commons.http.HttpHeaderMap
- getAsMatching(long) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsMatching(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsMatching(BigDecimal) - Method in class com.helger.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(BigDecimal, int) - Method in class com.helger.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(BigInteger) - Method in class com.helger.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(BigInteger, int) - Method in class com.helger.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMB(long) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsMB(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsMultiMap() - Method in class com.helger.commons.url.URLParameterList
- getAsNonOptionalCopy() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- getAsNonOptionalCopy() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getAsObjectArray(Collection<?>) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the passed collection as an array of Object.
- getAsOpenOptions() - Method in enum com.helger.commons.io.EAppend
- getAsOptionalCopy() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- getAsOptionalCopy() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getAsPattern() - Method in class com.helger.commons.regex.RegExPattern
- getAsPB(long) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsPB(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsSecureValidASCIIFilename(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Replace all non-ASCII characters from the filename (e.g.
- getAsSecureValidASCIIFilename(String, char) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Replace all non-ASCII characters from the filename (e.g.
- getAsSecureValidFilename(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Convert the passed filename into a valid filename by performing the following actions: Remove everything after a potential \0 character Remove all characters that are invalid at the end of a file name Replace all characters that are invalid inside a filename with a underscore If the filename is invalid on Windows platforms it is prefixed with an underscore. Note: this method does not handle Windows full path like "c:\autoexec.bat"
- getAsShort() - Method in interface com.helger.commons.mutable.IMutableNumeric
- getAsShort() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsShort(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsShort(int, short) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsShort(short) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsShort(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsShort(KEYTYPE, short) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsShortObj() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsShortObj(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsShortObj(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlBlob() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlBlob(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlBlob(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlClob() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlClob(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlClob(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlDate() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlDate(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlDate(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlNClob() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlNClob(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlNClob(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlRowId() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlRowId(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlRowId(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlTime() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlTime(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlTime(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsSqlTimestamp() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsSqlTimestamp(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsSqlTimestamp(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsString() - Method in class com.helger.commons.datetime.OffsetDate
-
Deprecated.
- getAsString() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Deprecated.
- getAsString() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Deprecated.
- getAsString() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Deprecated.
- getAsString() - Method in interface com.helger.commons.format.IFormatableObject
-
Get the value converted to a string with the specified formatter.
- getAsString() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Converts input data to a string.
- getAsString() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Converts input data to a string.
- getAsString() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
- getAsString() - Method in interface com.helger.commons.location.ILocation
- getAsString() - Method in interface com.helger.commons.mime.IMimeType
-
Get the MIME type including all parameters as a single string.
- getAsString() - Method in class com.helger.commons.text.codepoint.Codepoint
- getAsString() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsString() - Method in class com.helger.commons.version.Version
- getAsString() - Method in class com.helger.commons.version.VersionRange
-
Converts the version range to a string.
- getAsString(boolean) - Method in class com.helger.commons.version.Version
-
Get the string representation of the version number.
- getAsString(boolean) - Method in class com.helger.commons.version.VersionRange
-
Converts the version range to a string.
- getAsString(boolean, boolean) - Method in class com.helger.commons.version.Version
-
Get the string representation of the version number.
- getAsString(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Converts input data to a string.
- getAsString(int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Converts input data to a string.
- getAsString(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- getAsString(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsString(int, int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Converts input data to a string.
- getAsString(int, int, Charset) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using the specified
charsetName. - getAsString(int, String) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getAsString(int, Charset) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using the specified
charsetName. - getAsString(OffsetDate, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(XMLOffsetDate, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(XMLOffsetDateTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(XMLOffsetTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(EMimeQuoting) - Method in interface com.helger.commons.mime.IMimeType
-
Get the MIME type including all parameters as a single string.
- getAsString(EMimeQuoting) - Method in class com.helger.commons.mime.MimeType
- getAsString(String) - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getAsString(String, TemporalAccessor) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(String, TemporalAccessor, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(Charset) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Get the content as a string without modifying the buffer.
- getAsString(Charset) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using the specified
charsetName. - getAsString(Charset) - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
- getAsString(LocalDate, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(LocalDateTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(LocalTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(OffsetDateTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(OffsetTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(ZonedDateTime, Locale) - Static method in class com.helger.commons.datetime.PDTToString
- getAsString(Locale) - Method in interface com.helger.commons.error.IError
-
Get the error as a string representation, including error ID, error location, error text and the linked exception.
- getAsString(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsString(KEYTYPE, String) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getAsStringInOtherCharset(String, Charset, Charset) - Static method in class com.helger.commons.charset.CharsetHelper
- getAsStringList(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get a list of all attribute values with the same name.
- getAsStringList(int, ICommonsList<String>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get a list of all attribute values with the same name.
- getAsStringList(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get a list of all attribute values with the same name.
- getAsStringList(KEYTYPE, ICommonsList<String>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get a list of all attribute values with the same name.
- getAsStringLocaleIndepdent() - Method in interface com.helger.commons.error.IError
-
Get the error as a string representation, including error ID, error location, error text and the linked exception.
- getAsStringMajorMinor() - Method in class com.helger.commons.version.Version
-
Get the string representation of the version number but only major and minor version number.
- getAsStringMajorMinorMicro() - Method in class com.helger.commons.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.commons.lang.PropertiesHelper
- getAsStringRFC822(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
create a RFC822 representation of a date time using UTC date time zone.
- getAsStringRFC822(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
create a RFC822 representation of a date.
- getAsStringRFC822(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
create a RFC822 representation of a date.
- getAsStringSet(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get a set of all attribute values with the same name.
- getAsStringSet(int, ICommonsOrderedSet<String>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get a set of all attribute values with the same name.
- getAsStringSet(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get a set of all attribute values with the same name.
- getAsStringSet(KEYTYPE, ICommonsOrderedSet<String>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get a set of all attribute values with the same name.
- getAsStringW3C(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
create a W3C Date Time representation of a date.
- getAsStringW3C(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
create a W3C Date Time representation of a date time using UTC date time zone.
- getAsStringW3C(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
create a W3C Date Time representation of a date time using UTC date time zone.
- getAsStringWithEncodedParameters() - Method in interface com.helger.commons.url.ISimpleURL
- getAsStringWithEncodedParameters(Charset) - Method in interface com.helger.commons.url.ISimpleURL
- getAsStringWithoutEncodedParameters() - Method in interface com.helger.commons.url.ISimpleURL
- getAsStringWithoutParameters() - Method in interface com.helger.commons.mime.IMimeType
- getAsStringWithoutParameters() - Method in class com.helger.commons.mime.MimeType
- getAsStringXSD(OffsetDate) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(LocalDate) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(LocalTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(OffsetTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsStringXSD(ZoneId, ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getAsTB(long) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsTB(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsCollection
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsList
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsMap
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsNavigableMap
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsNavigableSet
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsSet
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getAsUnmodifiable() - Method in interface com.helger.commons.collection.impl.ICommonsSortedSet
- getAsURI() - Method in class com.helger.commons.io.resource.URLResource
- getAsURI() - Method in interface com.helger.commons.url.ISimpleURL
- getAsURI(String) - Static method in class com.helger.commons.url.URLHelper
-
Get the passed String as an URI.
- getAsURI(URL) - Static method in class com.helger.commons.url.URLHelper
-
Get the passed URL as an URI.
- getAsURL() - Method in class com.helger.commons.io.resource.ClassPathResource
- getAsURL() - Method in class com.helger.commons.io.resource.FileSystemResource
- getAsURL() - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- getAsURL() - Method in interface com.helger.commons.io.resource.IResourceBase
- getAsURL() - Method in class com.helger.commons.io.resource.URLResource
- getAsURL() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- getAsURL() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- getAsURL() - Method in interface com.helger.commons.url.ISimpleURL
- getAsURL(File) - Static method in class com.helger.commons.io.file.FileHelper
- getAsURL(String) - Static method in class com.helger.commons.url.URLHelper
-
Get the passed String as an URL.
- getAsURL(String, boolean) - Static method in class com.helger.commons.url.URLHelper
-
Get the passed String as an URL.
- getAsURL(URI) - Static method in class com.helger.commons.url.URLHelper
-
Get the passed URI as an URL.
- getAsURL(Path) - Static method in class com.helger.commons.io.file.PathHelper
- getAsURLData(String) - Static method in class com.helger.commons.url.URLHelper
- getAsURLData(String, IDecoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
-
Parses the passed URL into a structured form
- getAsURLNoCache(ClassLoader) - Method in class com.helger.commons.io.resource.ClassPathResource
-
Convert the path to a URL without using caching.
- getAsURLString(File) - Static method in class com.helger.commons.io.file.FileHelper
- getAtIndex(int) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index or return
nullupon invalid index. - getAtIndex(int, ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index or return the provided default value upon invalid index.
- getAtIndex(int, ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsList
- getAtIndex(Iterable<? extends ELEMENTTYPE>, int) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndex(Iterable<? extends ELEMENTTYPE>, int, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndex(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, int) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndex(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, int, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndex(Predicate<? super ELEMENTTYPE>, int) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index counting only elements matching the specified filter.
- getAtIndex(Predicate<? super ELEMENTTYPE>, int, ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index counting only elements matching the specified filter or return the provided default value upon invalid index.
- getAtIndex(List<? extends ELEMENTTYPE>, int) - Static method in class com.helger.commons.collection.CollectionHelper
-
Safe list element accessor method.
- getAtIndex(List<? extends ELEMENTTYPE>, int, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
-
Safe list element accessor method.
- getAtIndexMapped(int, Function<? super ELEMENTTYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index or return
nullupon invalid index. - getAtIndexMapped(int, Function<? super ELEMENTTYPE, ? extends DSTTYPE>, DSTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index or return the provided default value upon invalid index.
- getAtIndexMapped(Iterable<? extends SRCTYPE>, int, Function<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndexMapped(Iterable<? extends SRCTYPE>, int, Function<? super SRCTYPE, ? extends DSTTYPE>, DSTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndexMapped(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, int, Function<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndexMapped(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, int, Function<? super SRCTYPE, ? extends DSTTYPE>, DSTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- getAtIndexMapped(Predicate<? super ELEMENTTYPE>, int, Function<? super ELEMENTTYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index, counting only elements matching the provided filter and map the resulting element using the provided mapper.
- getAtIndexMapped(Predicate<? super ELEMENTTYPE>, int, Function<? super ELEMENTTYPE, ? extends DSTTYPE>, DSTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Get the element at the specified index, counting only elements matching the provided filter and map the resulting element using the provided mapper.
- getAttribute() - Method in class com.helger.commons.mime.MimeTypeParameter
- getAvailable() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- getAvailable(InputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Get the number of available bytes in the passed input stream.
- getAverage() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- getAverage() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
- getAverage(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getAverage(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
- getBaseName(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the passed filename without path and without extension.
Example:/dir1/dir2/file.txtbecomesfile - getBaseName(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the passed filename without path and without extension.
Example:/dir1/dir2/file.txtbecomesfile - getBasePath() - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
- getBasePath() - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- getBasePath() - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- getBasePath() - Method in interface com.helger.commons.io.relative.IPathRelativeIO
- getBasePath() - Method in class com.helger.commons.io.relative.PathRelativeIO
- getBasePath() - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- getBasePathFile() - Method in class com.helger.commons.io.relative.FileRelativeIO
- getBasePathFile() - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- getBaseURL() - Method in class com.helger.commons.io.relative.PathRelativeIO
- getBestMatchingEqualsImplementation(Class<T>) - Method in class com.helger.commons.equals.EqualsImplementationRegistry
- getBestMatchingHashCodeImplementation(Class<T>) - Method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- getBestMatchingSize(double, double) - Method in class com.helger.commons.dimension.SizeDouble
-
Return the scaled width and height relative to a maximum size.
- getBestMatchingSize(float, float) - Method in class com.helger.commons.dimension.SizeFloat
-
Return the scaled width and height relative to a maximum size.
- getBestMatchingSize(int, int) - Method in class com.helger.commons.dimension.SizeInt
-
Return the scaled width and height relative to a maximum size.
- getBestMatchingSize(long, long) - Method in class com.helger.commons.dimension.SizeLong
-
Return the scaled width and height relative to a maximum size.
- getBits() - Method in enum com.helger.commons.system.EProcessorArchitecture
- getBOM() - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- getBooleanValue(Boolean, boolean) - Static method in class com.helger.commons.lang.BooleanHelper
-
Get the primitive value of the passed object value.
- getBorrowedObjectCount() - Method in class com.helger.commons.pool.ObjectPool
- getBuffer() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- getBuffer() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- getBuffered(InputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
- getBuffered(OutputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
- getBuffered(Reader) - Static method in class com.helger.commons.io.stream.StreamHelper
- getBuffered(Writer) - Static method in class com.helger.commons.io.stream.StreamHelper
- getBufferedInputStream() - Method in interface com.helger.commons.io.IHasInputStream
-
Get a buffered input stream to read from the object.
- getBufferedInputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
- getBufferedInputStream(Path) - Static method in class com.helger.commons.io.file.PathHelper
- getBufferedOutputStream(EAppend) - Method in interface com.helger.commons.io.IHasOutputStream
-
Get the output stream to read from the object.
- getBufferedOutputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
- getBufferedOutputStream(File, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
- getBufferedOutputStream(Path) - Static method in class com.helger.commons.io.file.PathHelper
- getBufferedOutputStream(Path, EAppend) - Static method in class com.helger.commons.io.file.PathHelper
- getBufferedReader() - Method in interface com.helger.commons.io.IHasReader
-
Get a buffered reader to read from the object.
- getBufferedReader(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getBufferedReader(Charset) - Method in interface com.helger.commons.io.IHasInputStreamAndReader
-
Get a buffered
Readerbased on this input stream provider using the given charset. - getBufferedReader(Path, Charset) - Static method in class com.helger.commons.io.file.PathHelper
- getBufferedWriter() - Method in interface com.helger.commons.io.IHasWriter
-
Get a buffered writer to write to an object.
- getBufferedWriter(File, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getBufferedWriter(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getBufferedWriter(Charset, EAppend) - Method in interface com.helger.commons.io.IHasOutputStreamAndWriter
-
Get a buffered
Writerbased on this output stream provider using the given charset. - getBufferedWriter(Path, EAppend, Charset) - Static method in class com.helger.commons.io.file.PathHelper
- getBufferOrCopy() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- getBufferSize() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
- getBufferSize() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- getBufferSize() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
- getBulkNewIntIDs(int) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getBulkNewLongIDs(int) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getBulkNewPersistentIntIDs(int) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getBulkNewPersistentLongIDs(int) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getBulkNewPersistentStringIDs(int) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getBulkNewStringIDs(int) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getBundle(String) - Static method in class com.helger.commons.text.resourcebundle.Utf8ResourceBundle
- getBundle(String, Locale) - Static method in class com.helger.commons.text.resourcebundle.Utf8ResourceBundle
- getBundle(String, Locale, ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.Utf8ResourceBundle
- getBundleName() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- getByteAt(int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Get the byte at the specified index
- getByteBuffer() - Method in class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
- getByteCount() - Method in enum com.helger.commons.charset.EUnicodeBOM
- getByteOrder() - Method in class com.helger.commons.io.stream.NonBlockingBitInputStream
- getByteOrder() - Method in class com.helger.commons.io.stream.NonBlockingBitOutputStream
- getBytes() - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
- getBytes() - Method in enum com.helger.commons.system.EProcessorArchitecture
- getBytesAsString(Charset) - Method in interface com.helger.commons.io.IHasByteArray
- getBytesRead() - Method in class com.helger.commons.io.stream.CountingInputStream
- getBytesWritten() - Method in class com.helger.commons.io.stream.CountingFileOutputStream
- getBytesWritten() - Method in class com.helger.commons.io.stream.CountingOutputStream
- getBytesWritten() - Method in class com.helger.commons.io.stream.LoggingOutputStream
- getBytesWritten() - Method in class com.helger.commons.io.stream.LoggingWriter
- getCacheHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getCacheHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getCacheKeyProvider() - Method in class com.helger.commons.cache.MappedCache
- getCalculatedLocaleListForResolving(Locale) - Static method in class com.helger.commons.locale.LocaleHelper
-
Get a list with all valid locale permutations of the passed locale.
- getCallback() - Method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- getCallbackAtIndex(int) - Method in class com.helger.commons.callback.CallbackList
- getCallbackAtIndex(int) - Method in interface com.helger.commons.callback.ICallbackList
-
Get the callback at the specified index.
- getCallerClass(int) - Method in class com.helger.commons.lang.ReflectionSecurityManager
- getCallerClassContext() - Method in class com.helger.commons.lang.ReflectionSecurityManager
- getCallerClassName(int) - Method in class com.helger.commons.lang.ReflectionSecurityManager
- getCanonicalFile(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Get the canonical file of the passed file, if the file is not
null. - getCanonicalFile(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Get the canonical file of the passed file, if the file is not
null. - getCanonicalFileOrNull(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Get the canonical file of the passed file, if the file is not
null. - getCanonicalFileOrNull(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Get the canonical file of the passed file, if the file is not
null. - getCanonicalPath(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Get the canonical path of the passed file, if the file is not
null. - getCanonicalPath(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Get the canonical path of the passed file, if the file is not
null. - getCanonicalPathOrNull(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Get the canonical path of the passed file, if the file is not
null. - getCanonicalPathOrNull(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Get the canonical path of the passed file, if the file is not
null. - getCastedValue() - Method in interface com.helger.commons.traits.IGetterDirectTrait
-
Get the contained value casted to the return type.
- getCastedValue(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value casted to the return type.
- getCastedValue(int, Class<T>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value casted to the specified class.
- getCastedValue(int, T) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value casted to the return type.
- getCastedValue(int, T, Class<T>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value casted to the specified class.
- getCastedValue(Class<T>) - Method in interface com.helger.commons.traits.IGetterDirectTrait
-
Get the contained value casted to the specified class.
- getCastedValue(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value casted to the return type.
- getCastedValue(KEYTYPE, Class<T>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value casted to the specified class.
- getCastedValue(KEYTYPE, T) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value casted to the return type.
- getCastedValue(KEYTYPE, T, Class<T>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value casted to the specified class.
- getCastedValue(T) - Method in interface com.helger.commons.traits.IGetterDirectTrait
-
Get the contained value casted to the return type.
- getCastedValue(T, Class<T>) - Method in interface com.helger.commons.traits.IGetterDirectTrait
-
Get the contained value casted to the specified class.
- getCeilVersion() - Method in class com.helger.commons.version.VersionRange
- getCharacterCount(int) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get the number of characters the passed value would occupy in a string representation.
- getCharAtIndex(int) - Method in class com.helger.commons.string.util.StringScanner
- getCharCount() - Method in class com.helger.commons.text.codepoint.Codepoint
- getCharCount(char[], char) - Static method in class com.helger.commons.string.StringHelper
- getCharCount(String, char) - Static method in class com.helger.commons.string.StringHelper
- getCharset() - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- getCharset() - Method in enum com.helger.commons.charset.EUnicodeBOM
- getCharset() - Method in class com.helger.commons.codec.AbstractRFC1522Codec
- getCharset() - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- getCharset() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- getCharset() - Method in class com.helger.commons.url.URLParameterDecoder
- getCharset() - Method in class com.helger.commons.url.URLParameterEncoder
- getCharset(Charset) - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- getCharsetFromMimeType(IMimeType) - Static method in class com.helger.commons.mime.MimeTypeHelper
-
Determine the charset from the provided MIME type.
- getCharsetFromName(String) - Static method in class com.helger.commons.charset.CharsetHelper
-
Resolve the charset by the specified name.
- getCharsetFromNameOrDefault(String, Charset) - Static method in class com.helger.commons.charset.CharsetHelper
-
Resolve the charset by the specified name.
- getCharsetFromNameOrNull(String) - Static method in class com.helger.commons.charset.CharsetHelper
-
Resolve the charset by the specified name.
- getCharsetName() - Method in enum com.helger.commons.charset.EUnicodeBOM
- getCharsetNameFromMimeType(IMimeType) - Static method in class com.helger.commons.mime.MimeTypeHelper
-
Determine the charset name from the provided MIME type.
- getCharsRead() - Method in class com.helger.commons.io.stream.CountingReader
- getCharsWritten() - Method in class com.helger.commons.io.stream.CountingWriter
- getChildAtIndex(int) - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
-
Get the child node at the specified index
- getChildAtIndex(CHILDTYPE, int) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorted
- getChildAtIndex(CHILDTYPE, int) - Method in interface com.helger.commons.hierarchy.IChildrenProviderSorted
-
Get the child of the passed object at the given index.
- getChildCount() - Method in interface com.helger.commons.hierarchy.IHasChildren
- getChildCount(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildren
- getChildCount(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderSorting
- getChildCount(CHILDTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProvider
- getChildNode(byte) - Method in class com.helger.commons.codec.LZWCodec.LZWNode
- getChildNode(byte[]) - Method in class com.helger.commons.codec.LZWCodec.LZWNode
-
This will traverse the tree until it gets to the sub node.
- getChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
- getChildrenProvider() - Method in class com.helger.commons.hierarchy.ChildrenProviderSorting
- getChildrenProvider() - Method in class com.helger.commons.hierarchy.ChildrenProviderSortingWithID
- getChildrenProvider() - Method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- getChildWithID(CHILDTYPE, KEYTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildrenWithID
- getChildWithID(CHILDTYPE, KEYTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderSortingWithID
- getChildWithID(CHILDTYPE, KEYTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProviderWithID
-
Retrieve the objects with the passed ID or
nullif no such object. - getClass(Object) - Static method in class com.helger.commons.lang.ClassHelper
-
null-safe helper method to determine the class of an object. - getClassArray(Object...) - Static method in class com.helger.commons.lang.GenericReflection
-
Get an array with all the classes of the passed object array.
- getClassClassLoader(Class<?>) - Static method in class com.helger.commons.lang.ClassLoaderHelper
- getClassFromName(ClassLoader, String) - Static method in class com.helger.commons.lang.GenericReflection
- getClassFromName(String) - Static method in class com.helger.commons.lang.GenericReflection
- getClassFromNameSafe(ClassLoader, String) - Static method in class com.helger.commons.lang.GenericReflection
-
Get the class of the given name
- getClassFromNameSafe(String) - Static method in class com.helger.commons.lang.GenericReflection
-
Get the class of the given name
- getClassFromPath(String) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the class name of the passed path.
- getClassHierarchy(Class<?>) - Static method in class com.helger.commons.lang.ClassHierarchyCache
-
Get the complete super class hierarchy of the passed class including all super classes and all interfaces of the passed class and of all parent classes.
- getClassHierarchyIterator(Class<?>) - Static method in class com.helger.commons.lang.ClassHierarchyCache
-
Iterate the complete super class hierarchy of the passed class including all super classes and all interfaces of the passed class and of all parent classes.
- getClassHierarchyList(Class<?>) - Static method in class com.helger.commons.lang.ClassHierarchyCache
-
Get the complete super class hierarchy of the passed class including all super classes and all interfaces of the passed class and of all parent classes.
- getClassLoader() - Method in class com.helger.commons.io.resource.ClassPathResource
- getClassLoader() - Method in interface com.helger.commons.lang.IHasClassLoader
- getClassLoader(Class<?>) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- getClassLocalName(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the name of the class without the package.
- getClassLocalName(Object) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the name of the object's class without the package.
- getClassLocalName(String) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the name of the class without the package.
- getClassName(Object) - Static method in class com.helger.commons.lang.ClassHelper
-
null-safe helper method to determine the class name of an object. - getClassPackageName(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the name of the package the passed class resides in.
- getClassPackageName(Object) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the name of the package the passed object resides in.
- getClassPackageName(String) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the name of the package the passed class resides in.
- getClassPathURL(String) - Static method in class com.helger.commons.url.URLHelper
-
Get the URL for the specified path using automatic class loader handling.
- getCleanConcatenatedUrlPath(String, String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Concatenate a base URL and a sub path incl. the path cleansing.
- getCleanPath(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get a clean path of the passed file resolving all "." and ".." paths.
Note: in caseFileHelper.getCanonicalPath(File)fails,FilenameHelper.getCleanPath(String)is used as a fallback.
Note 2: no cleansing operations beside "." and ".." are returned. - getCleanPath(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Clean the path by removing all ".." and "." path elements.
- getCleanURLPartWithoutUmlauts(String) - Static method in class com.helger.commons.url.URLHelper
-
Clean an URL part from nasty Umlauts.
- getClone() - Method in class com.helger.commons.callback.CallbackList
- getClone() - Method in class com.helger.commons.collection.attr.AttributeContainer
- getClone() - Method in class com.helger.commons.collection.attr.AttributeContainerAny
- getClone() - Method in class com.helger.commons.collection.attr.AttributeContainerAnyConcurrent
- getClone() - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- getClone() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
- getClone() - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
- getClone() - Method in interface com.helger.commons.collection.attr.IStringMap
- getClone() - Method in class com.helger.commons.collection.attr.StringMap
- getClone() - Method in class com.helger.commons.collection.impl.CommonsArrayList
- getClone() - Method in class com.helger.commons.collection.impl.CommonsConcurrentHashMap
- getClone() - Method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArrayList
- getClone() - Method in class com.helger.commons.collection.impl.CommonsCopyOnWriteArraySet
- getClone() - Method in class com.helger.commons.collection.impl.CommonsEnumMap
- getClone() - Method in class com.helger.commons.collection.impl.CommonsHashMap
- getClone() - Method in class com.helger.commons.collection.impl.CommonsHashSet
- getClone() - Method in class com.helger.commons.collection.impl.CommonsLinkedHashMap
- getClone() - Method in class com.helger.commons.collection.impl.CommonsLinkedHashSet
- getClone() - Method in class com.helger.commons.collection.impl.CommonsLinkedList
- getClone() - Method in class com.helger.commons.collection.impl.CommonsTreeMap
- getClone() - Method in class com.helger.commons.collection.impl.CommonsTreeSet
- getClone() - Method in class com.helger.commons.collection.impl.CommonsVector
- getClone() - Method in class com.helger.commons.collection.impl.CommonsWeakHashMap
- getClone() - Method in interface com.helger.commons.collection.impl.ICommonsNavigableMap
- getClone() - Method in interface com.helger.commons.collection.impl.ICommonsNavigableSet
- getClone() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- getClone() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getClone() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getClone() - Method in interface com.helger.commons.collection.impl.ICommonsSortedSet
- getClone() - Method in class com.helger.commons.collection.map.LoggingLRUMap
- getClone() - Method in class com.helger.commons.collection.map.LRUMap
- getClone() - Method in class com.helger.commons.collection.map.LRUSet
- getClone() - Method in class com.helger.commons.collection.map.SoftHashMap
- getClone() - Method in class com.helger.commons.collection.map.SoftLinkedHashMap
- getClone() - Method in class com.helger.commons.collection.NonBlockingStack
- getClone() - Method in class com.helger.commons.error.ErrorTextProvider
- getClone() - Method in class com.helger.commons.error.list.ErrorList
- getClone() - Method in class com.helger.commons.http.HttpHeaderMap
- getClone() - Method in interface com.helger.commons.lang.ICloneable
- getClone() - Method in class com.helger.commons.mime.MimeType
- getClone() - Method in class com.helger.commons.mutable.MutableBigDecimal
- getClone() - Method in class com.helger.commons.mutable.MutableBigInteger
- getClone() - Method in class com.helger.commons.mutable.MutableBoolean
- getClone() - Method in class com.helger.commons.mutable.MutableByte
- getClone() - Method in class com.helger.commons.mutable.MutableChar
- getClone() - Method in class com.helger.commons.mutable.MutableDouble
- getClone() - Method in class com.helger.commons.mutable.MutableFloat
- getClone() - Method in class com.helger.commons.mutable.MutableInt
- getClone() - Method in class com.helger.commons.mutable.MutableLong
- getClone() - Method in class com.helger.commons.mutable.MutableShort
- getClone() - Method in class com.helger.commons.url.SimpleURL
- getClone() - Method in class com.helger.commons.url.URLParameterList
- getClone() - Method in class com.helger.commons.wrapper.Wrapper
- getClonedList(Iterable<DATATYPE>) - Static method in class com.helger.commons.lang.CloneHelper
-
Get a list where each contained item is also cloned.
- getClonedValue(DATATYPE) - Static method in class com.helger.commons.lang.CloneHelper
-
Get a clone (= deep copy) of the passed value.
- getCloneIfNotNull(DATATYPE) - Static method in class com.helger.commons.lang.CloneHelper
-
Get a clone (= deep copy) of the passed value for all objects implementing
ICloneable. - getCodeLength() - Method in class com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
- getCollatorSpaceBeforeDot(Locale) - Static method in class com.helger.commons.compare.CollatorHelper
-
Create a collator that is based on the standard collator but sorts spaces before dots, because spaces are more important word separators than dots.
- getCollectionBaseTypeOfClass(Class<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- getCollectionBaseTypeOfObject(Object) - Static method in class com.helger.commons.collection.CollectionHelper
- getColumnNumber() - Method in interface com.helger.commons.location.ILocation
- getColumnNumber() - Method in class com.helger.commons.location.SimpleLocation
- getCombinations(ICommonsList<DATATYPE>) - Method in class com.helger.commons.math.CombinationGeneratorFlexible
-
Generate all combinations without duplicates.
- getCombinations(ICommonsList<DATATYPE>, boolean) - Static method in class com.helger.commons.math.CombinationGeneratorFlexible
- getCombinationsLeft() - Method in class com.helger.commons.math.CombinationGenerator
- getCombinedIterator(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Get a merged iterator of both iterators.
- getCombinedMap(Map<KEY, VALUE>, Map<KEY, VALUE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Create a map that contains the combination of the other 2 maps.
- getComparator() - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorting
- getComparator() - Method in class com.helger.commons.hierarchy.ChildrenProviderSorting
- getComparatorCollating(Collator) - Static method in interface com.helger.commons.compare.IComparator
- getComparatorCollating(Function<? super T, String>, Collator) - Static method in interface com.helger.commons.compare.IComparator
- getComparatorCollating(Function<? super T, String>, Locale) - Static method in interface com.helger.commons.compare.IComparator
- getComparatorCollating(Locale) - Static method in interface com.helger.commons.compare.IComparator
- getComparatorCollating(Locale) - Method in interface com.helger.commons.name.IDisplayNameProvider
- getComparatorCollating(Locale) - Static method in interface com.helger.commons.name.IHasDisplayName
- getComparatorCollating(Locale) - Static method in interface com.helger.commons.name.IHasName
- getComparatorCollating(Locale, Locale) - Method in interface com.helger.commons.text.display.IDisplayTextProvider
- getComparatorCollating(Locale, Locale) - Static method in interface com.helger.commons.text.display.IHasDisplayText
- getComparatorCollating(Locale, Locale) - Static method in interface com.helger.commons.text.IHasText
- getComparatorErrorFieldName() - Static method in interface com.helger.commons.error.IHasErrorField
- getComparatorErrorID() - Static method in interface com.helger.commons.error.IHasErrorID
- getComparatorID() - Static method in interface com.helger.commons.id.IHasID
- getComparatorID() - Static method in interface com.helger.commons.id.IHasIntID
- getComparatorID() - Static method in interface com.helger.commons.id.IHasLongID
- getComparatorName() - Static method in interface com.helger.commons.name.IHasName
- getComparatorStringIgnoreCase() - Static method in interface com.helger.commons.compare.IComparator
- getComparatorStringIgnoreCase(boolean) - Static method in interface com.helger.commons.compare.IComparator
- getComparatorStringLongestFirst() - Static method in interface com.helger.commons.compare.IComparator
- getComparatorStringLongestFirst(boolean) - Static method in interface com.helger.commons.compare.IComparator
- getComparatorStringShortestFirst() - Static method in interface com.helger.commons.compare.IComparator
- getComparatorStringShortestFirst(boolean) - Static method in interface com.helger.commons.compare.IComparator
- getComponentType(ELEMENTTYPE[]) - Static method in class com.helger.commons.collection.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.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(boolean[], boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(boolean, boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(byte[], byte) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(byte[], byte...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(byte, byte...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(char[][], char[]...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(char[], char) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(char[], char...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(char, char...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(double[], double) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(double[], double...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(double, double...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(float[], float) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(float[], float...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(float, float...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(int[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(int[], int...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(int, int...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(long[], long) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(long[], long...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(long, long...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(short[], short) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(short[], short...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(short, short...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(ELEMENTTYPE[], ELEMENTTYPE[]) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a new array that combines the passed head and the array.
- getConcatenated(String[], String) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(String[], String...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(String, String...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenatedInline(COLLTYPE, ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedInline(COLLTYPE, Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedList(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedList(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedList(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedOnDemand(String, char, String) - Static method in class com.helger.commons.string.StringHelper
-
Concatenate the strings sFront and sEnd by the "cSep" separator.
- getConcatenatedOnDemand(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Concatenate the strings sFront and sEnd.
- getConcatenatedOnDemand(String, String, String) - Static method in class com.helger.commons.string.StringHelper
-
Concatenate the strings sFront and sEnd by the "sSep" string.
- getConcatenatedSet(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedSet(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- getConcatenatedSet(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getContentByteCount() - Method in class com.helger.commons.mime.MimeTypeContent
- getContentSubType() - Method in interface com.helger.commons.mime.IMimeType
- getContentSubType() - Method in class com.helger.commons.mime.MimeType
- getContentType() - Method in interface com.helger.commons.mime.IMimeType
- getContentType() - Method in class com.helger.commons.mime.MimeType
- getContextClassLoader() - Static method in class com.helger.commons.lang.ClassLoaderHelper
- getContextClassLoader() - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- getConvertedValue(int, Class<T>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value converted using TypeConverter to the passed class.
- getConvertedValue(int, T, Class<T>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value converted using TypeConverter to the passed class.
- getConvertedValue(Class<T>) - Method in interface com.helger.commons.traits.IGetterDirectTrait
-
Get the contained value converted using TypeConverter to the passed class.
- getConvertedValue(KEYTYPE, Class<T>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value converted using TypeConverter to the passed class.
- getConvertedValue(KEYTYPE, T, Class<T>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value converted using TypeConverter to the passed class.
- getConvertedValue(T, Class<T>) - Method in interface com.helger.commons.traits.IGetterDirectTrait
-
Get the contained value converted using TypeConverter to the passed class.
- getConverter() - Method in class com.helger.commons.collection.iterate.MapperIterator
- getConverter(Class<T>) - Method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
- getCopy(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(boolean[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(byte[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(char[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(double[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(float[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(int[], int) - Static method in class com.helger.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(long...) - Static method in class com.helger.commons.collection.ArrayHelper
- getCopy(long[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(short[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(ELEMENTTYPE[], int) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.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.commons.io.stream.StreamHelper
- getCopyAsList() - Method in interface com.helger.commons.collection.impl.ICommonsCollection
- getCopyrightOwner() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- getCopyrightOwner() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getCopyWithLimit(InputStream, long) - Static method in class com.helger.commons.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.commons.io.stream.StreamHelper
- getCopyWithLocales(IMultilingualText, Collection<Locale>) - Static method in class com.helger.commons.text.util.TextHelper
-
Get a copy of this object with the specified locales.
- getCopyWithoutParameters() - Method in interface com.helger.commons.mime.IMimeType
- getCopyWithoutParameters() - Method in class com.helger.commons.mime.MimeType
- getCount() - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Retrieve the size of this
Iterable. - getCount() - Method in interface com.helger.commons.statistics.IStatisticsHandlerCounter
- getCount() - Method in class com.helger.commons.statistics.StatisticsHandlerCounter
- getCount(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- getCount(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Count the number of elements in the passed iterable (collection) matching the provided filter.
- getCount(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedCounter
-
Get the count of a certain key.
- getCount(String) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
- getCount(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Count the number of elements in the passed collection matching the provided filter.
- getCount(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Count the number of elements matching the provided filter.
- getCount(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsIterable
-
Count the number of elements in this iterable matching the provided filter.
- getCounterHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getCounterHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getCountry() - Method in interface com.helger.commons.locale.country.IHasCountry
- getCountry(String) - Method in class com.helger.commons.locale.country.CountryCache
-
Resolve the country from the provided string.
Note: this method may be invoked recursively, if the country code contains a locale separator char. - getCountry(Locale) - Method in class com.helger.commons.locale.country.CountryCache
-
The normed country locale associated with the provided locale.
- getCountryExt(String, LocaleCache.IMissingLocaleHandler) - Method in class com.helger.commons.locale.country.CountryCache
-
Resolve the country from the provided string.
Note: this method may be invoked recursively, if the country code contains a locale separator char. - getCountryExt(Locale, LocaleCache.IMissingLocaleHandler) - Method in class com.helger.commons.locale.country.CountryCache
-
The normed country locale associated with the provided locale.
- getCountryListAsLocales() - Static method in enum com.helger.commons.locale.country.ECountry
- getCurrentArchitecture() - Static method in enum com.helger.commons.system.EProcessorArchitecture
- getCurrentArchitectureBits() - Static method in enum com.helger.commons.system.EProcessorArchitecture
- getCurrentChar() - Method in class com.helger.commons.string.util.StringScanner
- getCurrentDateTimeAsStringRFC822() - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getCurrentDateTimeAsStringW3C() - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getCurrentIndex() - Method in class com.helger.commons.string.util.StringScanner
- getCurrentInstant() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentInstantUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalDate() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalDateTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalDateTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalDateTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalDateTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalDateUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentLocalTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentMillis() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentMillisUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentMonthDay() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentMonthDayUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentNanoTime() - Static method in class com.helger.commons.timing.StopWatch
- getCurrentOffsetDate() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetDateTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetDateTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetDateTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetDateTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetDateUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOffsetTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentOS() - Static method in enum com.helger.commons.system.EOperatingSystem
- getCurrentOSName() - Static method in enum com.helger.commons.system.EOperatingSystem
- getCurrentOSVersion() - Static method in enum com.helger.commons.system.EOperatingSystem
- getCurrentThreadStackAsString() - Static method in class com.helger.commons.lang.StackTraceHelper
- getCurrentVendor() - Static method in enum com.helger.commons.system.EJVMVendor
- getCurrentVersion() - Static method in enum com.helger.commons.system.EJavaVersion
- getCurrentXMLOffsetDate() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetDateTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetDateTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetDateTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetDateTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetDateUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentXMLOffsetTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentYear() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentYearMonth() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentYearMonthUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentYearObj() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentYearObjUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentYearUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentZonedDateTime() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentZonedDateTimeMillisOnly() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentZonedDateTimeMillisOnlyUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCurrentZonedDateTimeUTC() - Static method in class com.helger.commons.datetime.PDTFactory
- getCutAfterLength(String, int) - Static method in class com.helger.commons.string.StringHelper
- getCutAfterLength(String, int, String) - Static method in class com.helger.commons.string.StringHelper
- getDaemon() - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Returns the daemon flag.
- getData() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- getData() - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
- getDateTimeAsString(LocalDateTime) - Static method in class com.helger.commons.http.HttpHeaderMap
- getDateTimeAsString(ZonedDateTime) - Static method in class com.helger.commons.http.HttpHeaderMap
- getDateTimeFormatter(String, ResolverStyle) - Static method in class com.helger.commons.datetime.DateTimeFormatterCache
-
Get the cached DateTimeFormatter using the provided resolver style.
- getDateTimeFormatterLenient(String) - Static method in class com.helger.commons.datetime.DateTimeFormatterCache
-
Get the cached DateTimeFormatter using LENIENT resolving.
- getDateTimeFormatterSmart(String) - Static method in class com.helger.commons.datetime.DateTimeFormatterCache
-
Get the cached DateTimeFormatter using SMART resolving.
- getDateTimeFormatterStrict(String) - Static method in class com.helger.commons.datetime.DateTimeFormatterCache
-
Get the cached DateTimeFormatter using STRICT resolving.
- getDateTimeFromRFC822(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Parses a Date out of a String with a date in RFC822 format.
- getDateTimeFromW3C(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Parses a Date out of a String with a date in W3C date-time format.
- getDateTimeFromW3COrRFC822(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Parses a Date out of a String with a date in W3C date-time format or in a RFC822 format.
- getDayOfMonth() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the day-of-month field.
- getDayOfWeek() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfWeek() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfWeek() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfYear() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the day-of-year field.
- getDecoded(byte[]) - Method in interface com.helger.commons.codec.IByteArrayDecoder
-
Decode a byte array.
- getDecoded(byte[], int, int) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
- getDecoded(byte[], int, int) - Method in class com.helger.commons.codec.Base64Codec
- getDecoded(byte[], int, int) - Method in class com.helger.commons.codec.DCTCodec
- getDecoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayDecoder
-
Decode a byte array.
- getDecoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
-
Decode a byte array.
- getDecoded(byte[], int, int) - Method in class com.helger.commons.codec.RFC1522BCodec
- getDecoded(byte[], int, int) - Method in class com.helger.commons.codec.RFC1522QCodec
- getDecoded(char[]) - Method in interface com.helger.commons.codec.ICharArrayDecoder
-
Decode a char array.
- getDecoded(char[], boolean[]) - Static method in class com.helger.commons.text.util.Punycode
- getDecoded(char[], int, int) - Method in interface com.helger.commons.codec.ICharArrayDecoder
-
Decode a char array.
- getDecoded(char[], int, int) - Method in interface com.helger.commons.codec.ICharArrayStreamDecoder
-
Decode a char array.
- getDecoded(DATATYPE) - Method in class com.helger.commons.codec.IdentityCodec
- getDecoded(String) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
-
Applies an RFC 1522 compliant decoding scheme to the given string of text.
- getDecoded(String) - Method in interface com.helger.commons.codec.ICharArrayDecoder
-
Decode the passed string.
- getDecoded(String) - Static method in class com.helger.commons.text.util.Punycode
- getDecoded(String) - Method in class com.helger.commons.url.URLParameterDecoder
- getDecoded(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayDecoder
-
Decode the passed string.
- getDecoded(SRCTYPE) - Method in interface com.helger.commons.codec.IDecoder
-
Decode the passed source object
- getDecodedAsString(byte[], int, int, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
- getDecodedAsString(byte[], Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
- getDecodedAsString(char[]) - Method in interface com.helger.commons.codec.ICharArrayStreamDecoder
- getDecodedAsString(char[], int, int) - Method in interface com.helger.commons.codec.ICharArrayStreamDecoder
- getDecodedAsString(String) - Method in interface com.helger.commons.codec.ICharArrayStreamDecoder
-
Decode the passed string.
- getDecodedAsString(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
-
Decode the passed string.
- getDecodedAsString(String, Charset, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
-
Decode the passed string.
- getDecodedDCT(byte[], int, int) - Static method in class com.helger.commons.codec.DCTCodec
- getDefaultClassLoader() - Static method in class com.helger.commons.lang.ClassLoaderHelper
- getDefaultMissingLocaleHandler() - Method in class com.helger.commons.locale.LocaleCache
- getDefaultPatternDate(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getDefaultPatternDateTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getDefaultPatternTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getDefaultPrintableChars() - Static method in class com.helger.commons.codec.QuotedPrintableCodec
- getDefaultPrintableChars() - Static method in class com.helger.commons.codec.URLCodec
- getDefaults() - Method in class com.helger.commons.lang.NonBlockingProperties
- getDefaultTimeZone() - Static method in class com.helger.commons.datetime.PDTConfig
- getDefaultUncaughtExceptionHandler() - Static method in class com.helger.commons.concurrent.BasicThreadFactory
- getDefaultValue() - Method in class com.helger.commons.mock.CommonsMock.Param
- getDefaultZoneId() - Static method in class com.helger.commons.datetime.PDTConfig
- getDefaultZoneIDs() - Static method in class com.helger.commons.datetime.PDTZoneID
- getDerived(int) - Static method in class com.helger.commons.hashcode.HashCodeGenerator
-
Create a
HashCodeGeneratorfor derived classes where the base class also uses theHashCodeGenerator. - getDerived(String) - Static method in class com.helger.commons.string.ToStringGenerator
-
Create a
ToStringGeneratorfor derived classes where the base class also uses theToStringGenerator. - getDescription() - Method in interface com.helger.commons.text.IHasDescription
- getDeserializedObject(byte[]) - Static method in class com.helger.commons.serialize.SerializationHelper
-
Convert the passed byte array to an object using deserialization.
- getDestinationClass() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination
- getDestinationClass() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination
- getDestinationClass() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
- getDifference(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get all elements that are only contained in the first contained, and not in the second.
- getDirectoryContent(File) - Static method in class com.helger.commons.io.file.FileHelper
-
This is a replacement for
File.listFiles()doing some additional checks on permissions. - getDirectoryContent(File, FileFilter) - Static method in class com.helger.commons.io.file.FileHelper
-
This is a replacement for
File.listFiles(FileFilter)doing some additional checks on permissions. - getDirectoryContent(File, FilenameFilter) - Static method in class com.helger.commons.io.file.FileHelper
-
This is a replacement for
File.listFiles(FilenameFilter)doing some additional checks on permissions. - getDirectoryContent(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
This is a replacement for
Path.listFiles()doing some additional checks on permissions. - getDirectoryContent(Path, Predicate<? super Path>) - Static method in class com.helger.commons.io.file.PathHelper
-
This is a replacement for
Path.listFiles(FilenameFilter)doing some additional checks on permissions. - getDirectoryFromPackage(Package) - Static method in class com.helger.commons.lang.ClassHelper
-
Convert a package name to a relative directory name.
- getDirectoryFromPackage(String) - Static method in class com.helger.commons.lang.ClassHelper
-
Convert a package name to a relative directory name.
- getDirectoryObjectCount(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Returns the number of files and directories contained in the passed directory excluding the system internal directories.
- getDirectoryObjectCount(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Returns the number of files and directories contained in the passed directory excluding the system internal directories.
- getDisplayName() - Method in interface com.helger.commons.email.IEmailAddress
- getDisplayName() - Method in interface com.helger.commons.name.IHasDisplayName
- getDisplayName() - Method in enum com.helger.commons.system.EOperatingSystem
- getDisplayName() - Method in class com.helger.commons.thirdparty.CustomLicense
- getDisplayName() - Method in enum com.helger.commons.thirdparty.ELicense
- getDisplayName() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getDisplayName(DATATYPE) - Method in interface com.helger.commons.name.IDisplayNameProvider
-
Get the name of the passed object.
- getDisplayText(DATATYPE, Locale) - Method in interface com.helger.commons.text.display.IDisplayTextProvider
-
Get the display text of the passed object in the given locale.
- getDisplayText(Locale) - Method in class com.helger.commons.error.text.ConstantHasErrorText
- getDisplayText(Locale) - Method in class com.helger.commons.error.text.DynamicHasErrorText
- getDisplayText(Locale) - Method in class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
- getDisplayText(Locale) - Method in enum com.helger.commons.locale.country.ECountry
- getDisplayText(Locale) - Method in enum com.helger.commons.locale.country.ECountryName
- getDisplayText(Locale) - Method in enum com.helger.commons.locale.country.ECountrySubName
- getDisplayText(Locale) - Method in enum com.helger.commons.locale.ELocaleName
- getDisplayText(Locale) - Method in class com.helger.commons.text.display.ConstantHasDisplayText
- getDisplayText(Locale) - Method in class com.helger.commons.text.display.HasDisplayTextWithArgs
- getDisplayText(Locale) - Method in interface com.helger.commons.text.display.IHasDisplayText
- getDisplayTextWithArgs(Locale) - Method in interface com.helger.commons.text.display.IHasDisplayTextWithArgs
-
Deprecated.Don't call this; Use
IHasDisplayText.getDisplayText(Locale)if no parameters are present - getDisplayTextWithArgs(Locale, Object...) - Method in interface com.helger.commons.text.display.IHasDisplayTextWithArgs
- getDistance(char[], char[]) - Static method in class com.helger.commons.string.util.LevenshteinDistance
-
Get the distance of the 2 strings, using the costs 1 for insertion, deletion and substitution.
- getDistance(char[], char[], int, int, int) - Static method in class com.helger.commons.string.util.LevenshteinDistance
- getDistance(String, String) - Static method in class com.helger.commons.string.util.LevenshteinDistance
-
Get the distance of the 2 strings, using the costs 1 for insertion, deletion and substitution.
- getDistance(String, String, int, int, int) - Static method in class com.helger.commons.string.util.LevenshteinDistance
- getDividedBigDecimal(long, long) - Static method in class com.helger.commons.math.MathHelper
-
Get the division result using
BigDecimal. - getDividedBigDecimal(long, long, int, RoundingMode) - Static method in class com.helger.commons.math.MathHelper
-
Get the division result using
BigDecimal. - getDividedDouble(int, int) - Static method in class com.helger.commons.math.MathHelper
-
Divides the passed int dividend through the passed divisor (nDividend / nDivisor)
- getDividedDouble(long, long) - Static method in class com.helger.commons.math.MathHelper
-
Divides the passed int dividend through the passed divisor (nDividend / nDivisor)
- getDstClass() - Method in exception class com.helger.commons.typeconvert.TypeConverterException
- getDuration() - Method in class com.helger.commons.timing.StopWatch
- getDurationFromString(String) - Static method in class com.helger.commons.datetime.PDTFromString
- getEncoded(byte[]) - Method in interface com.helger.commons.codec.IByteArrayEncoder
-
Encode a byte array.
- getEncoded(byte[]) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
-
Encode a byte array.
- getEncoded(byte[], int, int) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
- getEncoded(byte[], int, int) - Method in class com.helger.commons.codec.Base64Codec
- getEncoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayEncoder
-
Encode a byte array.
- getEncoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
-
Encode a byte array.
- getEncoded(byte[], int, int) - Method in class com.helger.commons.codec.RFC1522BCodec
- getEncoded(byte[], int, int) - Method in class com.helger.commons.codec.RFC1522QCodec
- getEncoded(char[]) - Method in interface com.helger.commons.codec.ICharArrayEncoder
-
Encode a char array.
- getEncoded(char[]) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
-
Encode a char array.
- getEncoded(char[], boolean[]) - Static method in class com.helger.commons.text.util.Punycode
- getEncoded(char[], int, int) - Method in interface com.helger.commons.codec.ICharArrayEncoder
-
Encode a char array.
- getEncoded(char[], int, int) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
-
Encode a char array.
- getEncoded(DATATYPE) - Method in class com.helger.commons.codec.IdentityCodec
- getEncoded(String) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
-
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.
- getEncoded(String) - Method in interface com.helger.commons.codec.ICharArrayEncoder
-
Encode the passed string.
- getEncoded(String) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
-
Encode the passed string.
- getEncoded(String) - Static method in class com.helger.commons.text.util.Punycode
- getEncoded(String) - Method in class com.helger.commons.url.URLParameterEncoder
- getEncoded(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayEncoder
-
Encode the passed string.
- getEncoded(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
-
Encode the passed string.
- getEncoded(SRCTYPE) - Method in interface com.helger.commons.codec.IEncoder
-
Encode the passed source object
- getEncodedAsString(byte[], int, int, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
- getEncodedAsString(byte[], Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
- getEncodedAsString(char[]) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
- getEncodedAsString(char[], int, int) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
- getEncodedAsString(String) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
-
Encode the passed string and return the result as a String.
- getEncodedAsString(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
-
Encode the passed string and return the result as a String.
- getEnumeration(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.IteratorHelper
-
Get an
Enumerationobject based on the passed array. - getEnumeration(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Get an
Enumerationobject based on aCollectionobject. - getEnumeration(Iterator<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Get an Enumeration object based on an Iterator object.
- getEnumeration(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Get an Enumeration object based on a Map object.
- getEnumID(Enum<?>) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the unique name of the passed enum entry.
- getErrorCode() - Method in class com.helger.commons.io.file.FileIOError
- getErrorCount() - Method in interface com.helger.commons.error.level.IHasErrorLevels
- getErrorDateTime() - Method in interface com.helger.commons.error.IError
- getErrorDateTime() - Method in class com.helger.commons.error.SingleError
- getErrorFieldName() - Method in interface com.helger.commons.error.IError
- getErrorFieldName() - Method in interface com.helger.commons.error.IHasErrorField
- getErrorFieldName() - Method in class com.helger.commons.error.SingleError
- getErrorID() - Method in interface com.helger.commons.error.IError
- getErrorID() - Method in interface com.helger.commons.error.IHasErrorID
- getErrorID() - Method in class com.helger.commons.error.SingleError
- getErrorLevel() - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
- getErrorLevel() - Method in interface com.helger.commons.error.level.IHasErrorLevel
- getErrorLevel() - Method in class com.helger.commons.error.SingleError
- getErrorLevel() - Method in class com.helger.commons.log.LogMessage
- getErrorLocation() - Method in interface com.helger.commons.error.IError
- getErrorLocation() - Method in class com.helger.commons.error.SingleError
- getErrorText(IError, Locale) - Method in class com.helger.commons.error.ErrorTextProvider
- getErrorText(IError, Locale) - Method in interface com.helger.commons.error.IErrorTextProvider
-
Get the provided error as a String
- getErrorText(Locale) - Method in interface com.helger.commons.error.IError
-
Get the error message of this error.
- getErrorTexts() - Method in interface com.helger.commons.error.IError
- getErrorTexts() - Method in class com.helger.commons.error.SingleError
- getEscapeChar() - Method in class com.helger.commons.csv.CSVParser
- getEscapeChar() - Method in class com.helger.commons.csv.CSVReader
- getEscapeChar() - Method in class com.helger.commons.csv.CSVWriter
- getEscapedText(String) - Method in class com.helger.commons.csv.CSVWriter
-
Processes all the characters in a line.
- getException() - Method in class com.helger.commons.callback.exception.CollectingExceptionCallback
- getException() - Method in class com.helger.commons.io.file.FileIOError
- getExceptionCount() - Method in class com.helger.commons.callback.exception.CollectingExceptionListCallback
- getExecutorService(int) - Method in interface com.helger.commons.concurrent.IExecutorServiceFactory
-
Get an
ExecutorServicefor the given number of parallel tasks. - getExploded(char, String) - Static method in class com.helger.commons.string.StringHelper
-
Take a concatenated String and return a
ICommonsListof all elements in the passed string, using specified separator string. - getExploded(char, String, int) - Static method in class com.helger.commons.string.StringHelper
-
Take a concatenated String and return a
ICommonsListof all elements in the passed string, using specified separator string. - getExploded(char, String, int, COLLTYPE) - Static method in class com.helger.commons.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.commons.string.StringHelper
-
Take a concatenated String and return a
ICommonsListof all elements in the passed string, using specified separator string. - getExploded(String, String, int) - Static method in class com.helger.commons.string.StringHelper
-
Take a concatenated String and return a
ICommonsListof all elements in the passed string, using specified separator string. - getExploded(String, String, int, COLLTYPE) - Static method in class com.helger.commons.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.commons.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.commons.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.commons.string.StringHelper
-
Take a concatenated String and return an ordered
CommonsLinkedHashSetof all elements in the passed string, using specified separator string. - getExplodedToSet(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Take a concatenated String and return a
Setof all elements in the passed string, using specified separator string. - getExplodedToSortedSet(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Take a concatenated String and return a sorted
CommonsTreeSetof all elements in the passed string, using specified separator string. - getExtension(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the extension of the passed file.
- getExtension(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the extension of the passed filename.
- getExtractedIntValue(BitSet) - Static method in class com.helger.commons.lang.BitSetHelper
-
Extract the int representation of the passed bit set.
- getExtractedLongValue(BitSet) - Static method in class com.helger.commons.lang.BitSetHelper
-
Extract the long representation of the passed bit set.
- getFactoryClass() - Method in class com.helger.commons.factory.FactoryNewInstance
- getFailureCount() - Method in interface com.helger.commons.error.level.IHasErrorLevels
- getField() - Method in class com.helger.commons.error.ErrorTextProvider.FormattableItem
- getField() - Method in interface com.helger.commons.error.ErrorTextProvider.IFormattableItem
- getFieldSeparator() - Method in class com.helger.commons.error.ErrorTextProvider
- getFile() - Method in class com.helger.commons.id.factory.FileIntIDFactory
- getFile() - Method in class com.helger.commons.id.factory.FileLongIDFactory
- getFile(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get a
Filerelative to the base path. - getFile1() - Method in class com.helger.commons.io.file.FileIOError
- getFile2() - Method in class com.helger.commons.io.file.FileIOError
- getFileAsString(File, Charset) - Static method in class com.helger.commons.io.file.SimpleFileIO
-
Get the content of the passed file as a string using the system line separator.
- getFileHeaderLines() - Static method in class com.helger.commons.vendor.VendorInfo
- getFileReadChannel(File) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFileReadChannel(String) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFileSeparator() - Static method in class com.helger.commons.system.SystemProperties
- getFileSize(FileChannel) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFileSizeDisplay(long) - Static method in class com.helger.commons.io.file.FileHelper
- getFileSizeDisplay(long, int) - Static method in class com.helger.commons.io.file.FileHelper
- getFileSizeDisplay(File) - Static method in class com.helger.commons.io.file.FileHelper
- getFileSizeDisplay(File, int) - Static method in class com.helger.commons.io.file.FileHelper
- getFileWriteChannel(File) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFileWriteChannel(File, EAppend) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFileWriteChannel(String) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFileWriteChannel(String, EAppend) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getFillChar() - Method in class com.helger.commons.format.FormatterMinLengthAddLeading
- getFillChar() - Method in class com.helger.commons.format.FormatterMinLengthAddTrailing
- getFilter() - Method in class com.helger.commons.collection.iterate.FilterIterator
- getFilter() - Method in enum com.helger.commons.text.codepoint.ECodepointProfile
- getFilteredMap(ICommonsMap<KEY, VALUE>, Collection<? extends KEY>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get a map consisting only of a set of specified keys.
- getFirst() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ICommonsList.getFirstOrNull()instead - getFirst() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getFirst() - Method in interface com.helger.commons.collection.impl.ICommonsSortedSet
- getFirst(boolean[], boolean) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get the first element of the array or the passed default if the passed array is empty.
- getFirst(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsList
- getFirst(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getFirst(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSortedSet
- getFirst(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the first element of the array or
nullif the passed array is empty. - getFirst(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.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.commons.string.StringHelper
-
Get the first character of the passed array
- getFirstChar(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Get the first character of the passed character sequence
- getFirstChild() - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
-
Get the first child node or
nullif no child is present - getFirstElement(Iterable<? extends ELEMENTTYPE>, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get the first element of the passed iterable.
- getFirstElement(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get the first element of the passed iterable.
- getFirstElement(Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get the first element of the passed collection.
- getFirstElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get the first element of the passed list.
- getFirstEntry() - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the first element of this map or
null. - getFirstEntry(Map.Entry<KEYTYPE, VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the first element of this map or the provided default value.
- getFirstHeaderValue(String) - Method in class com.helger.commons.http.HttpHeaderMap
-
Get the first header value of a certain header name.
- getFirstIndex(boolean[], boolean) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(byte[], byte) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(char[], char) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(double[], double) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(float[], float) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(int[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(long[], long) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(short[], short) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstKey() - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the first key of this map or
null. - getFirstKey(KEYTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the first key of this map or the provided default value.
- getFirstKey(KEYTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getFirstOrNull() - Method in interface com.helger.commons.collection.impl.ICommonsList
- getFirstParamValue(String) - Method in class com.helger.commons.url.URLParameterList
-
Get the value of the first parameter with the provided name
- getFirstSPIImplementation(Class<T>) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class and return only the first instance. - getFirstSPIImplementation(Class<T>, ClassLoader) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto 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.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class and return only the first instance. - getFirstSPIImplementation(Class<T>, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
-
Uses the
ServiceLoaderto load all SPI implementations of the passed class and return only the first instance. - getFirstToken(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the first token up to (and excluding) the separating character.
- getFirstToken(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the first token up to (and excluding) the separating string.
- getFirstValue() - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the first value of this map or
null. - getFirstValue(VALUETYPE) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the first value of this map or the provided default value.
- getFirstValue(VALUETYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getFloorVersion() - Method in class com.helger.commons.version.VersionRange
- getFormatted(double, int, RoundHelper.EDecimalType, Locale) - Static method in class com.helger.commons.math.RoundHelper
-
Source: http://www.luschny.de/java/doubleformat.html
- getFormatted(double, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormatted(int, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormatted(long, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormatted(BigDecimal, int, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormatted(BigDecimal, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormatted(BigInteger, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormattedExp(double, int, Locale) - Static method in class com.helger.commons.math.RoundHelper
- getFormattedExp2(double, Locale) - Static method in class com.helger.commons.math.RoundHelper
- getFormattedFix(double, int, Locale) - Static method in class com.helger.commons.math.RoundHelper
- getFormattedFix2(double, Locale) - Static method in class com.helger.commons.math.RoundHelper
- getFormattedPercent(double, int, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the given value as percentage.
- getFormattedPercent(double, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the given value as percentage.
- getFormattedText(String) - Method in class com.helger.commons.error.ErrorTextProvider.FormattableItem
- getFormattedText(String) - Method in interface com.helger.commons.error.ErrorTextProvider.IFormattableItem
-
Return a formatted version of
ErrorTextProvider.IFormattableItem.getUnformattedText()by replacing allErrorTextProvider.PLACEHOLDERchars with the provided replacement. - getFormattedText(String, Object...) - Static method in class com.helger.commons.text.util.TextHelper
- getFormattedText(Locale, String, Object...) - Static method in class com.helger.commons.text.util.TextHelper
- getFormattedWithAllFractionDigits(BigDecimal, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given locale.
- getFormatter() - Method in class com.helger.commons.format.FormatableObject
- getFormatter() - Method in interface com.helger.commons.format.IFormatableObject
- getFormatterDate(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the date formatter for the passed locale.
- getFormatterDateTime(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the date time formatter for the passed locale.
- getFormatterOffsetDate(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the date formatter for the passed locale.
- getFormatterOffsetDateTime(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the date time formatter for the passed locale.
- getFormatterOffsetTime(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the time formatter for the passed locale.
- getFormatterTime(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the time formatter for the passed locale.
- getFormatterZonedDateTime(FormatStyle, Locale, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the date time formatter for the passed locale.
- getForPattern(String) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the
DateTimeFormatterfor the given pattern, using our default chronology. - getForPattern(String, Locale) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Get the STRICT
DateTimeFormatterfor the given pattern and locale, using our default chronology. - getFractionDigits(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
-
Get the number of effective fraction digits by the specified BigDecimal.
- getFreeMemory() - Static method in class com.helger.commons.system.SystemHelper
-
Returns the amount of free memory in the Java Virtual Machine.
- getFromBytesOrNull(byte[]) - Static method in enum com.helger.commons.charset.EUnicodeBOM
-
Find the BOM that is matching the passed byte array.
- getFromCache(KEYTYPE) - Method in interface com.helger.commons.cache.ICache
-
Get the cached value associated with the passed key.
- getFromCache(KEYTYPE) - Method in class com.helger.commons.cache.MappedCache
- getFromCacheNoStats(KEYSTORETYPE) - Method in class com.helger.commons.cache.MappedCache
- getFromCacheNoStatsNotLocked(KEYSTORETYPE) - Method in class com.helger.commons.cache.MappedCache
- getFromFirstExcl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and excluding the first passed char.
- getFromFirstExcl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and excluding the passed string.
- getFromFirstIncl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and including the first passed char.
- getFromFirstIncl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and including the passed string.
- getFromIDCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed string ID case insensitive
- getFromIDCaseInsensitiveOrDefault(String, EErrorLevel) - Static method in enum com.helger.commons.error.level.EErrorLevel
- getFromIDCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed string ID case insensitive
- getFromIDCaseInsensitiveOrNull(String) - Static method in enum com.helger.commons.error.level.EErrorLevel
- getFromIDCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed string ID (case insensitive).
- getFromIDCaseInsensitiveOrThrow(String) - Static method in enum com.helger.commons.error.level.EErrorLevel
- getFromIDOrDefault(Class<ENUMTYPE>, int, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrDefault(Class<ENUMTYPE>, KEYTYPE, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrDefault(String, EErrorLevel) - Static method in enum com.helger.commons.error.level.EErrorLevel
- getFromIDOrDefault(String, ETriState) - Static method in enum com.helger.commons.state.ETriState
- getFromIDOrNull(int) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
- getFromIDOrNull(Class<ENUMTYPE>, int) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrNull(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrNull(String) - Static method in enum com.helger.commons.error.ErrorTextProvider.EField
- getFromIDOrNull(String) - Static method in enum com.helger.commons.error.level.EErrorLevel
- getFromIDOrNull(String) - Static method in enum com.helger.commons.io.watchdir.EWatchDirAction
- getFromIDOrNull(String) - Static method in enum com.helger.commons.locale.country.ECountry
- getFromIDOrNull(String) - Static method in enum com.helger.commons.mime.EMimeContentType
- getFromIDOrNull(String) - Static method in enum com.helger.commons.state.ETriState
- getFromIDOrNull(String) - Static method in enum com.helger.commons.thirdparty.ELicense
- getFromIDOrThrow(Class<ENUMTYPE>, int) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed ID.
- getFromIDOrThrow(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed ID.
- getFromIDOrThrow(String) - Static method in enum com.helger.commons.error.level.EErrorLevel
- getFromIDOrUndefined(String) - Static method in enum com.helger.commons.state.ETriState
- getFromISOCodeOrNull(String) - Static method in enum com.helger.commons.locale.country.ECountry
-
Try to find the country with the passed ISO code.
- getFromLastExcl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and excluding the first passed char.
- getFromLastExcl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and excluding the passed string.
- getFromLastIncl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and including the first passed char.
- getFromLastIncl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string from and including the passed string.
- getFromMajorAndMinor(int, int) - Static method in enum com.helger.commons.system.EJavaVersion
-
Get the matching Java version from a class version.
- getFromModeOrNull(String) - Static method in enum com.helger.commons.io.file.ERandomAccessFileMode
- getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed name case insensitive
- getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed name case insensitive
- getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed name (case insensitive).
- getFromNameOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed name
- getFromNameOrDefault(String, EHttpMethod) - Static method in enum com.helger.commons.http.EHttpMethod
- getFromNameOrNull(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed name
- getFromNameOrNull(String) - Static method in enum com.helger.commons.http.EHttpMethod
- getFromNameOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
-
Get the enum value with the passed name.
- getFromTextOrDefault(String, ENewLineMode) - Static method in enum com.helger.commons.system.ENewLineMode
- getFromTextOrNull(String) - Static method in enum com.helger.commons.system.ENewLineMode
- getFromValue(int, ESortOrder) - Static method in enum com.helger.commons.compare.ESortOrder
- getFromValueOrDefault(int) - Static method in enum com.helger.commons.compare.ESortOrder
- getFromVersionNumber(double) - Static method in enum com.helger.commons.system.EJavaVersion
- getFullPatternDate(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getFullPatternDateTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getFullPatternTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getFuncIsEnabled(Logger, IErrorLevel) - Static method in class com.helger.commons.log.LogHelper
- getFuncLogger(Logger, IErrorLevel) - Static method in class com.helger.commons.log.LogHelper
- getGenericClonedList(Iterable<DATATYPE>) - Static method in class com.helger.commons.lang.CloneHelper
-
Get a list where each contained item is also cloned.
- getGrouped(Function<? super IError, T>) - Method in interface com.helger.commons.error.list.IErrorList
- getGroupedByFieldName() - Method in interface com.helger.commons.error.list.IErrorList
- getGroupedByID() - Method in interface com.helger.commons.error.list.IErrorList
- getHashCode() - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Retrieve the final hash code.
- getHashCode() - Method in interface com.helger.commons.hashcode.IHashCodeGenerator
-
Retrieve the final hash code.
- getHashCode(int, Object...) - Static method in class com.helger.commons.hashcode.HashCodeGenerator
-
Static helper method to create the hashcode of an object with a single invocation.
- getHashCode(Object) - Static method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- getHashCode(Object, Object...) - Static method in class com.helger.commons.hashcode.HashCodeGenerator
-
Static helper method to create the hashcode of an object with a single invocation.
- getHashCode(T) - Method in interface com.helger.commons.hashcode.IHashCodeImplementation
-
Get the hash code for the passed object
- getHeaderCombined(String, String) - Method in class com.helger.commons.http.HttpHeaderMap
-
Get the header value as a combination of all contained values.
- getHeight() - Method in interface com.helger.commons.dimension.IHasHeightDouble
- getHeight() - Method in interface com.helger.commons.dimension.IHasHeightFloat
- getHeight() - Method in interface com.helger.commons.dimension.IHasHeightInt
- getHeight() - Method in interface com.helger.commons.dimension.IHasHeightLong
- getHeight() - Method in class com.helger.commons.dimension.SizeDouble
- getHeight() - Method in class com.helger.commons.dimension.SizeFloat
- getHeight() - Method in class com.helger.commons.dimension.SizeInt
- getHeight() - Method in class com.helger.commons.dimension.SizeLong
- getHexByte(char, char) - Static method in class com.helger.commons.string.StringHelper
- getHexChar(int) - Static method in class com.helger.commons.string.StringHelper
-
Get the matching hex digit as a lower case character.
- getHexCharUpperCase(int) - Static method in class com.helger.commons.string.StringHelper
-
Get the matching hex digit as an upper case character.
- getHexDecoded(char[]) - Static method in class com.helger.commons.string.StringHelper
- getHexDecoded(char[], int, int) - Static method in class com.helger.commons.string.StringHelper
- getHexDecoded(String) - Static method in class com.helger.commons.string.StringHelper
- getHexEncoded() - Method in interface com.helger.commons.io.IHasByteArray
- getHexEncoded(byte[]) - Static method in class com.helger.commons.string.StringHelper
-
Convert a byte array to a hexadecimal encoded string.
- getHexEncoded(byte[], int, int) - Static method in class com.helger.commons.string.StringHelper
-
Convert a byte array to a hexadecimal encoded string.
- getHexEncoded(String, Charset) - Static method in class com.helger.commons.string.StringHelper
-
Convert a string to a byte array and than to a hexadecimal encoded string.
- getHexString(byte) - Static method in class com.helger.commons.string.StringHelper
- getHexString(int) - Static method in class com.helger.commons.string.StringHelper
- getHexString(long) - Static method in class com.helger.commons.string.StringHelper
- getHexString(short) - Static method in class com.helger.commons.string.StringHelper
- getHexStringLeadingZero(byte, int) - Static method in class com.helger.commons.string.StringHelper
- getHexStringLeadingZero(int, int) - Static method in class com.helger.commons.string.StringHelper
- getHexStringLeadingZero(long, int) - Static method in class com.helger.commons.string.StringHelper
- getHexStringLeadingZero(short, int) - Static method in class com.helger.commons.string.StringHelper
- getHexStringLeadingZero2(byte) - Static method in class com.helger.commons.string.StringHelper
- getHexValue(char) - Static method in class com.helger.commons.string.StringHelper
-
Get the decimal value of the passed hex character
- getHighSurrogate() - Method in class com.helger.commons.text.codepoint.Codepoint
- getHighSurrogate(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- getHits() - Method in interface com.helger.commons.statistics.IStatisticsHandlerCache
- getHits() - Method in class com.helger.commons.statistics.StatisticsHandlerCache
- getHour() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the hour-of-day field.
- getHour() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the hour-of-day field.
- getHttpResponseMessage(int) - Static method in class com.helger.commons.http.CHttp
- getID() - Method in enum com.helger.commons.error.ErrorTextProvider.EField
- getID() - Method in enum com.helger.commons.error.level.EErrorLevel
- getID() - Method in class com.helger.commons.error.level.ErrorLevel
- getID() - Method in interface com.helger.commons.id.IHasID
-
Get the unique ID of this object.
- getID() - Method in interface com.helger.commons.id.IHasIntID
- getID() - Method in interface com.helger.commons.id.IHasLongID
- getID() - Method in enum com.helger.commons.io.file.EFileIOErrorCode
-
An internal ID for easier referencing.
- getID() - Method in enum com.helger.commons.io.watchdir.EWatchDirAction
- getID() - Method in enum com.helger.commons.locale.country.ECountry
- getID() - Method in enum com.helger.commons.mime.EMimeContentType
- getID() - Method in enum com.helger.commons.state.ETriState
- getID() - Method in class com.helger.commons.thirdparty.CustomLicense
- getID() - Method in enum com.helger.commons.thirdparty.ELicense
- getID() - Method in class com.helger.commons.type.TypedObject
- getID(VALUETYPE) - Method in interface com.helger.commons.id.IIDProvider
-
Get the ID of the passed object.
- getID(VALUETYPE) - Method in interface com.helger.commons.id.IIntIDProvider
-
Get the ID of the passed object.
- getID(VALUETYPE) - Method in interface com.helger.commons.id.ILongIDProvider
-
Get the ID of the passed object.
- getIDObj() - Method in interface com.helger.commons.id.IHasIntID
- getIDObj() - Method in interface com.helger.commons.id.IHasLongID
- getIf(Supplier<? extends T>) - Method in class com.helger.commons.mutable.MutableBoolean
- getIf(Supplier<? extends T>, T) - Method in class com.helger.commons.mutable.MutableBoolean
- getIfChanged(DATATYPE) - Method in class com.helger.commons.state.ChangeWithValue
-
Get the store value if this is a change.
- getIfChangedOrNull() - Method in class com.helger.commons.state.ChangeWithValue
-
Get the store value if this is a changed.
- getIfFailure(DATATYPE) - Method in class com.helger.commons.state.SuccessWithValue
-
Get the store value if this is a failure.
- getIfFailureOrNull() - Method in class com.helger.commons.state.SuccessWithValue
-
Get the store value if this is a failure.
- getIfSuccess(DATATYPE) - Method in class com.helger.commons.state.SuccessWithValue
-
Get the store value if this is a success.
- getIfSuccessOrNull() - Method in class com.helger.commons.state.SuccessWithValue
-
Get the store value if this is a success.
- getIfUnchanged(DATATYPE) - Method in class com.helger.commons.state.ChangeWithValue
-
Get the store value if this is unchanged.
- getIfUnchangedOrNull() - Method in class com.helger.commons.state.ChangeWithValue
-
Get the store value if this is unchanged.
- getImageSize(IReadableResource) - Method in class com.helger.commons.gfx.ImageDataManager
- getImploded(char, char, Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
- getImploded(char, Iterable<?>) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, without a separator.
- getImploded(ELEMENTTYPE[], int, int) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, without a separator.
- getImploded(Iterable<?>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container, without a separator.
- getImploded(String, ELEMENTTYPE...) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
- getImploded(String, Iterable<?>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container, separated by the specified separator string.
- getImploded(String, String, Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed map, separated by the specified separator strings.
- getImplodedMapped(char, char, Map<? extends KEYTYPE, ? extends VALUETYPE>, Function<? super KEYTYPE, String>, Function<? super VALUETYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
- getImplodedMapped(char, Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, without a separator.
- getImplodedMapped(Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container, without a separator.
- getImplodedMapped(String, ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
- getImplodedMapped(String, Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container, 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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed map, separated by the specified separator strings.
- getImplodedMappedNonEmpty(char, ELEMENTTYPE[], int, int, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
- getImplodedMappedNonEmpty(char, Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland 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.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland non empty elements of the passed container without a separator string. - getImplodedMappedNonEmpty(Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland 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.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
- getImplodedMappedNonEmpty(String, Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland non empty elements of the passed container, separated by the specified separator string. - getImplodedNonEmpty(char, Iterable<String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland non empty elements of the passed container, separated by the specified separator char. - getImplodedNonEmpty(char, String...) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
- getImplodedNonEmpty(Iterable<String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland non empty elements of the passed container without a separator string. - getImplodedNonEmpty(String, Iterable<String>) - Static method in class com.helger.commons.string.StringHelper
-
Get a concatenated String from all non-
nulland non empty elements of the passed container, separated by the specified separator string. - getImplodedNonEmpty(String, String...) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
- getInBetweenValue(SRC) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
- getInceptionYear() - Static method in class com.helger.commons.vendor.VendorInfo
- getIndex(int[], int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- getIndexOf(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the first index of cSearch within sText.
- getIndexOf(String, int, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the first index of cSearch within sText starting at index nFromIndex.
- getIndexOf(String, int, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the first index of sSearch within sText starting at index nFromIndex.
- getIndexOf(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the first index of sSearch within sText.
- getIndexOfExtension(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Returns the index of the last extension separator character, which is a dot.
- getIndexOfIgnoreCase(String, char, Locale) - Static method in class com.helger.commons.string.StringHelper
-
Get the first index of cSearch within sText ignoring case.
- getIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.helger.commons.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.commons.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.commons.string.StringHelper
-
Get the first index of sSearch within sText ignoring case.
- getIndexOfLastSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Returns the index of the last directory separator character.
- getInput() - Method in exception class com.helger.commons.text.codepoint.InvalidCharacterException
- getInputStream() - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- getInputStream() - Method in interface com.helger.commons.io.IHasByteArray
- getInputStream() - Method in interface com.helger.commons.io.IHasInputStream
-
Get the input stream to read from the object.
- getInputStream() - Method in class com.helger.commons.io.resource.ClassPathResource
-
Get the input stream for the specified path using automatic class loader handling.
- getInputStream() - Method in class com.helger.commons.io.resource.FileSystemResource
- getInputStream() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- getInputStream() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream
- getInputStream() - Method in class com.helger.commons.io.resource.URLResource
- getInputStream() - Method in class com.helger.commons.io.resource.wrapped.GZIPReadableResource
- getInputStream() - Method in class com.helger.commons.io.stream.HasInputStream
- getInputStream() - Method in class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
- getInputStream() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- getInputStream(int, int) - Method in class com.helger.commons.io.resource.URLResource
- getInputStream(int, int, IMutableWrapper<IOException>) - Method in class com.helger.commons.io.resource.URLResource
- getInputStream(int, int, Consumer<? super URLConnection>, IMutableWrapper<IOException>) - Method in class com.helger.commons.io.resource.URLResource
- getInputStream(IMutableWrapper<IOException>) - Method in class com.helger.commons.io.resource.URLResource
- getInputStream(File) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getInputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
- getInputStream(String) - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
- getInputStream(String) - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- getInputStream(String) - Method in interface com.helger.commons.io.provider.IInputStreamProvider
-
Get the input stream from the given name.
- getInputStream(String) - Method in interface com.helger.commons.io.relative.IPathRelativeIO
-
Get the
InputStreamrelative to the base path - getInputStream(String) - Static method in class com.helger.commons.io.resource.ClassPathResource
-
Get the input stream for the specified path using automatic class loader handling.
- getInputStream(String) - Method in interface com.helger.commons.io.resourceprovider.IReadableResourceProvider
-
Get the
InputStreamspecified by the given name for reading. - getInputStream(String) - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- getInputStream(String, ClassLoader) - Static method in class com.helger.commons.io.resource.ClassPathResource
-
Get the input stream of the passed resource using the specified class loader only.
- getInputStream(URL) - Static method in class com.helger.commons.io.resource.URLResource
- getInputStream(URL, int, int, Consumer<? super URLConnection>, IMutableWrapper<IOException>) - Static method in class com.helger.commons.url.URLHelper
-
Get an input stream from the specified URL.
- getInputStream(Path) - Static method in class com.helger.commons.io.file.PathHelper
- getInputStreamAndCharsetFromBOM(InputStream) - Static method in class com.helger.commons.charset.CharsetHelper
-
If a BOM is present in the
InputStreamit is read and if possible the charset is automatically determined from the BOM. - getInputStreamNoCache(ClassLoader) - Method in class com.helger.commons.io.resource.ClassPathResource
-
Get the input stream to the this resource, using the passed class loader only.
- getInstance() - Static method in class com.helger.commons.datetime.DateTimeFormatterCache
- getInstance() - Static method in class com.helger.commons.equals.EqualsImplementationRegistry
- getInstance() - Static method in class com.helger.commons.gfx.ImageDataManager
- getInstance() - Static method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- getInstance() - Static method in class com.helger.commons.locale.country.CountryCache
- getInstance() - Static method in class com.helger.commons.locale.language.LanguageCache
- getInstance() - Static method in class com.helger.commons.locale.LocaleCache
- getInstance() - Static method in class com.helger.commons.mime.MimeTypeDeterminator
- getInstance() - Static method in class com.helger.commons.random.VerySecureRandom
- getInstance() - Static method in class com.helger.commons.regex.RegExCache
- getInstance() - Static method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
- getInstance() - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
- getInstance() - Static method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
- getInstance() - Static method in class com.helger.commons.typeconvert.TypeConverterProviderBestMatch
- getInstance() - Static method in class com.helger.commons.typeconvert.TypeConverterProviderExact
- getInstance() - Static method in class com.helger.commons.typeconvert.TypeConverterProviderFuzzy
- getInstance() - Static method in class com.helger.commons.typeconvert.TypeConverterProviderRuleBased
- getInstance() - Static method in class com.helger.commons.typeconvert.TypeConverterRegistry
- getInstance() - Static method in class com.helger.commons.url.URLProtocolRegistry
- getIntDivided(int, int, RoundingMode) - Static method in class com.helger.commons.math.MathHelper
- getIntDividedCeil(int, int) - Static method in class com.helger.commons.math.MathHelper
- getIntDividedFloor(int, int) - Static method in class com.helger.commons.math.MathHelper
- getInternalIterator() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- getIntersected(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get all elements that are contained in the first AND in the second container.
- getIntIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getInvocationCount() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getInvocationCount() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- getInvocationCount() - Method in interface com.helger.commons.statistics.IStatisticsHandler
- getInvocationCount() - Method in class com.helger.commons.statistics.StatisticsHandlerCache
- getInvocationCount() - Method in class com.helger.commons.statistics.StatisticsHandlerCounter
- getInvocationCount() - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
- getInvocationCount(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getInvocationCount(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyed
-
Get the invocation count for a single key.
- getInvocationCount(String) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
- getISOCountryCode() - Method in enum com.helger.commons.locale.country.ECountry
- getIssueDateTime() - Method in class com.helger.commons.log.LogMessage
- getIterator(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.IteratorHelper
- getIterator(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
- getIterator(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
- getIterator(Iterator<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
- getJavaClassPath() - Static method in class com.helger.commons.system.SystemProperties
- getJavaClassVersion() - Static method in class com.helger.commons.system.SystemProperties
- getJavaHome() - Static method in class com.helger.commons.system.SystemProperties
- getJavaLibraryPath() - Static method in class com.helger.commons.system.SystemProperties
- getJavaRuntimeName() - Static method in class com.helger.commons.system.SystemProperties
- getJavaRuntimeVersion() - Static method in class com.helger.commons.system.SystemProperties
- getJavaSpecificationUrl() - Static method in class com.helger.commons.system.SystemProperties
- getJavaSpecificationVendor() - Static method in class com.helger.commons.system.SystemProperties
- getJavaSpecificationVersion() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVendor() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVendorURL() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVersion() - Static method in class com.helger.commons.system.SystemHelper
- getJavaVersion() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmName() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmSpecificationUrl() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmSpecificationVendor() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmSpecificationVersion() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmUrl() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmVendor() - Static method in class com.helger.commons.system.SystemProperties
- getJavaVmVersion() - Static method in class com.helger.commons.system.SystemProperties
- getJVMVendor() - Static method in class com.helger.commons.system.SystemHelper
- getKey() - Method in class com.helger.commons.collection.map.MapEntry
- getKey() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- getKeyedCounterHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getKeyedCounterHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getKeyedSizeHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getKeyedSizeHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getKeyedTimerHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getKeyedTimerHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getLanguage() - Method in interface com.helger.commons.locale.language.IHasLanguage
- getLanguage(String) - Method in class com.helger.commons.locale.language.LanguageCache
-
Resolve the language from the provided string.
Note: this method may be invoked recursively, if the language code contains a locale separator char. - getLanguage(Locale) - Method in class com.helger.commons.locale.language.LanguageCache
-
The normed language locale associated with the provided locale.
- getLanguageExt(String, LocaleCache.IMissingLocaleHandler) - Method in class com.helger.commons.locale.language.LanguageCache
-
Resolve the language from the provided string.
Note: this method may be invoked recursively, if the language code contains a locale separator char. - getLanguageExt(Locale, LocaleCache.IMissingLocaleHandler) - Method in class com.helger.commons.locale.language.LanguageCache
-
The normed language locale associated with the provided locale.
- getLapDuration() - Method in class com.helger.commons.timing.StopWatch
-
Create an intermediate time (lap time).
- getLast() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ICommonsList.getLastOrNull()instead - getLast() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getLast() - Method in interface com.helger.commons.collection.impl.ICommonsSortedSet
- getLast(boolean[], boolean) - Static method in class com.helger.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.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.commons.collection.ArrayHelper
-
Get the last element of the array or the passed default if the passed array is empty.
- getLast(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsList
- getLast(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedSet
- getLast(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSortedSet
- getLast(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the last element of the array or
nullif the passed array is empty. - getLast(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.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.commons.string.StringHelper
-
Get the last character of the passed array
- getLastChar(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Get the last character of the passed character sequence
- getLastChild() - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
-
Get the last child node or
nullif no child is present - getLastElement(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getLastElement(Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getLastElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getLastError() - Method in class com.helger.commons.io.file.FileOperationManager
- getLastError() - Method in interface com.helger.commons.io.file.IFileOperationManager
- getLastIndex(boolean[], boolean) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(byte[], byte) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(char[], char) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(double[], double) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(float[], float) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(int[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(long[], long) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(short[], short) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndexOf(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the last index of cSearch within sText.
- getLastIndexOf(String, int, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the last index of cSearch within sText starting at index nFromIndex.
- getLastIndexOf(String, int, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the last index of sSearch within sText starting at index nFromIndex.
- getLastIndexOf(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the last index of sSearch within sText.
- getLastIndexOfIgnoreCase(String, char, Locale) - Static method in class com.helger.commons.string.StringHelper
-
Get the last index of cSearch within sText ignoring case.
- getLastIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.helger.commons.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.commons.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.commons.string.StringHelper
-
Get the last index of sSearch within sText ignoring case.
- getLastKey() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- getLastKey() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getLastKey(KEYTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- getLastKey(KEYTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getLastOperation() - Method in class com.helger.commons.io.file.FileOperationManager
- getLastOperation() - Method in interface com.helger.commons.io.file.IFileOperationManager
- getLastOrNull() - Method in interface com.helger.commons.collection.impl.ICommonsList
- getLastToken(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the last token from (and excluding) the separating character.
- getLastToken(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the last token from (and excluding) the separating string.
- getLastValue() - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- getLastValue() - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getLastValue(VALUETYPE) - Method in interface com.helger.commons.collection.impl.ICommonsOrderedMap
- getLastValue(VALUETYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSortedMap
- getLeadingCharCount(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the number of specified chars, the passed string starts with.
- getLeadingWhitespaceCount(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the number of leading white spaces according to
Character.isWhitespace(char) - getLeadingZero(int, int) - Static method in class com.helger.commons.string.StringHelper
- getLeadingZero(long, int) - Static method in class com.helger.commons.string.StringHelper
- getLeadingZero(Byte, int) - Static method in class com.helger.commons.string.StringHelper
- getLeadingZero(Integer, int) - Static method in class com.helger.commons.string.StringHelper
- getLeadingZero(Long, int) - Static method in class com.helger.commons.string.StringHelper
- getLeadingZero(Short, int) - Static method in class com.helger.commons.string.StringHelper
- getLeadingZero(String, int) - Static method in class com.helger.commons.string.StringHelper
- getLength(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Get the length of the passed character sequence.
- getLevel() - Method in class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- getLevel() - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
- getLevel() - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
- getLicense() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- getLicense() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getLineCount(String) - Static method in class com.helger.commons.string.StringHelper
- getLineCount(String, char) - Static method in class com.helger.commons.string.StringHelper
- getLineEnd() - Method in class com.helger.commons.csv.CSVWriter
- getLineNumber() - Method in interface com.helger.commons.location.ILocation
- getLineNumber() - Method in class com.helger.commons.location.SimpleLocation
- getLineSeparator() - Static method in class com.helger.commons.system.SystemProperties
- getLinkedException() - Method in interface com.helger.commons.error.IError
- getLinkedException() - Method in class com.helger.commons.error.SingleError
- getLinkedExceptionCause() - Method in interface com.helger.commons.error.IError
- getLinkedExceptionMessage() - Method in interface com.helger.commons.error.IError
- getLinkedExceptionStackTrace() - Method in interface com.helger.commons.error.IError
- getListOfField(String) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries for the specified field name
- getListOfFields(String...) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries for the specified field names
- getListOfFields(Collection<String>) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries for the specified field names
- getListOfFieldsRegExp(String) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries that have field names matching the passed regular expression.
- getListOfFieldsStartingWith(String...) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries that have field names starting with one of the supplied names.
- getListWithoutField() - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries that does not contain an error field name.
- getLocalDateFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalDateFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalDateFromString(String, Locale) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalDateFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getLocalDateTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalDateTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalDateTimeFromString(String, Locale) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalDateTimeFromW3COrRFC822(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Parses a Date out of a String with a date in W3C date-time format or in a RFC822 format.
- getLocalDateTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getLocale() - Method in interface com.helger.commons.locale.IHasLocale
- getLocale(String) - Method in class com.helger.commons.locale.LocaleCache
-
Get the
Localeobject matching the given language. - getLocale(String, String) - Method in class com.helger.commons.locale.LocaleCache
-
Get the
Localeobject matching the given language and country. - getLocale(String, String, String) - Method in class com.helger.commons.locale.LocaleCache
-
Get the
Localeobject matching the given locale string - getLocale(String, String, String, LocaleCache.IMissingLocaleHandler) - Method in class com.helger.commons.locale.LocaleCache
-
Get the
Localeobject matching the given locale string - getLocaleDisplayName(Locale, Locale) - Static method in class com.helger.commons.locale.LocaleHelper
-
Get the display name of the passed language in the currently selected UI language.
- getLocaleExt(String, LocaleCache.IMissingLocaleHandler) - Method in class com.helger.commons.locale.LocaleCache
-
Get the
Localeobject matching the given language. - getLocaleFromString(String) - Static method in class com.helger.commons.locale.LocaleHelper
-
Convert a String in the form "language-country-variant" to a Locale object.
- getLocaleNativeDisplayName(Locale) - Static method in class com.helger.commons.locale.LocaleHelper
-
Get the display name of the passed locale in the passed locale.
- getLocaleToUseOrFallback(Locale, Collection<Locale>, Locale) - Static method in class com.helger.commons.locale.LocaleHelper
- getLocaleToUseOrNull(Locale, Collection<Locale>) - Static method in class com.helger.commons.locale.LocaleHelper
- getLocalTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalTimeFromString(String, Locale) - Static method in class com.helger.commons.datetime.PDTFromString
- getLocalTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getLogMessage(Throwable) - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
-
Get the text to be logged for a certain exception
- getLong(TemporalField) - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the value of the specified field from this date as a
long. - getLong(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the value of the specified field from this date as a
long. - getLong(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the value of the specified field from this date-time as a
long. - getLong(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the value of the specified field from this time as a
long. - getLongAsInt(long, int) - Static method in class com.helger.commons.math.MathHelper
- getLongDivided(long, long, RoundingMode) - Static method in class com.helger.commons.math.MathHelper
- getLongDividedCeil(long, long) - Static method in class com.helger.commons.math.MathHelper
- getLongDividedFloor(long, long) - Static method in class com.helger.commons.math.MathHelper
- getLongIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getLongPatternDate(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getLongPatternDateTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getLongPatternTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getLowSurrogate() - Method in class com.helger.commons.text.codepoint.Codepoint
- getLowSurrogate(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- getMajor() - Method in class com.helger.commons.version.Version
- getMapName() - Method in class com.helger.commons.collection.map.LoggingLRUMap
- getMappedInputStream(File) - Static method in class com.helger.commons.io.file.FileChannelHelper
-
Get an input stream to the specified file, using memory mapping.
- getMappedOutputStream(File) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getMappedOutputStream(File, EAppend) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getMappedOutputStream(String) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getMappedOutputStream(String, EAppend) - Static method in class com.helger.commons.io.file.FileChannelHelper
- getMark() - Method in class com.helger.commons.io.stream.CountingInputStream
- getMark() - Method in class com.helger.commons.io.stream.CountingReader
- getMatcher(String, int, String) - Static method in class com.helger.commons.regex.RegExHelper
-
Get the Java Matcher object for the passed pair of regular expression and value.
- getMatcher(String, String) - Static method in class com.helger.commons.regex.RegExHelper
-
Get the Java Matcher object for the passed pair of regular expression and value.
- getMax() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- getMax() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
- getMax(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getMax(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
- getMaxBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.helger.commons.math.MathHelper
- getMaxBigInteger(BigInteger, BigInteger...) - Static method in class com.helger.commons.math.MathHelper
- getMaxDouble(double, double...) - Static method in class com.helger.commons.math.MathHelper
- getMaxFloat(float, float...) - Static method in class com.helger.commons.math.MathHelper
- getMaximumByteCount() - Static method in enum com.helger.commons.charset.EUnicodeBOM
- getMaximumDecodedLength(int) - Method in class com.helger.commons.codec.Base16Codec
- getMaximumDecodedLength(int) - Method in class com.helger.commons.codec.Base32Codec
- getMaximumDecodedLength(int) - Method in class com.helger.commons.codec.Base64Codec
- getMaximumDecodedLength(int) - Method in interface com.helger.commons.codec.IByteArrayDecoder
-
Get the maximum decoded length based on the provided encoded length.
- getMaximumDecodedLength(int) - Method in interface com.helger.commons.codec.ICharArrayDecoder
-
Get the maximum decoded length based on the provided encoded length.
- getMaximumDecodedLength(int) - Method in class com.helger.commons.codec.RFC2616Codec
- getMaximumEncodedLength(int) - Method in class com.helger.commons.codec.Base16Codec
- getMaximumEncodedLength(int) - Method in class com.helger.commons.codec.Base32Codec
- getMaximumEncodedLength(int) - Method in class com.helger.commons.codec.Base64Codec
- getMaximumEncodedLength(int) - Method in interface com.helger.commons.codec.IByteArrayEncoder
-
Get the maximum encoded length based on the provided decoded length.
- getMaximumEncodedLength(int) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
- getMaximumEncodedLength(int) - Method in interface com.helger.commons.codec.ICharArrayEncoder
-
Get the maximum encoded length based on the provided decoded length.
- getMaximumEncodedLength(int) - Method in interface com.helger.commons.codec.ICharArrayStreamEncoder
- getMaximumEncodedLength(int) - Method in class com.helger.commons.codec.RFC2616Codec
- getMaxInt(int, int...) - Static method in class com.helger.commons.math.MathHelper
- getMaxLong(long, long...) - Static method in class com.helger.commons.math.MathHelper
- getMaxMemory() - Static method in class com.helger.commons.system.SystemHelper
-
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
- getMaxPerformCount() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
- getMaxSize() - Method in class com.helger.commons.cache.MappedCache
- getMaxSize() - Method in class com.helger.commons.collection.map.LRUMap
- getMaxSize() - Method in class com.helger.commons.collection.map.LRUSet
- getMaxSize() - Method in class com.helger.commons.collection.map.SoftLinkedHashMap
- getMediumPatternDate(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getMediumPatternDateTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getMediumPatternTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getMessage() - Method in class com.helger.commons.log.LogMessage
- getMessage() - Method in exception class com.helger.commons.text.codepoint.InvalidCharacterException
- getMessage(Class<?>) - Method in enum com.helger.commons.typeconvert.TypeConverterException.EReason
- getMessage(Class<?>, Class<?>) - Method in enum com.helger.commons.typeconvert.TypeConverterException.EReason
- getMicro() - Method in class com.helger.commons.version.Version
- getMillis() - Method in class com.helger.commons.timing.StopWatch
- getMillis(OffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(XMLOffsetDate) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(LocalDate) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMillis(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
- getMimeType() - Method in class com.helger.commons.mime.MimeTypeContent
- getMimeTypeFromBytes(byte[]) - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Try to determine the MIME type from the given byte array.
- getMimeTypeFromBytes(byte[], IMimeType) - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Try to determine the MIME type from the given byte array.
- getMimeTypeFromString(String, Charset) - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Try to find the MIME type that matches the passed content string.
- getMimeTypeFromString(String, Charset, IMimeType) - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Try to find the MIME type that matches the passed content string.
- getMin() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- getMin() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
- getMin(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getMin(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
- getMinBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.helger.commons.math.MathHelper
- getMinBigInteger(BigInteger, BigInteger...) - Static method in class com.helger.commons.math.MathHelper
- getMinDouble(double, double...) - Static method in class com.helger.commons.math.MathHelper
- getMinFloat(float, float...) - Static method in class com.helger.commons.math.MathHelper
- getMinInt(int, int...) - Static method in class com.helger.commons.math.MathHelper
- getMinLength() - Method in class com.helger.commons.format.FormatterMinLengthAddLeading
- getMinLength() - Method in class com.helger.commons.format.FormatterMinLengthAddTrailing
- getMinLong(long, long...) - Static method in class com.helger.commons.math.MathHelper
- getMinor() - Method in class com.helger.commons.version.Version
- getMinute() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the minute-of-hour field.
- getMinute() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the minute-of-hour field.
- getMisses() - Method in interface com.helger.commons.statistics.IStatisticsHandlerCache
- getMisses() - Method in class com.helger.commons.statistics.StatisticsHandlerCache
- getMode() - Method in enum com.helger.commons.io.file.ERandomAccessFileMode
- getMonth() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the month-of-year field using the
Monthenum. - getMonth() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the month-of-year field using the
Monthenum. - getMonth() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the month-of-year field using the
Monthenum. - getMonthValue() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the month-of-year field from 1 to 12.
- getMostSevere(IErrorLevel, IErrorLevel) - Static method in interface com.helger.commons.error.level.IErrorLevel
- getMostSevereErrorLevel() - Method in interface com.helger.commons.error.level.IHasErrorLevels
-
Get the most severe error level within this object.
- getMultilingualText() - Method in interface com.helger.commons.text.IHasMultilingualText
-
Get the complete multilingual text.
- getName() - Method in class com.helger.commons.cache.MappedCache
- getName() - Method in enum com.helger.commons.http.EHttpMethod
- getName() - Method in interface com.helger.commons.name.IHasName
- getName() - Method in class com.helger.commons.type.ObjectType
- getName() - Method in class com.helger.commons.url.URLParameter
- getName(DATATYPE) - Method in interface com.helger.commons.name.INameProvider
-
Get the name of the passed object.
- getNamingPattern() - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Returns the naming pattern for naming newly created threads.
- getNano() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the nano-of-second field.
- getNano() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the nano-of-second field.
- getNanos() - Method in class com.helger.commons.timing.StopWatch
- getNewID() - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
- getNewID() - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
- getNewID() - Method in interface com.helger.commons.id.factory.IIDFactory
- getNewID() - Method in interface com.helger.commons.id.factory.IIntIDFactory
-
Create a new unique integer ID.
- getNewID() - Method in interface com.helger.commons.id.factory.ILongIDFactory
-
Create a new unique long ID.
- getNewID() - Method in class com.helger.commons.id.factory.MemoryIntIDFactory
- getNewID() - Method in class com.helger.commons.id.factory.MemoryLongIDFactory
- getNewID() - Method in class com.helger.commons.id.factory.MemoryStaticIntIDFactory
- getNewID() - Method in class com.helger.commons.id.factory.MemoryStaticLongIDFactory
- getNewID() - Method in class com.helger.commons.id.factory.StringIDFactory
- getNewIntID() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getNewLineMode() - Method in enum com.helger.commons.system.EOperatingSystem
- getNewLongID() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getNewPersistentIntID() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getNewPersistentLongID() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getNewPersistentStringID() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getNewStaticID() - Static method in class com.helger.commons.id.factory.MemoryStaticIntIDFactory
- getNewStaticID() - Static method in class com.helger.commons.id.factory.MemoryStaticLongIDFactory
- getNewStringID() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getNextFreeCode() - Method in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- getNode(byte[]) - Method in class com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
- getNotEmpty(CharSequence, CharSequence) - Static method in class com.helger.commons.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.commons.string.StringHelper
-
Get the passed char sequence but never return an empty char sequence.
- getNotEmpty(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string but never return an empty string.
- getNotEmpty(String, Supplier<String>) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string but never return an empty string.
- getNotNull(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed
CharSequencebut never returnnull. - getNotNull(CharSequence, CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed
CharSequencebut never returnnull. - getNotNull(CharSequence, Supplier<? extends CharSequence>) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed
CharSequencebut never returnnull. - getNotNull(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string but never return
null. - getNotNull(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string but never return
null. - getNotNull(String, Supplier<String>) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string but never return
null. - getNumberOfProcessors() - Static method in class com.helger.commons.system.SystemHelper
- getNumericLevel() - Method in enum com.helger.commons.error.level.EErrorLevel
- getNumericLevel() - Method in class com.helger.commons.error.level.ErrorLevel
- getNumericLevel() - Method in interface com.helger.commons.error.level.IErrorLevel
- getObjectAddress(Object) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the hex representation of the passed object's address.
- getObjectType() - Method in interface com.helger.commons.type.IHasObjectType
- getObjectType() - Method in class com.helger.commons.type.TypedObject
- getObjectTypeName() - Method in interface com.helger.commons.type.IHasObjectType
- getOccurrenceCount(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Count the number of occurrences of cSearch within sText.
- getOccurrenceCount(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Count the number of occurrences of sSearch within sText.
- getOccurrenceCountIgnoreCase(String, char, Locale) - Static method in class com.helger.commons.string.StringHelper
-
Count the number of occurrences of cSearch within sText ignoring case.
- getOccurrenceCountIgnoreCase(String, String, Locale) - Static method in class com.helger.commons.string.StringHelper
-
Count the number of occurrences of sSearch within sText ignoring case.
- getOffset() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class com.helger.commons.io.ByteArrayWrapper
- getOffset() - Method in interface com.helger.commons.io.IHasByteArray
- getOffset() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- getOffset() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- getOffsetDateFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetDateFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetDateFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getOffsetDateTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetDateTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetDateTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getOffsetOr(Supplier<ZoneOffset>) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- getOffsetOrDefault() - Method in class com.helger.commons.datetime.XMLOffsetDate
- getOffsetOrDefault() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- getOffsetOrDefault() - Method in class com.helger.commons.datetime.XMLOffsetTime
- getOffsetOrDefault(LocalDateTime) - Method in class com.helger.commons.datetime.XMLOffsetTime
- getOffsetOrUTC() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- getOffsetTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetTimeFromString(String, Locale) - Static method in class com.helger.commons.datetime.PDTFromString
- getOffsetTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getOperatingSystem() - Static method in class com.helger.commons.system.SystemHelper
- getOperatingSystemName() - Static method in class com.helger.commons.system.SystemHelper
- getOperation() - Method in class com.helger.commons.io.file.FileIOError
- getOptions() - Method in class com.helger.commons.regex.RegExPattern
- getOsArch() - Static method in class com.helger.commons.system.SystemProperties
- getOsName() - Static method in class com.helger.commons.system.SystemProperties
- getOsVersion() - Static method in class com.helger.commons.system.SystemProperties
- getOtherComparator() - Method in class com.helger.commons.compare.NaturalNumericOrderComparator
- getOutputStream(EAppend) - Method in interface com.helger.commons.io.IHasOutputStream
-
Get the output stream to read from the object.
- getOutputStream(EAppend) - Method in class com.helger.commons.io.resource.FileSystemResource
- getOutputStream(EAppend) - Method in class com.helger.commons.io.resource.wrapped.GZIPWritableResource
- getOutputStream(EAppend) - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
- getOutputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Get an output stream for writing to a file.
- getOutputStream(File, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
-
Get an output stream for writing to a file.
- getOutputStream(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get the
OutputStreamrelative to the base path. - getOutputStream(String, EAppend) - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
- getOutputStream(String, EAppend) - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- getOutputStream(String, EAppend) - Method in interface com.helger.commons.io.provider.IOutputStreamProvider
-
Get the output stream from the given name.
- getOutputStream(String, EAppend) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get the
OutputStreamrelative to the base path - getOutputStream(String, EAppend) - Method in interface com.helger.commons.io.resourceprovider.IWritableResourceProvider
-
Get the
OutputStreamspecified by the given name for reading. - getOutputStream(String, EAppend) - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- getOutputStream(Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Get an output stream for writing to a file.
- getOutputStream(Path, EAppend) - Static method in class com.helger.commons.io.file.PathHelper
-
Get an output stream for writing to a file.
- getPad() - Method in class com.helger.commons.codec.Base32Codec
- getParamClass() - Method in class com.helger.commons.mock.CommonsMock.Param
- getParamCount() - Method in enum com.helger.commons.io.file.EFileIOOperation
- getParameterAtIndex(int) - Method in interface com.helger.commons.mime.IMimeType
-
Get the parameter at the specified index.
- getParameterAtIndex(int) - Method in class com.helger.commons.mime.MimeType
- getParameterCount() - Method in interface com.helger.commons.mime.IMimeType
- getParameterCount() - Method in class com.helger.commons.mime.MimeType
- getParametersAsString(EMimeQuoting) - Method in interface com.helger.commons.mime.IMimeType
-
Get all MIME type parameters as a single string but without the leading content and sub type.
- getParametersAsString(EMimeQuoting) - Method in class com.helger.commons.mime.MimeType
- getParameterValueWithName(String) - Method in interface com.helger.commons.mime.IMimeType
-
Get the value of the parameter with the specified name.
- getParameterValueWithName(String) - Method in class com.helger.commons.mime.MimeType
- getParameterWithName(String) - Method in interface com.helger.commons.mime.IMimeType
-
Get the parameter with the specified name.
- getParameterWithName(String) - Method in class com.helger.commons.mime.MimeType
- getParamName() - Method in class com.helger.commons.mock.CommonsMock.Param
- getParent() - Method in interface com.helger.commons.hierarchy.IHasParent
-
Get the parent object of this object.
- getParent(PARENTTYPE) - Method in interface com.helger.commons.hierarchy.IParentProvider
-
Get the parent of the passed object.
- getParentClassLoader(ClassLoader) - Static method in class com.helger.commons.lang.ClassLoaderHelper
- getParentText() - Method in class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
- getParentText() - Method in class com.helger.commons.text.display.HasDisplayTextWithArgs
- getParentText() - Method in class com.helger.commons.text.HasTextWithArgs
- getParsedQueryParameters(String) - Static method in class com.helger.commons.url.URLHelper
- getParsedQueryParameters(String, IDecoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
- getParser() - Method in class com.helger.commons.csv.CSVReader
- getPath() - Method in class com.helger.commons.io.resource.ClassPathResource
- getPath() - Method in class com.helger.commons.io.resource.FileSystemResource
- getPath() - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- getPath() - Method in interface com.helger.commons.io.resource.IResourceBase
- getPath() - Method in class com.helger.commons.io.resource.URLResource
- getPath() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- getPath() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- getPath() - Method in interface com.helger.commons.url.ISimpleURL
- getPath() - Method in class com.helger.commons.url.SimpleURL
- getPath() - Method in class com.helger.commons.url.URLData
- getPath(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the path of the passed file name without any eventually contained filename.
- getPathFromClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the path representation of the passed class.
- getPathFromClass(String) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the path representation of the passed class name.
- getPathSeparator() - Static method in class com.helger.commons.system.SystemProperties
- getPathUsingUnixSeparator(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the path (not the absolute path!)
- getPathUsingUnixSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the passed path is using the Unix style separator "/" instead of the Operating System dependent one.
- getPathUsingWindowsSeparator(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the path (not the absolute path!)
- getPathUsingWindowsSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Ensure that the passed path is using the Windows style separator "\" instead of the Operating System dependent one.
- getPattern() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
- getPattern() - Method in class com.helger.commons.datetime.PDTMask
- getPattern(EDTType, Locale, FormatStyle, EDTFormatterMode) - Static method in class com.helger.commons.datetime.PDTFormatter
- getPattern(String) - Static method in class com.helger.commons.regex.RegExCache
-
Get the cached regular expression pattern.
- getPattern(String, int) - Static method in class com.helger.commons.regex.RegExCache
-
Get the cached regular expression pattern.
- getPatternDate(FormatStyle, Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getPatternDateTime(FormatStyle, Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getPatternTime(FormatStyle, Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getPercentValue(BigDecimal, BigDecimal) - Static method in class com.helger.commons.math.MathHelper
-
Get x% from base
- getPercentValue(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.helger.commons.math.MathHelper
-
Get x% from base with rounding etc.
- getPerformer() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
- getPerformer() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
- getPeriodFromString(String) - Static method in class com.helger.commons.datetime.PDTFromString
- getPersistentIntIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getPersistentLongIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getPersistentStringIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getPersonal() - Method in class com.helger.commons.email.EmailAddress
- getPersonal() - Method in interface com.helger.commons.email.IEmailAddress
- getPlane() - Method in class com.helger.commons.text.codepoint.Codepoint
-
Plane 0 (0000–FFFF): Basic Multilingual Plane (BMP).
- getPoolSize() - Method in class com.helger.commons.pool.ObjectPool
- getPosition() - Method in class com.helger.commons.io.stream.CountingInputStream
- getPosition() - Method in class com.helger.commons.io.stream.CountingReader
- getPosition() - Method in class com.helger.commons.io.stream.LoggingInputStream
- getPosition() - Method in class com.helger.commons.io.stream.LoggingReader
- getPosition() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
- getPrefix() - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- getPrefix() - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- getPrefix() - Method in class com.helger.commons.id.factory.StringIDFactory
- getPrefix() - Method in class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
- getPrimitiveClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the primitive class of the passed primitive wrapper class.
- getPrimitiveConverterTo() - Method in interface com.helger.commons.traits.IHasPrimitiveConverter
- getPrimitiveWrapperClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the primitive wrapper class of the passed primitive class.
- getPrintableChars() - Method in class com.helger.commons.codec.QuotedPrintableCodec
- getPrintableChars() - Method in class com.helger.commons.codec.URLCodec
- getPrintWriter(File, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getPrintWriter(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getPriority() - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Returns the priority of the threads created by this factory.
- getProcessorArchitecture() - Static method in class com.helger.commons.system.SystemHelper
- getProperty(String) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Searches for the property with the specified key in this property list.
- getProperty(String, String) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Searches for the property with the specified key in this property list.
- getPropertyValue(String) - Static method in class com.helger.commons.system.SystemProperties
- getPropertyValueOrNull(String) - Static method in class com.helger.commons.system.SystemProperties
- getProtocol() - Method in enum com.helger.commons.url.EURLProtocol
- getProtocol() - Method in interface com.helger.commons.url.ISimpleURL
- getProtocol() - Method in interface com.helger.commons.url.IURLProtocol
-
Retrieve the URL protocol prefix to be used.
- getProtocol() - Method in class com.helger.commons.url.URLProtocol
- getProtocol(ISimpleURL) - Method in class com.helger.commons.url.URLProtocolRegistry
-
Try to evaluate the matching URL protocol from the passed URL
- getProtocol(String) - Method in class com.helger.commons.url.URLProtocolRegistry
-
Try to evaluate the matching URL protocol from the passed URL
- getQualifier() - Method in class com.helger.commons.version.Version
- getQuery() - Method in class com.helger.commons.datetime.PDTMask
- getQueryParametersAsString(List<? extends URLParameter>, IEncoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
-
Create a parameter string.
- getQueueLength() - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- getQueueLength() - Method in interface com.helger.commons.concurrent.collector.IConcurrentCollector
- getQuoteChar() - Method in class com.helger.commons.csv.CSVParser
- getQuoteChar() - Method in class com.helger.commons.csv.CSVReader
- getQuoteChar() - Method in class com.helger.commons.csv.CSVWriter
- getQuoted(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the provided string quoted or unquoted if it is
null. - getQuotedString(String) - Method in enum com.helger.commons.mime.EMimeQuoting
- getRandomAccessFile(File, ERandomAccessFileMode) - Static method in class com.helger.commons.io.file.FileHelper
- getRandomAccessFile(String, ERandomAccessFileMode) - Static method in class com.helger.commons.io.file.FileHelper
- getReadableCloneForPath(String) - Method in class com.helger.commons.io.resource.ClassPathResource
- getReadableCloneForPath(String) - Method in class com.helger.commons.io.resource.FileSystemResource
- getReadableCloneForPath(String) - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- getReadableCloneForPath(String) - Method in interface com.helger.commons.io.resource.IReadableResource
-
Get a new resource of the same implementation type as this object but for a different path.
- getReadableCloneForPath(String) - Method in class com.helger.commons.io.resource.URLResource
- getReadableCloneForPath(String) - Method in class com.helger.commons.io.resource.wrapped.GZIPReadableResource
- getReadableCloneForPath(URL) - Method in class com.helger.commons.io.resource.URLResource
- getReadableResource(String) - Method in class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
- getReadableResource(String) - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- getReadableResource(String) - Method in interface com.helger.commons.io.resourceprovider.IReadableResourceProvider
-
Get the resource specified by the given name for reading.
- getReadableResource(String) - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- getReadableResource(String) - Method in class com.helger.commons.io.resourceprovider.URLResourceProvider
- getReadableResourceIf(String, Predicate<? super IReadableResource>) - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- getReader() - Method in interface com.helger.commons.io.IHasReader
-
Get the reader to read from the object.
- getReader() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- getReader() - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
- getReader(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getReader(String) - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- getReader(String) - Method in interface com.helger.commons.io.provider.IReaderProvider
-
Get the reader from the given name.
- getReader(String, Charset) - Method in interface com.helger.commons.io.relative.IPathRelativeIO
-
Get the
Readerrelative to the base path - getReader(Charset) - Method in interface com.helger.commons.io.IHasInputStreamAndReader
-
Get a
Readerbased on this input stream provider using the given charset. - getReader(Charset) - Method in class com.helger.commons.io.resource.FileSystemResource
- getReader(Charset) - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- getReader(Path, Charset) - Static method in class com.helger.commons.io.file.PathHelper
- getReaderByBOM(InputStream, Charset) - Static method in class com.helger.commons.charset.CharsetHelper
- getReaderNoCache(ClassLoader, Charset) - Method in class com.helger.commons.io.resource.ClassPathResource
-
Create a
Readerof this resource, using the specified class loader only. - getReason() - Method in exception class com.helger.commons.typeconvert.TypeConverterException
- getRecursionFilter() - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
- getRegEx() - Method in class com.helger.commons.regex.RegExPattern
- getRegisteredProtocolCount() - Method in class com.helger.commons.url.URLProtocolRegistry
- getRegisteredSerializationConverterCount() - Method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
- getRegisteredThirdPartyModuleCount() - Method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
- getRegisteredTypeConverterCount() - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
- getRegisteredTypeConverterRuleCount() - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
- getRelativeFilename(File) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get the relative file name for the passed absolute file.
- getRelativeToParentDirectory(File, File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Tries to express the passed file path relative to the passed parent directory.
- getRemainingChars() - Method in class com.helger.commons.string.util.StringScanner
- getRepeated(char, int) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string element repeated for a certain number of times.
- getRepeated(String, int) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string element repeated for a certain number of times.
- getReplaceMultipleResultLength(char[], char[], char[][]) - Static method in class com.helger.commons.string.StringHelper
-
Get the result length (in characters) when replacing all patterns with the replacements on the passed input array.
- getReSeedInterval() - Static method in class com.helger.commons.random.VerySecureRandom
-
Get the interval of
VerySecureRandom.getInstance()calls after which the random should be re-seeded. - getReserveCount() - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
- getReserveCount() - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
- getResolvedResource(String, String) - Static method in class com.helger.commons.io.resourceresolver.DefaultResourceResolver
-
Do the standard resource resolving of sSystemId relative to sBaseURI
- getResolvedResource(String, String, ClassLoader) - Static method in class com.helger.commons.io.resourceresolver.DefaultResourceResolver
-
Do the standard resource resolving of sSystemId relative to sBaseURI
- getResolverStyle() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
- getResource(Class<?>, String) - Static method in class com.helger.commons.lang.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.commons.lang.ClassLoaderHelper
-
Get the URL of the passed resource using the specified class loader only.
- getResource(String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get the file system resource relative to the base path
- getResource(String) - Method in interface com.helger.commons.io.relative.IPathRelativeIO
-
Get the file system resource relative to the base path.
- getResource(String) - Method in class com.helger.commons.io.relative.PathRelativeIO
- getResourceAsStream(Class<?>, String) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the input stream of the passed resource using the class loader of the specified class only.
- getResourceAsStream(ClassLoader, String) - Static method in class com.helger.commons.lang.ClassLoaderHelper
-
Get the input stream of the passed resource using the specified class loader only.
- getResourceBundle(String, Locale) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getResourceBundle(String, Locale, ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getResourceID() - Method in class com.helger.commons.io.resource.ClassPathResource
- getResourceID() - Method in class com.helger.commons.io.resource.FileSystemResource
- getResourceID() - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- getResourceID() - Method in interface com.helger.commons.io.resource.IResourceBase
- getResourceID() - Method in class com.helger.commons.io.resource.URLResource
- getResourceID() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- getResourceID() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- getResourceID() - Method in interface com.helger.commons.location.ILocation
- getResourceID() - Method in class com.helger.commons.location.SimpleLocation
- getResources(ClassLoader, String) - Static method in class com.helger.commons.lang.ClassLoaderHelper
-
Get all URLs of the passed resource using the specified class loader only.
- getRest() - Method in class com.helger.commons.string.util.StringScanner
-
Get all remaining chars, and set the index to the end of the input string
- getReverse(String) - Static method in class com.helger.commons.string.StringHelper
- getReverseInlineList(LISTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- getReverseIterator(List<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
- getReverseList(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getRFC1522Encoding() - Method in class com.helger.commons.codec.AbstractRFC1522Codec
-
Returns the codec name (referred to as encoding in the RFC 1522).
- getRFC1522Encoding() - Method in class com.helger.commons.codec.RFC1522BCodec
- getRFC1522Encoding() - Method in class com.helger.commons.codec.RFC1522QCodec
- getRounded(double, int, RoundingMode, RoundHelper.EDecimalType) - Static method in class com.helger.commons.math.RoundHelper
-
Source: http://www.luschny.de/java/doubleformat.html
- getRoundedEvenExp(double, int) - Static method in class com.helger.commons.math.RoundHelper
-
Round using the
RoundingMode.HALF_EVENmode and exponential representation - getRoundedEvenExp2(double) - Static method in class com.helger.commons.math.RoundHelper
-
Round using the
RoundingMode.HALF_EVENmode, exponential representation and a precision scale of 2. - getRoundedUp(int, int) - Static method in class com.helger.commons.math.MathHelper
-
Round up to the nearest multiple of the value to round.
- getRoundedUpFix(double, int) - Static method in class com.helger.commons.math.RoundHelper
-
Round using the
RoundingMode.HALF_UPmode and fix representation - getRoundedUpFix2(double) - Static method in class com.helger.commons.math.RoundHelper
-
Round using the
RoundingMode.HALF_UPmode, fix representation and a precision scale of 2. - getSafeCastedValue(int, Class<T>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value casted to the specified class, but only if the cast is possible.
- getSafeCastedValue(int, T, Class<T>) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the contained value casted to the specified class, but only if the cast is possible.
- getSafeCastedValue(KEYTYPE, Class<T>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value casted to the specified class, but only if the cast is possible.
- getSafeCastedValue(KEYTYPE, T, Class<T>) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the contained value casted to the specified class, but only if the cast is possible.
- getSafeClassName(Object) - Static method in class com.helger.commons.lang.ClassHelper
-
Get the class name of the passed object.
- getSafeElement(ELEMENTTYPE[], int) - Static method in class com.helger.commons.collection.ArrayHelper
- getSafeElement(ELEMENTTYPE[], int, ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
- getScaledToHeight(double) - Method in class com.helger.commons.dimension.SizeDouble
- getScaledToHeight(float) - Method in class com.helger.commons.dimension.SizeFloat
- getScaledToHeight(int) - Method in class com.helger.commons.dimension.SizeInt
- getScaledToHeight(long) - Method in class com.helger.commons.dimension.SizeLong
- getScaledToWidth(double) - Method in class com.helger.commons.dimension.SizeDouble
- getScaledToWidth(float) - Method in class com.helger.commons.dimension.SizeFloat
- getScaledToWidth(int) - Method in class com.helger.commons.dimension.SizeInt
- getScaledToWidth(long) - Method in class com.helger.commons.dimension.SizeLong
- getSecond() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the second-of-minute field.
- getSecond() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the second-of-minute field.
- getSecureFile(File) - Static method in class com.helger.commons.io.file.FileHelper
-
Get a secure
Fileobject based on the passed file object. - getSecureFilename(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Avoid 0 byte attack.
- getSecurityAsIOError(EFileIOOperation, SecurityException) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Static method to create a
FileIOErrorfor aSecurityException. - getSeparatorChar() - Method in class com.helger.commons.csv.CSVParser
- getSeparatorChar() - Method in class com.helger.commons.csv.CSVReader
- getSeparatorChar() - Method in class com.helger.commons.csv.CSVWriter
- getSerializedByteArray(Serializable) - Static method in class com.helger.commons.serialize.SerializationHelper
-
Convert the passed Serializable object to a serialized byte array.
- getShortPatternDate(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getShortPatternDateTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getShortPatternTime(Locale) - Static method in class com.helger.commons.datetime.PDTFormatPatterns
- getSimpleURL() - Method in class com.helger.commons.url.ConstantHasSimpleURL
- getSimpleURL() - Method in interface com.helger.commons.url.IHasSimpleURL
- getSize() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
- getSize() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Returns the current size of the buffer.
- getSize(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(byte...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(char...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(double...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(float...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(int...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(long...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(short...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(IIterableIterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Retrieve the size of the passed
Iterable. - getSize(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
- getSize(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Retrieve the size of the passed
Iterable. - getSize(Collection<?>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Retrieve the size of the passed
Collection. - getSize(Enumeration<?>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Retrieve the size of the passed
Enumeration. - getSize(Enumeration<?>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Retrieve the size of the passed
Enumeration. - getSize(Iterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
-
Retrieve the size of the passed
Iterator. - getSize(Map<?, ?>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Retrieve the size of the passed
Map. - getSizeHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getSizeHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getSizeHelperOfLocale(Locale) - Static method in class com.helger.commons.io.misc.SizeHelper
-
Get the size helper for the passed locale.
- getSkipLines() - Method in class com.helger.commons.csv.CSVReader
-
Returns the number of lines in the csv file to skip before processing.
- getSmallFactorial(int) - Static method in class com.helger.commons.math.FactorialHelper
-
Calculate n!
- getSorted(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterator to a sorted list.
- getSorted(IIterableIterator<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterator to a sorted list.
- getSorted(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterable object to a sorted list.
- getSorted(ELEMENTTYPE[], Comparator<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterable object to a sorted list.
- getSorted(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterable object to a sorted list.
- getSorted(Iterable<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterable object to a sorted list.
- getSorted(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given collection object to a sorted list.
- getSorted(Collection<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given collection object to a sorted list.
- getSorted(Comparator<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Return a sorted version of this collection.
- getSorted(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterator<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Convert the given iterator to a sorted list.
- getSortedByKey(Comparator<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the map sorted by its keys.
- getSortedByKey(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get a map sorted by aIter's keys.
- getSortedByKey(Map<KEYTYPE, VALUETYPE>, Comparator<? super KEYTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get a map sorted by its keys.
- getSortedByValue(Comparator<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get the map sorted by its values.
- getSortedByValue(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get a map sorted by its values.
- getSortedByValue(Map<KEYTYPE, VALUETYPE>, Comparator<? super VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Get a map sorted by aIter's values.
- getSortedInline(Comparator<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Sort this line without creating a copy.
- getSortedInline(LISTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- getSortedInline(LISTTYPE, Comparator<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- getSourceClass() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination
- getSourceClass() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
- getSourceClass() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
- getSourcePattern(PDTFormatter.CacheKey) - Static method in class com.helger.commons.datetime.PDTFormatter.LocalizedDateFormatCache
- getSplitToArray(CharSequence, String) - Static method in class com.helger.commons.regex.RegExHelper
-
Split the passed text with the given regular expression.
- getSplitToArray(CharSequence, String, int) - Static method in class com.helger.commons.regex.RegExHelper
-
Split the passed text with the given regular expression returning at most the given number of tokens.
- getSplitToList(CharSequence, String) - Static method in class com.helger.commons.regex.RegExHelper
-
Split the passed text with the given regular expression.
- getSplitToList(CharSequence, String, int) - Static method in class com.helger.commons.regex.RegExHelper
-
Split the passed text with the given regular expression.
- getSrcClass() - Method in exception class com.helger.commons.typeconvert.TypeConverterException
- getStackAsString(StackTraceElement[]) - Static method in class com.helger.commons.lang.StackTraceHelper
- getStackAsString(StackTraceElement[], boolean) - Static method in class com.helger.commons.lang.StackTraceHelper
- getStackAsString(StackTraceElement[], boolean, String) - Static method in class com.helger.commons.lang.StackTraceHelper
- getStackAsString(Thread) - Static method in class com.helger.commons.lang.StackTraceHelper
- getStackAsString(Thread, boolean) - Static method in class com.helger.commons.lang.StackTraceHelper
- getStackAsString(Thread, boolean, String) - Static method in class com.helger.commons.lang.StackTraceHelper
- getStackAsString(Throwable) - Static method in class com.helger.commons.lang.StackTraceHelper
-
Get the stack trace of a throwable as string.
- getStackAsString(Throwable, boolean) - Static method in class com.helger.commons.lang.StackTraceHelper
-
Get the stack trace of a throwable as string.
- getStackAsString(Throwable, boolean, String) - Static method in class com.helger.commons.lang.StackTraceHelper
-
Get the stack trace of a throwable as string.
- getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
- getStartDirectory() - Method in class com.helger.commons.io.watchdir.WatchDir
- getStartLevel() - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
- getString() - Method in class com.helger.commons.datetime.WithZoneId
- getString(String, Locale, String) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getString(String, Locale, String, ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getString(Locale) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- getString(Locale, ClassLoader) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- getString(ResourceBundle, String) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getStringIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- getSubList(Predicate<? super IError>) - Method in class com.helger.commons.error.list.ErrorList
- getSubList(Predicate<? super IError>) - Method in interface com.helger.commons.error.list.IErrorList
-
Get a sub-list with all entries that match the provided predicate.
- getSubList(List<ELEMENTTYPE>, int, int) - Static method in class com.helger.commons.collection.CollectionHelper
-
Gets a sublist excerpt of the passed list.
- getSubtracted(IHasDimensionDouble) - Method in class com.helger.commons.dimension.SizeDouble
- getSubtracted(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeDouble
- getSubtracted(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeFloat
- getSubtracted(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeDouble
- getSubtracted(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeFloat
- getSubtracted(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeInt
- getSubtracted(IHasDimensionLong) - Method in class com.helger.commons.dimension.SizeLong
- getSubType() - Method in interface com.helger.commons.typeconvert.ITypeConverterRule
- getSubType() - Method in class com.helger.commons.typeconvert.rule.AbstractTypeConverterRule
- getSuccessCount() - Method in interface com.helger.commons.error.level.IHasErrorLevels
- getSuffix() - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- getSuffix() - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- getSum() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
- getSum() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
- getSum(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
- getSum(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
- getSwappedKeyValues() - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Get a map where keys and values are exchanged.
- getSystemCharset() - Static method in class com.helger.commons.system.SystemHelper
- getSystemCharsetName() - Static method in class com.helger.commons.system.SystemHelper
- getSystemClassLoader() - Static method in class com.helger.commons.lang.ClassLoaderHelper
- getSystemClassLoader() - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- getSystemLocale() - Static method in class com.helger.commons.system.SystemHelper
- getTableIndex() - Method in class com.helger.commons.codec.LZWCodec.LZWNode
- getText() - Method in enum com.helger.commons.mime.EMimeContentType
- getText() - Method in enum com.helger.commons.system.ENewLineMode
- getText(Enum<?>, IHasText, Locale) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- getText(Enum<?>, IHasText, Locale) - Method in interface com.helger.commons.text.resolve.IEnumTextResolver
-
Get the text of an enumeration item.
- getText(Locale) - Method in class com.helger.commons.text.AbstractHasText
- getText(Locale) - Method in class com.helger.commons.text.HasTextWithArgs
- getText(Locale) - Method in interface com.helger.commons.text.IHasText
-
Get the text specific for the passed locale.
- getTextStatic(Enum<?>, IHasText, Locale) - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
-
Get text
- getTextWithArgs(Enum<?>, IHasTextWithArgs, Locale) - Method in interface com.helger.commons.text.resolve.IEnumTextResolver
-
Deprecated.Don't call this; Use
IEnumTextResolver.getText(Enum, IHasText, Locale)instead when no argument is needed - getTextWithArgs(Enum<?>, IHasTextWithArgs, Locale, Object...) - Method in interface com.helger.commons.text.resolve.IEnumTextResolver
-
Get the text of an enumeration item with placeholder texts being replaced.
- getTextWithArgs(Locale) - Method in interface com.helger.commons.text.IHasTextWithArgs
-
Deprecated.Don't call this; Use
IHasText.getText(Locale)instead! - getTextWithArgs(Locale, Object...) - Method in interface com.helger.commons.text.IHasTextWithArgs
-
Get the text specific for the passed locale.
- getTextWithArgsStatic(Enum<?>, IHasTextWithArgs, Locale) - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
-
Deprecated.Don't call this; Use the version without "WithArgs" because there are no args
- getTextWithArgsStatic(Enum<?>, IHasTextWithArgs, Locale, Object...) - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
-
Get text
- getThread() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
- getThreadCount() - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Returns the number of threads this factory has already created.
- getThreadGroup() - Static method in class com.helger.commons.lang.SecurityManagerHelper
- getThreadInfo() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
- getThrowable() - Method in class com.helger.commons.log.LogMessage
- getTimerHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
- getTimerHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
- getTimeZone(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- getTimezoneOffsetInMinutes(ZoneId, Instant) - Static method in class com.helger.commons.datetime.PDTFactory
- getTimezoneOffsetInMinutes(ZoneOffset) - Static method in class com.helger.commons.datetime.PDTFactory
- getTimezoneOffsetInMinutes(Date) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the time zone offset to UTC of the passed Date in minutes to be used in
XMLGregorianCalendar. - getTimezoneOffsetInMinutes(GregorianCalendar) - Static method in class com.helger.commons.datetime.PDTFactory
- getTmpDir() - Static method in class com.helger.commons.system.SystemProperties
- getToString() - Method in class com.helger.commons.string.ToStringGenerator
- getToString(Object) - Static method in class com.helger.commons.string.StringHelper
-
Convert the passed object to a string using the
Object.toString()method. - getToString(Object, String) - Static method in class com.helger.commons.string.StringHelper
-
Convert the passed object to a string using the
Object.toString()method or otherwise return the passed default value. - getTotalCombinations() - Method in class com.helger.commons.math.CombinationGenerator
- getTotalMemory() - Static method in class com.helger.commons.system.SystemHelper
-
Returns the total amount of memory in the Java virtual machine.
- getTrailingCharCount(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get the number of specified chars, the passed string ends with.
- getTrailingWhitespaceCount(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the number of trailing white spaces according to
Character.isWhitespace(char) - getTypeConverter(Class<?>, Class<?>) - Method in interface com.helger.commons.typeconvert.ITypeConverterProvider
-
Find a type converter from the source class to the destination class.
- getTypeConverter(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.TypeConverterProviderBestMatch
- getTypeConverter(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.TypeConverterProviderExact
- getTypeConverter(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.TypeConverterProviderFuzzy
- getTypeConverter(Class<?>, Class<?>) - Method in class com.helger.commons.typeconvert.TypeConverterProviderRuleBased
- getUncaughtExceptionHandler() - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Returns the
UncaughtExceptionHandlerfor the threads created by this factory. - getUnformattedText() - Method in class com.helger.commons.error.ErrorTextProvider.FormattableItem
- getUnformattedText() - Method in interface com.helger.commons.error.ErrorTextProvider.IFormattableItem
- getUnifiedEmailAddress(String) - Static method in class com.helger.commons.email.EmailAddressHelper
-
Get the unified version of an email address.
- getUnifiedMillis(long) - Static method in class com.helger.commons.http.CHttp
-
Get milliseconds suitable for HTTP requests/responses.
- getUnifiedURL(String) - Static method in class com.helger.commons.url.URLValidator
-
Get the unified version of a URL.
- getUnifiedValue(String) - Static method in class com.helger.commons.http.HttpHeaderMap
-
Avoid having header values spanning multiple lines.
- getUnifiedValue(String, boolean) - Static method in class com.helger.commons.http.HttpHeaderMap
-
Avoid having header values spanning multiple lines.
- getUnquotedString(String) - Method in enum com.helger.commons.mime.EMimeQuoting
- getUnreadCount() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
- getUnreadCount() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
- getUnsignedInt(int) - Static method in class com.helger.commons.math.MathHelper
-
Converts the passed signed integer to an unsigned long
- getUntil(char) - Method in class com.helger.commons.string.util.StringScanner
-
Get the string until the specified end character, but excluding the end character.
- getUntilBalanced(int, char, char) - Method in class com.helger.commons.string.util.StringScanner
- getUntilFirstExcl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and excluding first the passed char.
- getUntilFirstExcl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and excluding the first passed string.
- getUntilFirstIncl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and including the first passed char.
- getUntilFirstIncl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and including the first passed string.
- getUntilIndex(int) - Method in class com.helger.commons.string.util.StringScanner
- getUntilLastExcl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and excluding first the passed char.
- getUntilLastExcl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and excluding the first passed string.
- getUntilLastIncl(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and including the first passed char.
- getUntilLastIncl(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Get everything from the string up to and including the first passed string.
- getUntilWhiteSpace() - Method in class com.helger.commons.string.util.StringScanner
- getURL() - Method in class com.helger.commons.thirdparty.CustomLicense
- getURL() - Method in enum com.helger.commons.thirdparty.ELicense
- getURL() - Method in interface com.helger.commons.thirdparty.ILicense
- getURLString(ISimpleURL, Charset) - Static method in class com.helger.commons.url.URLHelper
- getURLString(String, String, String) - Static method in class com.helger.commons.url.URLHelper
-
Get the final representation of the URL using the specified elements.
- getURLString(String, List<? extends URLParameter>, String, IEncoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
-
Get the final representation of the URL using the specified elements.
- getURLString(String, List<? extends URLParameter>, String, Charset) - Static method in class com.helger.commons.url.URLHelper
-
Get the final representation of the URL using the specified elements.
- getUserDir() - Static method in class com.helger.commons.system.SystemProperties
- getUserHome() - Static method in class com.helger.commons.system.SystemProperties
- getUserName() - Static method in class com.helger.commons.system.SystemProperties
- getUTCTimeZone() - Static method in class com.helger.commons.datetime.PDTConfig
- getUTCZoneId() - Static method in class com.helger.commons.datetime.PDTConfig
- getUTF8ByteCount(char) - Static method in class com.helger.commons.charset.CharsetHelper
- getUTF8ByteCount(char[]) - Static method in class com.helger.commons.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.commons.charset.CharsetHelper
-
Get the number of bytes necessary to represent the passed character.
- getUTF8ByteCount(String) - Static method in class com.helger.commons.charset.CharsetHelper
-
Get the number of bytes necessary to represent the passed string as an UTF-8 string.
- getUtf8ResourceBundle(String, Locale) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getUtf8ResourceBundle(String, Locale, ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getUtf8String(String, Locale, String) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getUtf8String(String, Locale, String, ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
- getUtf8String(Locale) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- getUtf8String(Locale, ClassLoader) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- getValidCountryCode(String) - Static method in class com.helger.commons.locale.LocaleHelper
-
Ensure a country code is valid by converting it to a 2-character uppercase code.
- getValidLanguageCode(String) - Static method in class com.helger.commons.locale.LocaleHelper
- getValue() - Method in class com.helger.commons.collection.map.MapEntry
- getValue() - Method in enum com.helger.commons.compare.ESortOrder
- getValue() - Method in class com.helger.commons.format.FormatableObject
- getValue() - Method in interface com.helger.commons.format.IFormatableObject
-
Get the original value.
- getValue() - Method in class com.helger.commons.mime.MimeTypeParameter
- getValue() - Method in class com.helger.commons.text.codepoint.Codepoint
- getValue() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getValue() - Method in class com.helger.commons.url.URLParameter
- getValue(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Get the value at the specified index.
- getValue(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getValue(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Get the value matching the provided key.
- getValueAsString() - Method in enum com.helger.commons.compare.ESortOrder
- getValueAsString(Object) - Method in class com.helger.commons.format.AbstractFormatterString
-
Convert the source value to a string by using the
TypeConverter. - getValueClass() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- getValueClass(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- getValueClass(KEYTYPE) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
- getValueProvider() - Method in class com.helger.commons.cache.MappedCache
- getValueQuotedIfNecessary(EMimeQuoting) - Method in class com.helger.commons.mime.MimeTypeParameter
- getVendorEmail() - Static method in class com.helger.commons.vendor.VendorInfo
- getVendorEmailSuffix() - Static method in class com.helger.commons.vendor.VendorInfo
- getVendorLocation() - Static method in class com.helger.commons.vendor.VendorInfo
- getVendorName() - Static method in class com.helger.commons.vendor.VendorInfo
- getVendorURL() - Static method in class com.helger.commons.vendor.VendorInfo
- getVendorURLWithoutProtocol() - Static method in class com.helger.commons.vendor.VendorInfo
- getVersion() - Method in class com.helger.commons.thirdparty.CustomLicense
- getVersion() - Method in enum com.helger.commons.thirdparty.ELicense
- getVersion() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- getVersion() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getVersion() - Method in interface com.helger.commons.version.IHasVersion
- getVersionRange() - Method in interface com.helger.commons.version.IHasVersionRange
- getWebSiteURL() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- getWebSiteURL() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- getWidth() - Method in interface com.helger.commons.dimension.IHasWidthDouble
- getWidth() - Method in interface com.helger.commons.dimension.IHasWidthFloat
- getWidth() - Method in interface com.helger.commons.dimension.IHasWidthInt
- getWidth() - Method in interface com.helger.commons.dimension.IHasWidthLong
- getWidth() - Method in class com.helger.commons.dimension.SizeDouble
- getWidth() - Method in class com.helger.commons.dimension.SizeFloat
- getWidth() - Method in class com.helger.commons.dimension.SizeInt
- getWidth() - Method in class com.helger.commons.dimension.SizeLong
- getWithLeading(int, int, char) - Static method in class com.helger.commons.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.commons.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.commons.string.StringHelper
-
Get a string that is filled at the beginning with the passed character until the minimum length is reached.
- getWithLocale(DateTimeFormatter, Locale) - Static method in class com.helger.commons.datetime.PDTFormatter
-
Assign the passed display locale to the passed date time formatter.
- getWithMillisOnly(XMLOffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed date time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithMillisOnly(XMLOffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithMillisOnly(LocalDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed date time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithMillisOnly(LocalTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithMillisOnly(OffsetDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed date time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithMillisOnly(OffsetTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithMillisOnly(ZonedDateTime) - Static method in class com.helger.commons.datetime.PDTFactory
-
Get the passed date time but with micro and nanoseconds set to 0, so that only the milliseconds part is present.
- getWithoutAnySpaces(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string where all spaces (white spaces or unicode spaces) have been removed.
- getWithoutClassPathPrefix(String) - Static method in class com.helger.commons.io.resource.ClassPathResource
-
Remove any leading explicit classpath resource prefixes.
- getWithoutExtension(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the name of the passed file without the extension.
- getWithoutExtension(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the passed filename without the extension.
- getWithoutLeadingChar(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string without the first char.
- getWithoutLeadingChars(String, int) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string without the specified number of leading chars.
- getWithoutPath(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the name of the passed file without any eventually leading path.
- getWithoutPath(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Get the name of the passed file without any eventually leading path.
- getWithoutProtocol(String) - Method in class com.helger.commons.url.URLProtocolRegistry
-
Return the passed URL where the protocol has been stripped (if known)
- getWithoutTrailingChar(String) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string without the last char.
- getWithoutTrailingChars(String, int) - Static method in class com.helger.commons.string.StringHelper
-
Get the passed string without the specified number of trailing chars.
- getWithoutTrailingZeroes(String) - Static method in class com.helger.commons.math.MathHelper
-
Get the passed String as a BigDecimal without any trailing zeroes.
- getWithoutTrailingZeroes(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
-
Get the passed BigDecimal without any trailing zeroes.
- getWithProtocol(String) - Method in enum com.helger.commons.url.EURLProtocol
- getWithProtocol(String) - Method in interface com.helger.commons.url.IURLProtocol
-
Prefix the passed URL with this protocol.
- getWithProtocol(String) - Method in class com.helger.commons.url.URLProtocol
- getWithProtocolIfNone(String) - Method in enum com.helger.commons.url.EURLProtocol
- getWithProtocolIfNone(String) - Method in interface com.helger.commons.url.IURLProtocol
-
Prefix the passed URL with this protocol if the URL does not have a protocol yet.
- getWithProtocolIfNone(String) - Method in class com.helger.commons.url.URLProtocol
- getWithReplacedVariables(String, UnaryOperator<String>) - Static method in class com.helger.commons.text.util.TextVariableHelper
- getWithTrailing(String, int, char) - Static method in class com.helger.commons.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.commons.concurrent.BasicThreadFactory
-
Returns the wrapped
ThreadFactory. - getWrappedInputStream() - Method in class com.helger.commons.io.stream.WrappedInputStream
- getWrappedOutputStream() - Method in class com.helger.commons.io.stream.WrappedOutputStream
- getWrappedReadableResource() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- getWrappedReadableResource() - Method in interface com.helger.commons.io.resource.wrapped.IWrappedReadableResource
- getWrappedReader() - Method in class com.helger.commons.io.stream.WrappedReader
- getWrappedWritableResource() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- getWrappedWritableResource() - Method in interface com.helger.commons.io.resource.wrapped.IWrappedWritableResource
- getWrappedWriter() - Method in class com.helger.commons.io.stream.WrappedWriter
- getWritableCloneForPath(String) - Method in class com.helger.commons.io.resource.FileSystemResource
- getWritableCloneForPath(String) - Method in interface com.helger.commons.io.resource.IWritableResource
-
Get a new resource of the same implementation type as this object but for a different path.
- getWritableCloneForPath(String) - Method in class com.helger.commons.io.resource.wrapped.GZIPWritableResource
- getWritableResource(String) - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- getWritableResource(String) - Method in interface com.helger.commons.io.resourceprovider.IWritableResourceProvider
-
Get the resource specified by the given name for writing.
- getWritableResource(String) - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- getWritableResourceIf(String, Predicate<? super IWritableResource>) - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- getWriter() - Method in interface com.helger.commons.io.IHasWriter
-
Get the writer to write to an object.
- getWriter() - Method in class com.helger.commons.io.streamprovider.StringWriterProvider
- getWriter(File, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getWriter(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
- getWriter(String, EAppend) - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- getWriter(String, EAppend) - Method in interface com.helger.commons.io.provider.IWriterProvider
-
Get the writer from the given name.
- getWriter(String, Charset) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get the
Writerrelative to the base path. - getWriter(String, Charset, EAppend) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Get the
Writerrelative to the base path. - getWriter(Charset, EAppend) - Method in interface com.helger.commons.io.IHasOutputStreamAndWriter
-
Get a
Writerbased on this output stream provider using the given charset. - getWriter(Charset, EAppend) - Method in class com.helger.commons.io.resource.FileSystemResource
- getWriter(Path, EAppend, Charset) - Static method in class com.helger.commons.io.file.PathHelper
- getWrittenLines() - Method in class com.helger.commons.csv.CSVWriter
- getXMLOffsetDateFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getXMLOffsetDateFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getXMLOffsetDateFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getXMLOffsetDateTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getXMLOffsetDateTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getXMLOffsetDateTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getXMLOffsetTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getXMLOffsetTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getXMLOffsetTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getXSDFormatterDate() - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getXSDFormatterDateTime(ZoneId) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getXSDFormatterTime() - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getYear() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the year field.
- getYear() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the year field.
- getYear() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the year field.
- getZonedDateTimeFromString(String, String) - Static method in class com.helger.commons.datetime.PDTFromString
- getZonedDateTimeFromString(String, DateTimeFormatter) - Static method in class com.helger.commons.datetime.PDTFromString
- getZonedDateTimeFromXSD(String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getZonedDateTimeFromXSD(String, ZoneId) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
- getZoneId() - Method in class com.helger.commons.datetime.WithZoneId
- getZoneId(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- getZoneID() - Method in class com.helger.commons.datetime.PDTZoneID
- getZoneIdFromOffsetInMinutes(int) - Static method in class com.helger.commons.datetime.PDTFactory
- getZoneIDString() - Method in class com.helger.commons.datetime.PDTZoneID
- getZoneOffset(Date) - Static method in class com.helger.commons.datetime.PDTFactory
- getZoneOffsetFromOffsetInMinutes(int) - Static method in class com.helger.commons.datetime.PDTFactory
- GF - Enum constant in enum com.helger.commons.locale.country.ECountry
- GF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GG - Enum constant in enum com.helger.commons.locale.country.ECountry
- GG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GH - Enum constant in enum com.helger.commons.locale.country.ECountry
- GH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GI - Enum constant in enum com.helger.commons.locale.country.ECountry
- GI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GL - Enum constant in enum com.helger.commons.locale.country.ECountry
- GL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GlobalDebug - Class in com.helger.commons.debug
-
Global class for handling the following typical application modes: trace debug production trace is the lowest mode, debug is one level higher and production is the highest value.
- GlobalDebug() - Constructor for class com.helger.commons.debug.GlobalDebug
- GlobalIDFactory - Class in com.helger.commons.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.
- GM - Enum constant in enum com.helger.commons.locale.country.ECountry
- GM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GN - Enum constant in enum com.helger.commons.locale.country.ECountry
- GN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GOPHER - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Gopher (RFC 4266).
- GP - Enum constant in enum com.helger.commons.locale.country.ECountry
- GP - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GPL10 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- GPL20 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- GPL20CP - Enum constant in enum com.helger.commons.thirdparty.ELicense
- GPL30 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- GQ - Enum constant in enum com.helger.commons.locale.country.ECountry
- GQ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GR - Enum constant in enum com.helger.commons.locale.country.ECountry
- GR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GS - Enum constant in enum com.helger.commons.locale.country.ECountry
- GS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GT - Enum constant in enum com.helger.commons.locale.country.ECountry
- GT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GU - Enum constant in enum com.helger.commons.locale.country.ECountry
- GU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GW - Enum constant in enum com.helger.commons.locale.country.ECountry
- GW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GY - Enum constant in enum com.helger.commons.locale.country.ECountry
- GY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- GZIP - Static variable in class com.helger.commons.base64.Base64
-
Specify that data should be gzip-compressed in second bit.
- GZIPCodec - Class in com.helger.commons.codec
-
Encoder and decoder for GZip compression
- GZIPCodec() - Constructor for class com.helger.commons.codec.GZIPCodec
- GZIPReadableResource - Class in com.helger.commons.io.resource.wrapped
-
A readable resource that is GZIP compressed.
- GZIPReadableResource(IReadableResource) - Constructor for class com.helger.commons.io.resource.wrapped.GZIPReadableResource
- GZIPWritableResource - Class in com.helger.commons.io.resource.wrapped
-
A writable resource that is GZIP compressed.
- GZIPWritableResource(IWritableResource) - Constructor for class com.helger.commons.io.resource.wrapped.GZIPWritableResource
H
- HANDLED - Enum constant in enum com.helger.commons.state.EHandled
- hasAnchor() - Method in interface com.helger.commons.url.ISimpleURL
- hasAnchor(String) - Method in interface com.helger.commons.url.ISimpleURL
-
Check if this URL has an anchor with the passed name.
- hasAnnotation(Class<?>) - Method in class com.helger.commons.cache.AnnotationUsageCache
-
Check if the provided class has the annotation from the constructor or not.
- hasAnnotation(Object) - Method in class com.helger.commons.cache.AnnotationUsageCache
-
Check if the class of the passed object has the annotation provided in the constructor.
- hasAnyParameters() - Method in interface com.helger.commons.mime.IMimeType
- hasAnyParameters() - Method in class com.helger.commons.mime.MimeType
- hasBOM() - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- hasCharset() - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- hasCharset() - Method in enum com.helger.commons.charset.EUnicodeBOM
- hasChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
- hasChildren(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildren
- hasChildren(CHILDTYPE) - Method in class com.helger.commons.hierarchy.ChildrenProviderSorting
- hasChildren(CHILDTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProvider
-
Check if an item has children.
- hasClassLoader() - Method in interface com.helger.commons.lang.IHasClassLoader
-
Check if this object has a custom class loader or not.
- hasColumnNumber() - Method in interface com.helger.commons.location.ILocation
- hasDescription() - Method in interface com.helger.commons.text.IHasDescription
- HasDisplayTextWithArgs - Class in com.helger.commons.text.display
-
A special implementation of
IHasDisplayTextthat encapsulates arguments to be put into the message. - HasDisplayTextWithArgs(IHasDisplayText, Object...) - Constructor for class com.helger.commons.text.display.HasDisplayTextWithArgs
- hasEntryForField(String) - Method in interface com.helger.commons.error.list.IErrorList
-
Check if any entry for the specified field is present
- hasEntryForField(String, IErrorLevel) - Method in interface com.helger.commons.error.list.IErrorList
-
Check if any entry for the specified field and the specified error level is present
- hasEntryForFields(String...) - Method in interface com.helger.commons.error.list.IErrorList
-
Check if any entry for the specified fields are present
- hasErrorDateTime() - Method in interface com.helger.commons.error.IError
-
Check if a error date time is present.
- hasErrorFieldName() - Method in interface com.helger.commons.error.IHasErrorField
- hasErrorFieldName(String) - Method in interface com.helger.commons.error.IHasErrorField
-
Check if this error has the passed error field name.
- hasErrorForField(String) - Method in interface com.helger.commons.error.list.IErrorList
-
Check if any error entry for the specified field is present
- hasErrorID() - Method in interface com.helger.commons.error.IHasErrorID
- hasErrorID(String) - Method in interface com.helger.commons.error.IHasErrorID
-
Check if this error has the passed error ID.
- hasErrorLevel(IErrorLevel) - Method in interface com.helger.commons.error.level.IHasErrorLevel
-
Check if this object has the provided error level.
- hasErrorLocation() - Method in interface com.helger.commons.error.IError
-
Check if a reasonable error location is present.
- hasException() - Method in class com.helger.commons.callback.exception.CollectingExceptionCallback
- hasException() - Method in class com.helger.commons.callback.exception.CollectingExceptionListCallback
- hasException() - Method in class com.helger.commons.io.file.FileIOError
- hasExtension(File, String...) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file has one of the passed extensions.
- hasExtension(String, String...) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed filename has one of the passed extensions.
- hasFile1() - Method in class com.helger.commons.io.file.FileIOError
- hasFile2() - Method in class com.helger.commons.io.file.FileIOError
- HASH - Static variable in class com.helger.commons.url.URLHelper
-
Separator between URL path and anchor name: #
- HASH_STR - Static variable in class com.helger.commons.url.URLHelper
- hashCode() - Method in class com.helger.commons.collection.attr.AttributeContainer
- hashCode() - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIterator
- hashCode() - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
- hashCode() - Method in class com.helger.commons.collection.iterate.EmptyIterator
- hashCode() - Method in class com.helger.commons.collection.map.AbstractSoftMap
- hashCode() - Method in class com.helger.commons.collection.map.LoggingLRUMap
- hashCode() - Method in class com.helger.commons.collection.map.LRUMap
- hashCode() - Method in class com.helger.commons.collection.map.LRUSet
- hashCode() - Method in class com.helger.commons.collection.map.MapEntry
- hashCode() - Method in class com.helger.commons.collection.map.SoftLinkedHashMap
- hashCode() - Method in class com.helger.commons.collection.NonBlockingStack
- hashCode() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
- hashCode() - Method in class com.helger.commons.datetime.OffsetDate
-
A hash code for this date.
- hashCode() - Method in class com.helger.commons.datetime.PDTFormatter.CacheKey
- hashCode() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
A hash code for this date.
- hashCode() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
A hash code for this date-time.
- hashCode() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
A hash code for this time.
- hashCode() - Method in class com.helger.commons.dimension.SizeDouble
- hashCode() - Method in class com.helger.commons.dimension.SizeFloat
- hashCode() - Method in class com.helger.commons.dimension.SizeInt
- hashCode() - Method in class com.helger.commons.dimension.SizeLong
- hashCode() - Method in class com.helger.commons.email.EmailAddress
- hashCode() - Method in class com.helger.commons.error.level.ErrorLevel
- hashCode() - Method in class com.helger.commons.error.SingleError
- hashCode() - Method in class com.helger.commons.error.text.ConstantHasErrorText
- hashCode() - Method in class com.helger.commons.error.text.DynamicHasErrorText
- hashCode() - Method in class com.helger.commons.factory.FactoryNewInstance
- hashCode() - Method in class com.helger.commons.format.FormatableObject
- hashCode() - Method in class com.helger.commons.format.FormatterMinLengthAddLeading
- hashCode() - Method in class com.helger.commons.format.FormatterMinLengthAddTrailing
- hashCode() - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- hashCode() - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- hashCode() - Method in class com.helger.commons.hashcode.HashCodeGenerator
-
Deprecated.Don't call this
- hashCode() - Method in class com.helger.commons.http.HttpHeaderMap
- hashCode() - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.FileIntIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.FileLongIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.MemoryIntIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.MemoryLongIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.MemoryStaticIntIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.MemoryStaticLongIDFactory
- hashCode() - Method in class com.helger.commons.id.factory.StringIDFactory
- hashCode() - Method in class com.helger.commons.io.ByteArrayWrapper
- hashCode() - Method in class com.helger.commons.io.file.FileIOError
- hashCode() - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
- hashCode() - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- hashCode() - Method in class com.helger.commons.io.relative.FileRelativeIO
- hashCode() - Method in class com.helger.commons.io.relative.PathRelativeIO
- hashCode() - Method in class com.helger.commons.io.resource.ClassPathResource
- hashCode() - Method in class com.helger.commons.io.resource.FileSystemResource
- hashCode() - Method in class com.helger.commons.io.resource.URLResource
- hashCode() - Method in class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
- hashCode() - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- hashCode() - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- hashCode() - Method in class com.helger.commons.io.resourceprovider.URLResourceProvider
- hashCode() - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- hashCode() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- hashCode() - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
- hashCode() - Method in class com.helger.commons.io.streamprovider.StringWriterProvider
- hashCode() - Method in class com.helger.commons.lang.NonBlockingProperties
- hashCode() - Method in class com.helger.commons.location.SimpleLocation
- hashCode() - Method in class com.helger.commons.mime.MimeType
- hashCode() - Method in class com.helger.commons.mime.MimeTypeContent
- hashCode() - Method in class com.helger.commons.mime.MimeTypeParameter
- hashCode() - Method in class com.helger.commons.mutable.MutableBigDecimal
- hashCode() - Method in class com.helger.commons.mutable.MutableBigInteger
- hashCode() - Method in class com.helger.commons.mutable.MutableBoolean
- hashCode() - Method in class com.helger.commons.mutable.MutableByte
- hashCode() - Method in class com.helger.commons.mutable.MutableChar
- hashCode() - Method in class com.helger.commons.mutable.MutableDouble
- hashCode() - Method in class com.helger.commons.mutable.MutableFloat
- hashCode() - Method in class com.helger.commons.mutable.MutableInt
- hashCode() - Method in class com.helger.commons.mutable.MutableLong
- hashCode() - Method in class com.helger.commons.mutable.MutableShort
- hashCode() - Method in class com.helger.commons.regex.RegExPattern
- hashCode() - Method in class com.helger.commons.state.ChangeWithValue
- hashCode() - Method in class com.helger.commons.state.SuccessWithValue
- hashCode() - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- hashCode() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- hashCode() - Method in class com.helger.commons.text.codepoint.Codepoint
- hashCode() - Method in class com.helger.commons.text.ConstantHasText
- hashCode() - Method in class com.helger.commons.text.ConstantHasTextWithArgs
- hashCode() - Method in class com.helger.commons.text.display.ConstantHasDisplayText
- hashCode() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- hashCode() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
- hashCode() - Method in class com.helger.commons.thirdparty.CustomLicense
- hashCode() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- hashCode() - Method in class com.helger.commons.type.ObjectType
- hashCode() - Method in class com.helger.commons.type.TypedObject
- hashCode() - Method in class com.helger.commons.url.ConstantHasSimpleURL
- hashCode() - Method in class com.helger.commons.url.SimpleURL
- hashCode() - Method in class com.helger.commons.url.URLData
- hashCode() - Method in class com.helger.commons.url.URLParameter
- hashCode() - Method in class com.helger.commons.url.URLProtocol
- hashCode() - Method in class com.helger.commons.version.Version
- hashCode() - Method in class com.helger.commons.version.VersionRange
- hashCode() - Method in class com.helger.commons.wrapper.Wrapper
- HASHCODE_NULL - Static variable in class com.helger.commons.hashcode.HashCodeCalculator
-
The hash code value to be used for
nullvalues. - HashCodeCalculator - Class in com.helger.commons.hashcode
-
This class provides the hash code generation for different data types.
- HashCodeGenerator - Class in com.helger.commons.hashcode
-
A small hash code creation class based on the article found in the net.
- HashCodeGenerator(Class<?>) - Constructor for class com.helger.commons.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.commons.hashcode.HashCodeGenerator
-
This is a sanity constructor that allows for any object to be passed in the constructor (e.g.
- HashCodeImplementationRegistry - Class in com.helger.commons.hashcode
-
The main registry for the different
IHashCodeImplementationimplementations. - hashCodeLinkedException(HashCodeGenerator, Throwable) - Method in class com.helger.commons.error.SingleError
-
Overridable implementation of Throwable for the Linked exception field.
- HasInputStream - Class in com.helger.commons.io.stream
-
Special implementation of
IHasInputStreamwith that has an InputStream supplier that can be read more than once! - HasInputStream(Supplier<? extends InputStream>, boolean) - Constructor for class com.helger.commons.io.stream.HasInputStream
-
Constructor
- hasIntIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- hasKnownProtocol() - Method in interface com.helger.commons.url.ISimpleURL
- hasKnownProtocol(ISimpleURL) - Method in class com.helger.commons.url.URLProtocolRegistry
-
Check if the passed URL has any known protocol
- hasKnownProtocol(String) - Method in class com.helger.commons.url.URLProtocolRegistry
-
Check if the passed URL has any known protocol
- hasLineNumber() - Method in interface com.helger.commons.location.ILocation
- hasLinkedException() - Method in interface com.helger.commons.error.IError
- hasLongIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- hasMaxSize() - Method in class com.helger.commons.cache.MappedCache
- hasMoreElements() - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
- hasMoreElements() - Method in class com.helger.commons.collection.iterate.EnumerationFromIterator
- hasName(String) - Method in class com.helger.commons.url.URLParameter
-
Check if this parameter has the specified name.
- hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIterator
- hasNext() - Method in class com.helger.commons.collection.iterate.CombinedIterator
- hasNext() - Method in class com.helger.commons.collection.iterate.EmptyIterator
- hasNext() - Method in class com.helger.commons.collection.iterate.FilterIterator
- hasNext() - Method in class com.helger.commons.collection.iterate.IterableIterator
- hasNext() - Method in class com.helger.commons.collection.iterate.IterableIteratorFromEnumeration
- hasNext() - Method in class com.helger.commons.collection.iterate.MapperIterator
- hasNext() - Method in class com.helger.commons.collection.iterate.ReverseListIterator
- hasNext() - Method in class com.helger.commons.csv.CSVIterator
-
Returns
trueif the iteration has more elements. - hasNext() - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
- hasNext() - Method in class com.helger.commons.math.CombinationGenerator
- hasNext() - Method in class com.helger.commons.text.codepoint.CodepointIteratorRestricted
- hasNext() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- hasNext() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- hasNoChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
- hasNoChildren(CHILDTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProvider
-
Check if an item has no children.
- hasNoEntryForField(String) - Method in interface com.helger.commons.error.list.IErrorList
-
Check if no entry for the specified field is present
- hasNoEntryForFields(String...) - Method in interface com.helger.commons.error.list.IErrorList
-
Check if no entry for the specified fields are present
- hasNoErrorFieldName() - Method in interface com.helger.commons.error.IHasErrorField
- hasNoErrorID() - Method in interface com.helger.commons.error.IHasErrorID
- hasNoText(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string is
nullor empty. - hasNoText(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string is
nullor empty. - hasNoTextAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string is
nullor empty after trimming. - hasNoValue() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- hasNoValue(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- hasObjectType(ObjectType) - Method in interface com.helger.commons.type.IHasObjectType
-
Check if this object has the provided
ObjectType. - hasOffset() - Method in class com.helger.commons.datetime.XMLOffsetDate
- hasOffset() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- hasOffset() - Method in class com.helger.commons.datetime.XMLOffsetTime
- hasOffset() - Method in interface com.helger.commons.io.IHasByteArray
- hasParameterWithName(String) - Method in interface com.helger.commons.mime.IMimeType
-
Check if a parameter with the specified name is present.
- hasParent() - Method in interface com.helger.commons.hierarchy.IHasParent
-
Check if this element has a parent.
- hasPersistentIntIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- hasPersistentLongIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- hasPersistentStringIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- hasPersonal() - Method in interface com.helger.commons.email.IEmailAddress
- hasQualifier() - Method in class com.helger.commons.version.Version
- hasResourceID() - Method in interface com.helger.commons.location.ILocation
- hasStackTrace() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
- hasStringIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- hasStringValue(int, String) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Check if a attribute with the given name is present in the request and has the specified value.
- hasStringValue(int, String, boolean) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Check if a attribute with the given name is present in the request and has the specified value.
- hasStringValue(KEYTYPE, String) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Check if a attribute with the given name is present in the request and has the specified value.
- hasStringValue(KEYTYPE, String, boolean) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Check if a attribute with the given name is present in the request and has the specified value.
- hasText(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string contains any char.
- hasText(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string contains any char.
- hasTextAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string neither
nullnor empty after trimming. - HasTextWithArgs - Class in com.helger.commons.text
-
A special implementation of
IHasTextthat encapsulates arguments to be put into the message. - HasTextWithArgs(IHasText, Object...) - Constructor for class com.helger.commons.text.HasTextWithArgs
- hasUnreadBytes() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
- hasUnreadChars() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
- hasValue() - Method in interface com.helger.commons.traits.IGetterDirectTrait
- hasValue() - Method in class com.helger.commons.url.URLParameter
- hasValue(int) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
- hasValue(String) - Method in class com.helger.commons.url.URLParameter
-
Check if this parameter has the specified value.
- hasZoneId() - Method in class com.helger.commons.datetime.WithZoneId
- HEAD - Enum constant in enum com.helger.commons.http.EHttpMethod
- HEX_RADIX - Static variable in class com.helger.commons.CGlobal
-
Radix for hexadecimal values (16).
- HIDDEN_FILE_PREFIX - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The prefix used for Unix hidden files
- HIGHEST - Static variable in enum com.helger.commons.error.level.EErrorLevel
-
Highest error level within this enum
- HK - Enum constant in enum com.helger.commons.locale.country.ECountry
- HK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- HM - Enum constant in enum com.helger.commons.locale.country.ECountry
- HM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- HN - Enum constant in enum com.helger.commons.locale.country.ECountry
- HN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- HOST - Static variable in class com.helger.commons.http.CHttpHeader
- HostnameVerifierVerifyAll - Class in com.helger.commons.ws
-
Implementation of HostnameVerifier always returning
true. - HostnameVerifierVerifyAll() - Constructor for class com.helger.commons.ws.HostnameVerifierVerifyAll
- HostnameVerifierVerifyAll(boolean) - Constructor for class com.helger.commons.ws.HostnameVerifierVerifyAll
- HOURS_PER_DAY - Static variable in class com.helger.commons.CGlobal
-
Hours in a day (24).
- HPUX - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the HP-UX operating system.
- HR - Enum constant in enum com.helger.commons.locale.country.ECountry
- HR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- HT - Enum constant in enum com.helger.commons.locale.country.ECountry
- HT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- HTTP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
http (RFC 2616).
- HTTP_ACCEPTED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 202: Accepted.
- HTTP_BAD_GATEWAY - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 502: Bad Gateway.
- HTTP_BAD_REQUEST - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 400: Bad Request.
- HTTP_CHARSET - Static variable in class com.helger.commons.http.CHttp
- HTTP_CONFLICT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 409: Conflict.
- HTTP_CONTINUE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 100: Continue.
- HTTP_CREATED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 201: Created.
- HTTP_EARLY_HINTS - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 103: Early Hints.
- HTTP_ENTITY_TOO_LARGE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 413: Request Entity Too Large.
- HTTP_EXPECTATION_FAILED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 417: Expectation failed.
- HTTP_FORBIDDEN - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 403: Forbidden.
- HTTP_GATEWAY_TIMEOUT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 504: Gateway Timeout.
- HTTP_GONE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 410: Gone.
- HTTP_IM_A_TEAPOT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 418: I'm a teapot.
- HTTP_INSUFFICIENT_STORAGE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 507: Insufficient Storage.
- HTTP_INTERNAL_SERVER_ERROR - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 500: Internal Server Error.
- HTTP_LENGTH_REQUIRED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 411: Length Required.
- HTTP_LOOP_DETECTED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 508: Loop Detected.
- HTTP_METHOD_NOT_ALLOWED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 405: Method Not Allowed.
- HTTP_MOVED_PERMANENTLY - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 301: Moved Permanently.
- HTTP_MOVED_TEMPORARY - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 302: Temporary Redirect.
- HTTP_MULTIPLE_CHOICES - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 300: Multiple Choices.
- HTTP_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 511: Network Authentication Required.
- HTTP_NO_CONTENT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 204: No Content.
- HTTP_NON_AUTHORITATIVE_INFORMATION - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 203: Non-Authoritative Information.
- HTTP_NOT_ACCEPTABLE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 406: Not Acceptable.
- HTTP_NOT_FOUND - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 404: Not Found.
- HTTP_NOT_IMPLEMENTED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 501: Not Implemented.
- HTTP_NOT_MODIFIED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 304: Not Modified.
- HTTP_OK - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 200: OK.
- HTTP_PARTIAL_CONTENT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 206: Partial Content.
- HTTP_PAYMENT_REQUIRED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 402: Payment Required.
- HTTP_PERMANENT_REDIRECT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 308: Permanent Redirect.
- HTTP_PRECONDITION_FAILED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 412: Precondition Failed.
- HTTP_PRECONDITION_REQUIRED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 428: Precondition Required.
- HTTP_PROXY_AUTH_REQUIRED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 407: Proxy Authentication Required.
- HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 431: Request Header Fields Too Large.
- HTTP_REQUEST_TIMEOUT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 408: Request Time-Out.
- HTTP_REQUEST_URI_TOO_LONG - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 414: Request-URI Too Large.
- HTTP_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 416: Requested Range not satisfiable.
- HTTP_RESET_CONTENT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 205: Reset Content.
- HTTP_SEE_OTHER - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 303: See Other.
- HTTP_SERVICE_UNAVAILABLE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 503: Service Unavailable.
- HTTP_SWITCH_PROXY - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 306: Switch Proxy.
- HTTP_SWITCHING_PROTOCOLS - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 101: Switching Protocols.
- HTTP_TEMPORARY_REDIRECT - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 307: Temporary Redirect.
- HTTP_TOO_MANY_REQUESTS - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 429: Too Many Requests.
- HTTP_UNAUTHORIZED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 401: Unauthorized.
- HTTP_UNAVAILABLE_FOR_LEGA_REASONS - Static variable in class com.helger.commons.http.CHttp
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
CHttp.HTTP_UNAVAILABLE_FOR_LEGAL_REASONSinstead - HTTP_UNAVAILABLE_FOR_LEGAL_REASONS - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 451: Unavailable For Legal Reasons.
- HTTP_UNPROCESSABLE_ENTITY - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 422: Unprocessable Entity.
- HTTP_UNSUPPORTED_MEDIA_TYPE - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 415: Unsupported Media Type.
- HTTP_UPGRADE_REQUIRED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 426: Upgrade Required.
- HTTP_USE_PROXY - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 305: Use Proxy.
- HTTP_VARIANT_ALSO_NEGOTIATES - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 506: Variant Also Negotiates.
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class com.helger.commons.http.CHttp
-
HTTP Status-Code 505: HTTP Version Not Supported.
- HttpHeaderMap - Class in com.helger.commons.http
-
Abstracts HTTP header interface for external usage.
Note: since version 9.1.8 (issue #11) the internal scheme changed and the original case is stored. - HttpHeaderMap() - Constructor for class com.helger.commons.http.HttpHeaderMap
-
Default constructor.
- HttpHeaderMap(HttpHeaderMap) - Constructor for class com.helger.commons.http.HttpHeaderMap
-
Copy constructor.
- HTTPS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
https (RFC 2818).
- HU - Enum constant in enum com.helger.commons.locale.country.ECountry
- HU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- hypot(double, double) - Static method in class com.helger.commons.math.MathHelper
I
- IAddableByTrait - Interface in com.helger.commons.traits
-
Empty marker interface that must be implemented by elements types that want to use
IGenericAdderTrait. - IAggregator<SRCTYPE,
DSTTYPE> - Interface in com.helger.commons.aggregate -
Aggregate a list of input objects to a single output object (change n to 1).
- IAppendable<IMPLTYPE> - Interface in com.helger.commons.lang
-
Defines a generic interface for appending objects to something.
- IAttributeContainer<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.attr -
Base interface for a generic read-only attribute container.
- IAttributeContainer.IAfterSetValueCallback<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.attr - IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.attr - IAttributeContainerAny<KEYTYPE> - Interface in com.helger.commons.collection.attr
-
This is the writable extension of the
<String, Object>. - IBaseIDFactory - Interface in com.helger.commons.id.factory
-
Base marker interface for all ID factories.
- IBooleanConsumer - Interface in com.helger.commons.functional
-
Represents an operation that accepts a single
boolean-valued argument and returns no result. - IBooleanFunction<R> - Interface in com.helger.commons.functional
-
Represents a function that accepts a boolean-valued argument and produces a result.
- IBooleanPredicate - Interface in com.helger.commons.functional
-
Represents a predicate (boolean-valued function) of one
boolean-valued argument. - IBuilder<T> - Interface in com.helger.commons.builder
-
Marker interface for builders
- IByteArrayCodec - Interface in com.helger.commons.codec
-
Interface for a single byte array encoder + decoder.
- IByteArrayDecoder - Interface in com.helger.commons.codec
-
Interface for a single decoder of bytes.
- IByteArrayEncoder - Interface in com.helger.commons.codec
-
Interface for a single encoder of bytes.
- IByteArrayStreamDecoder - Interface in com.helger.commons.codec
-
Interface for a single decoder of bytes, based on streams.
- IByteArrayStreamEncoder - Interface in com.helger.commons.codec
-
Interface for a single encoder of bytes, based on streams.
- IByteFunction<R> - Interface in com.helger.commons.functional
-
Represents a function that accepts a byte-valued argument and produces a result.
- ICache<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.cache -
Read-only interface for a very simple Map-like cache.
- ICallback - Interface in com.helger.commons.callback
-
Marker interface for callback interfaces.
- ICallbackList<CALLBACKTYPE> - Interface in com.helger.commons.callback
-
Read-only interface for a list of
ICallbackobjects.
Note: Does not implement Iterable because the returned iterator would either be an Iterator over the list in which case you can useICallbackList.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.commons.callback
-
Simple notification interface.
- IChangeIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has changed/unchanged indication.
- ICharArrayCodec - Interface in com.helger.commons.codec
-
Interface for a single char array encoder + decoder.
- ICharArrayDecoder - Interface in com.helger.commons.codec
-
Interface for a single decoder for chars.
- ICharArrayEncoder - Interface in com.helger.commons.codec
-
Interface for a single encoder of chars.
- ICharArrayStreamDecoder - Interface in com.helger.commons.codec
-
Interface for a single decoder of char, based on reader/writer.
- ICharArrayStreamEncoder - Interface in com.helger.commons.codec
-
Interface for a single encoder of chars, based on reader/writer.
- ICharConsumer - Interface in com.helger.commons.functional
-
Represents an operation that accepts a single
char-valued argument and returns no result. - ICharFunction<R> - Interface in com.helger.commons.functional
-
Represents a function that accepts a char-valued argument and produces a result.
- ICharPredicate - Interface in com.helger.commons.functional
-
Represents a predicate (char-valued function) of one
char-valued argument. - IChildrenProvider<CHILDTYPE> - Interface in com.helger.commons.hierarchy
-
This interface can be used to generically resolved children of a certain object.
- IChildrenProviderSorted<CHILDTYPE> - Interface in com.helger.commons.hierarchy
-
This interface can be used to generically resolved children of a certain object in a sorted way.
- IChildrenProviderWithID<KEYTYPE,
CHILDTYPE> - Interface in com.helger.commons.hierarchy -
This interface can be used to generically resolved children of a certain object.
- IClearable - Interface in com.helger.commons.state
-
Basic interface for the common action of resetting an objects contents to the initial state.
- ICloneable<DATATYPE> - Interface in com.helger.commons.lang
-
This is a type-safe replacement interface for the default
Cloneableinterface since it contains the desired return type and is accessible solely by the interface. - ICloseable - Interface in com.helger.commons.state
-
Interface of an object, which may be closed and can be checked if it is closed.
- ICodec<DATATYPE> - Interface in com.helger.commons.codec
-
Interface for a single encoder + decoder.
- ICodepointIterator - Interface in com.helger.commons.text.codepoint
-
BAse interface for codepoint iterators
- ICommonsCollection<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
Case collection interface for my extended collection classes.
- ICommonsIterable<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
Extended version of
Iterablewith some additional default methods. - ICommonsList<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
A special
Listinterface with extended functionality based onICommonsCollection. - ICommonsMap<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.impl -
A special
Mapinterface with extended functionality - ICommonsNavigableMap<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.impl -
A special
NavigableMapinterface based onICommonsSortedMap. - ICommonsNavigableSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
A special
NavigableSetbased interface with extended functionality based onICommonsSortedSet. - ICommonsOrderedMap<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.impl - ICommonsOrderedSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
A special ordered
Setbased interface with extended functionality based onICommonsSet. - ICommonsSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
A special
Setinterface with extended functionality based onICommonsCollection. - ICommonsSortedMap<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.collection.impl -
A special
SortedMapbased interface with extended functionality based onICommonsMap. - ICommonsSortedSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.impl
-
A special
SortedSetbased interface with extended functionality based onICommonsSet. - IComparable<DATATYPE> - Interface in com.helger.commons.compare
-
A special interface extension to the
Comparableinterface that adds some default comparison methods. - IComparator<DATATYPE> - Interface in com.helger.commons.compare
-
A special interface that combines
ComparatorandSerializablefor easier reuse sinceComparators should be Serializable. - IConcurrentCollector - Interface in com.helger.commons.concurrent.collector
-
Base interface for a concurrent queue worker.
- IConcurrentPerformer<DATATYPE> - Interface in com.helger.commons.concurrent.collector
-
Async runnable
- IConditionalLogger - Interface in com.helger.commons.log
-
Conditional logger activity interface
- IContinueIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has continue/break indication.
- ICSVLineReader - Interface in com.helger.commons.csv
-
Base interface for a single line reader.
- ID - Enum constant in enum com.helger.commons.locale.country.ECountry
- ID - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ID_LANGUAGE_ALL - Enum constant in enum com.helger.commons.locale.ELocaleName
- ID_LANGUAGE_INDEPENDENT - Enum constant in enum com.helger.commons.locale.ELocaleName
- IDecoder<SRCTYPE,
DSTTYPE> - Interface in com.helger.commons.codec -
The most basic decoding interface
- identity() - Static method in interface com.helger.commons.codec.ICodec
- IdentityByteArrayCodec - Class in com.helger.commons.codec
-
Special implementation of
IByteArrayCodecthat does nothing. - IdentityByteArrayCodec() - Constructor for class com.helger.commons.codec.IdentityByteArrayCodec
- IdentityCodec<DATATYPE> - Class in com.helger.commons.codec
-
Special implementation of
ICodecthat does nothing. - IdentityCodec() - Constructor for class com.helger.commons.codec.IdentityCodec
- identityDifferent(T, T) - Static method in class com.helger.commons.equals.EqualsHelper
-
The only place where objects are compared by identity.
- identityEqual(T, T) - Static method in class com.helger.commons.equals.EqualsHelper
-
The only place where objects are compared by identity.
- IDisplayNameProvider<DATATYPE> - Interface in com.helger.commons.name
-
Interface for a handler the provides the locale independent name of an object.
- IDisplayTextProvider<DATATYPE> - Interface in com.helger.commons.text.display
-
Interface for a handler that provides the locale dependent name of an object.
- IE - Enum constant in enum com.helger.commons.locale.country.ECountry
- IE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IEmailAddress - Interface in com.helger.commons.email
-
Aggregation of a personal name and an email address.
- IEnabledIndicator - Interface in com.helger.commons.state
-
Simple interface for all objects that can be enabled and disabled.
- IEncoder<SRCTYPE,
DSTTYPE> - Interface in com.helger.commons.codec -
The most basic encoding interface
- IEnumTextResolver - Interface in com.helger.commons.text.resolve
-
Base interface for an enum-based text resolver.
- IEqualsImplementation<T> - Interface in com.helger.commons.equals
-
Interface to implement for checking if two objects are identical.
- IEqualsImplementationRegistrarSPI - Interface in com.helger.commons.equals
-
SPI registry interface to implement your custom equals implementations.
- IEqualsImplementationRegistry - Interface in com.helger.commons.equals
-
Base interface for a registry that contains equals implementations.
- IError - Interface in com.helger.commons.error
-
Common interface for single errors and resource errors.
- IErrorIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has error/noError indication.
- IErrorLevel - Interface in com.helger.commons.error.level
-
Interface representing a single error level.
- IErrorList - Interface in com.helger.commons.error.list
-
Interface for a list of
IErrorobjects. - IErrorTextProvider - Interface in com.helger.commons.error
-
Interface for converting an
IErrorto a printable representation. - IExceptionCallback<EXTYPE> - Interface in com.helger.commons.callback.exception
-
Callback interface to handle thrown exception objects.
- IExecutorServiceFactory - Interface in com.helger.commons.concurrent
-
Factory for creating
ExecutorServiceinstances. - IExplicitlyCloneable - Interface in com.helger.commons.lang
-
A marker interface for objects using
Cloneablebut in a more explicit way. - IF_MATCH - Static variable in class com.helger.commons.http.CHttpHeader
- IF_MODIFIED_SINCE - Static variable in class com.helger.commons.http.CHttpHeader
- IF_NON_MATCH - Static variable in class com.helger.commons.http.CHttpHeader
- IF_UNMODIFIED_SINCE - Static variable in class com.helger.commons.http.CHttpHeader
- ifFalse() - Static method in interface com.helger.commons.functional.IBooleanPredicate
- IFileFilter - Interface in com.helger.commons.io.file
- IFileOperationCallback - Interface in com.helger.commons.io.file
-
Callback interface for
FileOperationManager. - IFileOperationManager - Interface in com.helger.commons.io.file
-
Interface for a manager operating on the file system.
- IFileRelativeIO - Interface in com.helger.commons.io.relative
-
An extended
IPathRelativeIOversion that uses files as the basis. - IFloatFunction<R> - Interface in com.helger.commons.functional
-
Represents a function that accepts a float-valued argument and produces a result.
- IFormatableObject<DATATYPE> - Interface in com.helger.commons.format
-
Basic interface for special objects having a certain string representation.
- IFRAGMENT - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- ifTrue() - Static method in interface com.helger.commons.functional.IBooleanPredicate
- IGenericAdderTrait<ELEMENTTYPE,
IMPLTYPE> - Interface in com.helger.commons.traits -
Add arbitrary objects to this
- IGenericImplTrait<IMPLTYPE> - Interface in com.helger.commons.traits
-
A trait to convert this to a generic implementation.
- IGetterByIndexTrait - Interface in com.helger.commons.traits
-
A generic convert Object to anything with convenience API.
- IGetterByKeyTrait<KEYTYPE> - Interface in com.helger.commons.traits
-
A generic convert Object to anything with convenience API.
- IGetterDirectTrait - Interface in com.helger.commons.traits
-
A generic convert Object to anything with convenience API.
- IGNORE_ERRORS - Enum constant in enum com.helger.commons.mock.SPITestHelper.EMode
- IHandledIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has handled indication.
- IHasByteArray - Interface in com.helger.commons.io
-
Base interface for all objects owning a byte array.
- IHasChildren<CHILDTYPE> - Interface in com.helger.commons.hierarchy
-
A simple interface, indicating that an item has direct children.
- IHasChildrenRecursive<CHILDTYPE> - Interface in com.helger.commons.hierarchy
-
A simple interface, indicating that an item has children which also has children etc.
- IHasChildrenSorted<CHILDTYPE> - Interface in com.helger.commons.hierarchy
-
Extends
IHasChildrenby indicating that the child items are sorted! - IHasClassLoader - Interface in com.helger.commons.lang
-
Base interface for all objects having optional support for custom
ClassLoaderobjects.
Note: when you implement this interface and want to have aClassLoaderas a member, please consider storing it as aWeakReferenceto avoid potential memory leaks. - IHasConditionalLogger - Interface in com.helger.commons.log
-
Marker interface for classes that supports conditional logging.
- IHasCountry - Interface in com.helger.commons.locale.country
-
Base interface for objects having a country locale.
- IHasDescription - Interface in com.helger.commons.text
-
Base interface for objects that have a locale independent description.
- IHasDimensionDouble - Interface in com.helger.commons.dimension
-
Interface for objects having a width and a height.
- IHasDimensionFloat - Interface in com.helger.commons.dimension
-
Interface for objects having a width and a height.
- IHasDimensionInt - Interface in com.helger.commons.dimension
-
Interface for objects having a width and a height.
- IHasDimensionLong - Interface in com.helger.commons.dimension
-
Interface for objects having a width and a height.
- IHasDisplayName - Interface in com.helger.commons.name
-
Base interface for objects that have a locale independent display name.
I contract toIHasNamethis interface is meant for display names of objects (e.g. user names or folder names). - IHasDisplayText - Interface in com.helger.commons.text.display
-
Base interface for objects that have a locale dependent display name.
- IHasDisplayTextWithArgs - Interface in com.helger.commons.text.display
-
Base interface for objects that have a locale dependent display name.
- IHasErrorField - Interface in com.helger.commons.error
-
Base interface for an object that has an error field.
- IHasErrorID - Interface in com.helger.commons.error
-
Interface for objects having an error ID
- IHasErrorLevel - Interface in com.helger.commons.error.level
-
Interface representing an object having an error level.
- IHasErrorLevelComparable<IMPLTYPE> - Interface in com.helger.commons.error.level
-
Base interface for objects that have a severity based on
IErrorLevel. - IHasErrorLevels<IMPLTYPE> - Interface in com.helger.commons.error.level
-
Interface representing an object having multiple objects with an error level
- IHasErrorText - Interface in com.helger.commons.error.text
-
Base interface for objects having an error text.
- IHashCodeGenerator - Interface in com.helger.commons.hashcode
-
Base interface for hash code generators.
- IHashCodeImplementation<T> - Interface in com.helger.commons.hashcode
-
Interface to implement for custom hash code implementation.
- IHashCodeImplementationRegistrarSPI - Interface in com.helger.commons.hashcode
-
SPI registry interface to implement your custom hashCode implementations.
- IHashCodeImplementationRegistry - Interface in com.helger.commons.hashcode
-
Base interface for a registry that contains hashCode implementations.
- IHasHeightDouble - Interface in com.helger.commons.dimension
-
Interface for objects having a height.
- IHasHeightFloat - Interface in com.helger.commons.dimension
-
Interface for objects having a height.
- IHasHeightInt - Interface in com.helger.commons.dimension
-
Interface for objects having a height.
- IHasHeightLong - Interface in com.helger.commons.dimension
-
Interface for objects having a height.
- IHasID<IDTYPE> - Interface in com.helger.commons.id
-
Base interface for all objects having an ID.
- IHasInputStream - Interface in com.helger.commons.io
-
A callback interface to retrieve
InputStreamobjects. - IHasInputStreamAndReader - Interface in com.helger.commons.io
-
A callback interface to retrieve
Readerobjects based on InputStreams. - IHasIntID - Interface in com.helger.commons.id
-
Base interface for all objects having an int ID.
- IHasLanguage - Interface in com.helger.commons.locale.language
-
Base interface for objects having a language locale.
- IHasLocale - Interface in com.helger.commons.locale
-
Base interface for objects having a locale.
- IHasLongID - Interface in com.helger.commons.id
-
Base interface for all objects having a long ID.
- IHasMultilingualText - Interface in com.helger.commons.text
-
Basic interface for object providing multilingual texts.
- IHasName - Interface in com.helger.commons.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.commons.type
-
Base interface for all objects having a certain
ObjectType. - IHasOutputStream - Interface in com.helger.commons.io
-
A callback interface to retrieve
OutputStreamobjects. - IHasOutputStreamAndWriter - Interface in com.helger.commons.io
-
A callback interface to retrieve
Writerobjects based on InputStreams. - IHasParent<PARENTTYPE> - Interface in com.helger.commons.hierarchy
-
This helper interface is required to build a hierarchy of objects.
- IHasPrimitiveConverter<DSTTYPE> - Interface in com.helger.commons.traits
-
An object having or requiring a converter from primitive to something else.
- IHasReader - Interface in com.helger.commons.io
-
A callback interface to retrieve
Readerobjects. - IHasSimpleURL - Interface in com.helger.commons.url
-
Interface for a simple URL provider.
Note: cannot be a functional interface because it requires equals and hashCode to be implemented! - IHasSize - Interface in com.helger.commons.lang
-
Base interface for all objects having a certain size with int precision.
- IHasSizeLong - Interface in com.helger.commons.lang
-
Base interface for all objects having a certain size with long precision.
- IHasText - Interface in com.helger.commons.text
-
Basic interface for object providing multilingual texts without arguments.
- IHasTextWithArgs - Interface in com.helger.commons.text
-
Basic interface for object providing multilingual texts with and without arguments.
- IHasVersion - Interface in com.helger.commons.version
-
Base interface for objects having a version.
- IHasVersionRange - Interface in com.helger.commons.version
-
Base interface for objects having a version range.
- IHasWidthDouble - Interface in com.helger.commons.dimension
-
Interface for objects having a width.
- IHasWidthFloat - Interface in com.helger.commons.dimension
-
Interface for objects having a width.
- IHasWidthInt - Interface in com.helger.commons.dimension
-
Interface for objects having a width.
- IHasWidthLong - Interface in com.helger.commons.dimension
-
Interface for objects having a width.
- IHasWriter - Interface in com.helger.commons.io
-
A callback interface to retrieve
Writerobjects. - IHierarchyVisitor<DATATYPE> - Interface in com.helger.commons.hierarchy.visit
-
Visitor interface
- IHierarchyVisitorCallback<DATATYPE> - Interface in com.helger.commons.hierarchy.visit
-
Base interface with callbacks for visiting a hierarchy.
- IHOST - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IIDFactory<IDTYPE> - Interface in com.helger.commons.id.factory
-
Interface for an object creating unique IDs.
- IIDProvider<VALUETYPE,
IDTYPE> - Interface in com.helger.commons.id -
Interface for objects having an ID.
- IInputStreamProvider - Interface in com.helger.commons.io.provider
-
A callback interface to retrieve
InputStreamobjects from a given name. - IInterruptIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has interrupted indication.
- IIntIDFactory - Interface in com.helger.commons.id.factory
-
Interface for an object creating unique int IDs.
- IIntIDProvider<VALUETYPE> - Interface in com.helger.commons.id
-
Interface for objects having an int ID.
- IIterableIterator<ELEMENTTYPE> - Interface in com.helger.commons.collection.iterate
- IL - Enum constant in enum com.helger.commons.locale.country.ECountry
- IL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ILeftRightIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has left/right indication.
- ILicense - Interface in com.helger.commons.thirdparty
-
Represents a single license.
- ILLEGAL_CHAR - Static variable in class com.helger.commons.CGlobal
-
Represents an illegal character (\0).
- ILLEGAL_DOUBLE - Static variable in class com.helger.commons.CGlobal
-
Represents an illegal double (Double.NaN).
- ILLEGAL_FILENAME_CHAR_REPLACEMENT - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The replacement character used for illegal file name characters.
- ILLEGAL_FLOAT - Static variable in class com.helger.commons.CGlobal
-
Represents an illegal float (Float.NaN).
- ILLEGAL_HASHCODE - Static variable in interface com.helger.commons.hashcode.IHashCodeGenerator
-
Represents an illegal hash code that is never to be returned!
- ILLEGAL_NUMBER - Static variable in interface com.helger.commons.location.ILocation
-
Constant for an illegal row or column number
- ILLEGAL_UINT - Static variable in class com.helger.commons.CGlobal
-
Represents an illegal unsigned integer (-1).
- ILLEGAL_ULONG - Static variable in class com.helger.commons.CGlobal
-
Represents an illegal unsigned long (-1).
- ILLEGAL_USHORT - Static variable in class com.helger.commons.CGlobal
-
Represents an illegal unsigned short (-1).
- ILocation - Interface in com.helger.commons.location
-
Interface indication the position of something within a single resource
- ILongIDFactory - Interface in com.helger.commons.id.factory
-
Interface for an object creating unique long IDs.
- ILongIDProvider<VALUETYPE> - Interface in com.helger.commons.id
-
Interface for objects having a long ID.
- IM - Enum constant in enum com.helger.commons.locale.country.ECountry
- IM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IMAGE - Enum constant in enum com.helger.commons.mime.EMimeContentType
- IMAGE_BMP - Static variable in class com.helger.commons.mime.CMimeType
-
Bitmap image.
- IMAGE_GIF - Static variable in class com.helger.commons.mime.CMimeType
-
GIF image.
- IMAGE_ICON - Static variable in class com.helger.commons.mime.CMimeType
-
Icon image.
- IMAGE_JPG - Static variable in class com.helger.commons.mime.CMimeType
-
JPEG image.
- IMAGE_PNG - Static variable in class com.helger.commons.mime.CMimeType
-
PNG image.
- IMAGE_PSD - Static variable in class com.helger.commons.mime.CMimeType
-
Photoshop image.
- IMAGE_TIFF - Static variable in class com.helger.commons.mime.CMimeType
-
TIFF image.
- IMAGE_WEBP - Static variable in class com.helger.commons.mime.CMimeType
-
WebP image.
- IMAGE_X_ICON - Static variable in class com.helger.commons.mime.CMimeType
-
Icon image.
- ImageDataManager - Class in com.helger.commons.gfx
-
This service class is used to cache information about images.
- IMandatoryIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has mandatory/optional indication.
- IMemoryReadableResource - Interface in com.helger.commons.io.resource.inmemory
-
Marker interface for readable resources that are "in-memory" only.
- IMimeType - Interface in com.helger.commons.mime
-
Interface for the structured representation of a single MIME type.
- IMockException - Interface in com.helger.commons.exception.mock
-
This is a marker interface for mock exceptions.
- implementationEqualsOverridesInterface() - Method in interface com.helger.commons.equals.IEqualsImplementation
- imploder() - Static method in class com.helger.commons.string.StringHelper
- ImploderBuilder() - Constructor for class com.helger.commons.string.StringHelper.ImploderBuilder
- ImploderBuilderMap() - Constructor for class com.helger.commons.string.StringHelper.ImploderBuilderMap
- imploderMap() - Static method in class com.helger.commons.string.StringHelper
- IMultilingualText - Interface in com.helger.commons.text
-
Read-only interface for a multilingual text
- IMutableCache<KEYTYPE,
VALUETYPE> - Interface in com.helger.commons.cache -
Interface for a very simple Map-like cache.
- IMutableConcurrentCollector<DATATYPE> - Interface in com.helger.commons.concurrent.collector
-
Base interface for a concurrent queue worker.
- IMutableInteger<IMPLTYPE> - Interface in com.helger.commons.mutable
-
Base interface for mutable numeric values
- IMutableMultilingualText - Interface in com.helger.commons.text
-
Interface for a writable version of a multilingual text
- IMutableNumeric<IMPLTYPE> - Interface in com.helger.commons.mutable
-
Base interface for mutable numeric values
- IMutableObject<IMPLTYPE> - Interface in com.helger.commons.mutable
-
Base interface for all mutable objects
- IMutableObjectPool<DATATYPE> - Interface in com.helger.commons.pool
-
Simple pool interface.
- IMutableStatisticsHandlerCache - Interface in com.helger.commons.statistics
-
Statistics handler for cache hit/miss
- IMutableStatisticsHandlerCounter - Interface in com.helger.commons.statistics
-
Statistics handler for a counter.
- IMutableStatisticsHandlerKeyedCounter - Interface in com.helger.commons.statistics
-
Statistics handler for a keyed counter.
- IMutableStatisticsHandlerKeyedSize - Interface in com.helger.commons.statistics
-
Statistics handler for keyed sizes.
- IMutableStatisticsHandlerKeyedTimer - Interface in com.helger.commons.statistics
-
Statistics handler for keyed timer.
- IMutableStatisticsHandlerSize - Interface in com.helger.commons.statistics
-
Statistics handler for sizes.
- IMutableStatisticsHandlerTimer - Interface in com.helger.commons.statistics
-
Statistics handler for times.
- IMutableWrapper<DATATYPE> - Interface in com.helger.commons.wrapper
-
Base interface for mutable wrapping an object within another object.
- IN - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IN_AN - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_AN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_AP - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_AP - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_AR - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_AR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_AS - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_AS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_BR - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_BR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_CH - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_CH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_CT - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_CT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_DD - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_DD - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_DL - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_DL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_DN - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_DN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_GA - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_GA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_GJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_GJ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_HP - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_HP - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_HR - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_HR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_JH - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_JH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_JK - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_JK - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_KA - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_KA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_KL - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_KL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_LD - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_LD - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_MH - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_MH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_ML - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_ML - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_MN - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_MN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_MP - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_MP - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_MZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_MZ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_NL - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_NL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_OR - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_OR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_PB - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_PB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_PY - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_PY - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_RJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_RJ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_SK - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_SK - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_TN - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_TN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_TR - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_TR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_UL - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_UL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_UP - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_UP - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- IN_WB - Enum constant in enum com.helger.commons.locale.country.ECountry
- IN_WB - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- INameProvider<DATATYPE> - Interface in com.helger.commons.name
-
Interface for a handler the provides the name of an object.
- inc() - Method in class com.helger.commons.mutable.MutableBigDecimal
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableBigInteger
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableByte
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableChar
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableDouble
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableFloat
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableInt
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableLong
-
Increment by 1 and return the modified value.
- inc() - Method in class com.helger.commons.mutable.MutableShort
-
Increment by 1 and return the modified value.
- inc(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
- inc(double) - Method in class com.helger.commons.mutable.MutableDouble
- inc(float) - Method in class com.helger.commons.mutable.MutableFloat
- inc(int) - Method in class com.helger.commons.mutable.MutableByte
- inc(int) - Method in class com.helger.commons.mutable.MutableChar
- inc(int) - Method in class com.helger.commons.mutable.MutableInt
- inc(int) - Method in class com.helger.commons.mutable.MutableShort
- inc(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
- inc(long) - Method in class com.helger.commons.mutable.MutableBigInteger
- inc(long) - Method in class com.helger.commons.mutable.MutableLong
- inc(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- inc(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- inc(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
- inc(Number) - Method in class com.helger.commons.mutable.MutableByte
- inc(Number) - Method in class com.helger.commons.mutable.MutableDouble
- inc(Number) - Method in class com.helger.commons.mutable.MutableFloat
- inc(Number) - Method in class com.helger.commons.mutable.MutableInt
- inc(Number) - Method in class com.helger.commons.mutable.MutableLong
- inc(Number) - Method in class com.helger.commons.mutable.MutableShort
- inc(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- inc(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- incAndGet() - Method in class com.helger.commons.mutable.MutableBigDecimal
- incAndGet() - Method in class com.helger.commons.mutable.MutableBigInteger
- incAndGet() - Method in class com.helger.commons.mutable.MutableByte
- incAndGet() - Method in class com.helger.commons.mutable.MutableChar
- incAndGet() - Method in class com.helger.commons.mutable.MutableDouble
- incAndGet() - Method in class com.helger.commons.mutable.MutableFloat
- incAndGet() - Method in class com.helger.commons.mutable.MutableInt
- incAndGet() - Method in class com.helger.commons.mutable.MutableLong
- incAndGet() - Method in class com.helger.commons.mutable.MutableShort
- increment() - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerCounter
-
Increment the counter by 1
- increment(long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerCounter
-
Increment the counter by an arbitrary number
- increment(long) - Method in class com.helger.commons.statistics.StatisticsHandlerCounter
- increment(String) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter
-
Increment by 1
- increment(String, long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerKeyedCounter
-
Increment by n
- increment(String, long) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
- INDEFINITE_ENTRIES - Static variable in class com.helger.commons.CGlobal
-
constant for an indefinite number of entries (-1).
- info(Serializable) - Method in class com.helger.commons.log.InMemoryLogger
- info(Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
- info(String) - Method in class com.helger.commons.log.ConditionalLogger
- info(String) - Method in interface com.helger.commons.log.IConditionalLogger
- info(String, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- info(String, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- info(Supplier<String>) - Method in class com.helger.commons.log.ConditionalLogger
- info(Supplier<String>) - Method in interface com.helger.commons.log.IConditionalLogger
- info(Supplier<String>, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- info(Supplier<String>, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- INFO - Enum constant in enum com.helger.commons.error.level.EErrorLevel
-
Information level
- INITIAL_DELAY_MS - Static variable in class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
- INITIAL_HASHCODE - Static variable in class com.helger.commons.hashcode.HashCodeGenerator
-
Use a prime number as the start.
- INITIAL_ID - Static variable in class com.helger.commons.id.factory.MemoryStaticIntIDFactory
-
The default start ID to use.
- INITIAL_ID - Static variable in class com.helger.commons.id.factory.MemoryStaticLongIDFactory
-
The default start ID to use.
- INITIAL_STRING_SIZE - Static variable in class com.helger.commons.csv.CCSV
-
The average size of a line read by openCSV (used for setting the size of StringBuilders).
- InitializationException - Exception Class in com.helger.commons.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.commons.exception.InitializationException
- InitializationException(String) - Constructor for exception class com.helger.commons.exception.InitializationException
- InitializationException(String, Throwable) - Constructor for exception class com.helger.commons.exception.InitializationException
- InitializationException(Throwable) - Constructor for exception class com.helger.commons.exception.InitializationException
- initializeThread(Thread) - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Initializes the specified thread.
- InMemoryLogger - Class in com.helger.commons.log
-
Keeps a set of
LogMessageobjects in memory, offering an API similar to SLF4J. - InMemoryLogger() - Constructor for class com.helger.commons.log.InMemoryLogger
- INODE - Enum constant in enum com.helger.commons.mime.EMimeContentType
- InputStreamAndCharset(InputStream, EUnicodeBOM, Charset) - Constructor for class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- inRange(char[], char, char) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- inRange(char[], int, int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- inRange(int, int, int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- insert(CharSequence, int, int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Insert a codepoint into the buffer, automatically dealing with surrogate pairs
- insert(CharSequence, int, Codepoint) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Insert a codepoint into the buffer, automatically dealing with surrogate pairs
- INSTANCE - Static variable in class com.helger.commons.codec.IdentityByteArrayCodec
-
Default instance that can be used.
- INSTANCE - Static variable in class com.helger.commons.io.file.FileOperationManager
- INSTANCE - Static variable in class com.helger.commons.lang.ReflectionSecurityManager
- internalAddText(Locale, String) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- internalAddText(Map.Entry<Locale, String>) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- internalCheckAccessRights(File) - Static method in class com.helger.commons.io.relative.FileRelativeIO
- internalGetFallbackString(String, Locale) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
This method must return the fallback string for the passed parameters.
- internalGetFallbackString(String, Locale) - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- internalGetLocaleToUseWithFallback(Locale) - Method in class com.helger.commons.text.AbstractHasText
-
Determine the locale to use.
- internalGetLocaleToUseWithFallback(Locale) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- internalGetOverrideString(String, Locale) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
This method must return the override string for the passed parameters.
- internalGetOverrideString(String, Locale) - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- internalGetText(Locale) - Method in class com.helger.commons.text.AbstractHasText
-
Main text resolving.
- internalGetText(Locale) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- internalGetText(Locale) - Method in class com.helger.commons.text.ConstantHasText
- internalGetText(Locale) - Method in class com.helger.commons.text.ConstantHasTextWithArgs
- internalGetText(Locale) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
- internalSetText(Locale, String) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- INTERRUPTED - Enum constant in enum com.helger.commons.state.EInterrupt
- intIsEQ0() - Static method in class com.helger.commons.functional.Predicates
- intIsGE0() - Static method in class com.helger.commons.functional.Predicates
- intIsGT0() - Static method in class com.helger.commons.functional.Predicates
- intIsLE0() - Static method in class com.helger.commons.functional.Predicates
- intIsLT0() - Static method in class com.helger.commons.functional.Predicates
- intIsNE0() - Static method in class com.helger.commons.functional.Predicates
- intToRomanString(int) - Static method in class com.helger.commons.string.util.RomanNumeral
- intValue() - Method in interface com.helger.commons.mutable.INumber
-
Returns the value of the specified number as an
int, which may involve rounding or truncation. - intValue() - Method in class com.helger.commons.mutable.MutableBigDecimal
- intValue() - Method in class com.helger.commons.mutable.MutableBigInteger
- intValue() - Method in class com.helger.commons.mutable.MutableByte
- intValue() - Method in class com.helger.commons.mutable.MutableChar
- intValue() - Method in class com.helger.commons.mutable.MutableDouble
- intValue() - Method in class com.helger.commons.mutable.MutableFloat
- intValue() - Method in class com.helger.commons.mutable.MutableInt
- intValue() - Method in class com.helger.commons.mutable.MutableLong
- intValue() - Method in class com.helger.commons.mutable.MutableShort
- INumber - Interface in com.helger.commons.mutable
-
Base interface comparable to
Number- but an interface and not an abstract class. - INVALID - Enum constant in enum com.helger.commons.state.EValidity
- InvalidCharacterException - Exception Class in com.helger.commons.text.codepoint
- InvalidCharacterException(int) - Constructor for exception class com.helger.commons.text.codepoint.InvalidCharacterException
- inverseSetContains(int[], int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Treats the specified int array as an Inversion Set and returns
trueif the value is located within the set. - invoke(Object, Method, Object[]) - Method in class com.helger.commons.lang.proxy.LoggingInvocationHandler
- invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class com.helger.commons.lang.GenericReflection
- invokeMethod(Object, String, Object...) - Static method in class com.helger.commons.lang.GenericReflection
-
This method dynamically invokes the method with the given name on the given object.
- invokeSafe() - Method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- invokeSafe(IPrivilegedAction<T>) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class com.helger.commons.lang.GenericReflection
- invokeStaticMethod(Class<?>, String, Object...) - Static method in class com.helger.commons.lang.GenericReflection
- invokeStaticMethod(String, String, Class<?>[], Object[]) - Static method in class com.helger.commons.lang.GenericReflection
- invokeStaticMethod(String, String, Object...) - Static method in class com.helger.commons.lang.GenericReflection
- IO - Enum constant in enum com.helger.commons.locale.country.ECountry
- IO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IO_ERROR - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
Generic IO code: an IOException occurred.
- IObjectPoolFactory<DATATYPE> - Interface in com.helger.commons.pool
-
An extended factory for objects in the
ObjectPool. - IOTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the IO specific type converter
- IOTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.IOTypeConverterRegistrar
- IOutputStreamProvider - Interface in com.helger.commons.io.provider
-
A callback interface to retrieve
OutputStreamobjects from a given name. - IParentProvider<PARENTTYPE> - Interface in com.helger.commons.hierarchy
-
This helper interface is required to build a generic tree.
- IPATH - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IPATHNODELIMS - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IPATHNODELIMS_SEG - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IPathRelativeIO - Interface in com.helger.commons.io.relative
-
A read-only version of a path-relative IO component.
- IPrimitiveConverterTo<DSTTYPE> - Interface in com.helger.commons.traits
-
A generic dummy interface to convert any primitive type to a certain object type.
- IPRIVATE - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IPrivilegedAction<T> - Interface in com.helger.commons.lang.priviledged
-
Extension to
PrivilegedActionwith anIPrivilegedAction.invokeSafe()method that invokes theAccessControlleronly if a security manager is present.
This class is deprecated per Java 17, as the Java Security Manager is deprecated in that version. - IQ - Enum constant in enum com.helger.commons.locale.country.ECountry
- IQ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IQUERY - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IR - Enum constant in enum com.helger.commons.locale.country.ECountry
- IR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IReadableResource - Interface in com.helger.commons.io.resource
-
Base interface for an abstract readable resource.
- IReadableResourceProvider - Interface in com.helger.commons.io.resourceprovider
-
Resource provider interface for readable resources.
- IReaderProvider - Interface in com.helger.commons.io.provider
-
A callback interface to retrieve
Readerobjects from a given name. - IReadWriteResource - Interface in com.helger.commons.io.resource
-
Base interface for an abstract resource that is both readable and writable.
- IREGNAME - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IResettableBuilder<T> - Interface in com.helger.commons.builder
-
Marker interface for a resettable builder
- IResourceBase - Interface in com.helger.commons.io.resource
-
Base interface for an abstract readable resource.
- IS - Enum constant in enum com.helger.commons.locale.country.ECountry
- IS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- is_ifragment(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_ihost(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_ipath(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_ipathnodelims(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_ipchar(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_ipliteral(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_iprivate(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_iquery(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_iregname(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_iserver(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_iunreserved(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_iuserinfo(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_regname(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is_ucschar(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- is0() - Method in interface com.helger.commons.mutable.IMutableNumeric
- is0() - Method in class com.helger.commons.mutable.MutableBigDecimal
- is0() - Method in class com.helger.commons.mutable.MutableBigInteger
- is0() - Method in class com.helger.commons.mutable.MutableByte
- is0() - Method in class com.helger.commons.mutable.MutableChar
- is0() - Method in class com.helger.commons.mutable.MutableDouble
- is0() - Method in class com.helger.commons.mutable.MutableFloat
- is0() - Method in class com.helger.commons.mutable.MutableInt
- is0() - Method in class com.helger.commons.mutable.MutableLong
- is0() - Method in class com.helger.commons.mutable.MutableShort
- isAbstractClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Check if the passed class is abstract or not.
- isAddPadding() - Method in class com.helger.commons.codec.Base32Codec
- isAfter(OffsetDate) - Method in class com.helger.commons.datetime.OffsetDate
-
Checks if the instant of midnight at the start of this
OffsetDateis after midnight at the start of the specified date. - isAfter(XMLOffsetDate) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Checks if the instant of midnight at the start of this
XMLOffsetDateis after midnight at the start of the specified date. - isAfter(XMLOffsetDateTime) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(XMLOffsetTime) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Checks if the instant of this
XMLOffsetTimeis after that of the specified time applying both times to a common date. - isAllowNullValues() - Method in class com.helger.commons.cache.MappedCache
- isAllWhitespace(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Check if the passed character sequence is only whitespace or not.
- isAllWhiteSpace(CharSequence) - Method in class com.helger.commons.csv.CSVParser
-
Checks if every element is the character sequence is whitespace.
- isAlpha() - Method in class com.helger.commons.text.codepoint.Codepoint
- isAlpha(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x41-5A / %x61-7A ; A-Z / a-z - isAlphaDigit() - Method in class com.helger.commons.text.codepoint.Codepoint
- isAnnotationClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isAnyInformationPresent() - Method in interface com.helger.commons.location.ILocation
-
Simple method to check if resource ID, line number, column number or field name is present.
- isAnythingAvailable() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- isAnythingAvailable() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- isAppend() - Method in enum com.helger.commons.io.EAppend
- isApplyQuotesToAll() - Method in class com.helger.commons.csv.CSVWriter
- isArray(Object) - Static method in class com.helger.commons.collection.ArrayHelper
-
Check if the passed object is an array or not.
- isArrayClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isArrayEquals(Object, Object) - Static method in class com.helger.commons.collection.ArrayHelper
-
Recursive equal comparison for arrays.
- isArrayOfsLen(boolean[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(byte[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(char[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(double[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(float[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(int[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(long[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(short[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isArrayOfsLen(Object[], int, int) - Static method in class com.helger.commons.ValueEnforcer
- isAscending() - Method in enum com.helger.commons.compare.ESortOrder
- isAscending() - Method in interface com.helger.commons.compare.ISortOrderIndicator
- isAtLeast(int, int) - Static method in class com.helger.commons.system.JavaVersionHelper
- isAvoidFinalLineEnd() - Method in class com.helger.commons.csv.CSVWriter
- isBefore(OffsetDate) - Method in class com.helger.commons.datetime.OffsetDate
-
Checks if the instant of midnight at the start of this
OffsetDateis before midnight at the start of the specified date. - isBefore(XMLOffsetDate) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Checks if the instant of midnight at the start of this
XMLOffsetDateis before midnight at the start of the specified date. - isBefore(XMLOffsetDateTime) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(XMLOffsetTime) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Checks if the instant of this
XMLOffsetTimeis before that of the specified time applying both times to a common date. - isBetweenExclusive(double, String, double, double) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(double, Supplier<? extends String>, double, double) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(float, String, float, float) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(float, Supplier<? extends String>, float, float) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(int, String, int, int) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(int, Supplier<? extends String>, int, int) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(long, String, long, long) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(long, Supplier<? extends String>, long, long) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(short, String, short, short) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(short, Supplier<? extends String>, short, short) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(BigDecimal, Supplier<? extends String>, BigDecimal, BigDecimal) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenExclusive(BigInteger, Supplier<? extends String>, BigInteger, BigInteger) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive - isBetweenInclusive(double, String, double, double) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(double, Supplier<? extends String>, double, double) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(float, String, float, float) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(float, Supplier<? extends String>, float, float) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(int, String, int, int) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(int, Supplier<? extends String>, int, int) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(long, String, long, long) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(long, Supplier<? extends String>, long, long) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(short, String, short, short) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(short, Supplier<? extends String>, short, short) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(BigDecimal, Supplier<? extends String>, BigDecimal, BigDecimal) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBetweenInclusive(BigInteger, Supplier<? extends String>, BigInteger, BigInteger) - Static method in class com.helger.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive - isBidi() - Method in class com.helger.commons.text.codepoint.Codepoint
- isBidi(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isBit(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
"0" / "1" - isBooleanClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isBottom() - Method in interface com.helger.commons.state.ITopBottomIndicator
- isBreak() - Method in interface com.helger.commons.state.IContinueIndicator
- isBuffered(InputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
- isBuffered(OutputStream) - Static method in class com.helger.commons.io.stream.StreamHelper
- isBuffered(Reader) - Static method in class com.helger.commons.io.stream.StreamHelper
- isBuffered(Writer) - Static method in class com.helger.commons.io.stream.StreamHelper
- isCanReadRelativePaths() - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- isChanged() - Method in class com.helger.commons.state.ChangeWithValue
- isChanged() - Method in enum com.helger.commons.state.EChange
- isChanged() - Method in interface com.helger.commons.state.IChangeIndicator
- isChar(int) - Static method in class com.helger.commons.text.util.ABNF
-
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.commons.lang.ClassHelper
- isCheckForFallback() - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- isCheckForOverride() - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- isClassPathURLExisting(String) - Static method in class com.helger.commons.url.URLHelper
- isClassPathURLExisting(String, ClassLoader) - Static method in class com.helger.commons.url.URLHelper
- isClosed() - Method in class com.helger.commons.hashcode.HashCodeGenerator
- isClosed() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- isClosed() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- isClosed() - Method in interface com.helger.commons.state.ICloseable
-
Returns, whether the object is already closed.
- isCollectionClass(Class<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isCollectionObject(Object) - Static method in class com.helger.commons.collection.CollectionHelper
- isContentAllowed() - Method in enum com.helger.commons.http.EHttpMethod
- isContinue() - Method in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
- isContinue() - Method in enum com.helger.commons.state.EContinue
- isContinue() - Method in interface com.helger.commons.state.IContinueIndicator
- isCopy() - Method in class com.helger.commons.io.ByteArrayWrapper
- isCopy() - Method in interface com.helger.commons.io.IHasByteArray
- isCopy() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- isCopy() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
- isCopy() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- isCountrySub() - Method in enum com.helger.commons.locale.country.ECountry
- isCR(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x0D → carriage return - isCtl(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x00-1F / %x7F → controls - isCurrentChar(char) - Method in class com.helger.commons.string.util.StringScanner
- isCurrentOS() - Method in enum com.helger.commons.system.EOperatingSystem
- isCurrentVersion() - Method in enum com.helger.commons.system.EJavaVersion
- isDebug() - Method in class com.helger.commons.ws.HostnameVerifierVerifyAll
- isDebug() - Method in class com.helger.commons.ws.TrustManagerTrustAll
- isDebugMode() - Static method in class com.helger.commons.debug.GlobalDebug
- isDebugResolve() - Static method in class com.helger.commons.io.resourceresolver.DefaultResourceResolver
- isDefined() - Method in enum com.helger.commons.state.ETriState
- isDefined() - Method in interface com.helger.commons.state.ITriState
- isDescending() - Method in interface com.helger.commons.compare.ISortOrderIndicator
- isDigit() - Method in class com.helger.commons.text.codepoint.Codepoint
- isDigit(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x30-39 → 0-9 - isDisabled() - Method in interface com.helger.commons.state.IEnabledIndicator
- isDouble(String) - Static method in class com.helger.commons.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.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x22 → " (Double Quote) - isEmpty() - Method in class com.helger.commons.cache.MappedCache
- isEmpty() - Method in class com.helger.commons.callback.CallbackList
- isEmpty() - Method in class com.helger.commons.http.HttpHeaderMap
- isEmpty() - Method in class com.helger.commons.io.ByteArrayWrapper
- isEmpty() - Method in interface com.helger.commons.io.IHasByteArray
- isEmpty() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- isEmpty() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
- isEmpty() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- isEmpty() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
- isEmpty() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
- isEmpty() - Method in interface com.helger.commons.lang.IHasSize
- isEmpty() - Method in interface com.helger.commons.lang.IHasSizeLong
- isEmpty() - Method in class com.helger.commons.log.InMemoryLogger
- isEmpty(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(byte...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(char...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(double...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(float...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(int...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(long...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(short...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(IIterableIterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
- isEmpty(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
- isEmpty(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string is
nullor empty. - isEmpty(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isEmpty(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string is
nullor empty. - isEmpty(Collection<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isEmpty(Enumeration<?>) - Static method in class com.helger.commons.collection.IteratorHelper
- isEmpty(Iterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
- isEmpty(Map<?, ?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isEmptyAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string is
nullor empty after trimming. - isEnabled() - Method in class com.helger.commons.log.ConditionalLogger
- isEnabled() - Method in interface com.helger.commons.log.LogHelper.IFuncIsLoggingEnabled
- isEnabled() - Method in enum com.helger.commons.state.EEnabled
- isEnabled() - Method in interface com.helger.commons.state.IEnabledIndicator
- isEnabled() - Static method in class com.helger.commons.ValueEnforcer
- isEnabled(Class<?>, IErrorLevel) - Static method in class com.helger.commons.log.LogHelper
-
Check if logging is enabled for the passed class based on the error level provided
- isEnabled(Class<?>, IHasErrorLevel) - Static method in class com.helger.commons.log.LogHelper
-
Check if logging is enabled for the passed class based on the error level provider by the passed object
- isEnabled(Logger, IErrorLevel) - Static method in class com.helger.commons.log.LogHelper
-
Check if logging is enabled for the passed logger based on the error level provided
- isEnabled(Logger, IHasErrorLevel) - Static method in class com.helger.commons.log.LogHelper
-
Check if logging is enabled for the passed logger based on the error level provider by the passed object
- isEncodeBlanks() - Method in class com.helger.commons.codec.RFC1522QCodec
-
Tests if optional transformation of SPACE characters is to be used
- isEndOfInput() - Method in enum com.helger.commons.state.EEOI
- isEnumClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isEQ(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- isEQ(DATATYPE) - Method in interface com.helger.commons.compare.IComparable
- isEQ(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- isEQ(IMPLTYPE) - Method in interface com.helger.commons.severity.ISeverityComparable
-
Check if this object is of the same level (= equal important) than the passed object.
- isEQ0(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isEQ0(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isEQ1(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isEQ1(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isEQ10(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isEQ10(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isEQ100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isEQ100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isEqual(double, double, String) - Static method in class com.helger.commons.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.commons.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.commons.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.commons.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.commons.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.commons.ValueEnforcer
-
Check that the passed value is the same as the provided expected value using
==to check comparison. - isEqual(OffsetDate) - Method in class com.helger.commons.datetime.OffsetDate
-
Checks if the instant of midnight at the start of this
OffsetDateequals midnight at the start of the specified date. - isEqual(XMLOffsetDate) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Checks if the instant of midnight at the start of this
XMLOffsetDateequals midnight at the start of the specified date. - isEqual(XMLOffsetDateTime) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Checks if the instant of this date-time is equal to that of the specified date-time.
- isEqual(XMLOffsetTime) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Checks if the instant of this
XMLOffsetTimeis equal to that of the specified time applying both times to a common date. - isEqual(T, T, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is the same as the provided expected value using
equalsto check comparison. - isEqual(T, T, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is the same as the provided expected value using
equalsto check comparison. - isEqualIgnoreFileSeparator(String, String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check whether the two passed file names are equal, independent of the used separators (/ or \).
- ISerializationConverter<T> - Interface in com.helger.commons.serialize.convert
-
Interface to be implemented to read and write objects.
- ISerializationConverterCallback - Interface in com.helger.commons.serialize.convert
-
A callback interface that is used to iterate all available serialization converters.
- ISerializationConverterRegistrarSPI - Interface in com.helger.commons.serialize.convert
-
SPI interface to be implemented by other modules wishing to register their own serialization converters.
- ISerializationConverterRegistry - Interface in com.helger.commons.serialize.convert
-
This is the callback interface implemented by
SerializationConverterRegistryfor registration via the SPI interface. - isError() - Method in interface com.helger.commons.error.level.IErrorLevel
- isError() - Method in interface com.helger.commons.error.level.IHasErrorLevel
- isError() - Method in interface com.helger.commons.state.IErrorIndicator
- isEven() - Method in interface com.helger.commons.mutable.IMutableInteger
- isEven() - Method in class com.helger.commons.mutable.MutableByte
- isEven() - Method in class com.helger.commons.mutable.MutableChar
- isEven() - Method in class com.helger.commons.mutable.MutableInt
- isEven() - Method in class com.helger.commons.mutable.MutableLong
- isEven() - Method in class com.helger.commons.mutable.MutableShort
- ISeverityComparable<IMPLTYPE> - Interface in com.helger.commons.severity
-
Interface for comparable objects based on their severity.
- isExactlyOneBitSetToOne(int) - Static method in class com.helger.commons.math.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.commons.math.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. - isExceptionOnDeleteRoot() - Static method in class com.helger.commons.io.file.FileOperations
- isExceptionOnDeleteRoot() - Static method in class com.helger.commons.io.file.PathOperations
- isExplicitClassPathResource(String) - Static method in class com.helger.commons.io.resource.ClassPathResource
-
Check if the passed resource name is an explicit classpath resource.
- isExplicitJarFileResource(String) - Static method in class com.helger.commons.io.resourceresolver.DefaultResourceResolver
- isExplicitURLResource(String) - Static method in class com.helger.commons.io.resource.URLResource
-
Check if the passed resource name is an explicit URL resource.
- isExponential() - Method in enum com.helger.commons.math.RoundHelper.EDecimalType
- isFailure() - Method in interface com.helger.commons.error.level.IErrorLevel
- isFailure() - Method in interface com.helger.commons.error.level.IHasErrorLevel
- isFailure() - Method in interface com.helger.commons.state.ISuccessIndicator
- isFalse() - Method in enum com.helger.commons.state.ETriState
- isFalse() - Method in interface com.helger.commons.state.ITriState
- isFalse(boolean, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
false. - isFalse(boolean, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
false. - isFalse(BooleanSupplier, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
false. - isFalse(BooleanSupplier, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
false. - isFileNewer(File, File) - Static method in class com.helger.commons.io.file.FileHelper
-
Returns
trueif the first file is newer than the second file. - isFileNewer(Path, Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Returns
trueif the first file is newer than the second file. - isFixed() - Method in enum com.helger.commons.math.RoundHelper.EDecimalType
- isFloat(String) - Static method in class com.helger.commons.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.commons.lang.ClassHelper
- isFragment(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isGE(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- isGE(DATATYPE) - Method in interface com.helger.commons.compare.IComparable
- isGE(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- isGE(IMPLTYPE) - Method in interface com.helger.commons.severity.ISeverityComparable
-
Check if this object is of equal or higher level (= equally or more important) than the passed object.
- isGE0() - Method in interface com.helger.commons.mutable.IMutableNumeric
- isGE0() - Method in class com.helger.commons.mutable.MutableBigDecimal
- isGE0() - Method in class com.helger.commons.mutable.MutableBigInteger
- isGE0() - Method in class com.helger.commons.mutable.MutableByte
- isGE0() - Method in class com.helger.commons.mutable.MutableChar
- isGE0() - Method in class com.helger.commons.mutable.MutableDouble
- isGE0() - Method in class com.helger.commons.mutable.MutableFloat
- isGE0() - Method in class com.helger.commons.mutable.MutableInt
- isGE0() - Method in class com.helger.commons.mutable.MutableLong
- isGE0() - Method in class com.helger.commons.mutable.MutableShort
- isGE0(double, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(double, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(float, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(float, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(int, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(int, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(long, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(long, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(short, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(short, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGE0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGE0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
- isGE0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGE1(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGE1(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGE10(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGE10(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGE100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGE100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGenDelim(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isGT(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- isGT(DATATYPE) - Method in interface com.helger.commons.compare.IComparable
- isGT(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- isGT(IMPLTYPE) - Method in interface com.helger.commons.severity.ISeverityComparable
-
Check if this object is of higher level (= more important) than the passed object.
- isGT0() - Method in interface com.helger.commons.mutable.IMutableNumeric
- isGT0() - Method in class com.helger.commons.mutable.MutableBigDecimal
- isGT0() - Method in class com.helger.commons.mutable.MutableBigInteger
- isGT0() - Method in class com.helger.commons.mutable.MutableByte
- isGT0() - Method in class com.helger.commons.mutable.MutableChar
- isGT0() - Method in class com.helger.commons.mutable.MutableDouble
- isGT0() - Method in class com.helger.commons.mutable.MutableFloat
- isGT0() - Method in class com.helger.commons.mutable.MutableInt
- isGT0() - Method in class com.helger.commons.mutable.MutableLong
- isGT0() - Method in class com.helger.commons.mutable.MutableShort
- isGT0(double, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(double, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(float, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(float, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(int, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(int, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(long, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(long, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(short, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(short, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGT0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGT0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
- isGT0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isGT1(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGT1(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGT10(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGT10(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isGT100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isGT100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isHandled() - Method in enum com.helger.commons.state.EHandled
- isHandled() - Method in interface com.helger.commons.state.IHandledIndicator
- isHeldByCurrentThread() - Method in class com.helger.commons.concurrent.NonReentrantLock
- isHeldExclusively() - Method in class com.helger.commons.concurrent.NonReentrantLock
- isHex(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isHexDigit(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
DIGIT / "A" / "B" / "C" / "D" / "E" / "F" - isHexDigitCaseInsensitive(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
DIGIT / "A" / "B" / "C" / "D" / "E" / "F" / "a" / "b" / "c" / "d" / "e" / "f"
Note: this is a non-standard extension! - isHexEncoding() - Method in class com.helger.commons.codec.Base32Codec
- isHiddenFilename(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed filename is a Unix hidden filename.
- isHiddenFilename(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed filename is a Unix hidden filename.
- isHigh(int) - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
-
Returns true if the char at the specified index is a high surrogate
- isHigh(int) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- isHigh(int) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- isHighest() - Method in interface com.helger.commons.error.level.IErrorLevel
- isHighSurrogate() - Method in class com.helger.commons.text.codepoint.Codepoint
- IShortFunction<R> - Interface in com.helger.commons.functional
-
Represents a function that accepts a short-valued argument and produces a result.
- isHTab(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x09 → horizontal tab - isIdempodent() - Method in enum com.helger.commons.http.EHttpMethod
- isIgnoreLeadingWhiteSpace() - Method in class com.helger.commons.csv.CSVParser
- isIgnoreLeadingWhiteSpace() - Method in class com.helger.commons.csv.CSVReader
- isIgnoreQuotations() - Method in class com.helger.commons.csv.CSVParser
- isIgnoreQuotations() - Method in class com.helger.commons.csv.CSVReader
- ISimpleURL - Interface in com.helger.commons.url
-
Interface for a simple URL that works around the usability issues with the Java default java.net.URL.
- isInCache(KEYTYPE) - Method in class com.helger.commons.cache.MappedCache
-
Check if the passed key is already in the cache or not.
- isIncludingCeil() - Method in class com.helger.commons.version.VersionRange
- isIncludingFloor() - Method in class com.helger.commons.version.VersionRange
- isInstancableClass(Class<?>) - Static method in class com.helger.commons.lang.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.commons.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.commons.ValueEnforcer
-
Check that the passed value is an instance of the passed class.
- isInstantiated() - Static method in class com.helger.commons.datetime.DateTimeFormatterCache
- isInstantiated() - Static method in class com.helger.commons.equals.EqualsImplementationRegistry
- isInstantiated() - Static method in class com.helger.commons.gfx.ImageDataManager
- isInstantiated() - Static method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- isInstantiated() - Static method in class com.helger.commons.locale.country.CountryCache
- isInstantiated() - Static method in class com.helger.commons.locale.language.LanguageCache
- isInstantiated() - Static method in class com.helger.commons.locale.LocaleCache
- isInstantiated() - Static method in class com.helger.commons.mime.MimeTypeDeterminator
- isInstantiated() - Static method in class com.helger.commons.regex.RegExCache
- isInstantiated() - Static method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
- isInstantiated() - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
- isInstantiated() - Static method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
- isInstantiated() - Static method in class com.helger.commons.typeconvert.TypeConverterRegistry
- isInstantiated() - Static method in class com.helger.commons.url.URLProtocolRegistry
- isInt(String) - Static method in class com.helger.commons.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.commons.lang.ClassHelper
- isInterface(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
-
Check if the passed class is an interface or not.
- isInterrupted() - Method in enum com.helger.commons.state.EInterrupt
- isInterrupted() - Method in interface com.helger.commons.state.IInterruptIndicator
- isInvalid() - Method in interface com.helger.commons.state.IValidityIndicator
- isJVMVendor() - Method in enum com.helger.commons.system.EJVMVendor
- isKeepCarriageReturns() - Method in class com.helger.commons.csv.CSVReader
-
Returns if the reader will keep carriage returns found in data or remove them.
- isKnownEOFException(Class<?>) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Check if the passed class is a known EOF exception class.
- isKnownEOFException(Throwable) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Check if the passed exception is a known EOF exception.
- isLandscape() - Method in interface com.helger.commons.dimension.IHasDimensionDouble
- isLandscape() - Method in interface com.helger.commons.dimension.IHasDimensionFloat
- isLandscape() - Method in interface com.helger.commons.dimension.IHasDimensionInt
- isLandscape() - Method in interface com.helger.commons.dimension.IHasDimensionLong
- isLE(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- isLE(DATATYPE) - Method in interface com.helger.commons.compare.IComparable
- isLE(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- isLE(IMPLTYPE) - Method in interface com.helger.commons.severity.ISeverityComparable
-
Check if this object is of equal or lower level (= equally or less important) than the passed object.
- isLE0() - Method in interface com.helger.commons.mutable.IMutableNumeric
- isLE0() - Method in class com.helger.commons.mutable.MutableBigDecimal
- isLE0() - Method in class com.helger.commons.mutable.MutableBigInteger
- isLE0() - Method in class com.helger.commons.mutable.MutableByte
- isLE0() - Method in class com.helger.commons.mutable.MutableChar
- isLE0() - Method in class com.helger.commons.mutable.MutableDouble
- isLE0() - Method in class com.helger.commons.mutable.MutableFloat
- isLE0() - Method in class com.helger.commons.mutable.MutableInt
- isLE0() - Method in class com.helger.commons.mutable.MutableLong
- isLE0() - Method in class com.helger.commons.mutable.MutableShort
- isLE0(double, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(double, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(float, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(float, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(int, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(int, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(long, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(long, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(short, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(short, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLE0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLE0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
- isLE0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLE1(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLE1(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLE10(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLE10(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLE100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLE100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLeft() - Method in enum com.helger.commons.state.ELeftRight
- isLeft() - Method in interface com.helger.commons.state.ILeftRightIndicator
- isLF(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x0A → linefeed - IsLocked - Annotation Type in com.helger.commons.annotation
-
For methods to be overridden, it indicates, that the method is locked.
- isLogException(Throwable) - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
-
Check if the passed exception should be part of the log entry.
- isLong(String) - Static method in class com.helger.commons.string.StringParser
-
Checks if the given string is a numeric string that can be converted to a long value with radix 10.
- isLow(int) - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
-
Returns true if the char at the specified index is a low surrogate
- isLow(int) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- isLow(int) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- isLowSurrogate() - Method in class com.helger.commons.text.codepoint.Codepoint
- isLT(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- isLT(DATATYPE) - Method in interface com.helger.commons.compare.IComparable
- isLT(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- isLT(IMPLTYPE) - Method in interface com.helger.commons.severity.ISeverityComparable
-
Check if this object is of lower level (= less important) than the passed object.
- isLT0() - Method in interface com.helger.commons.mutable.IMutableNumeric
- isLT0() - Method in class com.helger.commons.mutable.MutableBigDecimal
- isLT0() - Method in class com.helger.commons.mutable.MutableBigInteger
- isLT0() - Method in class com.helger.commons.mutable.MutableByte
- isLT0() - Method in class com.helger.commons.mutable.MutableChar
- isLT0() - Method in class com.helger.commons.mutable.MutableDouble
- isLT0() - Method in class com.helger.commons.mutable.MutableFloat
- isLT0() - Method in class com.helger.commons.mutable.MutableInt
- isLT0() - Method in class com.helger.commons.mutable.MutableLong
- isLT0() - Method in class com.helger.commons.mutable.MutableShort
- isLT0(double, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(double, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(float, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(float, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(int, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(int, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(long, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(long, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(short, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(short, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLT0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLT0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
- isLT0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isLT1(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLT1(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLT10(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLT10(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLT100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isLT100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isLTS() - Method in enum com.helger.commons.system.EJavaVersion
- isMac() - Method in enum com.helger.commons.system.ENewLineMode
- isMacOSBased() - Method in enum com.helger.commons.system.EOperatingSystem
-
Indicates whether the provided operating system is MacOS-based.
- isMandatory() - Method in enum com.helger.commons.state.EMandatory
- isMandatory() - Method in interface com.helger.commons.state.IMandatoryIndicator
- isMark(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isMatchingVersion(double) - Method in enum com.helger.commons.system.EJavaVersion
- isMaybeEncoded(char[]) - Static method in class com.helger.commons.codec.RFC2616Codec
- isMaybeEncoded(String) - Static method in class com.helger.commons.codec.RFC2616Codec
- isMultiLingual() - Method in class com.helger.commons.error.text.ConstantHasErrorText
- isMultiLingual() - Method in class com.helger.commons.error.text.DynamicHasErrorText
- isMultiLingual() - Method in class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
- isMultiLingual() - Method in interface com.helger.commons.error.text.IHasErrorText
- isNE(IErrorLevel) - Method in interface com.helger.commons.error.level.IErrorLevel
- isNE(DATATYPE) - Method in interface com.helger.commons.compare.IComparable
- isNE(IMPLTYPE) - Method in interface com.helger.commons.error.level.IHasErrorLevelComparable
- isNE(IMPLTYPE) - Method in interface com.helger.commons.severity.ISeverityComparable
-
Check if this object is of a different level (= different importance) than the passed object.
- isNE0(double, String) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(double, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(int, String) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(int, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(long, String) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(long, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isNE0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(BigDecimal, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isNE0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
- isNE0(BigInteger, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
- isNE1(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isNE1(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isNE10(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isNE10(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isNE100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
- isNE100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
- isNewerOrEqualsThan(EJavaVersion) - Method in enum com.helger.commons.system.EJavaVersion
-
Check if this java version is newer or equals than the passed version
- isNextCharacterEscapable(String, boolean, int) - Method in class com.helger.commons.csv.CSVParser
-
Checks to see if the character after the current index in a String is an escapable character.
- isNoError() - Method in interface com.helger.commons.error.level.IErrorLevel
- isNoError() - Method in interface com.helger.commons.error.level.IHasErrorLevel
- isNoError() - Method in interface com.helger.commons.state.IErrorIndicator
- isNot0() - Method in interface com.helger.commons.mutable.IMutableNumeric
- isNotEmpty() - Method in class com.helger.commons.cache.MappedCache
- isNotEmpty() - Method in interface com.helger.commons.collection.impl.ICommonsMap
- isNotEmpty() - Method in class com.helger.commons.io.ByteArrayWrapper
- isNotEmpty() - Method in interface com.helger.commons.io.IHasByteArray
- isNotEmpty() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- isNotEmpty() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
- isNotEmpty() - Method in interface com.helger.commons.lang.IHasSize
- isNotEmpty() - Method in interface com.helger.commons.lang.IHasSizeLong
- isNotEmpty(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(byte...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(char...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(double...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(float...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(int...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(long...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(short...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(IIterableIterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
- isNotEmpty(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
- isNotEmpty(CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string contains any char.
- isNotEmpty(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isNotEmpty(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string contains any char.
- isNotEmpty(Collection<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isNotEmpty(Enumeration<?>) - Static method in class com.helger.commons.collection.IteratorHelper
- isNotEmpty(Iterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
- isNotEmpty(Map<?, ?>) - Static method in class com.helger.commons.collection.CollectionHelper
- isNotEmptyAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
-
Check if the string neither
nullnor empty after trimming. - isNotEndOfInput() - Method in enum com.helger.commons.state.EEOI
- isNotInterrupted() - Method in interface com.helger.commons.state.IInterruptIndicator
- isNotSet() - Method in interface com.helger.commons.wrapper.IWrapper
- isNull() - Static method in class com.helger.commons.functional.Predicates
- isNull(Object, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
null. - isNull(Object, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
null. - isOctet(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x00-FF → 8 bits of data - isOdd() - Method in interface com.helger.commons.mutable.IMutableInteger
- isOlderOrEqualsThan(EJavaVersion) - Method in enum com.helger.commons.system.EJavaVersion
-
Check if this java version is older or equals than the passed version
- isOptional() - Method in interface com.helger.commons.state.IMandatoryIndicator
- isOptional() - Method in interface com.helger.commons.thirdparty.IThirdPartyModule
- isOptional() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- isOracle() - Method in enum com.helger.commons.system.EJVMVendor
- ISortOrderIndicator - Interface in com.helger.commons.compare
-
Interface indicating a sort order.
- isParentDirectory(File, File) - Static method in class com.helger.commons.io.file.FileHelper
-
Check if the searched directory is a parent object of the start directory
- isParentDirectory(Path, Path) - Static method in class com.helger.commons.io.file.PathHelper
-
Check if the searched directory is a parent object of the start directory
- isPartialArray() - Method in interface com.helger.commons.io.IHasByteArray
- isPath(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isPathNoDelims(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isPathSeparatorChar(char) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed character is a path separation character.
- isPayloadInBody() - Method in enum com.helger.commons.http.EHttpMethod
- isPchar(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isPctEnc(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isPending() - Method in class com.helger.commons.csv.CSVParser
- isPerformConsistencyChecks() - Static method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- isPlaceholderRequired() - Method in enum com.helger.commons.error.ErrorTextProvider.EField
- ISplitter<SRCTYPE,
DSTTYPE> - Interface in com.helger.commons.aggregate -
Splits an input object to a list of output objects (change 1 to n).
- isPortrait() - Method in interface com.helger.commons.dimension.IHasDimensionDouble
- isPortrait() - Method in interface com.helger.commons.dimension.IHasDimensionFloat
- isPortrait() - Method in interface com.helger.commons.dimension.IHasDimensionInt
- isPortrait() - Method in interface com.helger.commons.dimension.IHasDimensionLong
- isPresent(byte[]) - Method in enum com.helger.commons.charset.EUnicodeBOM
-
Check if the passed byte array starts with this BOM's bytes.
- isPrimitiveType(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isPrimitiveWrapperType(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isProcessing() - Method in class com.helger.commons.io.watchdir.WatchDir
-
Check if processing is active.
- isProductionMode() - Static method in class com.helger.commons.debug.GlobalDebug
- isProxyReturnValues() - Method in class com.helger.commons.lang.proxy.LoggingInvocationHandler
- isPublic(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isPublicClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isQuadratic() - Method in interface com.helger.commons.dimension.IHasDimensionDouble
- isQuadratic() - Method in interface com.helger.commons.dimension.IHasDimensionFloat
- isQuadratic() - Method in interface com.helger.commons.dimension.IHasDimensionInt
- isQuadratic() - Method in interface com.helger.commons.dimension.IHasDimensionLong
- isQuery(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isQueueEmpty() - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- isQueueEmpty() - Method in interface com.helger.commons.concurrent.collector.IConcurrentCollector
- isQuotedString() - Method in enum com.helger.commons.mime.EMimeQuoting
- isReadMultiple() - Method in class com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
- isReadMultiple() - Method in interface com.helger.commons.io.IHasByteArray
- isReadMultiple() - Method in interface com.helger.commons.io.IHasInputStream
-
Check if the
InputStreamfromIHasInputStream.getInputStream()andIHasInputStream.getBufferedInputStream()can be acquired more than once. - isReadMultiple() - Method in class com.helger.commons.io.resource.ClassPathResource
- isReadMultiple() - Method in class com.helger.commons.io.resource.FileSystemResource
- isReadMultiple() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- isReadMultiple() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream
- isReadMultiple() - Method in class com.helger.commons.io.resource.URLResource
- isReadMultiple() - Method in interface com.helger.commons.io.resource.wrapped.IWrappedReadableResource
- isReadMultiple() - Method in class com.helger.commons.io.stream.HasInputStream
- isReadMultiple() - Method in class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
- isReadMultiple() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- isRecursive() - Method in class com.helger.commons.io.watchdir.WatchDir
- isReserved(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isResolve() - Method in enum com.helger.commons.mock.SPITestHelper.EMode
- isRight() - Method in interface com.helger.commons.state.ILeftRightIndicator
- isSame(T, String, T) - Static method in class com.helger.commons.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.commons.ValueEnforcer
-
Check that the passed value is the same as the provided expected value using
==to check comparison. - isScheme(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isSecureFilenameCharacter(char) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed character is secure to be used in filenames.
- isSet() - Method in interface com.helger.commons.wrapper.IWrapper
- isSilentMode() - Static method in class com.helger.commons.locale.country.CountryCache
- isSilentMode() - Static method in class com.helger.commons.locale.language.LanguageCache
- isSilentMode() - Static method in class com.helger.commons.locale.LocaleCache
- isSilentMode() - Static method in class com.helger.commons.pool.ObjectPool
- isSilentMode() - Static method in class com.helger.commons.system.SystemProperties
- isSilentMode() - Static method in class com.helger.commons.typeconvert.TypeConverter
- isSP(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x20 - isSpecialLocale(Locale) - Static method in class com.helger.commons.locale.LocaleHelper
-
Check if the passed locale is one of the special locales "all" or "independent"
- isSpecialLocaleCode(String) - Static method in class com.helger.commons.locale.LocaleHelper
-
Check if the passed locale is one of the special locales "all" or "independent"
- IsSPIImplementation - Annotation Type in com.helger.commons.annotation
-
Marker interface that claims that this class implements an SPI interface that is resolved via the
ServiceLoader. - IsSPIInterface - Annotation Type in com.helger.commons.annotation
-
Marker interface that claims that implementations of this interface are loaded via the
ServiceLoader. - isStarted() - Method in class com.helger.commons.timing.StopWatch
- isStopped() - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- isStopped() - Method in interface com.helger.commons.concurrent.collector.IConcurrentCollector
-
Check if this collector is already stopped.
- isStopped() - Method in class com.helger.commons.timing.StopWatch
- isStrict() - Method in enum com.helger.commons.mock.SPITestHelper.EMode
- isStrictQuotes() - Method in class com.helger.commons.csv.CSVParser
- isStrictQuotes() - Method in class com.helger.commons.csv.CSVReader
- isStringClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
- isSubDelim(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isSuccess() - Method in interface com.helger.commons.error.level.IErrorLevel
- isSuccess() - Method in interface com.helger.commons.error.level.IHasErrorLevel
- isSuccess() - Method in enum com.helger.commons.io.file.EFileIOErrorCode
- isSuccess() - Method in class com.helger.commons.io.file.FileIOError
- isSuccess() - Method in enum com.helger.commons.state.ESuccess
- isSuccess() - Method in interface com.helger.commons.state.ISuccessIndicator
- isSuccess() - Method in class com.helger.commons.state.SuccessWithValue
- isSun() - Method in enum com.helger.commons.system.EJVMVendor
- isSupplementary() - Method in class com.helger.commons.text.codepoint.Codepoint
- isSupported(TemporalField) - Method in class com.helger.commons.datetime.OffsetDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Checks if the specified field is supported.
- isSupported(TemporalUnit) - Method in class com.helger.commons.datetime.OffsetDate
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Checks if the specified unit is supported.
- isSupportedVersion() - Method in enum com.helger.commons.system.EJavaVersion
- isSystemInternalDirectory(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file is a system directory.
- isSystemInternalDirectory(CharSequence) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed string is a system directory.
- isSystemInternalDirectory(Path) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file is a system directory.
- IStatisticsHandler - Interface in com.helger.commons.statistics
-
Base interface for all statistic handlers
- IStatisticsHandlerCache - Interface in com.helger.commons.statistics
-
Read-only statistics handler for cache hit/miss
- IStatisticsHandlerCounter - Interface in com.helger.commons.statistics
-
Read-only statistics handler for a counter.
- IStatisticsHandlerKeyed - Interface in com.helger.commons.statistics
-
Base interface for keyed statistic handlers
- IStatisticsHandlerKeyedCounter - Interface in com.helger.commons.statistics
-
Statistics handler for a keyed counter.
- IStatisticsHandlerKeyedNumeric - Interface in com.helger.commons.statistics
-
Base interface for size and timer handler.
- IStatisticsHandlerKeyedSize - Interface in com.helger.commons.statistics
-
Read-only statistics handler for keyed sizes.
- IStatisticsHandlerKeyedTimer - Interface in com.helger.commons.statistics
-
Read-only statistics handler for keyed timer.
- IStatisticsHandlerNumeric - Interface in com.helger.commons.statistics
-
Base interface for size and timer handler.
- IStatisticsHandlerSize - Interface in com.helger.commons.statistics
-
Read-only statistics handler for sizes.
- IStatisticsHandlerTimer - Interface in com.helger.commons.statistics
-
Read-only statistics handler for times.
- IStatisticsVisitorCallback - Interface in com.helger.commons.statistics.util
-
Callback interface for visiting statistics.
- isToken(char[]) - Static method in class com.helger.commons.codec.RFC2616Codec
- isToken(String) - Static method in class com.helger.commons.codec.RFC2616Codec
- isToken(String) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Check if the passed string is a valid MIME token by checking that the length is at least 1 and all chars match the
MimeTypeParser.isTokenChar(char)condition. - isTokenChar(char) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Check if the passed character is a valid token character.
- isTop() - Method in enum com.helger.commons.state.ETopBottom
- isTop() - Method in interface com.helger.commons.state.ITopBottomIndicator
- IStoppable - Interface in com.helger.commons.state
-
Marker interface to indicate that something can be stopped.
- IStringIDFactory - Interface in com.helger.commons.id.factory
-
Interface for an object creating unique String IDs.
- IStringMap - Interface in com.helger.commons.collection.attr
-
Special mutable attribute container with a String key and a String value.
- isTrue() - Method in enum com.helger.commons.state.ETriState
- isTrue() - Method in interface com.helger.commons.state.ITriState
- isTrue(boolean, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
true. - isTrue(boolean, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
true. - isTrue(BooleanSupplier, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
true. - isTrue(BooleanSupplier, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is
true. - isTruncate() - Method in enum com.helger.commons.io.EAppend
- isTSpecialChar(char) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Check if the passed character is a special character according to RFC 2045 chapter 5.1
- isTypeOf(String) - Method in enum com.helger.commons.mime.EMimeContentType
-
Check if the passed MIME type has the same content type as this
- ISuccessIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has success/failure indication.
- isUnchanged() - Method in interface com.helger.commons.state.IChangeIndicator
- isUNCPath(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file is an UNC path.
- isUNCPath(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file is an UNC path.
- isUndefined() - Method in interface com.helger.commons.state.ITriState
- isUnhandled() - Method in interface com.helger.commons.state.IHandledIndicator
- isUnix() - Method in enum com.helger.commons.system.ENewLineMode
- isUnixBased() - Method in enum com.helger.commons.system.EOperatingSystem
-
Indicates whether the provided operating system is UNIX-based.
- isUnlimitedStrengthCryptoAvailable() - Static method in class com.helger.commons.system.CryptoPolicy
-
Check to see if unlimited strength crypto is available.
- isUnreserved(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isUnsignedInt(String) - Static method in class com.helger.commons.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.commons.string.StringParser
-
Checks if the given string is a numeric string that can be converted to an unsigned long value with radix 10.
- isUsedInURL(String) - Method in enum com.helger.commons.url.EURLProtocol
-
Tells if the passed String (URL) belongs to this protocol.
- isUsedInURL(String) - Method in interface com.helger.commons.url.IURLProtocol
-
Tells if the passed String (URL) belongs to this protocol.
- isUsedInURL(String) - Method in class com.helger.commons.url.URLProtocol
- isUseResourceBundleCache() - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
- isUserInfo(int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- isValid() - Method in enum com.helger.commons.state.EValidity
- isValid() - Method in interface com.helger.commons.state.IValidityIndicator
- isValid(String) - Static method in class com.helger.commons.email.EmailAddressHelper
-
Checks if a value is a valid e-mail address according to the original, complex regular expression (see
EmailAddressHelper.EMAIL_ADDRESS_PATTERN). - isValid(String) - Static method in class com.helger.commons.url.URLValidator
-
Checks if a value is a valid URL.
- isValidFilename(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file name is valid.
- isValidFilenameWithPaths(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed filename path is valid.
- isValidForSimplePattern(String) - Static method in class com.helger.commons.email.EmailAddressHelper
-
Checks if a value is a valid e-mail address according to the simple regular expression (see
EmailAddressHelper.EMAIL_ADDRESS_PATTERN_SIMPLE). - isValidPattern(String) - Static method in class com.helger.commons.regex.RegExHelper
-
Check if the passed regular expression is invalid.
Note: this method may be a performance killer, as it callsPattern.compile(String)each time, which is CPU intensive and has a synchronization penalty. - isValidURN(String) - Static method in class com.helger.commons.url.URLHelper
-
Check if the provided string is valid according to RFC 2141.
- isValueRequiringQuoting() - Method in class com.helger.commons.mime.MimeTypeParameter
- isVChar(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
%x21-7E → visible (printing) characters - isVerifyReader() - Method in class com.helger.commons.csv.CSVReader
-
Returns if the
CSVReaderwill verify the reader before each read. - isWindows() - Method in enum com.helger.commons.system.ENewLineMode
- isWindowsBased() - Method in enum com.helger.commons.system.EOperatingSystem
-
Indicates whether the provided operating system is Windows-based.
- isWindowsLocalUNCPath(File) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file is a Windows local UNC path.
- isWindowsLocalUNCPath(String) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed file is a Windows local UNC path.
- isWriteMultiple() - Method in interface com.helger.commons.io.IHasOutputStream
-
Check if the
OutputStreamfromIHasOutputStream.getOutputStream(EAppend)orIHasOutputStream.getBufferedOutputStream(EAppend)can be acquired more than once or not. - isWriteMultiple() - Method in class com.helger.commons.io.resource.FileSystemResource
- isWriteMultiple() - Method in interface com.helger.commons.io.resource.wrapped.IWrappedWritableResource
- isWriteMultiple() - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
- isWSP(int) - Static method in class com.helger.commons.text.util.ABNF
-
Check if the passed code point matches the following rules:
SP / HTAB → white space - isZlibHead(byte[], int, int) - Static method in class com.helger.commons.codec.FlateCodec
- IT - Enum constant in enum com.helger.commons.locale.country.ECountry
- IT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- IT_BZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- IT_BZ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- ITERABLE - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
Iterable
- IterableIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
This class is used for simpler iteration over an Iterator via the new "for" syntax.
- IterableIterator(ELEMENTTYPE[]) - Constructor for class com.helger.commons.collection.iterate.IterableIterator
- IterableIterator(Iterable<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.IterableIterator
- IterableIterator(Iterator<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.IterableIterator
- IterableIteratorFromEnumeration<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
Create an iterable iterator from an existing enumeration.
- IterableIteratorFromEnumeration(Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.IterableIteratorFromEnumeration
- iterateAllCombinations(ICommonsList<DATATYPE>, boolean, Consumer<? super ICommonsList<DATATYPE>>) - Static method in class com.helger.commons.math.CombinationGeneratorFlexible
- iterateAllCombinations(ICommonsList<DATATYPE>, Consumer<? super ICommonsList<DATATYPE>>) - Method in class com.helger.commons.math.CombinationGeneratorFlexible
-
Iterate all combination, no matter they are unique or not.
- iterateAllRegisteredSerializationConverters(ISerializationConverterCallback) - Method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
-
Iterate all registered serialization converters.
- iterateAllRegisteredTypeConverters(ITypeConverterCallback) - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
-
Iterate all registered type converters.
- iterateChars(String, ICharConsumer) - Static method in class com.helger.commons.string.StringHelper
-
Iterate all characters and pass them to the provided consumer.
- iterateCodePoints(String, IntConsumer) - Static method in class com.helger.commons.string.StringHelper
-
Iterate all code points and pass them to the provided consumer.
- iterator() - Method in class com.helger.commons.callback.CallbackList
- iterator() - Method in interface com.helger.commons.collection.iterate.IIterableIterator
- iterator() - Method in class com.helger.commons.collection.iterate.IterableIterator
- iterator() - Method in class com.helger.commons.collection.map.LRUSet
- iterator() - Method in class com.helger.commons.csv.CSVReader
-
Creates an Iterator for processing the csv data.
- iterator() - Method in class com.helger.commons.http.HttpHeaderMap
- iterator() - Method in class com.helger.commons.log.InMemoryLogger
- ITERATOR - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
Iterator
- iterator2() - Method in interface com.helger.commons.collection.impl.ICommonsCollection
- IteratorHelper - Class in com.helger.commons.collection
- IThirdPartyModule - Interface in com.helger.commons.thirdparty
-
Represents meta information for a single third-party module (aka JAR file).
- IThirdPartyModuleProviderSPI - Interface in com.helger.commons.thirdparty
-
Implement this SPI interface if your JAR file contains external third party modules.
- IThreadDeadlockCallback - Interface in com.helger.commons.deadlock
-
This is called whenever a problem with threads is detected.
- IThrowingConsumer<T,
EXTYPE> - Interface in com.helger.commons.functional -
Represents an operation that accepts a single input argument and returns no result but may throw an Exception.
- IThrowingFunction<T,
R, - Interface in com.helger.commons.functionalEXTYPE> -
Represents a function that accepts one argument and produces a result and may throw an Exception.
- IThrowingRunnable<EXTYPE> - Interface in com.helger.commons.callback
- IThrowingSupplier<T,
EXTYPE> - Interface in com.helger.commons.functional -
Represents a supplier of results that may throw an Exception.
- IToBooleanFunction<T> - Interface in com.helger.commons.functional
-
Represents a function that produces a boolean-valued result.
- ITopBottomIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has top/bottom indication.
- ITriConsumer<T,
U, - Interface in com.helger.commons.functionalV> -
Represents an operation that accepts three input arguments and returns no result.
- ITriState - Interface in com.helger.commons.state
-
Base interface for the tri state.
- ITypeConverter<SRC,
DST> - Interface in com.helger.commons.typeconvert -
Special interface that is used to convert between values of different types.
- ITypeConverterCallback - Interface in com.helger.commons.typeconvert
-
A callback interface that is used in several places of the type conversion engine.
- ITypeConverterProvider - Interface in com.helger.commons.typeconvert
-
Find the correct type converter provider from a source class to a destination class.
- ITypeConverterRegistrarSPI - Interface in com.helger.commons.typeconvert
-
SPI interface to be implemented by other modules wishing to register their own type converters.
- ITypeConverterRegistry - Interface in com.helger.commons.typeconvert
-
Callback interface for registering new type converters.
- ITypeConverterRule<SRC,
DST> - Interface in com.helger.commons.typeconvert -
Flexible type converter that can handle multiple source and/or destination classes.
- ITypeConverterRule.ESubType - Enum in com.helger.commons.typeconvert
-
Define the sub types of the rules.
- ITypedObject<IDTYPE> - Interface in com.helger.commons.type
-
Base interface for objects having an
ObjectTypeand an ID. - IUNRESERVED - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IURLDownloader - Interface in com.helger.commons.url
-
Callback interface to download data from web.
- IURLParameterList<IMPLTYPE> - Interface in com.helger.commons.url
-
Internal helper interface for objects handling URL parameters
- IURLProtocol - Interface in com.helger.commons.url
-
Base interface for an URL protocol descriptor.
- IURLProtocolRegistrarSPI - Interface in com.helger.commons.url
-
Interface for a registrar providing custom URL protocols
- IUSERINFO - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- IValidityIndicator - Interface in com.helger.commons.state
-
Very simple interface for an object that has valid/invalid indication.
- IWatchDirCallback - Interface in com.helger.commons.io.watchdir
-
The callback interface to be implemented to get notified about changes in a directory in the
WatchDirclass. - IWrappedReadableResource - Interface in com.helger.commons.io.resource.wrapped
-
Interface for readable resources that are "wrapped".
- IWrappedWritableResource - Interface in com.helger.commons.io.resource.wrapped
-
Interface for writable resources that are "wrapped".
- IWrapper<DATATYPE> - Interface in com.helger.commons.wrapper
-
Base interface for wrapping an object within another object.
- IWritableResource - Interface in com.helger.commons.io.resource
-
Base interface for an abstract writable resource.
- IWritableResourceProvider - Interface in com.helger.commons.io.resourceprovider
-
Resource provider interface for readable and writable resources.
- IWriterProvider - Interface in com.helger.commons.io.provider
-
A callback interface to retrieve
Writerobjects from a given name. - IWriteToStream - Interface in com.helger.commons.io
-
A simple interface for objects that can write to an
OutputStream.
J
- JAR - Enum constant in enum com.helger.commons.url.EURLProtocol
-
regular JAR
- JAVA_CLASS_VERSION - Static variable in class com.helger.commons.system.JavaVersionHelper
-
The global Java class version as a double value.
- JAVA_MAJOR_VERSION - Static variable in class com.helger.commons.system.JavaVersionHelper
- JAVA_MICRO_VERSION - Static variable in class com.helger.commons.system.JavaVersionHelper
- JAVA_MINOR_VERSION - Static variable in class com.helger.commons.system.JavaVersionHelper
- JAVASCRIPT - Enum constant in enum com.helger.commons.url.EURLProtocol
-
JavaScript
- JavaVersionHelper - Class in com.helger.commons.system
-
Helper class that holds the current class version.
- JDK_1_1 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_2 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_3 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_4 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_5 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_6 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_7 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_1_8 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_10 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_11 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_12 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_13 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_14 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_15 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_16 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_17 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_18 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_19 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_20 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_21 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_22 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_23 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JDK_9 - Enum constant in enum com.helger.commons.system.EJavaVersion
- JE - Enum constant in enum com.helger.commons.locale.country.ECountry
- JE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- JM - Enum constant in enum com.helger.commons.locale.country.ECountry
- JM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- JO - Enum constant in enum com.helger.commons.locale.country.ECountry
- JO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- JP - Enum constant in enum com.helger.commons.locale.country.ECountry
- JP - Enum constant in enum com.helger.commons.locale.country.ECountryName
- JRT - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Java Runtime (JEP 220)
K
- KB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
-
Suffix for Kilobytes
- KE - Enum constant in enum com.helger.commons.locale.country.ECountry
- KE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KG - Enum constant in enum com.helger.commons.locale.country.ECountry
- KG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KH - Enum constant in enum com.helger.commons.locale.country.ECountry
- KH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KI - Enum constant in enum com.helger.commons.locale.country.ECountry
- KI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KM - Enum constant in enum com.helger.commons.locale.country.ECountry
- KM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KN - Enum constant in enum com.helger.commons.locale.country.ECountry
- KN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KP - Enum constant in enum com.helger.commons.locale.country.ECountry
- KP - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KR - Enum constant in enum com.helger.commons.locale.country.ECountry
- KR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KW - Enum constant in enum com.helger.commons.locale.country.ECountry
- KW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KY - Enum constant in enum com.helger.commons.locale.country.ECountry
- KY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- KZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- KZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
L
- LA - Enum constant in enum com.helger.commons.locale.country.ECountry
- LA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LanguageCache - Class in com.helger.commons.locale.language
-
This is a global cache for language objects to avoid too many objects flowing around.
This cache is application independent. - LAST_MODIFIED - Static variable in class com.helger.commons.http.CHttpHeader
- lastPosition() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- lastPosition() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- lastPosition() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- LazilyInitialized - Annotation Type in com.helger.commons.annotation
-
This is an indicator, that a field is lazily initialized.
- LB - Enum constant in enum com.helger.commons.locale.country.ECountry
- LB - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LC - Enum constant in enum com.helger.commons.locale.country.ECountry
- LC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LDAP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
LDAP (RFC 4516).
- LEFT - Enum constant in enum com.helger.commons.state.ELeftRight
- length(char[]) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- length(int) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
-
Set the number of source items to iterate, depending on the source offset.
- length(AbstractCodepointIterator) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- length(CharSequence) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
- LevenshteinDistance - Class in com.helger.commons.string.util
-
Utility class for calculating the Levenshtein distance of 2 strings.
- LGPL20 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- LGPL21 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- LGPL30 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- LI - Enum constant in enum com.helger.commons.locale.country.ECountry
- LI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- limit() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- limit() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- limit() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- limit(long) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- limit(long) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- limit(Long) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- limit(Long) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- lines() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Returns a
Stream, the elements of which are lines read from thisBufferedReader. - linkedException(Throwable) - Method in class com.helger.commons.error.SingleError.AbstractBuilder
- LINUX - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the Linux operating system.
- LK - Enum constant in enum com.helger.commons.locale.country.ECountry
- LK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- load(InputStream) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Reads a property list (key and element pairs) from the input byte stream.
- load(Reader) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
- loadProperties(IReadableResource) - Static method in class com.helger.commons.lang.PropertiesHelper
- loadProperties(IReadableResource, Charset) - Static method in class com.helger.commons.lang.PropertiesHelper
- loadProperties(ISimpleURL) - Static method in class com.helger.commons.lang.PropertiesHelper
- loadProperties(File) - Static method in class com.helger.commons.lang.PropertiesHelper
- loadProperties(File, Charset) - Static method in class com.helger.commons.lang.PropertiesHelper
- loadProperties(InputStream) - Static method in class com.helger.commons.lang.PropertiesHelper
- loadProperties(Reader) - Static method in class com.helger.commons.lang.PropertiesHelper
- LOCAL_DATE - Enum constant in enum com.helger.commons.datetime.EDTType
- LOCAL_DATE_TIME - Enum constant in enum com.helger.commons.datetime.EDTType
- LOCAL_TIME - Enum constant in enum com.helger.commons.datetime.EDTType
- localDate(String) - Static method in class com.helger.commons.datetime.PDTMask
- localDateTime(String) - Static method in class com.helger.commons.datetime.PDTMask
- LOCALE_ALL - Static variable in class com.helger.commons.locale.LocaleHelper
-
the default locale which means "all locales".
- LOCALE_INDEPENDENT - Static variable in class com.helger.commons.locale.LocaleHelper
-
the default locale which means "locale independent".
- LOCALE_SEPARATOR - Static variable in class com.helger.commons.locale.LocaleHelper
-
Separates language and country in a locale string representation.
- LocaleCache - Class in com.helger.commons.locale
-
This is a global cache for Locale objects to avoid too many object flowing around.
This cache is application independent. - LocaleCache() - Constructor for class com.helger.commons.locale.LocaleCache
- LocaleCache.IMissingLocaleHandler - Interface in com.helger.commons.locale
-
Internal interface for a callback handler to be invoked, if a non-existing locale is found.
- LocaleFormatter - Class in com.helger.commons.locale
-
Helper class to safely print numbers in a formatted way.
- LocaleHelper - Class in com.helger.commons.locale
-
Misc locale utility methods.
- LocaleParser - Class in com.helger.commons.locale
-
Helper class to safely parse formatted numbers.
- LocaleTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the locale specific type converter
- LocaleTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.LocaleTypeConverterRegistrar
- LocalizedDateFormatCache() - Constructor for class com.helger.commons.datetime.PDTFormatter.LocalizedDateFormatCache
- LOCATION - Static variable in class com.helger.commons.http.CHttpHeader
- lock() - Method in class com.helger.commons.concurrent.NonReentrantLock
- locked(Runnable) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided runnable in a read lock.
- lockedBoolean(BooleanSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided callable in a read lock.
- lockedDouble(DoubleSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided callable in a read lock.
- lockedGet(Supplier<? extends T>) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided callable in a read lock.
- lockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided callable in a read lock.
- lockedInt(IntSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided callable in a read lock.
- lockedLong(LongSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided callable in a read lock.
- lockedThrowing(IThrowingRunnable<EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleLock
-
Execute the provided runnable in a read lock.
- lockInterruptibly() - Method in class com.helger.commons.concurrent.NonReentrantLock
- log(IErrorLevel, Serializable) - Method in class com.helger.commons.log.InMemoryLogger
- log(IErrorLevel, Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
- log(Class<?>, IErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IErrorLevel, Supplier<String>) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IErrorLevel, Supplier<String>, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IHasErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IHasErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IHasErrorLevel, Supplier<String>) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Class<?>, IHasErrorLevel, Supplier<String>, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(String, Throwable) - Method in interface com.helger.commons.log.LogHelper.IFuncLogger
- log(Logger, IErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IErrorLevel, Supplier<String>) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IErrorLevel, Supplier<String>, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IHasErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IHasErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IHasErrorLevel, Supplier<String>) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- log(Logger, IHasErrorLevel, Supplier<String>, Throwable) - Static method in class com.helger.commons.log.LogHelper
-
Generically log something
- LoggingExceptionCallback - Class in com.helger.commons.callback.exception
-
A specific implementation of the
IExceptionCallbackinterface, that logs all exceptions to a standard logger. - LoggingExceptionCallback() - Constructor for class com.helger.commons.callback.exception.LoggingExceptionCallback
- LoggingFileOperationCallback - Class in com.helger.commons.io.file
-
A logging implementation of the
IFileOperationCallbackinterface. - LoggingFileOperationCallback() - Constructor for class com.helger.commons.io.file.LoggingFileOperationCallback
- LoggingInputStream - Class in com.helger.commons.io.stream
-
A wrapper around an
InputStreamthat logs read and skip actions. - LoggingInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.LoggingInputStream
- LoggingInvocationHandler - Class in com.helger.commons.lang.proxy
- LoggingInvocationHandler(Object) - Constructor for class com.helger.commons.lang.proxy.LoggingInvocationHandler
- LoggingLRUMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.map -
A specific
LRUMapthat emits a warning once the map is full and the oldest entry gets discarded. - LoggingLRUMap(int) - Constructor for class com.helger.commons.collection.map.LoggingLRUMap
- LoggingLRUMap(LoggingLRUMap<KEYTYPE, VALUETYPE>) - Constructor for class com.helger.commons.collection.map.LoggingLRUMap
- LoggingOutputStream - Class in com.helger.commons.io.stream
-
A wrapper around an
OutputStreamthat logs what he is doing. - LoggingOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.LoggingOutputStream
- LoggingReader - Class in com.helger.commons.io.stream
-
A wrapper around an
Readerthat logs read and skip actions. - LoggingReader(Reader) - Constructor for class com.helger.commons.io.stream.LoggingReader
- LoggingThreadDeadlockCallback - Class in com.helger.commons.deadlock
-
A logging implementation of
IThreadDeadlockCallback. - LoggingThreadDeadlockCallback() - Constructor for class com.helger.commons.deadlock.LoggingThreadDeadlockCallback
- LoggingWriter - Class in com.helger.commons.io.stream
-
A wrapper around an
Writerthat logs what he is doing. - LoggingWriter(Writer) - Constructor for class com.helger.commons.io.stream.LoggingWriter
- LogHelper - Class in com.helger.commons.log
-
Some utility functions to help integrating the
IErrorLevelenum in this package with SLF4J logger. - LogHelper.IFuncIsLoggingEnabled - Interface in com.helger.commons.log
-
Abstraction interface for
logger.is...Enabled ()depending on the error level. - LogHelper.IFuncLogger - Interface in com.helger.commons.log
-
Abstraction interface for
logger.debugorlogger.infodepending on the error level. - LogMessage - Class in com.helger.commons.log
-
Represents a single log message.
- LogMessage(IErrorLevel, Serializable, Throwable) - Constructor for class com.helger.commons.log.LogMessage
- LogMessage(LocalDateTime, IErrorLevel, Serializable, Throwable) - Constructor for class com.helger.commons.log.LogMessage
- longIsEQ0() - Static method in class com.helger.commons.functional.Predicates
- longIsGE0() - Static method in class com.helger.commons.functional.Predicates
- longIsGT0() - Static method in class com.helger.commons.functional.Predicates
- longIsLE0() - Static method in class com.helger.commons.functional.Predicates
- longIsLT0() - Static method in class com.helger.commons.functional.Predicates
- longIsNE0() - Static method in class com.helger.commons.functional.Predicates
- longValue() - Method in interface com.helger.commons.mutable.INumber
-
Returns the value of the specified number as a
long, which may involve rounding or truncation. - longValue() - Method in class com.helger.commons.mutable.MutableBigDecimal
- longValue() - Method in class com.helger.commons.mutable.MutableBigInteger
- longValue() - Method in class com.helger.commons.mutable.MutableByte
- longValue() - Method in class com.helger.commons.mutable.MutableChar
- longValue() - Method in class com.helger.commons.mutable.MutableDouble
- longValue() - Method in class com.helger.commons.mutable.MutableFloat
- longValue() - Method in class com.helger.commons.mutable.MutableInt
- longValue() - Method in class com.helger.commons.mutable.MutableLong
- longValue() - Method in class com.helger.commons.mutable.MutableShort
- LOWEST - Static variable in enum com.helger.commons.error.level.EErrorLevel
-
Lowest error level within this enum
- LR - Enum constant in enum com.helger.commons.locale.country.ECountry
- LR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LRE - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- LRM - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- LRO - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- LRUMap<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.map -
A special ordered map, that has an upper limit of contained elements.
- LRUMap(int) - Constructor for class com.helger.commons.collection.map.LRUMap
-
Create a new object with the specified max size.
- LRUMap(LRUMap<KEYTYPE, VALUETYPE>) - Constructor for class com.helger.commons.collection.map.LRUMap
- LRUSet<ELEMENTTYPE> - Class in com.helger.commons.collection.map
-
A special ordered set, that has an upper limit of contained elements.
- LRUSet(int) - Constructor for class com.helger.commons.collection.map.LRUSet
- LRUSet(LRUSet<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.map.LRUSet
- LS - Enum constant in enum com.helger.commons.locale.country.ECountry
- LS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LT - Enum constant in enum com.helger.commons.locale.country.ECountry
- LT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LU - Enum constant in enum com.helger.commons.locale.country.ECountry
- LU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LV - Enum constant in enum com.helger.commons.locale.country.ECountry
- LV - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LY - Enum constant in enum com.helger.commons.locale.country.ECountry
- LY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- LZWCodec - Class in com.helger.commons.codec
-
Encoder and decoder for the LZW algorithm
- LZWCodec() - Constructor for class com.helger.commons.codec.LZWCodec
- LZWCodec.AbstractLZWDictionary - Class in com.helger.commons.codec
- LZWCodec.LZWDecodeDictionary - Class in com.helger.commons.codec
- LZWCodec.LZWEncodeDictionary - Class in com.helger.commons.codec
- LZWCodec.LZWNode - Class in com.helger.commons.codec
-
A single LZW node
- LZWDecodeDictionary() - Constructor for class com.helger.commons.codec.LZWCodec.LZWDecodeDictionary
- LZWEncodeDictionary() - Constructor for class com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
- LZWNode() - Constructor for class com.helger.commons.codec.LZWCodec.LZWNode
- LZWNode(int) - Constructor for class com.helger.commons.codec.LZWCodec.LZWNode
M
- m_aBuf - Variable in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
The internal buffer array where the data is stored.
- m_aBuf - Variable in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
-
The internal buffer where data is stored.
- m_aBuf - Variable in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
An array of bytes that was provided by the creator of the stream.
- m_aBuf - Variable in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
The buffer where data is stored.
- m_aBuf - Variable in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
The buffer where data is stored.
- m_aBuf - Variable in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
The pushback buffer.
- m_aDefaults - Variable in class com.helger.commons.lang.NonBlockingProperties
-
A property list that contains default values for any keys not found in this property list.
- m_aErrorDT - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- m_aErrorLevel - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- m_aErrorLocation - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- m_aErrorText - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- m_aLinkedException - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- m_aLock - Variable in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
- m_aLock - Variable in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
- m_aQueue - Variable in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- m_aRWLock - Variable in class com.helger.commons.cache.MappedCache
- m_aSrcMap - Variable in class com.helger.commons.collection.map.AbstractSoftMap
-
The internal HashMap that will hold the SoftReference.
- m_aTab - Variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- m_aWritableResourceProviders - Variable in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- m_nBufPos - Variable in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
The position within the pushback buffer from which the next byte will be read.
- m_nCodeBits - Variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- m_nCount - Variable in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
The index one greater than the index of the last valid byte in the buffer.
- m_nCount - Variable in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
-
The number of valid bytes in the buffer.
- m_nCount - Variable in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
The index one greater than the last valid character in the input stream buffer.
- m_nCount - Variable in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
The number of valid bytes in the buffer.
- m_nCount - Variable in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
The number of chars in the buffer.
- m_nFreeCode - Variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- m_nLimit - Variable in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- m_nMark - Variable in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
The currently marked position in the stream.
- m_nMarkLimit - Variable in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
The maximum read ahead allowed after a call to the
markmethod before subsequent calls to theresetmethod fail. - m_nMarkPos - Variable in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
The value of the
posfield at the time the lastmarkmethod was called. - m_nPos - Variable in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
The current position in the buffer.
- m_nPos - Variable in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
The index of the next character to read from the input stream buffer.
- m_nPosition - Variable in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- m_sErrorFieldName - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- m_sErrorID - Variable in class com.helger.commons.error.SingleError.AbstractBuilder
- MA - Enum constant in enum com.helger.commons.locale.country.ECountry
- MA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MAC - Enum constant in enum com.helger.commons.system.ENewLineMode
-
Mac style - just \r (0x0D)
- MACOS - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the Mac OS X operating system.
- MAILTO - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Email (RFC 6068).
- MAIN_SERVICES - Static variable in class com.helger.commons.mock.SPITestHelper
-
Project relative path to main SPI directory
- makeUnmodifiable(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiable(Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiable(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiable(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiable(NavigableMap<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiable(NavigableSet<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiable(Set<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiableNotNull(Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiableNotNull(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiableNotNull(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiableNotNull(NavigableMap<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiableNotNull(NavigableSet<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- makeUnmodifiableNotNull(Set<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- MAN - Static variable in class com.helger.commons.http.CHttpHeader
- MANDATORY - Enum constant in enum com.helger.commons.state.EMandatory
- MAP - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
Maps are key-value-containers
- MapEntry<KEYTYPE,
VALUETYPE> - Class in com.helger.commons.collection.map -
Simple implementation of Map.Entry.
Important: The equals and hashCode implementation of this class is different from the Map.Entry default implementation class! - MapEntry(Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.map.MapEntry
- MapEntry(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.map.MapEntry
- MappedCache<KEYTYPE,
KEYSTORETYPE, - Class in com.helger.commons.cacheVALUETYPE> -
Base implementation of
ICacheandIMutableCache. - MappedCache(Function<KEYTYPE, KEYSTORETYPE>, Function<KEYTYPE, VALUETYPE>, int, String, boolean) - Constructor for class com.helger.commons.cache.MappedCache
-
Constructor
- MapperIterator<SRCTYPE,
ELEMENTTYPE> - Class in com.helger.commons.collection.iterate -
A simple iterator that changes the object type from a source type to a destination type.
- MapperIterator(IIterableIterator<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.MapperIterator
-
Constructor.
- MapperIterator(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.MapperIterator
-
Constructor.
- MapperIterator(Iterator<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.MapperIterator
-
Constructor.
- mark(int) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- mark(int) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- mark(int) - Method in class com.helger.commons.io.stream.CountingInputStream
- mark(int) - Method in class com.helger.commons.io.stream.CountingReader
- mark(int) - Method in class com.helger.commons.io.stream.LoggingInputStream
- mark(int) - Method in class com.helger.commons.io.stream.LoggingReader
- mark(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
See the general contract of the
markmethod ofInputStream. - mark(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Marks the present position in the stream.
- mark(int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Set the current marked position in the stream.
- mark(int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Marks the present position in the stream.
- mark(int) - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Marks the present position in the stream.
- markSupported() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- markSupported() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- markSupported() - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
Tests if this input stream supports the
markandresetmethods. - markSupported() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Tells whether this stream supports the mark() operation, which it does.
- markSupported() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Tests if this
InputStreamsupports mark/reset. - markSupported() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Tests if this input stream supports the
markandresetmethods, which it does not. - markSupported() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Tells whether this stream supports the mark() operation, which it does not.
- markSupported() - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Tells whether this stream supports the mark() operation, which it does.
- matchesBeginning(byte[]) - Method in class com.helger.commons.mime.MimeTypeContent
-
Check if the passed byte array starts with the bytes of this object.
- MathHelper - Class in com.helger.commons.math
-
Contains several math help routines.
- MAX - Static variable in class com.helger.commons.datetime.OffsetDate
-
The maximum supported
OffsetDate, '+999999999-12-31-18:00'. - MAX - Static variable in class com.helger.commons.datetime.XMLOffsetDate
-
The maximum supported
XMLOffsetDate, '+999999999-12-31-18:00'. - MAX - Static variable in class com.helger.commons.datetime.XMLOffsetDateTime
-
The maximum supported
XMLOffsetDateTime, '+999999999-12-31T23:59:59.999999999-18:00'. - MAX - Static variable in class com.helger.commons.datetime.XMLOffsetTime
-
The maximum supported
XMLOffsetTime, '23:59:59.999999999-18:00'. - MAX_BYTE_VALUE - Static variable in class com.helger.commons.CGlobal
-
The maximum number that can be represented by a single byte (0xff - 255).
- MAX_CACHE_SIZE - Static variable in class com.helger.commons.datetime.DateTimeFormatterCache
-
The default number of items to keep in the cache
- MAX_CACHE_SIZE - Static variable in class com.helger.commons.regex.RegExCache
-
The default number of items to keep in the cache
- MAX_CODE - Static variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
-
Maximum index
- MAX_LINE_LENGTH - Static variable in class com.helger.commons.base64.Base64
-
Maximum line length (76) of Base64 output.
- MAX_VAL - Static variable in class com.helger.commons.string.util.RomanNumeral
-
Maximum value incl. to be converted to a Roman numeral
- MB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
-
Suffix for Megabytes
- MC - Enum constant in enum com.helger.commons.locale.country.ECountry
- MC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MD - Enum constant in enum com.helger.commons.locale.country.ECountry
- MD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MD_CH - Enum constant in enum com.helger.commons.locale.country.ECountry
- MD_CH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- ME - Enum constant in enum com.helger.commons.locale.country.ECountry
- ME - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MemoryIntIDFactory - Class in com.helger.commons.id.factory
-
A default implementation for non-negative in-memory IDs.
- MemoryIntIDFactory() - Constructor for class com.helger.commons.id.factory.MemoryIntIDFactory
- MemoryIntIDFactory(int) - Constructor for class com.helger.commons.id.factory.MemoryIntIDFactory
- MemoryLongIDFactory - Class in com.helger.commons.id.factory
-
A default implementation for non-negative in-memory IDs.
- MemoryLongIDFactory() - Constructor for class com.helger.commons.id.factory.MemoryLongIDFactory
- MemoryLongIDFactory(long) - Constructor for class com.helger.commons.id.factory.MemoryLongIDFactory
- MemoryStaticIntIDFactory - Class in com.helger.commons.id.factory
-
An implementation of
IIntIDFactoryusing a single staticAtomicInteger. - MemoryStaticIntIDFactory() - Constructor for class com.helger.commons.id.factory.MemoryStaticIntIDFactory
- MemoryStaticLongIDFactory - Class in com.helger.commons.id.factory
-
An implementation of
ILongIDFactoryusing a single staticAtomicLong. - MemoryStaticLongIDFactory() - Constructor for class com.helger.commons.id.factory.MemoryStaticLongIDFactory
- MESSAGE - Enum constant in enum com.helger.commons.mime.EMimeContentType
- MESSAGE_ID - Static variable in class com.helger.commons.http.CHttpHeader
- MG - Enum constant in enum com.helger.commons.locale.country.ECountry
- MG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MH - Enum constant in enum com.helger.commons.locale.country.ECountry
- MH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MICROSECONDS_PER_MILLISECOND - Static variable in class com.helger.commons.CGlobal
-
Micro seconds per millisecond (1_000).
- MICROSECONDS_PER_SECOND - Static variable in class com.helger.commons.CGlobal
-
Micro seconds per second (1_000_000).
- MID - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Message ID (RFC 2392)
- MILLISECONDS_PER_HOUR - Static variable in class com.helger.commons.CGlobal
-
Milliseconds per hour (3_600_000).
- MILLISECONDS_PER_MINUTE - Static variable in class com.helger.commons.CGlobal
-
Milliseconds per second (60_000).
- MILLISECONDS_PER_SECOND - Static variable in class com.helger.commons.CGlobal
-
Milliseconds per second (1_000).
- MIME_VERSION - Static variable in class com.helger.commons.http.CHttpHeader
- MimeType - Class in com.helger.commons.mime
-
Represents a single MIME type as the combination of the content type and the sub-type and parameters.
- MimeType(EMimeContentType, String) - Constructor for class com.helger.commons.mime.MimeType
-
Constructor without parameters.
- MimeType(EMimeContentType, String, Collection<? extends MimeTypeParameter>) - Constructor for class com.helger.commons.mime.MimeType
-
Constructor without parameters.
- MimeType(IMimeType) - Constructor for class com.helger.commons.mime.MimeType
-
Kind of a copy constructor
- MimeTypeContent - Class in com.helger.commons.mime
-
Represent a single mapping from content bytes to an
IMimeType. - MimeTypeContent(byte[], boolean, IMimeType) - Constructor for class com.helger.commons.mime.MimeTypeContent
-
Constructor
- MimeTypeContent(byte[], IMimeType) - Constructor for class com.helger.commons.mime.MimeTypeContent
-
Constructor
- MimeTypeDeterminator - Class in com.helger.commons.mime
-
Contains a basic set of MimeType determination method.
- MimeTypeHelper - Class in com.helger.commons.mime
-
Contains some utility methods for handling MIME types.
- MimeTypeParameter - Class in com.helger.commons.mime
-
This class represents a single MIME type parameter.
- MimeTypeParameter(String, String) - Constructor for class com.helger.commons.mime.MimeTypeParameter
-
Constructor.
- MimeTypeParser - Class in com.helger.commons.mime
-
This class handles the String parsing of MIME types.
- MimeTypeParserException - Exception Class in com.helger.commons.mime
-
Exception for errors that occur during MIME type parsing.
Since v10 it is a checked exception - MimeTypeParserException(String) - Constructor for exception class com.helger.commons.mime.MimeTypeParserException
- MimeTypeParserException(String, Throwable) - Constructor for exception class com.helger.commons.mime.MimeTypeParserException
- MIN - Static variable in class com.helger.commons.datetime.OffsetDate
-
The minimum supported
OffsetDate, '-999999999-01-01+18:00'. - MIN - Static variable in class com.helger.commons.datetime.XMLOffsetDate
-
The minimum supported
XMLOffsetDate, '-999999999-01-01+18:00'. - MIN - Static variable in class com.helger.commons.datetime.XMLOffsetDateTime
-
The minimum supported
XMLOffsetDateTime, '-999999999-01-01T00:00:00+18:00'. - MIN - Static variable in class com.helger.commons.datetime.XMLOffsetTime
-
The minimum supported
XMLOffsetTime, '00:00:00+18:00'. - MIN_VAL - Static variable in class com.helger.commons.string.util.RomanNumeral
-
Minimum value incl. to be converted to a Roman numeral
- minus(long, TemporalUnit) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this date with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this date with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this date with the specified amount subtracted.
- minus(TemporalAmount) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this date with the specified amount subtracted.
- minus(TemporalAmount) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this time with the specified amount subtracted.
- minusDays(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of days subtracted. - minusDays(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of days subtracted. - minusDays(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of days subtracted. - minusHours(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of hours subtracted. - minusHours(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of hours subtracted. - minusMinutes(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of minutes subtracted. - minusMinutes(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of minutes subtracted. - minusMonths(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of months subtracted. - minusMonths(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of months subtracted. - minusMonths(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of months subtracted. - minusNanos(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of nanoseconds subtracted. - minusNanos(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of nanoseconds subtracted. - minusSeconds(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of seconds subtracted. - minusSeconds(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of seconds subtracted. - minusWeeks(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of weeks subtracted. - minusWeeks(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of weeks subtracted. - minusWeeks(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of weeks subtracted. - minusYears(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of years subtracted. - minusYears(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of years subtracted. - minusYears(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of years subtracted. - MINUTES_PER_DAY - Static variable in class com.helger.commons.CGlobal
-
Minutes in a day (1440).
- MINUTES_PER_HOUR - Static variable in class com.helger.commons.CGlobal
-
Minutes in an hour (60).
- MIT - Enum constant in enum com.helger.commons.thirdparty.ELicense
- MK - Enum constant in enum com.helger.commons.locale.country.ECountry
- MK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ML - Enum constant in enum com.helger.commons.locale.country.ECountry
- ML - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MM - Enum constant in enum com.helger.commons.locale.country.ECountry
- MM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MM_PER_INCH - Static variable in class com.helger.commons.CGlobal
-
Millimeter per inch (25.4)
- MMS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
MS Media Server.
- MN - Enum constant in enum com.helger.commons.locale.country.ECountry
- MN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MO - Enum constant in enum com.helger.commons.locale.country.ECountry
- MO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- mock(Class<T>, Object...) - Method in class com.helger.commons.mock.CommonsMock
-
Create a mock instance of the passed class.
- MockException - Exception Class in com.helger.commons.exception.mock
-
Non-runtime exception for test cases.
- MockException() - Constructor for exception class com.helger.commons.exception.mock.MockException
- MockException(String) - Constructor for exception class com.helger.commons.exception.mock.MockException
- MockException(String, Throwable) - Constructor for exception class com.helger.commons.exception.mock.MockException
- MockException(Throwable) - Constructor for exception class com.helger.commons.exception.mock.MockException
- MockIOException - Exception Class in com.helger.commons.exception.mock
-
IO exception for test cases.
- MockIOException() - Constructor for exception class com.helger.commons.exception.mock.MockIOException
- MockIOException(String) - Constructor for exception class com.helger.commons.exception.mock.MockIOException
- MockIOException(String, Throwable) - Constructor for exception class com.helger.commons.exception.mock.MockIOException
- MockIOException(Throwable) - Constructor for exception class com.helger.commons.exception.mock.MockIOException
- mockMany(int, Class<T>, Object...) - Method in class com.helger.commons.mock.CommonsMock
-
Create a
Listof mocked objects. - MockRuntimeException - Exception Class in com.helger.commons.exception.mock
-
Runtime exception for test cases.
- MockRuntimeException() - Constructor for exception class com.helger.commons.exception.mock.MockRuntimeException
- MockRuntimeException(String) - Constructor for exception class com.helger.commons.exception.mock.MockRuntimeException
- MockRuntimeException(String, Throwable) - Constructor for exception class com.helger.commons.exception.mock.MockRuntimeException
- MockRuntimeException(Throwable) - Constructor for exception class com.helger.commons.exception.mock.MockRuntimeException
- mockSet(int, Class<T>, Object...) - Method in class com.helger.commons.mock.CommonsMock
-
Create a
ICommonsSetof mocked objects. - MODEL - Enum constant in enum com.helger.commons.mime.EMimeContentType
- MODIFY - Enum constant in enum com.helger.commons.io.watchdir.EWatchDirAction
- MP - Enum constant in enum com.helger.commons.locale.country.ECountry
- MP - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MPL10 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- MPL11 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- MPL20 - Enum constant in enum com.helger.commons.thirdparty.ELicense
- MQ - Enum constant in enum com.helger.commons.locale.country.ECountry
- MQ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MR - Enum constant in enum com.helger.commons.locale.country.ECountry
- MR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MS - Enum constant in enum com.helger.commons.locale.country.ECountry
- MS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MT - Enum constant in enum com.helger.commons.locale.country.ECountry
- MT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MU - Enum constant in enum com.helger.commons.locale.country.ECountry
- MU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MultilingualText - Class in com.helger.commons.text
-
This class represents a multilingual text.
- MultilingualText() - Constructor for class com.helger.commons.text.MultilingualText
- MultilingualText(IMultilingualText) - Constructor for class com.helger.commons.text.MultilingualText
- MultilingualText(Locale, String) - Constructor for class com.helger.commons.text.MultilingualText
- MultilingualText(Map<Locale, String>) - Constructor for class com.helger.commons.text.MultilingualText
- MULTIPART - Enum constant in enum com.helger.commons.mime.EMimeContentType
- MULTIPART_FORMDATA - Static variable in class com.helger.commons.mime.CMimeType
-
For HTML upload forms.
- MULTIPART_RELATED - Static variable in class com.helger.commons.mime.CMimeType
-
For generic MIME messages!
- multiple(Supplier<? extends InputStream>) - Static method in class com.helger.commons.io.stream.HasInputStream
-
Create a new object with a supplier that can read multiple times.
- MULTIPLIER - Static variable in class com.helger.commons.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.commons.mutable.MutableBigDecimal
- multiply(double) - Method in class com.helger.commons.mutable.MutableDouble
- multiply(float) - Method in class com.helger.commons.mutable.MutableFloat
- multiply(int) - Method in class com.helger.commons.mutable.MutableInt
- multiply(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
- multiply(long) - Method in class com.helger.commons.mutable.MutableBigInteger
- multiply(long) - Method in class com.helger.commons.mutable.MutableLong
- multiply(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- multiply(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- multiply(Number) - Method in class com.helger.commons.mutable.MutableDouble
- multiply(Number) - Method in class com.helger.commons.mutable.MutableFloat
- multiply(Number) - Method in class com.helger.commons.mutable.MutableInt
- multiply(Number) - Method in class com.helger.commons.mutable.MutableLong
- multiply(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- multiply(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- MustBeLocked - Annotation Type in com.helger.commons.annotation
-
Just to indicate that a method must be called inside a lock.
- MustImplementComparable - Annotation Type in com.helger.commons.annotation
-
Just to indicate that a class is required to implement
Comparable. - MustImplementEqualsAndHashcode - Annotation Type in com.helger.commons.annotation
-
Just to indicate that a class is required to implement
Annotation.equals(Object)andAnnotation.hashCode(). - MutableBigDecimal - Class in com.helger.commons.mutable
-
Object wrapper around a
BigDecimalso that it can be passed a final object but is mutable. - MutableBigDecimal(double) - Constructor for class com.helger.commons.mutable.MutableBigDecimal
- MutableBigDecimal(long) - Constructor for class com.helger.commons.mutable.MutableBigDecimal
- MutableBigDecimal(MutableBigDecimal) - Constructor for class com.helger.commons.mutable.MutableBigDecimal
- MutableBigDecimal(BigDecimal) - Constructor for class com.helger.commons.mutable.MutableBigDecimal
- MutableBigInteger - Class in com.helger.commons.mutable
-
Object wrapper around a
BigIntegerso that it can be passed a final object but is mutable. - MutableBigInteger(long) - Constructor for class com.helger.commons.mutable.MutableBigInteger
- MutableBigInteger(MutableBigInteger) - Constructor for class com.helger.commons.mutable.MutableBigInteger
- MutableBigInteger(BigInteger) - Constructor for class com.helger.commons.mutable.MutableBigInteger
- MutableBoolean - Class in com.helger.commons.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.commons.mutable.MutableBoolean
- MutableBoolean(MutableBoolean) - Constructor for class com.helger.commons.mutable.MutableBoolean
- MutableBoolean(Boolean) - Constructor for class com.helger.commons.mutable.MutableBoolean
- MutableByte - Class in com.helger.commons.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.commons.mutable.MutableByte
-
Initialize with a certain value.
- MutableByte(int) - Constructor for class com.helger.commons.mutable.MutableByte
-
Initialize with a certain int value.
- MutableByte(Number) - Constructor for class com.helger.commons.mutable.MutableByte
-
Initialize with a certain value.
- MutableChar - Class in com.helger.commons.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.commons.mutable.MutableChar
-
Initialize with a certain value.
- MutableChar(int) - Constructor for class com.helger.commons.mutable.MutableChar
-
Initialize with a certain int value.
- MutableChar(MutableChar) - Constructor for class com.helger.commons.mutable.MutableChar
- MutableChar(Character) - Constructor for class com.helger.commons.mutable.MutableChar
-
Initialize with a certain value.
- MutableDouble - Class in com.helger.commons.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.commons.mutable.MutableDouble
- MutableDouble(Number) - Constructor for class com.helger.commons.mutable.MutableDouble
- MutableFloat - Class in com.helger.commons.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.commons.mutable.MutableFloat
- MutableFloat(Number) - Constructor for class com.helger.commons.mutable.MutableFloat
- MutableInt - Class in com.helger.commons.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.commons.mutable.MutableInt
-
Initialize with a certain value.
- MutableInt(Number) - Constructor for class com.helger.commons.mutable.MutableInt
-
Initialize with a certain value.
- MutableLong - Class in com.helger.commons.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.commons.mutable.MutableLong
-
Initialize with a certain value.
- MutableLong(Number) - Constructor for class com.helger.commons.mutable.MutableLong
-
Initialize with a certain value.
- MutableShort - Class in com.helger.commons.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.commons.mutable.MutableShort
-
Initialize with a certain int value.
- MutableShort(short) - Constructor for class com.helger.commons.mutable.MutableShort
-
Initialize with a certain value.
- MutableShort(Number) - Constructor for class com.helger.commons.mutable.MutableShort
-
Initialize with a certain value.
- MutableTypeConverterRegistrar - Class in com.helger.commons.typeconvert
-
Register the mutable* specific type converter
- MutableTypeConverterRegistrar() - Constructor for class com.helger.commons.typeconvert.MutableTypeConverterRegistrar
- MV - Enum constant in enum com.helger.commons.locale.country.ECountry
- MV - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MW - Enum constant in enum com.helger.commons.locale.country.ECountry
- MW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MX - Enum constant in enum com.helger.commons.locale.country.ECountry
- MX - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MY - Enum constant in enum com.helger.commons.locale.country.ECountry
- MY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- MZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- MZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
N
- NA - Enum constant in enum com.helger.commons.locale.country.ECountry
- NA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- namingPattern(String) - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Sets the naming pattern to be used by the new
BasicThreadFactory. - NANOSECONDS_PER_HOUR - Static variable in class com.helger.commons.CGlobal
-
Nanoseconds per hour (3_600_000_000_000).
- NANOSECONDS_PER_MICROSECOND - Static variable in class com.helger.commons.CGlobal
-
Nanoseconds per microsecond (1_000).
- NANOSECONDS_PER_MILLISECOND - Static variable in class com.helger.commons.CGlobal
-
Nanoseconds per millisecond (1_000_000).
- NANOSECONDS_PER_MINUTE - Static variable in class com.helger.commons.CGlobal
-
Nanoseconds per minute (60_000_000_000).
- NANOSECONDS_PER_SECOND - Static variable in class com.helger.commons.CGlobal
-
Nanoseconds per second (1_000_000_000).
- NaturalNumericOrderComparator - Class in com.helger.commons.compare
-
A special comparator that ensures that e.g. "3.10" is sorted after "3.9".
- NaturalNumericOrderComparator(Comparator<String>) - Constructor for class com.helger.commons.compare.NaturalNumericOrderComparator
-
Constructor
- NC - Enum constant in enum com.helger.commons.locale.country.ECountry
- NC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NE - Enum constant in enum com.helger.commons.locale.country.ECountry
- NE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- negate() - Method in interface com.helger.commons.functional.IBooleanPredicate
-
Returns a predicate that represents the logical negation of this predicate.
- negate() - Method in interface com.helger.commons.functional.ICharPredicate
-
Returns a predicate that represents the logical negation of this predicate.
- NEW_LINE - Static variable in class com.helger.commons.base64.Base64
-
The new line character (\n) as a byte.
- newArray(int, ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
-
Create a new array with a predefined number of elements containing the passed value.
- newArray(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Wrapper that allows vararg arguments and returns the array.
- newArray(Class<? extends ELEMENTTYPE>, int) - Static method in class com.helger.commons.collection.ArrayHelper
- newArray(Collection<? extends ELEMENTTYPE>, Class<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
-
Create a new array with the elements in the passed collection..
- newArrayMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Class<DSTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- newArrayMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends DSTTYPE>, Class<DSTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
- newArraySameType(ELEMENTTYPE[], int) - Static method in class com.helger.commons.collection.ArrayHelper
-
Create a new empty array with the same type as the passed array.
- newArraySingleElement(ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
-
Wrapper that allows a single argument to be treated as an array.
- newBooleanArray(boolean...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newByteArray(byte...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newCharArray(char...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newCondition() - Method in class com.helger.commons.concurrent.NonReentrantLock
- newDoubleArray(double...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newEnumSet(Class<ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newEnumSet(Class<ELEMENTTYPE>, Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newEnumSet(Class<ELEMENTTYPE>, EnumSet<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newFloatArray(float...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newInstance(DATATYPE) - Static method in class com.helger.commons.lang.GenericReflection
-
Create a new instance of the class identified by the passed object.
- newInstance(Class<? extends DATATYPE>) - Static method in class com.helger.commons.lang.GenericReflection
- newInstance(ClassLoader, String, Class<? extends DATATYPE>) - Static method in class com.helger.commons.lang.GenericReflection
- newInstance(String, Class<? extends DATATYPE>) - Static method in class com.helger.commons.lang.GenericReflection
- newInstance(String, Class<? extends DATATYPE>, ClassLoader) - Static method in class com.helger.commons.lang.GenericReflection
- newIntArray(int...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newLine() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Writes a line separator.
- newList() - Static method in class com.helger.commons.collection.CollectionHelper
- newList(int) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newList(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
-
Compared to
Collections.list(Enumeration)this method is more flexible in Generics parameter. - newList(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newListMapped(Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, ? extends DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newListMapped(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, ? extends DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newListMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newListMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newListPrefilled(ELEMENTTYPE, int) - Static method in class com.helger.commons.collection.CollectionHelper
- newLongArray(long...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newMap() - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(int) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(Iterable<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(Map<? extends KEYTYPE, ? extends VALUETYPE>[]) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(Map<KEYTYPE, VALUETYPE>, Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.helger.commons.collection.CollectionHelper
- newMap(KEYTYPE, VALUETYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newMapMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTKEYTYPE>, Function<? super SRCTYPE, ? extends DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newMapMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends DSTKEYTYPE>, Function<? super SRCVALUETYPE, ? extends DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newObjectListFromArray(Object, Class<?>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap() - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(int) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(Iterable<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>[]) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(Map<KEYTYPE, VALUETYPE>, Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.helger.commons.collection.CollectionHelper
-
Retrieve a map that is ordered in the way the parameter arrays are passed in.
- newOrderedMap(KEYTYPE, VALUETYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMapMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTKEYTYPE>, Function<? super SRCTYPE, ? extends DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedMapMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends DSTKEYTYPE>, Function<? super SRCVALUETYPE, ? extends DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet() - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(int) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSetMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newOrderedSetMapped(SRCTYPE[], Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newPrimitiveList(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveList(short...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveOrderedSet(short...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSet(short...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveSortedSet(short...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- newPrimitiveStack(short...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
- NEWS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
News (RFC 5538).
- newSet() - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(int) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSetMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSetMapped(SRCTYPE[], Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newShortArray(short...) - Static method in class com.helger.commons.collection.ArrayHelper
-
Helper method to easily create an array from constant values.
- newSortedMap() - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(Iterable<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>[]) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(Map<KEYTYPE, VALUETYPE>, Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMap(KEYTYPE, VALUETYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedMapMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, DSTKEYTYPE>, Function<? super SRCVALUETYPE, DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet() - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSetMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newSortedSetMapped(SRCTYPE[], Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- newStack() - Static method in class com.helger.commons.collection.StackHelper
- newStack(int) - Static method in class com.helger.commons.collection.StackHelper
- newStack(ELEMENTTYPE) - Static method in class com.helger.commons.collection.StackHelper
-
Create a new stack with a single element.
- newStack(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.StackHelper
-
Create a new stack from the given array.
- newStack(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
-
Create a new stack from the given collection.
- newStack(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
- newStackMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
- newStackMapped(SRCTYPE[], Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
- newThread(Runnable) - Method in class com.helger.commons.concurrent.BasicThreadFactory
-
Creates a new thread.
- next() - Method in class com.helger.commons.collection.iterate.ArrayIterator
- next() - Method in class com.helger.commons.collection.iterate.CombinedIterator
- next() - Method in class com.helger.commons.collection.iterate.EmptyIterator
- next() - Method in class com.helger.commons.collection.iterate.FilterIterator
- next() - Method in class com.helger.commons.collection.iterate.IterableIterator
- next() - Method in class com.helger.commons.collection.iterate.IterableIteratorFromEnumeration
- next() - Method in class com.helger.commons.collection.iterate.MapperIterator
- next() - Method in class com.helger.commons.collection.iterate.ReverseListIterator
- next() - Method in class com.helger.commons.csv.CSVIterator
-
Returns the next element in the iterator.
- next() - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
- next() - Method in class com.helger.commons.math.CombinationGenerator
-
Generate next combination (algorithm from Rosen p. 286)
- next() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- next() - Method in class com.helger.commons.text.codepoint.Codepoint
- next() - Method in class com.helger.commons.text.codepoint.CodepointIteratorRestricted
- next() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- next() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- nextChars() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- nextChars() - Method in class com.helger.commons.text.codepoint.CodepointIteratorRestricted
- nextChars() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- nextChars() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- nextElement() - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
- nextElement() - Method in class com.helger.commons.collection.iterate.EnumerationFromIterator
- NF - Enum constant in enum com.helger.commons.locale.country.ECountry
- NF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NG - Enum constant in enum com.helger.commons.locale.country.ECountry
- NG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NI - Enum constant in enum com.helger.commons.locale.country.ECountry
- NI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NL - Enum constant in enum com.helger.commons.locale.country.ECountry
- NL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NNTP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
NNTP (RFC 5538).
- NO - Enum constant in enum com.helger.commons.locale.country.ECountry
- NO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NO_CONVERTER_FOUND - Enum constant in enum com.helger.commons.typeconvert.TypeConverterException.EReason
- NO_CONVERTER_FOUND_SINGLE - Enum constant in enum com.helger.commons.typeconvert.TypeConverterException.EReason
- NO_ERROR - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
Generic error code: no error.
- NO_ESCAPE_CHARACTER - Static variable in class com.helger.commons.csv.CSVWriter
-
The escape constant to use when you wish to suppress all escaping.
- NO_LOCATION - Static variable in class com.helger.commons.location.SimpleLocation
-
A constant representing no location
- NO_MAX_SIZE - Static variable in class com.helger.commons.cache.MappedCache
-
A constant indicating, that a cache has no max size
- NO_OPTIONS - Static variable in class com.helger.commons.base64.Base64
-
No options specified.
- NO_QUOTE_CHARACTER - Static variable in class com.helger.commons.csv.CSVWriter
-
The quote constant to use when you wish to suppress all quoting.
- NO_RESOLVE - Enum constant in enum com.helger.commons.mock.SPITestHelper.EMode
- NonBlockingBitInputStream - Class in com.helger.commons.io.stream
-
The
NonBlockingBitInputStreamallows reading individual bits from a general Java InputStream. - NonBlockingBitInputStream(InputStream, ByteOrder) - Constructor for class com.helger.commons.io.stream.NonBlockingBitInputStream
-
Create a new bit input stream based on an existing Java InputStream.
- NonBlockingBitOutputStream - Class in com.helger.commons.io.stream
-
The
NonBlockingBitOutputStreamallows writing individual bits to a general Java OutputStream. - NonBlockingBitOutputStream(OutputStream, ByteOrder) - Constructor for class com.helger.commons.io.stream.NonBlockingBitOutputStream
-
Create a new bit output stream based on an existing Java OutputStream.
- NonBlockingBufferedInputStream - Class in com.helger.commons.io.stream
-
Non-synchronized version of
BufferedInputStream. - NonBlockingBufferedInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
Creates a
BufferedInputStreamand saves its argument, the input streamin, for later use. - NonBlockingBufferedInputStream(InputStream, int) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
Creates a
BufferedInputStreamwith the specified buffer size, and saves its argument, the input streamin, for later use. - NonBlockingBufferedOutputStream - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
BufferedOutputStream. - NonBlockingBufferedOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
-
Creates a new buffered output stream to write data to the specified underlying output stream.
- NonBlockingBufferedOutputStream(OutputStream, int) - Constructor for class com.helger.commons.io.stream.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.commons.io.stream
-
A non-synchronized copy of the class
BufferedReader. - NonBlockingBufferedReader(Reader) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Creates a buffering character-input stream that uses a default-sized input buffer.
- NonBlockingBufferedReader(Reader, int) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Creates a buffering character-input stream that uses an input buffer of the specified size.
- NonBlockingBufferedWriter - Class in com.helger.commons.io.stream
-
This is a non-blocking version of
BufferedWriter. - NonBlockingBufferedWriter(Writer) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Creates a buffered character-output stream that uses a default-sized output buffer.
- NonBlockingBufferedWriter(Writer, int) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Creates a new buffered character-output stream that uses an output buffer of the given size.
- NonBlockingByteArrayInputStream - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
ByteArrayInputStream. - NonBlockingByteArrayInputStream(byte[]) - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Creates a
NonBlockingByteArrayInputStreamso that it usesbufas its buffer array. - NonBlockingByteArrayInputStream(byte[], boolean) - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Creates a
NonBlockingByteArrayInputStreamso that it usesbufas its buffer array. - NonBlockingByteArrayInputStream(byte[], int, int) - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Creates
NonBlockingByteArrayInputStreamthat usesaBufas its buffer array. - NonBlockingByteArrayInputStream(byte[], int, int, boolean) - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Creates
NonBlockingByteArrayInputStreamthat usesaBufas its buffer array. - NonBlockingByteArrayOutputStream - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
ByteArrayOutputStream. - NonBlockingByteArrayOutputStream() - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Creates a new byte array output stream.
- NonBlockingByteArrayOutputStream(int) - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- NonBlockingCharArrayWriter - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
CharArrayWriter.
It does not use the internal lock object. - NonBlockingCharArrayWriter() - Constructor for class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Creates a new NonBlockingCharArrayWriter.
- NonBlockingCharArrayWriter(int) - Constructor for class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Creates a new NonBlockingCharArrayWriter with the specified initial size.
- NonBlockingProperties - Class in com.helger.commons.lang
-
The
NonBlockingPropertiesclass represents a persistent set of properties. - NonBlockingProperties() - Constructor for class com.helger.commons.lang.NonBlockingProperties
-
Creates an empty property list with no default values.
- NonBlockingProperties(NonBlockingProperties) - Constructor for class com.helger.commons.lang.NonBlockingProperties
-
Creates an empty property list with the specified defaults.
- NonBlockingPushbackInputStream - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
PushbackInputStream. - NonBlockingPushbackInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Creates a
PushbackInputStreamand saves its argument, the input streamin, for later use. - NonBlockingPushbackInputStream(InputStream, int) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Creates a
PushbackInputStreamwith a pushback buffer of the specifiedsize, and saves its argument, the input streamin, for later use. - NonBlockingPushbackReader - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
PushbackReader. - NonBlockingPushbackReader(Reader) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Creates a new pushback reader with a one-character pushback buffer.
- NonBlockingPushbackReader(Reader, int) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Creates a new pushback reader with a pushback buffer of the given size.
- NonBlockingStack<ELEMENTTYPE> - Class in com.helger.commons.collection
-
A version of a stack that does not use
Vectorbut anCommonsArrayListas the underlying data structure as opposed toStack. - NonBlockingStack() - Constructor for class com.helger.commons.collection.NonBlockingStack
- NonBlockingStack(int) - Constructor for class com.helger.commons.collection.NonBlockingStack
- NonBlockingStack(NonBlockingStack<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.NonBlockingStack
- NonBlockingStack(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.NonBlockingStack
- NonBlockingStack(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.NonBlockingStack
- NonBlockingStringReader - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
StringReader.
Note: super classReaderuses the lock object internally only forlong skip(long n)and as this method is overwritten in here, the lock is never used. - NonBlockingStringReader(char[]) - Constructor for class com.helger.commons.io.stream.NonBlockingStringReader
- NonBlockingStringReader(char[], int, int) - Constructor for class com.helger.commons.io.stream.NonBlockingStringReader
- NonBlockingStringReader(String) - Constructor for class com.helger.commons.io.stream.NonBlockingStringReader
-
Creates a new string reader.
- NonBlockingStringReader(String, int, int) - Constructor for class com.helger.commons.io.stream.NonBlockingStringReader
- NonBlockingStringWriter - Class in com.helger.commons.io.stream
-
A non-synchronized copy of the class
StringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access! - NonBlockingStringWriter() - Constructor for class com.helger.commons.io.stream.NonBlockingStringWriter
-
Create a new string writer using the default initial string-buffer size.
- NonBlockingStringWriter(int) - Constructor for class com.helger.commons.io.stream.NonBlockingStringWriter
-
Create a new string writer using the specified initial string-buffer size.
- NonClosingInputStream - Class in com.helger.commons.io.stream
-
A special
InputStreamthat does not close the stream. - NonClosingInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.NonClosingInputStream
- NonClosingOutputStream - Class in com.helger.commons.io.stream
-
A special
OutputStreamthat does not close the stream. - NonClosingOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.NonClosingOutputStream
- NonClosingReader - Class in com.helger.commons.io.stream
-
A special
Readerthat does not close the stream. - NonClosingReader(Reader) - Constructor for class com.helger.commons.io.stream.NonClosingReader
- NonClosingWriter - Class in com.helger.commons.io.stream
-
A special
Writerthat does not close the stream. - NonClosingWriter(Writer) - Constructor for class com.helger.commons.io.stream.NonClosingWriter
- none() - Static method in interface com.helger.commons.functional.IBooleanPredicate
- none() - Static method in class com.helger.commons.functional.Predicates
- NONE - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- Nonempty - Annotation Type in com.helger.commons.annotation
-
A specialization of the
Nonnullannotation that is to be used for String and collection parameters as well as return values only. - NonReentrantLock - Class in com.helger.commons.concurrent
-
Non reentrant lock.
- NonReentrantLock() - Constructor for class com.helger.commons.concurrent.NonReentrantLock
- noNullValue(T[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array contains no
nullvalue. - noNullValue(T[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array contains no
nullvalue. - noNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed iterable contains no
nullvalue. - noNullValue(T, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed iterable contains no
nullvalue. - NOT_EOI - Enum constant in enum com.helger.commons.state.EEOI
- NOT_INTERRUPTED - Enum constant in enum com.helger.commons.state.EInterrupt
- notEmpty(boolean[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(boolean[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(byte[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(byte[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(char[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(char[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(double[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(double[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(float[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(float[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(int[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(int[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(long[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(long[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(short[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(short[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(T[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(T[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty. - notEmpty(T, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed String is neither
nullnor empty. - notEmpty(T, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed String is neither
nullnor empty. - notEmptyNoNullValue(T[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty and that nonullvalue is contained. - notEmptyNoNullValue(T[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is neither
nullnor empty and that nonullvalue is contained. - notEmptyNoNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed collection is neither
nullnor empty and that nonullvalue is contained. - notEmptyNoNullValue(T, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed collection is neither
nullnor empty and that nonullvalue is contained. - notNull() - Static method in class com.helger.commons.functional.Predicates
- notNull(T, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is not
null. - notNull(T, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is not
null. - notNullAndEquals(T, String, T) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is not
nulland equal to the provided expected value. - notNullAndEquals(T, Supplier<? extends String>, T) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is not
nulland equal to the provided expected value. - notNullNoNullValue(T[], String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is not
nulland that nonullvalue is contained. - notNullNoNullValue(T[], Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed Array is not
nulland that nonullvalue is contained. - notNullNoNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed collection is not
nulland that nonullvalue is contained. - notNullNoNullValue(T, Supplier<? extends String>) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed collection is not
nulland that nonullvalue is contained. - notNullNotEquals(T, String, T) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is not
nulland not equal to the provided value. - notNullNotEquals(T, Supplier<? extends String>, T) - Static method in class com.helger.commons.ValueEnforcer
-
Check that the passed value is not
nulland not equal to the provided value. - NoTranslationRequired - Annotation Type in com.helger.commons.annotation
-
An informational annotation that indicates that a type does not require translation.
- now() - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains the current date from the system clock in the default time-zone.
- now() - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains the current date from the system clock in the default time-zone.
- now() - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now() - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains the current time from the system clock in the default time-zone.
- now(Clock) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains the current date from the specified clock.
- now(Clock) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains the current date from the specified clock.
- now(Clock) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains the current date-time from the specified clock.
- now(Clock) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains the current time from the specified clock.
- now(ZoneId) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains the current date from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains the current date from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains the current time from the system clock in the specified time-zone.
- NP - Enum constant in enum com.helger.commons.locale.country.ECountry
- NP - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NR - Enum constant in enum com.helger.commons.locale.country.ECountry
- NR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NU - Enum constant in enum com.helger.commons.locale.country.ECountry
- NU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- NULL_CHARACTER - Static variable in class com.helger.commons.csv.CCSV
-
This is the "null" character - if a value is set to this then it is ignored.
- NULL_OUTPUT_STREAM - Static variable in class com.helger.commons.io.stream.NullOutputStream
-
A singleton.
- NULL_SOURCE_NOT_ALLOWED - Enum constant in enum com.helger.commons.typeconvert.TypeConverterException.EReason
- NullOutputStream - Class in com.helger.commons.io.stream
-
An
OutputStreamthat discards all bytes to be written - NullOutputStream() - Constructor for class com.helger.commons.io.stream.NullOutputStream
-
Default constructor.
- NZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- NZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
O
- OBJECT_CANNOT_BE_HANDLED - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
We stumble across an object that is neither a file nor a directory.
- OBJECT_HAS_NO_PARENT - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
An object's parent could not be retrieved.
- ObjectPool<DATATYPE> - Class in com.helger.commons.pool
-
A simple generic object pool with a fixed size determined in the constructor.
- ObjectPool(int, IObjectPoolFactory<DATATYPE>) - Constructor for class com.helger.commons.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.commons.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.commons.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.commons.type.ObjectType
- of(int, int, int, int, int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a year, month, day, hour, minute, second, nanosecond and offset. - of(int, int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom an hour, minute, second and nanosecond. - of(int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom a year, month, day and offset. - of(int, int, int, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a year, month, day and offset. - of(int, Month, int, ZoneOffset) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom a year, month, day and offset. - of(int, Month, int, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a year, month, day and offset. - of(OffsetDate) - Static method in class com.helger.commons.datetime.XMLOffsetDate
- of(String) - Static method in class com.helger.commons.datetime.PDTZoneID
- of(LocalDate) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a local date and not zone offset. - of(LocalDate, LocalTime) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a date and a time. - of(LocalDate, LocalTime, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a date, time and offset. - of(LocalDate, ZoneOffset) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom a local date and an offset. - of(LocalDate, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a local date and an offset. - of(LocalDateTime) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a date-time. - of(LocalDateTime, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a date-time and offset. - of(LocalTime) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom a local time and no offset. - of(LocalTime, ZoneOffset) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom a local time and an offset. - of(OffsetDateTime) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
- of(OffsetTime) - Static method in class com.helger.commons.datetime.XMLOffsetTime
- offset(int) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
-
Set an offset of the source from which to start.
- OFFSET_DATE - Enum constant in enum com.helger.commons.datetime.EDTType
- OFFSET_DATE_TIME - Enum constant in enum com.helger.commons.datetime.EDTType
- OFFSET_TIME - Enum constant in enum com.helger.commons.datetime.EDTType
- offsetDate(String) - Static method in class com.helger.commons.datetime.PDTMask
- OffsetDate - Class in com.helger.commons.datetime
-
Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos.
This class is originally from the ThreeTen-Extra project. - OffsetDate(LocalDate, ZoneOffset) - Constructor for class com.helger.commons.datetime.OffsetDate
-
Constructor.
- offsetDateTime(String) - Static method in class com.helger.commons.datetime.PDTMask
- ofHours(String, int) - Static method in class com.helger.commons.datetime.PDTZoneID
- ofInstant(Instant, ZoneId) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom anInstantand zone ID. - OM - Enum constant in enum com.helger.commons.locale.country.ECountry
- OM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- onAction(EWatchDirAction, Path) - Method in interface com.helger.commons.io.watchdir.IWatchDirCallback
-
Generic callback method
- onAddLogMessage(LogMessage) - Method in class com.helger.commons.log.InMemoryLogger
-
Callback method that is invoked after a message was added.
- onAfterChange() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
-
This method is invoked after a value changed.
- onAfterChange() - Method in class com.helger.commons.mutable.MutableBoolean
-
This method is invoked after a value changed.
- onCache(String, IStatisticsHandlerCache) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per cache entry
- once(Supplier<? extends InputStream>) - Static method in class com.helger.commons.io.stream.HasInputStream
-
Create a new object with a supplier that can be read only once.
- onClose(long) - Method in class com.helger.commons.io.stream.LoggingInputStream
- onClose(long) - Method in class com.helger.commons.io.stream.LoggingOutputStream
- onClose(long) - Method in class com.helger.commons.io.stream.LoggingReader
- onClose(long) - Method in class com.helger.commons.io.stream.LoggingWriter
- onCounter(String, IStatisticsHandlerCounter) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per counter entry
- onDeadlockDetected(ThreadDeadlockInfo[]) - Method in interface com.helger.commons.deadlock.IThreadDeadlockCallback
-
Callback to be invoked on a deadlock
- onDeadlockDetected(ThreadDeadlockInfo[]) - Method in class com.helger.commons.deadlock.LoggingThreadDeadlockCallback
- onEntryRemoved(K) - Method in class com.helger.commons.collection.map.AbstractSoftMap
-
Callback method invoked after a map entry is garbage collected
- onError(EFileIOOperation, EFileIOErrorCode, File, File, Exception) - Method in interface com.helger.commons.io.file.IFileOperationCallback
-
Called upon operation error.
- onError(EFileIOOperation, EFileIOErrorCode, File, File, Exception) - Method in class com.helger.commons.io.file.LoggingFileOperationCallback
- onException(EXTYPE) - Method in class com.helger.commons.callback.exception.CollectingExceptionCallback
- onException(EXTYPE) - Method in class com.helger.commons.callback.exception.CollectingExceptionListCallback
- onException(EXTYPE) - Method in interface com.helger.commons.callback.exception.IExceptionCallback
-
Called when an exception of the specified type occurred.
- onException(Throwable) - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
- onItemAfterChildren(DATATYPE) - Method in class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- onItemAfterChildren(DATATYPE) - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
-
Called after eventual children of the current item were visited.
- onItemBeforeChildren(DATATYPE) - Method in class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- onItemBeforeChildren(DATATYPE) - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
-
Called before children of the current item are visited.
- onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per keyed-counter entry
- onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per keyed-size entry
- onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per keyed-timer entry
- onLevelDown() - Method in class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- onLevelDown() - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
-
Called before the tree walker descends into the next tree level.
- onLevelUp() - Method in class com.helger.commons.hierarchy.visit.DefaultHierarchyVisitorCallback
- onLevelUp() - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
-
Called after the tree walker ascends into the previous tree level.
- onMark(int, long) - Method in class com.helger.commons.io.stream.LoggingInputStream
- onMark(int, long) - Method in class com.helger.commons.io.stream.LoggingReader
- onMissingLocale(String, String, String, String) - Method in interface com.helger.commons.locale.LocaleCache.IMissingLocaleHandler
-
Called if a Locale is not yet present.
- onRead(int, long) - Method in class com.helger.commons.io.stream.LoggingInputStream
- onRead(int, long) - Method in class com.helger.commons.io.stream.LoggingReader
- onRemoveEldestEntry(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.map.LRUSet
-
Protected method that is invoked every time an element is removed from the cache, because the maximum size is exceeded.
- onRemoveEldestEntry(int, Map.Entry<K, V>) - Method in class com.helger.commons.collection.map.SoftLinkedHashMap
-
Protected method that is invoked every time the oldest entry is removed.
- onRemoveEldestEntry(int, Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.collection.map.LoggingLRUMap
- onRemoveEldestEntry(int, Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.collection.map.LRUMap
-
Protected method that is invoked every time the oldest entry is removed.
- onReset(long) - Method in class com.helger.commons.io.stream.LoggingInputStream
- onReset(long) - Method in class com.helger.commons.io.stream.LoggingReader
- onSafeCastError(int, Class<?>, Object) - Method in interface com.helger.commons.traits.IGetterByIndexTrait
-
Implement this method to handle cases of
IGetterByIndexTrait.getSafeCastedValue(int, Object, Class)that failed because invalid provided class. - onSafeCastError(KEYTYPE, Class<?>, Object) - Method in interface com.helger.commons.traits.IGetterByKeyTrait
-
Implement this method to handle cases of
IGetterByKeyTrait.getSafeCastedValue(Object, Object, Class)that failed because invalid provided class. - onSize(String, IStatisticsHandlerSize) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per size entry
- onSkip(long, long) - Method in class com.helger.commons.io.stream.LoggingInputStream
- onSkip(long, long) - Method in class com.helger.commons.io.stream.LoggingReader
- onSuccess(EFileIOOperation, File, File) - Method in interface com.helger.commons.io.file.IFileOperationCallback
-
Called upon operation success.
- onSuccess(EFileIOOperation, File, File) - Method in class com.helger.commons.io.file.LoggingFileOperationCallback
- onTimer(String, IStatisticsHandlerTimer) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
-
Called per timer entry
- onWrite(int, long) - Method in class com.helger.commons.io.stream.LoggingOutputStream
- onWrite(int, long) - Method in class com.helger.commons.io.stream.LoggingWriter
- OPERATION_FAILED - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
Generic error code: operation failed but we don't know why.
- OPT - Static variable in class com.helger.commons.http.CHttpHeader
- OPTIONAL - Enum constant in enum com.helger.commons.state.EMandatory
- OPTIONS - Enum constant in enum com.helger.commons.http.EHttpMethod
- or(boolean) - Method in interface com.helger.commons.state.IChangeIndicator
- or(boolean) - Method in interface com.helger.commons.state.IValidityIndicator
- or(IBooleanPredicate) - Method in interface com.helger.commons.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.commons.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.commons.state.IChangeIndicator
- or(IContinueIndicator) - Method in interface com.helger.commons.state.IContinueIndicator
- or(IEnabledIndicator) - Method in interface com.helger.commons.state.IEnabledIndicator
- or(IHandledIndicator) - Method in interface com.helger.commons.state.IHandledIndicator
- or(IInterruptIndicator) - Method in interface com.helger.commons.state.IInterruptIndicator
- or(IMandatoryIndicator) - Method in interface com.helger.commons.state.IMandatoryIndicator
- or(ISuccessIndicator) - Method in interface com.helger.commons.state.ISuccessIndicator
- or(IValidityIndicator) - Method in interface com.helger.commons.state.IValidityIndicator
- or(Predicate<? super T>, Predicate<? super T>) - Static method in class com.helger.commons.functional.Predicates
- ORACLE_CLIENT - Enum constant in enum com.helger.commons.system.EJVMVendor
- ORACLE_SERVER - Enum constant in enum com.helger.commons.system.EJVMVendor
- ORDERED - Static variable in class com.helger.commons.base64.Base64
-
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/ rfcc- 1940. html.
- ORIGIN - Static variable in class com.helger.commons.http.CHttpHeader
- OverrideOnDemand - Annotation Type in com.helger.commons.annotation
-
Just to indicate that a method is meant to be overridden in sub classes.
P
- PA - Enum constant in enum com.helger.commons.locale.country.ECountry
- PA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- Param(String, Class<T>, Supplier<T>) - Constructor for class com.helger.commons.mock.CommonsMock.Param
-
Constructor for a mock parameter
- PARAMETER_NAME_CHARSET - Static variable in class com.helger.commons.mime.CMimeType
-
The special "charset" MIME type parameter name
- params() - Method in interface com.helger.commons.url.ISimpleURL
- params() - Method in class com.helger.commons.url.SimpleURL
- params() - Method in class com.helger.commons.url.URLData
- parentDirectoryPublic() - Static method in interface com.helger.commons.io.file.IFileFilter
- parentProviderHasParent() - Static method in interface com.helger.commons.hierarchy.IParentProvider
- parse(CharSequence) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom a text string such as2007-12-03+01:00. - parse(CharSequence) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a text string such as2007-12-03+01:00. - parse(CharSequence) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a text string such as2007-12-03T10:15:30+01:00. - parse(CharSequence) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom a text string such as10:15:30+01:00. - parse(CharSequence, DateTimeFormatter) - Static method in class com.helger.commons.datetime.OffsetDate
-
Obtains an instance of
OffsetDatefrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class com.helger.commons.datetime.XMLOffsetDate
-
Obtains an instance of
XMLOffsetDatefrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Obtains an instance of
XMLOffsetDateTimefrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class com.helger.commons.datetime.XMLOffsetTime
-
Obtains an instance of
XMLOffsetTimefrom a text string using a specific formatter. - parse(String) - Static method in class com.helger.commons.version.Version
-
Construct a version object from a string.
EBNF:
version ::= major( '.' minor ( '.' micro ( ( '.' | '-' ) qualifier )? - parse(String) - Static method in class com.helger.commons.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 - parse(String, NumberFormat) - Static method in class com.helger.commons.locale.LocaleParser
- parse(String, NumberFormat, Number) - Static method in class com.helger.commons.locale.LocaleParser
- parse(String, Locale) - Static method in class com.helger.commons.locale.LocaleParser
- parse(String, Locale, Number) - Static method in class com.helger.commons.locale.LocaleParser
- PARSE - Enum constant in enum com.helger.commons.datetime.EDTFormatterMode
- parseBigDecimal(String) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
StringasBigDecimal. - parseBigDecimal(String, int, RoundingMode) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
StringasBigDecimal. - parseBigDecimal(String, int, RoundingMode, BigDecimal) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
StringasBigDecimal. - parseBigDecimal(String, BigDecimal) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
StringasBigDecimal. - parseBigDecimal(String, DecimalFormat) - Static method in class com.helger.commons.locale.LocaleParser
- parseBigDecimal(String, DecimalFormat, BigDecimal) - Static method in class com.helger.commons.locale.LocaleParser
- parseBigDecimal(String, NumberFormat) - Static method in class com.helger.commons.locale.LocaleParser
- parseBigDecimal(String, NumberFormat, BigDecimal) - Static method in class com.helger.commons.locale.LocaleParser
- parseBigDecimal(String, Locale) - Static method in class com.helger.commons.locale.LocaleParser
- parseBigDecimal(String, Locale, BigDecimal) - Static method in class com.helger.commons.locale.LocaleParser
- parseBigInteger(String) - Static method in class com.helger.commons.string.StringParser
- parseBigInteger(String, int) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
StringasBigIntegerwith the specified radix. - parseBigInteger(String, int, BigInteger) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
StringasBigIntegerwith the specified radix. - parseBigInteger(String, BigInteger) - Static method in class com.helger.commons.string.StringParser
- parseBool(Object) - Static method in class com.helger.commons.string.StringParser
-
Try to interpret the passed object as boolean.
- parseBool(Object, boolean) - Static method in class com.helger.commons.string.StringParser
-
Try to interpret the passed object as boolean.
- parseBool(String) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas boolean value. - parseBool(String, boolean) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas boolean value. - parseBoolObj(Object) - Static method in class com.helger.commons.string.StringParser
-
Try to interpret the passed object as boolean.
- parseBoolObj(Object, Boolean) - Static method in class com.helger.commons.string.StringParser
- parseBoolObj(String) - Static method in class com.helger.commons.string.StringParser
-
Returns a
Booleanwith a value represented by the specified string. - parseBoolObjExact(String) - Static method in class com.helger.commons.string.StringParser
-
Returns a
Booleanwith a value represented by the specified string. - parseBoolObjExact(String, Boolean) - Static method in class com.helger.commons.string.StringParser
-
Returns a
Booleanwith a value represented by the specified string. - parseByte(Object, byte) - Static method in class com.helger.commons.string.StringParser
- parseByte(Object, int, byte) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas byte with the specified radix. - parseByte(String, byte) - Static method in class com.helger.commons.string.StringParser
- parseByte(String, int, byte) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas byte with the specified radix. - parseByte(String, NumberFormat, byte) - Static method in class com.helger.commons.locale.LocaleParser
- parseByte(String, Locale, byte) - Static method in class com.helger.commons.locale.LocaleParser
- parseByteObj(Object) - Static method in class com.helger.commons.string.StringParser
- parseByteObj(Object, int, Byte) - Static method in class com.helger.commons.string.StringParser
- parseByteObj(Object, Byte) - Static method in class com.helger.commons.string.StringParser
- parseByteObj(String) - Static method in class com.helger.commons.string.StringParser
- parseByteObj(String, int, Byte) - Static method in class com.helger.commons.string.StringParser
- parseByteObj(String, Byte) - Static method in class com.helger.commons.string.StringParser
- parseDotOnly(String) - Static method in class com.helger.commons.version.Version
-
Construct a version object from a string.
EBNF:
version ::= major( '.' minor ( '.' micro ( '.' qualifier )? - parseDouble(Object, double) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas double. - parseDouble(String, double) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas double. - parseDouble(String, NumberFormat, double) - Static method in class com.helger.commons.locale.LocaleParser
- parseDouble(String, Locale, double) - Static method in class com.helger.commons.locale.LocaleParser
- parseDoubleObj(Object) - Static method in class com.helger.commons.string.StringParser
- parseDoubleObj(Object, Double) - Static method in class com.helger.commons.string.StringParser
- parseDoubleObj(String) - Static method in class com.helger.commons.string.StringParser
- parseDoubleObj(String, Double) - Static method in class com.helger.commons.string.StringParser
- parseFloat(Object, float) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas float. - parseFloat(String, float) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas float. - parseFloat(String, NumberFormat, float) - Static method in class com.helger.commons.locale.LocaleParser
- parseFloat(String, Locale, float) - Static method in class com.helger.commons.locale.LocaleParser
- parseFloatObj(Object) - Static method in class com.helger.commons.string.StringParser
- parseFloatObj(Object, Float) - Static method in class com.helger.commons.string.StringParser
- parseFloatObj(String) - Static method in class com.helger.commons.string.StringParser
- parseFloatObj(String, Float) - Static method in class com.helger.commons.string.StringParser
- parseInt(Object, int) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas int with radixStringParser.DEFAULT_RADIX. - parseInt(Object, int, int) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas int with the specified radix. - parseInt(String, int) - Static method in class com.helger.commons.string.StringParser
- parseInt(String, int, int) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas int with the specified radix. - parseInt(String, NumberFormat, int) - Static method in class com.helger.commons.locale.LocaleParser
- parseInt(String, Locale, int) - Static method in class com.helger.commons.locale.LocaleParser
- parseIntObj(Object) - Static method in class com.helger.commons.string.StringParser
- parseIntObj(Object, int, Integer) - Static method in class com.helger.commons.string.StringParser
- parseIntObj(Object, Integer) - Static method in class com.helger.commons.string.StringParser
- parseIntObj(String) - Static method in class com.helger.commons.string.StringParser
- parseIntObj(String, int, Integer) - Static method in class com.helger.commons.string.StringParser
- parseIntObj(String, Integer) - Static method in class com.helger.commons.string.StringParser
- parseLine(String) - Method in class com.helger.commons.csv.CSVParser
-
Parses an incoming String and returns an array of elements.
- parseLineMulti(String) - Method in class com.helger.commons.csv.CSVParser
-
Parses an incoming String and returns an array of elements.
- parseLong(Object, int, long) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas long with the specified radix. - parseLong(Object, long) - Static method in class com.helger.commons.string.StringParser
- parseLong(String, int, long) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas long with the specified radix. - parseLong(String, long) - Static method in class com.helger.commons.string.StringParser
- parseLong(String, NumberFormat, long) - Static method in class com.helger.commons.locale.LocaleParser
- parseLong(String, Locale, long) - Static method in class com.helger.commons.locale.LocaleParser
- parseLongObj(Object) - Static method in class com.helger.commons.string.StringParser
- parseLongObj(Object, int, Long) - Static method in class com.helger.commons.string.StringParser
- parseLongObj(Object, Long) - Static method in class com.helger.commons.string.StringParser
- parseLongObj(String) - Static method in class com.helger.commons.string.StringParser
- parseLongObj(String, int, Long) - Static method in class com.helger.commons.string.StringParser
- parseLongObj(String, Long) - Static method in class com.helger.commons.string.StringParser
- parseMimeType(String) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Try to convert the string representation of a MIME type to an object.
- parseMimeType(String, EMimeQuoting) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Try to convert the string representation of a MIME type to an object.
- parseOffsetDateTimeUsingMask(PDTMask<?>[], String) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Parses a Date out of a string using an array of masks.
- parseShort(Object, int, short) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Objectas short with the specified radix. - parseShort(Object, short) - Static method in class com.helger.commons.string.StringParser
- parseShort(String, int, short) - Static method in class com.helger.commons.string.StringParser
-
Parse the given
Stringas short with the specified radix. - parseShort(String, short) - Static method in class com.helger.commons.string.StringParser
- parseShort(String, NumberFormat, short) - Static method in class com.helger.commons.locale.LocaleParser
- parseShort(String, Locale, short) - Static method in class com.helger.commons.locale.LocaleParser
- parseShortObj(Object) - Static method in class com.helger.commons.string.StringParser
- parseShortObj(Object, int, Short) - Static method in class com.helger.commons.string.StringParser
- parseShortObj(Object, Short) - Static method in class com.helger.commons.string.StringParser
- parseShortObj(String) - Static method in class com.helger.commons.string.StringParser
- parseShortObj(String, int, Short) - Static method in class com.helger.commons.string.StringParser
- parseShortObj(String, Short) - Static method in class com.helger.commons.string.StringParser
- parseUnsignedIntObj(String) - Static method in class com.helger.commons.string.StringParser
- parseUnsignedIntObj(String, int, Long) - Static method in class com.helger.commons.string.StringParser
- parseUnsignedIntObj(String, Long) - Static method in class com.helger.commons.string.StringParser
- parseZonedDateTimeUsingMask(PDTMask<?>[], String, ZoneId) - Static method in class com.helger.commons.datetime.PDTWebDateHelper
-
Parses a Date out of a string using an array of masks.
- passivate(DATATYPE) - Method in interface com.helger.commons.pool.IObjectPoolFactory
-
Called when an object is returned to the pool.
- PATCH - Enum constant in enum com.helger.commons.http.EHttpMethod
- PATH - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- PATH_CURRENT - Static variable in class com.helger.commons.io.file.FilenameHelper
-
Special name of the current path
- PATH_PARENT - Static variable in class com.helger.commons.io.file.FilenameHelper
-
Special name of the parent path
- PathHelper - Class in com.helger.commons.io.file
-
Miscellaneous file utility methods.
- PATHNODELIMS - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- PathOperations - Class in com.helger.commons.io.file
-
Wraps file operations.
- PathRelativeIO - Class in com.helger.commons.io.relative
-
Default implementation of
IPathRelativeIO. - PathRelativeIO(String) - Constructor for class com.helger.commons.io.relative.PathRelativeIO
- PB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
-
Suffix for Petabytes
- PCT - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- PDF - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- PDTConfig - Class in com.helger.commons.datetime
-
This class provides the most basic settings for date time operating: the date-time-zone and the chronology to use.
- PDTFactory - Class in com.helger.commons.datetime
-
Philip's Date Time (PDT) factory.
- PDTFormatPatterns - Class in com.helger.commons.datetime
-
Create common
FormatStylepatterns to format date, time and datetime objects. - PDTFormatter - Class in com.helger.commons.datetime
-
Create common
DateTimeFormatterobjects used for printing and parsing date and time objects. - PDTFormatter.CacheKey - Class in com.helger.commons.datetime
-
Internal cache key for
PDTFormatter.LocalizedDateFormatCache. - PDTFormatter.LocalizedDateFormatCache - Class in com.helger.commons.datetime
-
This class caches the compiled patterns for localized date and time formatter.
- PDTFromString - Class in com.helger.commons.datetime
-
Handles the conversion to date, time or date time objects from a
String. - PDTMask<T> - Class in com.helger.commons.datetime
-
Tuple with date time pattern string and query to parse into object.
- PDTMask(String, TemporalQuery<T>) - Constructor for class com.helger.commons.datetime.PDTMask
- PDTToString - Class in com.helger.commons.datetime
-
Standard API to convert a date, time or date time to a
String. - PDTWebDateHelper - Class in com.helger.commons.datetime
-
A helper class that parses Dates out of Strings with date time in RFC822 and W3CDateTime formats plus the variants Atom (0.3) and RSS (0.9, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) specificators added to those formats.
It uses the JDK java.text.SimpleDateFormat class attempting the parse using a mask for each one of the possible formats.
Original work Copyright 2004 Sun Microsystems, Inc. - PDTZoneID - Class in com.helger.commons.datetime
-
Represents the combination of Zone ID string and ID object.
- PDTZoneID(String, ZoneId) - Constructor for class com.helger.commons.datetime.PDTZoneID
- PE - Enum constant in enum com.helger.commons.locale.country.ECountry
- PE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- peek() - Method in class com.helger.commons.collection.NonBlockingStack
-
Looks at the object at the top of this stack without removing it from the stack.
- peek() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- peek() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- peek() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- peek(int) - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- peek(int) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- peek(int) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- peekChars() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- peekChars() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- peekChars() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- PF - Enum constant in enum com.helger.commons.locale.country.ECountry
- PF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PG - Enum constant in enum com.helger.commons.locale.country.ECountry
- PG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PH - Enum constant in enum com.helger.commons.locale.country.ECountry
- PH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PICS_LABEL - Static variable in class com.helger.commons.http.CHttpHeader
- PK - Enum constant in enum com.helger.commons.locale.country.ECountry
- PK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PL - Enum constant in enum com.helger.commons.locale.country.ECountry
- PL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PLACEHOLDER - Static variable in class com.helger.commons.error.ErrorTextProvider
- PLACEHOLDER_STR - Static variable in class com.helger.commons.error.ErrorTextProvider
- plus(long, TemporalUnit) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this date with the specified amount added.
- plus(long, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this date with the specified amount added.
- plus(long, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this time with the specified amount added.
- plus(TemporalAmount) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this date with the specified period added.
- plus(TemporalAmount) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this date with the specified period added.
- plus(TemporalAmount) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this time with the specified amount added.
- plusDays(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of days added. - plusDays(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of days added. - plusDays(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this XMLOffsetDateTime with the specified number of days added.
- plusHours(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of hours added. - plusHours(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of hours added. - plusMinutes(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of minutes added. - plusMinutes(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of minutes added. - plusMonths(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of months added. - plusMonths(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of months added. - plusMonths(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of months added. - plusNanos(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of nanoseconds added. - plusNanos(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of nanoseconds added. - plusSeconds(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of seconds added. - plusSeconds(long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified number of seconds added. - plusWeeks(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of weeks added. - plusWeeks(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of weeks added. - plusWeeks(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this XMLOffsetDateTime with the specified number of weeks added.
- plusYears(long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified number of years added. - plusYears(long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified number of years added. - plusYears(long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified number of years added. - PM - Enum constant in enum com.helger.commons.locale.country.ECountry
- PM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PN - Enum constant in enum com.helger.commons.locale.country.ECountry
- PN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- pop() - Method in class com.helger.commons.collection.NonBlockingStack
-
Removes the object at the top of this stack and returns that object as the value of this function.
- POP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
POP3 (RFC 2384).
- position() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- position() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- position() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- position(int) - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- position(int) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- position(int) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
-
Set the iterator position
- POST - Enum constant in enum com.helger.commons.http.EHttpMethod
- POSTFIX - Static variable in class com.helger.commons.codec.AbstractRFC1522Codec
-
Postfix.
- PR - Enum constant in enum com.helger.commons.locale.country.ECountry
- PR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PRAGMA - Static variable in class com.helger.commons.http.CHttpHeader
- PREDEFINED_MAX_INDEX - Static variable in class com.helger.commons.math.FactorialHelper
-
The maximum value for which pre-computed factorial values are present
- PREDEFINED_MIN_INDEX - Static variable in class com.helger.commons.math.FactorialHelper
-
The minimum value for which pre-computed factorial values are present
- Predicates - Class in com.helger.commons.functional
-
Some globally usable predicates.
- PREFERRED_ENCODING - Static variable in class com.helger.commons.base64.Base64
-
Preferred encoding: US-ASCII
- PREFIX - Static variable in class com.helger.commons.codec.AbstractRFC1522Codec
-
Prefix.
- PREFIX_FALLBACK - Static variable in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
Default classpath prefix for fallback resources
- PREFIX_OVERRIDE - Static variable in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
Default classpath prefix for override resources
- PresentForCodeCoverage - Annotation Type in com.helger.commons.annotation
-
Just to indicate that an object is only present for code coverage reasons, to create 100% coverage.
- previous() - Method in class com.helger.commons.text.codepoint.Codepoint
- PrimitiveCollectionHelper - Class in com.helger.commons.collection
-
Collection helper for primitive data types (boolean, byte, char, double, float, int, long and short).
- PRINT - Enum constant in enum com.helger.commons.datetime.EDTFormatterMode
- printClassPathEntries(PrintStream) - Static method in class com.helger.commons.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.commons.lang.ClassPathHelper
-
Print all class path entries on the passed print stream, using the passed separator
- priority(int) - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Sets the priority for the threads created by the new
BasicThreadFactory. - PrivateAPI - Annotation Type in com.helger.commons.annotation
-
Indicate that a public element is not meant for public use, but only for project internal use.
- processEvents() - Method in class com.helger.commons.io.watchdir.WatchDir
-
Process all events for keys queued to the watcher.
- PROFILE - Static variable in class com.helger.commons.http.CHttpHeader
- PROFILE_DIFF - Static variable in class com.helger.commons.http.CHttpHeader
- progressCallback(LongConsumer) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- progressCallback(LongConsumer) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- PropertiesHelper - Class in com.helger.commons.lang
-
Helper class to ease the use of
Propertiesclass. - PROTOCOL_FILE - Static variable in class com.helger.commons.url.URLHelper
-
The protocol for file resources
- PROXY - Static variable in class com.helger.commons.http.CHttpHeader
-
The "Proxy" header famous from the Httpoxy attack.
https://www.apache.org/security/asf-httpoxy-response.txt - PROXY_AUTHORIZATION - Static variable in class com.helger.commons.http.CHttpHeader
- proxying(Class<? extends T>, T) - Static method in class com.helger.commons.lang.proxy.LoggingInvocationHandler
- proxying(Class<? extends T>, T, Function<? super T, ? extends InvocationHandler>) - Static method in class com.helger.commons.lang.proxy.LoggingInvocationHandler
- proxySelectorGetDefault() - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- proxySelectorSetDefault(ProxySelector) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- PS - Enum constant in enum com.helger.commons.locale.country.ECountry
- PS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PT - Enum constant in enum com.helger.commons.locale.country.ECountry
- PT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PUBLIC_DOMAIN - Enum constant in enum com.helger.commons.thirdparty.ELicense
- Punycode - Class in com.helger.commons.text.util
-
Implementation of the Punycode encoding scheme used by IDNA and RFC 3492
Source: https://www.ietf.org/rfc/rfc3492.txt - push(ELEMENTTYPE) - Method in class com.helger.commons.collection.NonBlockingStack
-
Pushes an item onto the top of this stack.
- put(Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Special put overload that takes an entry and should simplify copying from other maps.
- put(K, V) - Method in class com.helger.commons.collection.map.AbstractSoftMap
-
Here we put the key, value pair into the HashMap using a SoftValue object.
- PUT - Enum constant in enum com.helger.commons.http.EHttpMethod
- putAll(Iterable<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Add all passed entries to this map.
- putAll(Map<KEYTYPE, VALUETYPE>, Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Add all items from the passed map that match the filter to this map.
- putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
- putAllMapped(ELEMENTTYPE[], Function<? super ELEMENTTYPE, ? extends KEYTYPE>, Function<? super ELEMENTTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Add all items from the passed array to this map using the provided key and value mapper.
- putAllMapped(Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, ? extends KEYTYPE>, Function<? super ELEMENTTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Add all items from the passed iterable to this map using the provided key and value mapper.
- putAllMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE>, Function<? super SRCKEYTYPE, ? extends KEYTYPE>, Function<? super SRCVALUETYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Add all items from the passed map to this map using the provided key and value mapper.
- putIf(KEYTYPE, VALUETYPE, Predicate<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Put the passed value into the map if the provided predicate is fulfilled.
- putIfNotNull(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Put the passed value into the map if it is not
null. - putIn(String, boolean) - Method in interface com.helger.commons.collection.attr.IStringMap
- putIn(String, double) - Method in interface com.helger.commons.collection.attr.IStringMap
- putIn(String, float) - Method in interface com.helger.commons.collection.attr.IStringMap
- putIn(String, int) - Method in interface com.helger.commons.collection.attr.IStringMap
- putIn(String, long) - Method in interface com.helger.commons.collection.attr.IStringMap
- putIn(String, short) - Method in interface com.helger.commons.collection.attr.IStringMap
- putIn(KEYTYPE, boolean) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Set/overwrite an attribute value.
- putIn(KEYTYPE, double) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Set/overwrite an attribute value.
- putIn(KEYTYPE, float) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Set/overwrite an attribute value.
- putIn(KEYTYPE, int) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Set/overwrite an attribute value.
- putIn(KEYTYPE, long) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Set/overwrite an attribute value.
- putIn(KEYTYPE, short) - Method in interface com.helger.commons.collection.attr.IAttributeContainerAny
-
Set/overwrite an attribute value.
- putIn(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
-
Set/overwrite an attribute value including before and after callbacks.
- putInCache(KEYTYPE, VALUETYPE) - Method in class com.helger.commons.cache.MappedCache
-
Put a new value into the cache.
- putInCacheNotLocked(KEYSTORETYPE, Wrapper<VALUETYPE>) - Method in class com.helger.commons.cache.MappedCache
-
Put a new value into the cache.
- PW - Enum constant in enum com.helger.commons.locale.country.ECountry
- PW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- PY - Enum constant in enum com.helger.commons.locale.country.ECountry
- PY - Enum constant in enum com.helger.commons.locale.country.ECountryName
Q
- QA - Enum constant in enum com.helger.commons.locale.country.ECountry
- QA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- query(TemporalQuery<R>) - Method in class com.helger.commons.datetime.OffsetDate
-
Queries this date using the specified query.
- query(TemporalQuery<R>) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Queries this date using the specified query.
- query(TemporalQuery<R>) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Queries this date-time using the specified query.
- query(TemporalQuery<R>) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Queries this time using the specified query.
- QUERY - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- QUESTIONMARK - Static variable in class com.helger.commons.url.URLHelper
-
Separator before first param: ?
- QUESTIONMARK_STR - Static variable in class com.helger.commons.url.URLHelper
- queueObject(DATATYPE) - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- queueObject(DATATYPE) - Method in interface com.helger.commons.concurrent.collector.IMutableConcurrentCollector
-
Submit an object to the queue.
- QUOTED_PRINTABLE - Enum constant in enum com.helger.commons.mime.EMimeQuoting
-
Create a quoted printable String.
- QUOTED_STRING - Enum constant in enum com.helger.commons.mime.EMimeQuoting
-
Create a quoted string according to RFC 822 (surrounding everything in double-quotes and masking using backslash).
Example:foo barresults in"foo bar" - QUOTED_STRING_MASK_CHAR - Static variable in enum com.helger.commons.mime.EMimeQuoting
- QUOTED_STRING_SEPARATOR_CHAR - Static variable in enum com.helger.commons.mime.EMimeQuoting
- QuotedPrintableCodec - Class in com.helger.commons.codec
-
Encoder and decoder for quoted printable stuff.
- QuotedPrintableCodec() - Constructor for class com.helger.commons.codec.QuotedPrintableCodec
-
Default constructor with the UTF-8 charset.
- QuotedPrintableCodec(BitSet) - Constructor for class com.helger.commons.codec.QuotedPrintableCodec
R
- range(TemporalField) - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the range of valid values for the specified field.
- RE - Enum constant in enum com.helger.commons.locale.country.ECountry
- RE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- read() - Method in class com.helger.commons.base64.Base64InputStream
-
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
- read() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- read() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- read() - Method in class com.helger.commons.io.stream.CountingFileInputStream
- read() - Method in class com.helger.commons.io.stream.CountingInputStream
- read() - Method in class com.helger.commons.io.stream.CountingReader
- read() - Method in class com.helger.commons.io.stream.LoggingInputStream
- read() - Method in class com.helger.commons.io.stream.LoggingReader
- read() - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
See the general contract of the
readmethod ofInputStream. - read() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Reads a single character.
- read() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Reads a single character.
- read() - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Reads a single character.
- read(byte[]) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- read(byte[]) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- read(byte[]) - Method in class com.helger.commons.io.stream.CountingFileInputStream
- read(byte[], int, int) - Method in class com.helger.commons.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.commons.io.stream.ByteBufferInputStream
- read(byte[], int, int) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- read(byte[], int, int) - Method in class com.helger.commons.io.stream.CountingFileInputStream
- read(byte[], int, int) - Method in class com.helger.commons.io.stream.CountingInputStream
- read(byte[], int, int) - Method in class com.helger.commons.io.stream.LoggingInputStream
- read(byte[], int, int) - Method in class com.helger.commons.io.stream.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.commons.io.stream.NonBlockingByteArrayInputStream
-
Reads up to
lenbytes of data into an array of bytes from this input stream. - read(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Reads up to
lenbytes of data from this input stream into an array of bytes. - read(char[], int, int) - Method in class com.helger.commons.io.stream.CountingReader
- read(char[], int, int) - Method in class com.helger.commons.io.stream.LoggingReader
- read(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Reads characters into a portion of an array.
- read(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Reads characters into a portion of an array.
- read(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
-
Reads as much as possible into the destination buffer.
- read(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
-
Reads as much as possible into the destination buffer.
- READ - Enum constant in enum com.helger.commons.annotation.ELockType
- READ_ONLY - Enum constant in enum com.helger.commons.io.file.ERandomAccessFileMode
-
Open for reading only.
- READ_WRITE - Enum constant in enum com.helger.commons.io.file.ERandomAccessFileMode
-
Open for reading and writing.
- READ_WRITE_SYNCHRONOUSLY - Enum constant in enum com.helger.commons.io.file.ERandomAccessFileMode
-
Open for reading and writing, as with
"rw", and also require that every update to the file's content or metadata be written synchronously to the underlying storage device. - READ_WRITE_SYNCHRONOUSLY_ONLY_CONTENT - Enum constant in enum com.helger.commons.io.file.ERandomAccessFileMode
-
Open for reading and writing, as with
"rw", and also require that every update to the file's content be written synchronously to the underlying storage device. - ReadableResourceByteArray - Class in com.helger.commons.io.resource.inmemory
-
An in-memory
IReadableResourcebased on a byte array. - ReadableResourceByteArray(byte[]) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(byte[], boolean) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(byte[], int, int) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(byte[], int, int, boolean) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(String, byte[]) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(String, byte[], boolean) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(String, byte[], int, int) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceByteArray(String, byte[], int, int, boolean) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- ReadableResourceInputStream - Class in com.helger.commons.io.resource.inmemory
-
An in-memory
IReadableResourcebased on anInputStream. - ReadableResourceInputStream(String, InputStream) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream
-
Constructor to use.
- ReadableResourceProviderChain - Class in com.helger.commons.io.resourceprovider
-
A readable resource provider that chains multiple
IReadableResourceProvider. - ReadableResourceProviderChain(IReadableResourceProvider...) - Constructor for class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- ReadableResourceProviderChain(Iterable<? extends IReadableResourceProvider>) - Constructor for class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- ReadableResourceString - Class in com.helger.commons.io.resource.inmemory
-
An in-memory
IReadableResourcebased on aStringwhich is converted to a byte array with the provided charset. - ReadableResourceString(String, String, Charset) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceString
- ReadableResourceString(String, Charset) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceString
- readAll() - Method in class com.helger.commons.csv.CSVReader
-
Reads the entire file into a list with each element being a list of
Stringof tokens. - readAll(Consumer<? super ICommonsList<String>>) - Method in class com.helger.commons.csv.CSVReader
-
Reads the entire file line by line and invoke a callback for each line.
- readAllLines(Path, Charset) - Static method in class com.helger.commons.io.file.SimpleFileIO
-
Read all lines from a file.
- readAndUpdateIDCounter(int) - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
-
Read the current ID from the device.
- readAndUpdateIDCounter(int) - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
-
Read the current ID from the device.
- readAndUpdateIDCounter(int) - Method in class com.helger.commons.id.factory.FileIntIDFactory
- readAndUpdateIDCounter(int) - Method in class com.helger.commons.id.factory.FileLongIDFactory
- readBit() - Method in class com.helger.commons.io.stream.BitInputStream
-
Read the next bit from the stream.
- readBit() - Method in class com.helger.commons.io.stream.NonBlockingBitInputStream
-
Read the next bit from the stream.
- readBits(int) - Method in class com.helger.commons.io.stream.NonBlockingBitInputStream
-
Read a specified number of bits and return them combined as an integer value.
- readCode(NonBlockingBitInputStream) - Method in class com.helger.commons.codec.LZWCodec.LZWDecodeDictionary
-
Read the next code
- readConvertedObject(ObjectInputStream) - Method in interface com.helger.commons.serialize.convert.ISerializationConverter
-
Read the object from the specified
ObjectInputStream. - readConvertedObject(ObjectInputStream, Class<DSTTYPE>) - Static method in class com.helger.commons.serialize.convert.SerializationConverter
- readFileLines(File, Charset, Consumer<? super String>) - Static method in class com.helger.commons.io.file.SimpleFileIO
-
Get the content of the passed file as a list of lines, whereas each line does not contain a separator.
- readFileLines(File, Charset, List<String>) - Static method in class com.helger.commons.io.file.SimpleFileIO
-
Get the content of the passed file as a list of lines, whereas each line does not contain a separator.
- readFrom(InputStream) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Reads the given
InputStreamcompletely into the buffer. - readFully(InputStream, byte[]) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read the whole buffer from the input stream.
- readFully(InputStream, byte[], int, int) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read the whole buffer from the input stream.
- readingResourceProviders() - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- readLine() - Method in class com.helger.commons.csv.CSVLineReaderKeepCR
- readLine() - Method in class com.helger.commons.csv.CSVLineReaderNonBlockingBufferedReader
- readLine() - Method in interface com.helger.commons.csv.ICSVLineReader
-
Reads the next line from the Reader.
- readLine() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Reads a line of text.
- readLocked(Runnable) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided runnable in a read lock.
- readLockedBoolean(BooleanSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a read lock.
- readLockedDouble(DoubleSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a read lock.
- readLockedGet(Supplier<? extends T>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a read lock.
- readLockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a read lock.
- readLockedInt(IntSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a read lock.
- readLockedLong(LongSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a read lock.
- readLockedThrowing(IThrowingRunnable<EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided runnable in a read lock.
- readNext() - Method in class com.helger.commons.csv.CSVReader
-
Reads the next line from the buffer and converts to a string array.
- ReadOnlyMultilingualText - Class in com.helger.commons.text
-
This class represents a multilingual text that cannot be altered after the constructor.
- ReadOnlyMultilingualText() - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
-
Create an empty read-only multilingual text.
- ReadOnlyMultilingualText(IMultilingualText) - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
- ReadOnlyMultilingualText(Locale, String) - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
- ReadOnlyMultilingualText(Map<Locale, String>) - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
- readResolve() - Method in class com.helger.commons.datetime.OffsetDate
-
Validates the input.
- readSafeUTF(DataInput) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Because
DataOutputStream.writeUTF(String)has a limit of 64KB this methods provides a similar solution for reading likeDataInputStream.readUTF()but what was written inStreamHelper.writeSafeUTF(DataOutput, String). - readStreamLines(IHasInputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Get the content of the passed Spring resource as one big string in the passed character set.
- readStreamLines(IHasInputStream, Charset, int, int) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Get the content of the passed Spring resource as one big string in the passed character set.
- readStreamLines(InputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Get the content of the passed stream as a list of lines in the passed character set.
- readStreamLines(InputStream, Charset, int, int) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Get the content of the passed stream as a list of lines in the passed character set.
- readStreamLines(InputStream, Charset, int, int, Consumer<? super String>) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read the content of the passed stream line by line and invoking a callback on all matching lines.
- readStreamLines(InputStream, Charset, Consumer<? super String>) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Read the complete content of the passed stream and pass each line separately to the passed callback.
- readStreamLines(InputStream, Charset, List<String>) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Get the content of the passed stream as a list of lines in the passed character set.
- readUntilEOF(InputStream, byte[], ObjIntConsumer<? super byte[]>) - Static method in class com.helger.commons.io.stream.StreamHelper
- readUntilEOF(InputStream, ObjIntConsumer<? super byte[]>) - Static method in class com.helger.commons.io.stream.StreamHelper
- readUntilEOF(Reader, char[], ObjIntConsumer<? super char[]>) - Static method in class com.helger.commons.io.stream.StreamHelper
- readUntilEOF(Reader, ObjIntConsumer<? super char[]>) - Static method in class com.helger.commons.io.stream.StreamHelper
- ready() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Tells whether this stream is ready to be read.
- ready() - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Tells whether this stream is ready to be read.
- RECEIPT_DELIVERY_OPTION - Static variable in class com.helger.commons.http.CHttpHeader
-
The URL where the async MDN should be send to
- RECIPIENT_ADDRESS - Static variable in class com.helger.commons.http.CHttpHeader
- recurseIntoDirectory(File) - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
-
Override this method to manually filter the directories, which are recursed into.
- REFERER - Static variable in class com.helger.commons.http.CHttpHeader
- REFERRER_POLICY - Static variable in class com.helger.commons.http.CHttpHeader
-
https://scotthelme.co.uk/a-new-security-header-referrer-policy/
E.g. - ReflectionSecurityManager - Class in com.helger.commons.lang
-
A custom security manager that exposes the
getClassContext()information. - ReflectionSecurityManager() - Constructor for class com.helger.commons.lang.ReflectionSecurityManager
- REFRESH - Static variable in class com.helger.commons.http.CHttpHeader
- REGEX_URN - Static variable in class com.helger.commons.url.URLHelper
- RegExCache - Class in com.helger.commons.regex
-
This class provides a cached for compiled regular expressions.
- RegExHelper - Class in com.helger.commons.regex
-
This class offers helper methods that work on cached regular expression pattern as offered by
RegExCache. - RegExPattern - Class in com.helger.commons.regex
-
This class encapsulates a String and a set of options to be used in Pattern compilation
- RegExPattern(String) - Constructor for class com.helger.commons.regex.RegExPattern
- RegExPattern(String, int) - Constructor for class com.helger.commons.regex.RegExPattern
- registerEqualsImplementation(Class<T>, IEqualsImplementation<T>) - Method in class com.helger.commons.equals.EqualsImplementationRegistry
- registerEqualsImplementation(Class<T>, IEqualsImplementation<T>) - Method in interface com.helger.commons.equals.IEqualsImplementationRegistry
-
Register a new equals implementation
- registerEqualsImplementations(IEqualsImplementationRegistry) - Method in class com.helger.commons.equals.DefaultEqualsImplementationRegistrarSPI
- registerEqualsImplementations(IEqualsImplementationRegistry) - Method in interface com.helger.commons.equals.IEqualsImplementationRegistrarSPI
-
Register a bunch of custom equals implementations
- registerHashCodeImplementation(Class<T>, IHashCodeImplementation<T>) - Method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- registerHashCodeImplementation(Class<T>, IHashCodeImplementation<T>) - Method in interface com.helger.commons.hashcode.IHashCodeImplementationRegistry
-
Register a new hashCode implementation
- registerHashCodeImplementations(IHashCodeImplementationRegistry) - Method in class com.helger.commons.hashcode.DefaultHashCodeImplementationRegistrarSPI
- registerHashCodeImplementations(IHashCodeImplementationRegistry) - Method in interface com.helger.commons.hashcode.IHashCodeImplementationRegistrarSPI
-
Register a bunch of custom hashCode implementations
- registerMimeTypeContent(MimeTypeContent) - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Register a new MIME content type.
- registerPerInstance(CommonsMock.MockSupplier) - Method in class com.helger.commons.mock.CommonsMock
-
Register an arbitrary MockSupplier.
- registerPerInstance(Class<T>, CommonsMock.Param[], Function<IGetterDirectTrait[], T>) - Method in class com.helger.commons.mock.CommonsMock
-
Create a mock supplier with parameters.
- registerPerInstance(Class<T>, Supplier<T>) - Method in class com.helger.commons.mock.CommonsMock
-
Register a simple supplier (=factory) to be invoked when an instance of the passed class is to be mocked.
- registerPerInstanceConstant(T) - Method in class com.helger.commons.mock.CommonsMock
-
Register a constant mock object.
- registerProtocol(IURLProtocol) - Method in class com.helger.commons.url.URLProtocolRegistry
-
Registers a new protocol
- registerSerializationConverter(ISerializationConverterRegistry) - Method in class com.helger.commons.serialize.convert.BasicSerializationConverterRegistrar
- registerSerializationConverter(ISerializationConverterRegistry) - Method in interface com.helger.commons.serialize.convert.ISerializationConverterRegistrarSPI
-
Register all your serialization converters in the passed interface
- registerSerializationConverter(Class<T>, ISerializationConverter<T>) - Method in interface com.helger.commons.serialize.convert.ISerializationConverterRegistry
-
Register a new serialization converter.
- registerSerializationConverter(Class<T>, ISerializationConverter<T>) - Method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
- registerStatic(CommonsMock.MockSupplier) - Static method in class com.helger.commons.mock.CommonsMock
-
Register an arbitrary MockSupplier that is available across tests!
- registerStatic(Class<T>, CommonsMock.Param[], Function<IGetterDirectTrait[], T>) - Static method in class com.helger.commons.mock.CommonsMock
-
Create a mock supplier with parameters.
- registerStatic(Class<T>, Supplier<T>) - Static method in class com.helger.commons.mock.CommonsMock
-
Register a simple supplier (=factory) to be invoked when an instance of the passed class is to be mocked.
- registerStaticConstant(T) - Static method in class com.helger.commons.mock.CommonsMock
-
Register a constant mock object.
- registerThirdPartyModule(IThirdPartyModule) - Method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
- registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.BaseTypeConverterRegistrar
-
Register all type converters for the 15 base types:
Boolean Byte Character Double Float Integer Long Short String BigDecimal BigInteger AtomicBoolean AtomicInteger AtomicLong StringBuffer StringBuilder - registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.CharsetTypeConverterRegistrar
- registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.CollectionTypeConverterRegistrar
-
Register type converters for the collection types:
CommonsList CommonsVector LinkedList CopyOnWriteArrayList List CommonsHashSet CommonsTreeSet CommonsLinkedHashSet CopyOnWriteArraySet Set - registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.DateTimeTypeConverterRegistrar
- registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.IOTypeConverterRegistrar
- registerTypeConverter(ITypeConverterRegistry) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistrarSPI
-
Register all your type converters.
- registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.LocaleTypeConverterRegistrar
- registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.MutableTypeConverterRegistrar
- registerTypeConverter(Class<?>[], Class<DST>, ITypeConverter<?, DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
-
Register a type converter.
- registerTypeConverter(Class<?>[], Class<DST>, ITypeConverter<?, DST>) - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
- registerTypeConverter(Class<SRC>, Class<DST>, ITypeConverter<SRC, DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
-
Register a type converter.
- registerTypeConverter(Class<SRC>, Class<DST>, ITypeConverter<SRC, DST>) - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
- registerTypeConverterRule(ITypeConverterRule<?, ?>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
-
Register a flexible type converter rule.
- registerTypeConverterRule(ITypeConverterRule<?, ?>) - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
- registerTypeConverterRuleAnySourceFixedDestination(Class<DST>, Function<? super Object, ? extends DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
- registerTypeConverterRuleAssignableSourceFixedDestination(Class<SRC>, Class<DST>, Function<? super SRC, ? extends DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
- registerTypeConverterRuleFixedSourceAnyDestination(Class<SRC>, Function<? super SRC, ? extends Object>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
- registerTypeConverterRuleFixedSourceAssignableDestination(Class<SRC>, Class<DST>, Function<? super SRC, ? extends DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
- reinitialize() - Method in class com.helger.commons.equals.EqualsImplementationRegistry
- reinitialize() - Method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- reinitialize() - Method in class com.helger.commons.locale.country.CountryCache
-
Reset the cache to the initial state.
- reinitialize() - Method in class com.helger.commons.locale.language.LanguageCache
-
Reset the cache to the initial state.
- reinitialize() - Method in class com.helger.commons.locale.LocaleCache
-
Reset the cache to the initial state.
- reinitialize() - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Reset the MimeTypeContent cache to the initial state.
- reinitialize() - Method in class com.helger.commons.serialize.convert.SerializationConverterRegistry
- reinitialize() - Method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
- reinitialize() - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
- reinitialize() - Method in class com.helger.commons.url.URLProtocolRegistry
-
Reinitialize all protocols.
- release(FileLock) - Static method in class com.helger.commons.io.channel.ChannelHelper
- remaining() - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- remaining() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- remaining() - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- remove() - Method in class com.helger.commons.collection.iterate.CombinedIterator
- remove() - Method in class com.helger.commons.collection.iterate.FilterIterator
- remove() - Method in class com.helger.commons.collection.iterate.IterableIterator
- remove() - Method in class com.helger.commons.collection.iterate.MapperIterator
- remove() - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- remove(Object) - Method in class com.helger.commons.collection.map.AbstractSoftMap
- remove(String) - Method in class com.helger.commons.url.URLParameterList
-
Remove all parameter with the given name.
- remove(String, String) - Method in class com.helger.commons.url.URLParameterList
-
Remove all parameter with the given name and value.
- removeAll() - Method in class com.helger.commons.callback.CallbackList
-
Remove all callbacks
- removeAll() - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Remove all elements from this collection.
- removeAll() - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Remove all elements from this collection.
- removeAll() - Method in class com.helger.commons.http.HttpHeaderMap
-
Remove all contained headers.
- removeAll() - Method in class com.helger.commons.log.InMemoryLogger
- removeAll() - Method in interface com.helger.commons.state.IClearable
-
Reset the contents of the element to the after-construction state.
- removeAll() - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- removeAll(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Remove all occurrences of the passed character from the specified input string
- removeAll(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Remove all occurrences of the passed character from the specified input string
- removeAllParameters() - Method in class com.helger.commons.mime.MimeType
-
Remove all existing parameters.
- removeAndReturnElementAtIndex(int) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Remove the element at the specified index from the passed list.
- removeAndReturnElementAtIndex(List<ELEMENTTYPE>, int) - Static method in class com.helger.commons.collection.CollectionHelper
-
Remove the element at the specified index from the passed list.
- removeAtIndex(int) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Remove the element at the specified index from the passed list.
- removeAtIndex(List<?>, int) - Static method in class com.helger.commons.collection.CollectionHelper
-
Remove the element at the specified index from the passed list.
- removeEldestEntry(Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.collection.map.LRUMap
- removeFirst() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ICommonsList.removeFirstOrNull()instead - removeFirstElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- removeFirstOrNull() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Remove the first element of the list.
- removeFromCache(KEYTYPE) - Method in interface com.helger.commons.cache.IMutableCache
-
Remove the given key from the cache.
- removeFromCache(KEYTYPE) - Method in class com.helger.commons.cache.MappedCache
- removeHeader(String, String) - Method in class com.helger.commons.http.HttpHeaderMap
- removeHeaders(String) - Method in class com.helger.commons.http.HttpHeaderMap
-
Remove all header values with the provided name
- removeHeadersIf(Predicate<? super String>) - Method in class com.helger.commons.http.HttpHeaderMap
-
Remove all header values where the name matches the provided filter.
- removeIf(Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
- removeIfKey(Predicate<? super KEYTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
- removeIfValue(Predicate<? super VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
- removeLast() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Deprecated, for removal: This API element is subject to removal in a future version.
- removeLastElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
- removeLastOrNull() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Remove the last element of the list.
- removeMultiple(String, char[]) - Static method in class com.helger.commons.string.StringHelper
-
Optimized remove method that removes a set of characters from an input string!
- removeObject(CALLBACKTYPE) - Method in class com.helger.commons.callback.CallbackList
-
Remove the specified callback
- removeObject(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Remove the provided element from the collection using
Collection.remove(Object)but returning a more structured return value. - removeObject(KEYTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Remove the object with the passed key from this map.
- removeParameter(MimeTypeParameter) - Method in class com.helger.commons.mime.MimeType
-
Remove the specified parameter from this MIME type.
- removeParameterAtIndex(int) - Method in class com.helger.commons.mime.MimeType
-
Remove the parameter at the specified index.
- removeParameterWithName(String) - Method in class com.helger.commons.mime.MimeType
-
Remove the parameter with the specified name.
- removePropertyValue(String) - Static method in class com.helger.commons.system.SystemProperties
-
Remove a system property value under consideration of an eventually present
SecurityManager. - removeText(Locale) - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- removeText(Locale) - Method in interface com.helger.commons.text.IMutableMultilingualText
-
Remove the text with the specified locale.
- RENAME_DIR - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- RENAME_FILE - Enum constant in enum com.helger.commons.io.file.EFileIOOperation
- renameDir(File, File) - Method in class com.helger.commons.io.file.FileOperationManager
- renameDir(File, File) - Static method in class com.helger.commons.io.file.FileOperations
-
Rename a directory.
- renameDir(File, File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Rename a directory.
- renameDir(String, String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- renameDir(Path, Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Rename a directory.
- renameFile(File, File) - Method in class com.helger.commons.io.file.FileOperationManager
- renameFile(File, File) - Static method in class com.helger.commons.io.file.FileOperations
-
Rename a file.
- renameFile(File, File) - Method in interface com.helger.commons.io.file.IFileOperationManager
-
Rename a file.
- renameFile(String, String) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
- renameFile(Path, Path) - Static method in class com.helger.commons.io.file.PathOperations
-
Rename a file.
- replace(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsSet
-
Replace an existing item in this Set.
- replaceAll(String, char, char) - Static method in class com.helger.commons.string.StringHelper
-
This is a fast replacement for
String.replace(char, char)for characters. - replaceAll(String, String, CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
This is a fast replacement for
String.replace(CharSequence, CharSequence). - replaceAllRepeatedly(String, String, String) - Static method in class com.helger.commons.string.StringHelper
-
Just calls
replaceAllas long as there are still replacements found - replaceAllSafe(String, String, CharSequence) - Static method in class com.helger.commons.string.StringHelper
-
Same as
StringHelper.replaceAll(String, String, CharSequence)but allowing for anullnew-value, which is than interpreted as an empty string instead. - replaceMultiple(char[], char[], char[][]) - Static method in class com.helger.commons.string.StringHelper
-
Optimized replace method that replaces a set of characters with a set of strings.
- replaceMultiple(String, char[], char) - Static method in class com.helger.commons.string.StringHelper
-
Optimized replace method that replaces a set of characters with another character.
- replaceMultiple(String, char[], char[][]) - Static method in class com.helger.commons.string.StringHelper
-
Optimized replace method that replaces a set of characters with a set of strings.
- replaceMultiple(String, String[], String[]) - Static method in class com.helger.commons.string.StringHelper
-
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.commons.string.StringHelper
-
Perform all string replacements on the input string as defined by the passed map.
- replaceMultipleAsString(String, char[], char) - Static method in class com.helger.commons.string.StringHelper
-
Optimized replace method that replaces a set of characters with another character.
- replaceMultipleTo(char[], char[], char[][], Writer) - Static method in class com.helger.commons.string.StringHelper
-
Specialized version of
StringHelper.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.commons.string.StringHelper
-
Specialized version of
StringHelper.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.commons.string.StringHelper
-
Specialized version of
StringHelper.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.commons.string.StringHelper
-
Optimized replace method that replaces a set of characters with another character.
- replaceMultipleTo(String, char[], char, StringBuilder) - Static method in class com.helger.commons.string.StringHelper
-
Optimized replace method that replaces a set of characters with another character.
- replaceTopElement(ELEMENTTYPE) - Method in class com.helger.commons.collection.NonBlockingStack
-
Replaces the top element in the stack.
- RESERVED - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- reset() - Method in interface com.helger.commons.builder.IResettableBuilder
-
Reset the builder, so that a second object may be build with the same builder.
- reset() - Method in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
- reset() - Method in class com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
- reset() - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Resets this builder.
- reset() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- reset() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Reset the backing byte buffer
- reset() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- reset() - Method in class com.helger.commons.io.stream.CountingInputStream
- reset() - Method in class com.helger.commons.io.stream.CountingReader
- reset() - Method in class com.helger.commons.io.stream.LoggingInputStream
- reset() - Method in class com.helger.commons.io.stream.LoggingReader
- reset() - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
See the general contract of the
resetmethod ofInputStream. - reset() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Resets the stream to the most recent mark.
- reset() - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Remove all content of the buffer.
- reset() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Resets the buffer to the marked position.
- reset() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Resets the
countfield 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.commons.io.stream.NonBlockingCharArrayWriter
-
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
- reset() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Repositions this stream to the position at the time the
markmethod was last called on this input stream. - reset() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Resets the stream.
- reset() - Method in class com.helger.commons.io.stream.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.commons.io.stream.NonBlockingStringWriter
-
Remove all content of the buffer.
- reset() - Method in class com.helger.commons.math.CombinationGenerator
-
Reset the generator
- reset() - Method in class com.helger.commons.timing.StopWatch
-
Reset all saved durations, in case this stop watch is to be used in a loop.
- ResourceBundleHelper - Class in com.helger.commons.text.resourcebundle
-
Resource bundle utility methods.
Note: the UTF-8 resource bundles are only needed when using Java 1.8 or below since the default was ISO-8859-1. - ResourceBundleKey - Class in com.helger.commons.text.resourcebundle
-
The key of a resource bundle.
- ResourceBundleKey(String, String) - Constructor for class com.helger.commons.text.resourcebundle.ResourceBundleKey
- ResourceBundleTextProvider - Class in com.helger.commons.text.resourcebundle
-
This class encapsulates the resource bundle handling.
- ResourceBundleTextProvider(ResourceBundleKey) - Constructor for class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
- ResourceBundleTextProvider(String, String) - Constructor for class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
- restart() - Method in class com.helger.commons.timing.StopWatch
-
Stops, resets and starts the stop watch.
- restrict(IntPredicate) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- restrict(IntPredicate) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- restrict(IntPredicate, boolean) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- restrict(IntPredicate, boolean) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- restrict(IntPredicate, boolean, boolean) - Method in class com.helger.commons.text.codepoint.AbstractCodepointIterator
- restrict(IntPredicate, boolean, boolean) - Method in class com.helger.commons.text.codepoint.DelegatingCodepointIterator
- restrict(IntPredicate, boolean, boolean) - Method in interface com.helger.commons.text.codepoint.ICodepointIterator
- resumeEncoding() - Method in class com.helger.commons.base64.Base64OutputStream
-
Resumes encoding of the stream.
- RETRY_AFTER - Static variable in class com.helger.commons.http.CHttpHeader
-
The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client.
- returnObject(DATATYPE) - Method in interface com.helger.commons.pool.IMutableObjectPool
-
Return a previously borrowed object back to the pool.
- returnObject(DATATYPE) - Method in class com.helger.commons.pool.ObjectPool
- ReturnsImmutableObject - Annotation Type in com.helger.commons.annotation
-
Indicates that a method returns an immutable object (in case the returned type itself is not immutable).
- ReturnsMutableCopy - Annotation Type in com.helger.commons.annotation
-
Indicates that a method returns a mutable object but containing a copy of the internal state.
- ReturnsMutableObject - Annotation Type in com.helger.commons.annotation
-
Indicates that a method returns a mutable object.
- reverse() - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Reverse the order of this list.
- ReverseListIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
-
A reverse iterator for an existing list
- ReverseListIterator(List<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.ReverseListIterator
- RFC1522BCodec - Class in com.helger.commons.codec
-
Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.
- RFC1522BCodec() - Constructor for class com.helger.commons.codec.RFC1522BCodec
-
Default constructor with the UTF-8 charset.
- RFC1522BCodec(Charset) - Constructor for class com.helger.commons.codec.RFC1522BCodec
-
Constructor which allows for the selection of a default charset
- RFC1522QCodec - Class in com.helger.commons.codec
-
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.commons.codec.RFC1522QCodec
-
Default constructor with the UTF-8 charset.
- RFC1522QCodec(Charset) - Constructor for class com.helger.commons.codec.RFC1522QCodec
-
Constructor which allows for the selection of a default charset.
- RFC2616Codec - Class in com.helger.commons.codec
-
Codec for RFC 2616 HTTP header values.
- RFC2616Codec() - Constructor for class com.helger.commons.codec.RFC2616Codec
- RIGHT - Enum constant in enum com.helger.commons.state.ELeftRight
- RLE - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- RLM - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- RLO - Static variable in class com.helger.commons.text.codepoint.CodepointHelper
- RO - Enum constant in enum com.helger.commons.locale.country.ECountry
- RO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- RomanNumeral - Class in com.helger.commons.string.util
-
An object of type RomanNumeral is an integer between 1 and 3999.
- romanStringToInt(String) - Static method in class com.helger.commons.string.util.RomanNumeral
- RoundHelper - Class in com.helger.commons.math
-
Helper class for rounding numeric values in a flexible way.
- RoundHelper.EDecimalType - Enum in com.helger.commons.math
- RS - Enum constant in enum com.helger.commons.locale.country.ECountry
- RS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- RSYNC - Enum constant in enum com.helger.commons.url.EURLProtocol
-
RSync.
- RTMP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
RTMP
- RTSP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Real time streaming protocol (RFC 2326).
- RTSPU - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Real time streaming protocol (unreliable) (RFC 2326).
- RU - Enum constant in enum com.helger.commons.locale.country.ECountry
- RU - Enum constant in enum com.helger.commons.locale.country.ECountryName
- run() - Method in interface com.helger.commons.callback.IThrowingRunnable
-
Run it.
- run(PrivilegedAction<T>) - Static method in class com.helger.commons.lang.priviledged.AccessControllerHelper
- RUN_LENGTH_EOD - Static variable in class com.helger.commons.codec.RunLengthCodec
- runAsync() - Method in class com.helger.commons.io.watchdir.WatchDir
-
Call this method to process events.
- runAsync(DATATYPE) - Method in interface com.helger.commons.concurrent.collector.IConcurrentPerformer
-
Run something asynchronously.
- runAsyncAndReturn() - Method in class com.helger.commons.io.watchdir.WatchDir
-
Call this method to process events.
- RunLengthCodec - Class in com.helger.commons.codec
-
Decoder for run length encoding
- RunLengthCodec() - Constructor for class com.helger.commons.codec.RunLengthCodec
- runMeasured(Runnable) - Static method in class com.helger.commons.timing.StopWatch
-
Run the passed runnable and measure the time.
- RW - Enum constant in enum com.helger.commons.locale.country.ECountry
- RW - Enum constant in enum com.helger.commons.locale.country.ECountryName
S
- SA - Enum constant in enum com.helger.commons.locale.country.ECountry
- SA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- safeDecode(byte[]) - Static method in class com.helger.commons.base64.Base64
-
Decode the byte array.
- safeDecode(byte[], int) - Static method in class com.helger.commons.base64.Base64
-
Decode the byte array.
- safeDecode(byte[], int, int) - Static method in class com.helger.commons.base64.Base64
-
Decode the byte array.
- safeDecode(byte[], int, int, int) - Static method in class com.helger.commons.base64.Base64
-
Decode the byte array.
- safeDecode(String) - Static method in class com.helger.commons.base64.Base64
-
Decode the string with the default encoding (US-ASCII is the preferred one).
- safeDecode(String, int) - Static method in class com.helger.commons.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.commons.base64.Base64
-
Decode the byte array and convert it to a string.
- safeDecodeAsString(byte[], Charset) - Static method in class com.helger.commons.base64.Base64
-
Decode the byte array and convert it to a string.
- safeDecodeAsString(String, Charset) - Static method in class com.helger.commons.base64.Base64
-
Decode the string and convert it back to a string.
- safeEncode(String, Charset) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytes(byte[]) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytes(byte[], int) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytes(byte[], int, int) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytes(byte[], int, int, int) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytesToBytes(byte[]) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytesToBytes(byte[], int) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytesToBytes(byte[], int, int) - Static method in class com.helger.commons.base64.Base64
- safeEncodeBytesToBytes(byte[], int, int, int) - Static method in class com.helger.commons.base64.Base64
- safeParseMimeType(String) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Try to convert the string representation of a MIME type to an object.
- safeParseMimeType(String, EMimeQuoting) - Static method in class com.helger.commons.mime.MimeTypeParser
-
Try to convert the string representation of a MIME type to an object.
- saveFile(String, byte[]) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Helper function for saving a file with correct error handling.
- saveFile(String, String, Charset) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Helper function for saving a file with correct error handling.
- SB - Enum constant in enum com.helger.commons.locale.country.ECountry
- SB - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SC - Enum constant in enum com.helger.commons.locale.country.ECountry
- SC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SCHEME - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- SCHEMESPECIFICPART - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- SCP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
scp.
- SD - Enum constant in enum com.helger.commons.locale.country.ECountry
- SD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SE - Enum constant in enum com.helger.commons.locale.country.ECountry
- SE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SECONDS_PER_DAY - Static variable in class com.helger.commons.CGlobal
-
Seconds in a day (86_400).
- SECONDS_PER_HOUR - Static variable in class com.helger.commons.CGlobal
-
Seconds in an hour (3_600).
- SECONDS_PER_MINUTE - Static variable in class com.helger.commons.CGlobal
-
Seconds in a minute (60).
- SECURITY_ERROR - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
Generic error code: a SecurityException occurred.
- securityAddProvider(Provider) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- securityGetProvider(String) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- securityGetProviders() - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- securityGetProviders(String) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- securityInsertProviderAt(Provider, int) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- SecurityManagerHelper - Class in com.helger.commons.lang
-
Utility methods to handle the
SecurityManagermore easily. - securityRemoveProvider(String) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- SEP - Static variable in class com.helger.commons.codec.AbstractRFC1522Codec
-
Separator.
- separator(char) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- separator(String) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- SEPARATOR_CONTENTTYPE_SUBTYPE - Static variable in class com.helger.commons.mime.CMimeType
-
The character used to separate content type and sub type: '/'
- SEPARATOR_KEY_VALUE - Static variable in class com.helger.commons.http.HttpHeaderMap
-
The separator between key and value
- SEPARATOR_PARAMETER - Static variable in class com.helger.commons.mime.CMimeType
-
The separator of between parameters: ';'
- SEPARATOR_PARAMETER_NAME_VALUE - Static variable in class com.helger.commons.mime.CMimeType
-
The separator between parameters names and parameter values: '='
- separatorInner(char) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- separatorInner(String) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- separatorOuter(char) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- separatorOuter(String) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- SerializationConverter - Class in com.helger.commons.serialize.convert
-
A utility class for converting objects from and to serializable format.
All converters are registered in theSerializationConverterRegistry. - SerializationConverterRegistry - Class in com.helger.commons.serialize.convert
-
The registry that keeps the mappings for serialization converters.
- SerializationHelper - Class in com.helger.commons.serialize
-
Global serialization helper method.
- SERVER - Static variable in class com.helger.commons.http.CHttpHeader
- ServiceLoaderHelper - Class in com.helger.commons.lang
-
ServiceLoaderhelper class. - set(boolean) - Method in class com.helger.commons.mutable.MutableBoolean
- set(byte) - Method in class com.helger.commons.mutable.MutableByte
- set(char) - Method in class com.helger.commons.mutable.MutableChar
- set(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
- set(double) - Method in class com.helger.commons.mutable.MutableDouble
- set(float) - Method in class com.helger.commons.mutable.MutableFloat
- set(int) - Method in class com.helger.commons.mutable.MutableByte
- set(int) - Method in class com.helger.commons.mutable.MutableChar
- set(int) - Method in class com.helger.commons.mutable.MutableInt
- set(int) - Method in class com.helger.commons.mutable.MutableShort
- set(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
- set(long) - Method in class com.helger.commons.mutable.MutableBigInteger
- set(long) - Method in class com.helger.commons.mutable.MutableLong
- set(short) - Method in class com.helger.commons.mutable.MutableShort
- set(CALLBACKTYPE) - Method in class com.helger.commons.callback.CallbackList
-
Clear all elements and add only the passed value.
- set(CallbackList<CALLBACKTYPE>) - Method in class com.helger.commons.callback.CallbackList
-
Clear all elements and add all provided values.
- set(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- set(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- set(MutableBoolean) - Method in class com.helger.commons.mutable.MutableBoolean
- set(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
- set(DATATYPE) - Method in interface com.helger.commons.wrapper.IMutableWrapper
-
Change the wrapped object.
- set(DATATYPE) - Method in class com.helger.commons.wrapper.Wrapper
- set(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Clear all elements and add only the passed value.
- set(Boolean) - Method in class com.helger.commons.mutable.MutableBoolean
- set(Number) - Method in class com.helger.commons.mutable.MutableByte
- set(Number) - Method in class com.helger.commons.mutable.MutableDouble
- set(Number) - Method in class com.helger.commons.mutable.MutableFloat
- set(Number) - Method in class com.helger.commons.mutable.MutableInt
- set(Number) - Method in class com.helger.commons.mutable.MutableLong
- set(Number) - Method in class com.helger.commons.mutable.MutableShort
- set(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
- set(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
- SET - Enum constant in enum com.helger.commons.collection.ECollectionBaseType
-
Sets represent unordered container
- SET_COOKIE - Static variable in class com.helger.commons.http.CHttpHeader
- setAddPaddding(boolean) - Method in class com.helger.commons.codec.Base32Codec
- setAll(ELEMENTTYPE...) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Clear all elements and add all provided values.
- setAll(Iterable<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Clear all elements and add all provided values.
- setAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsMap
-
Clear and add all provided values.
- setAllHeaders(HttpHeaderMap) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set all headers from the passed map.
- setAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Clear all elements and add all provided values.
- setAllMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.impl.ICommonsCollection
-
Clear all elements and add all provided values.
- setAnchor(String) - Method in class com.helger.commons.url.SimpleURL
- setAnnotation(Class<?>, boolean) - Method in class com.helger.commons.cache.AnnotationUsageCache
-
In case the knowledge was gathered on the outside, remember the wisdom in this class.
- setApplyQuotesToAll(boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Set whether all cells should be quoted by default or not.
- setAvoidFinalLineEnd(boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Set whether the CSV file should end with a new line or not.
- setCanReadRelativePaths(boolean) - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- setChar(CharSequence, int, int) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Set the character at a given location, automatically dealing with surrogate pairs
- setChar(CharSequence, int, Codepoint) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Set the character at a given location, automatically dealing with surrogate pairs
- setCheckForFallback(boolean) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- setCheckForOverride(boolean) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
- setChildNode(byte, LZWCodec.LZWNode) - Method in class com.helger.commons.codec.LZWCodec.LZWNode
- setContentLength(long) - Method in class com.helger.commons.http.HttpHeaderMap
- setContentType(String) - Method in class com.helger.commons.http.HttpHeaderMap
- setContextClassLoader(ClassLoader) - Static method in class com.helger.commons.lang.ClassLoaderHelper
- setContextClassLoader(ClassLoader) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- setDateHeader(String, long) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as a date header.
- setDateHeader(String, LocalDate) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as a date header.
- setDateHeader(String, LocalDateTime) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as a date header.
- setDateHeader(String, ZonedDateTime) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as a date header.
- setDebugMode(boolean) - Method in class com.helger.commons.debug.GlobalDebug
- setDebugModeDirect(boolean) - Static method in class com.helger.commons.debug.GlobalDebug
-
Enable or disable debug mode.
- setDebugResolve(boolean) - Static method in class com.helger.commons.io.resourceresolver.DefaultResourceResolver
- setDefaultDateTimeZoneID(String) - Static method in class com.helger.commons.datetime.PDTConfig
-
Set the default date time zone to use.
- setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class com.helger.commons.concurrent.BasicThreadFactory
-
Set the default uncaught exception handler for future instances of BasicThreadFactory.
- setEnabled(boolean) - Method in class com.helger.commons.log.ConditionalLogger
- setEnabled(boolean) - Static method in class com.helger.commons.ValueEnforcer
-
Enable or disable the checks.
- setEncodeBlanks(boolean) - Method in class com.helger.commons.codec.RFC1522QCodec
-
Defines whether optional transformation of SPACE characters is to be used
- setErrorLevel(IErrorLevel) - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
-
Set the error level to be used.
- setEscapeChar(char) - Method in class com.helger.commons.csv.CSVParser
-
Sets the character to use for escaping a separator or quote.
- setEscapeChar(char) - Method in class com.helger.commons.csv.CSVReader
-
Sets the character to use for escaping a separator or quote.
- setEscapeChar(char) - Method in class com.helger.commons.csv.CSVWriter
-
Sets the character to use for escaping a separator or quote.
- setExceptionOnDeleteRoot(boolean) - Static method in class com.helger.commons.io.file.FileOperations
- setExceptionOnDeleteRoot(boolean) - Static method in class com.helger.commons.io.file.PathOperations
- setFieldSeparator(String) - Method in class com.helger.commons.error.ErrorTextProvider
- setFirst(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Set the first element of this list.
- setHeader(String, String) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as is.
- setIgnoreLeadingWhiteSpace(boolean) - Method in class com.helger.commons.csv.CSVParser
-
Sets the ignore leading whitespace setting - if true, white space in front of a quote in a field is ignored.
- setIgnoreLeadingWhiteSpace(boolean) - Method in class com.helger.commons.csv.CSVReader
-
Sets the ignore leading whitespace setting - if true, white space in front of a quote in a field is ignored.
- setIgnoreQuotations(boolean) - Method in class com.helger.commons.csv.CSVParser
-
Sets the ignore quotations mode - if
true, quotations are ignored. - setIgnoreQuotations(boolean) - Method in class com.helger.commons.csv.CSVReader
-
Sets the ignore quotations mode - if
true, quotations are ignored. - setInceptionYear(int) - Static method in class com.helger.commons.vendor.VendorInfo
- setIndex(int) - Method in class com.helger.commons.string.util.StringScanner
- setIntHeader(String, int) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as a number.
- setIntIDFactory(IIntIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- setJavaCommonComponentsDebugMode(boolean) - Static method in class com.helger.commons.debug.GlobalDebug
-
Set the debug mode for the common Java components: JAXP Javax Activation Javax Mail
- setJavaNetDebugMode(String) - Static method in class com.helger.commons.debug.GlobalDebug
-
Enable or disable Java net debugging.
- setJavaSecurityDebugMode(String) - Static method in class com.helger.commons.debug.GlobalDebug
-
Enable or disable Java security debugging.
- setLast(ELEMENTTYPE) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Set the last element of this list.
- setLineEnd(String) - Method in class com.helger.commons.csv.CSVWriter
-
Set the line delimiting string.
- setLongHeader(String, long) - Method in class com.helger.commons.http.HttpHeaderMap
-
Set the passed header as a number.
- setLongIDFactory(ILongIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- setMapName(String) - Method in class com.helger.commons.collection.map.LoggingLRUMap
- setNewLineBytes(byte[]) - Method in class com.helger.commons.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.commons.codec.Base32Codec
- setPath(String) - Method in class com.helger.commons.url.SimpleURL
- setPerformConsistencyChecks(boolean) - Static method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
-
Enable or disable the internal consistency checks.
- setPerformer(IConcurrentPerformer<DATATYPE>) - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
-
Set the performer to be used.
- setPerformer(IConcurrentPerformer<List<DATATYPE>>) - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
-
Set the performer to be used.
- setPersistentIntIDFactory(IIntIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- setPersistentLongIDFactory(ILongIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- setPersistentStringIDFactory(IStringIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- setProductionMode(boolean) - Method in class com.helger.commons.debug.GlobalDebug
- setProductionModeDirect(boolean) - Static method in class com.helger.commons.debug.GlobalDebug
-
Enable or disable production mode.
- setProperty(String, String) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Calls the
Hashtablemethodput. - setPropertyValue(String, boolean) - Static method in class com.helger.commons.system.SystemProperties
-
Set a system property value under consideration of an eventually present
SecurityManager. - setPropertyValue(String, int) - Static method in class com.helger.commons.system.SystemProperties
-
Set a system property value under consideration of an eventually present
SecurityManager. - setPropertyValue(String, long) - Static method in class com.helger.commons.system.SystemProperties
-
Set a system property value under consideration of an eventually present
SecurityManager. - setPropertyValue(String, String) - Static method in class com.helger.commons.system.SystemProperties
-
Set a system property value under consideration of an eventually present
SecurityManager. - setProxyReturnValues(boolean) - Method in class com.helger.commons.lang.proxy.LoggingInvocationHandler
- setQuoteChar(char) - Method in class com.helger.commons.csv.CSVParser
-
Sets the character to use for quoted elements.
- setQuoteChar(char) - Method in class com.helger.commons.csv.CSVReader
-
Sets the character to use for quoted elements.
- setQuoteChar(char) - Method in class com.helger.commons.csv.CSVWriter
-
Sets the character to use for quoted elements.
- setReSeedInterval(int) - Static method in class com.helger.commons.random.VerySecureRandom
-
Set the interval of
VerySecureRandom.getInstance()calls after which the random should be re-seeded. - setSeparatorChar(char) - Method in class com.helger.commons.csv.CSVParser
-
Sets the delimiter to use for separating entries.
- setSeparatorChar(char) - Method in class com.helger.commons.csv.CSVReader
-
Sets the delimiter to use for separating entries.
- setSeparatorChar(char) - Method in class com.helger.commons.csv.CSVWriter
-
Sets the delimiter to use for separating entries.
- setSilentMode(boolean) - Static method in class com.helger.commons.locale.country.CountryCache
-
Enable or disable certain regular log messages.
- setSilentMode(boolean) - Static method in class com.helger.commons.locale.language.LanguageCache
-
Enable or disable certain regular log messages.
- setSilentMode(boolean) - Static method in class com.helger.commons.locale.LocaleCache
-
Enable or disable certain regular log messages.
- setSilentMode(boolean) - Static method in class com.helger.commons.pool.ObjectPool
-
Enable or disable certain regular log messages.
- setSilentMode(boolean) - Static method in class com.helger.commons.system.SystemProperties
-
Enable or disable certain regular log messages.
- setSilentMode(boolean) - Static method in class com.helger.commons.typeconvert.TypeConverter
-
Enable or disable certain regular log messages.
- setSkipLines(int) - Method in class com.helger.commons.csv.CSVReader
-
Sets the line number to skip for start reading.
- setStrictQuotes(boolean) - Method in class com.helger.commons.csv.CSVParser
-
Sets the strict quotes setting - if true, characters outside the quotes are ignored.
- setStrictQuotes(boolean) - Method in class com.helger.commons.csv.CSVReader
-
Sets the strict quotes setting - if true, characters outside the quotes are ignored.
- setStringIDFactory(IStringIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
- setText(Locale, String) - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- setText(Locale, String) - Method in interface com.helger.commons.text.IMutableMultilingualText
-
Set a text in the specified locale.
- setUseResourceBundleCache(boolean) - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
Change whether the internal resource bundle cache should be used.
- setValue(VALUETYPE) - Method in class com.helger.commons.collection.map.MapEntry
- setVendorEmail(String) - Static method in class com.helger.commons.vendor.VendorInfo
- setVendorLocation(String) - Static method in class com.helger.commons.vendor.VendorInfo
- setVendorName(String) - Static method in class com.helger.commons.vendor.VendorInfo
- setVendorURL(String) - Static method in class com.helger.commons.vendor.VendorInfo
- setVerifyReader(boolean) - Method in class com.helger.commons.csv.CSVReader
-
Checks to see if the CSVReader should verify the reader state before reads or not.
- SFTP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
sftp.
- SG - Enum constant in enum com.helger.commons.locale.country.ECountry
- SG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SH - Enum constant in enum com.helger.commons.locale.country.ECountry
- SH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- shortValue() - Method in interface com.helger.commons.mutable.INumber
-
Returns the value of the specified number as a
short, which may involve rounding or truncation. - shortValue() - Method in class com.helger.commons.mutable.MutableShort
- SHTTP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
shttp (RFC 2660).
- shutdownAndWaitUntilAllTasksAreFinished(ExecutorService) - Static method in class com.helger.commons.concurrent.ExecutorServiceHelper
-
Call shutdown on the
ExecutorServiceand wait indefinitely until it terminated. - shutdownAndWaitUntilAllTasksAreFinished(ExecutorService, long, TimeUnit) - Static method in class com.helger.commons.concurrent.ExecutorServiceHelper
-
Call shutdown on the
ExecutorServiceand wait indefinitely until it terminated. - SI - Enum constant in enum com.helger.commons.locale.country.ECountry
- SI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SimpleFileIO - Class in com.helger.commons.io.file
-
All kind of file handling stuff.
- SimpleLocation - Class in com.helger.commons.location
-
Default implementation of the
ILocationinterface. - SimpleLocation(String) - Constructor for class com.helger.commons.location.SimpleLocation
- SimpleLocation(String, int, int) - Constructor for class com.helger.commons.location.SimpleLocation
- SimpleLock - Class in com.helger.commons.concurrent
-
This is an extension around
ReentrantLockthat allows for easy usage with Java 8 :) SeeSimpleLock.locked(Runnable)andSimpleLock.locked(Runnable)method. - SimpleLock() - Constructor for class com.helger.commons.concurrent.SimpleLock
-
Default constructor creating a default
ReentrantLock - SimpleLock(boolean) - Constructor for class com.helger.commons.concurrent.SimpleLock
-
Constructor creating a
ReentrantLockwith the provided fairness - SimpleReadWriteLock - Class in com.helger.commons.concurrent
-
This is an extension around
ReentrantReadWriteLockthat allows for easy usage with Java 8 :) SeeSimpleReadWriteLock.readLocked(Runnable)andSimpleReadWriteLock.writeLocked(Runnable)method. - SimpleReadWriteLock() - Constructor for class com.helger.commons.concurrent.SimpleReadWriteLock
-
Default constructor creating a default
ReentrantReadWriteLock - SimpleReadWriteLock(boolean) - Constructor for class com.helger.commons.concurrent.SimpleReadWriteLock
-
Constructor creating a
ReentrantReadWriteLockwith the provided fairness - SimpleURL - Class in com.helger.commons.url
-
Abstraction of the string parts of a URL but much simpler (and faster) than
URL. - SimpleURL() - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(ISimpleURL) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String, Iterable<? extends URLParameter>, String) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String, Charset) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String, Charset, Iterable<? extends URLParameter>, String) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String, Charset, Map<String, String>, String) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String, Map<String, String>) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(String, Map<String, String>, String) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(URI) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(URI, Charset) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(URL) - Constructor for class com.helger.commons.url.SimpleURL
- SimpleURL(URL, Charset) - Constructor for class com.helger.commons.url.SimpleURL
- Since - Annotation Type in com.helger.commons.annotation
-
A code comment for elements that were added at a specific version.
- SingleError - Class in com.helger.commons.error
-
Default implementation of
IError.
Note: cannot be calledErrorbecause this would conflict with the default Java Exception class. - SingleError(SingleError.AbstractBuilder<?, ?>) - Constructor for class com.helger.commons.error.SingleError
-
Constructor for the Builder only.
- SingleError(LocalDateTime, IErrorLevel, String, String, ILocation, IHasErrorText, Throwable) - Constructor for class com.helger.commons.error.SingleError
-
Constructor
- SingleError.AbstractBuilder<ERRTYPE,
IMPLTYPE> - Class in com.helger.commons.error -
Abstract builder class for
SingleErrorand derived classes. - SingleError.Builder - Class in com.helger.commons.error
-
The default builder to build
SingleErrorinstances. - Singleton - Annotation Type in com.helger.commons.annotation
-
Just to indicate that a class is a singleton and therefore only a single instance of the class exists.
- SIP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
session initiation protocol (RFC 3261).
- SIPS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
secure session initiation protocol (RFC 3261).
- size() - Method in class com.helger.commons.cache.MappedCache
- size() - Method in class com.helger.commons.callback.CallbackList
- size() - Method in class com.helger.commons.collection.map.AbstractSoftMap
- size() - Method in class com.helger.commons.collection.map.LRUSet
- size() - Method in class com.helger.commons.http.HttpHeaderMap
- size() - Method in class com.helger.commons.io.ByteArrayWrapper
- size() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- size() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- size() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
- size() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- size() - Method in interface com.helger.commons.lang.IHasSize
- size() - Method in interface com.helger.commons.lang.IHasSizeLong
- size() - Method in class com.helger.commons.log.InMemoryLogger
- SizeDouble - Class in com.helger.commons.dimension
-
This class represents an object having width and height.
- SizeDouble(double, double) - Constructor for class com.helger.commons.dimension.SizeDouble
- SizeDouble(IHasDimensionDouble) - Constructor for class com.helger.commons.dimension.SizeDouble
- SizeDouble(IHasDimensionFloat) - Constructor for class com.helger.commons.dimension.SizeDouble
- SizeDouble(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeDouble
- SizeDouble(IHasDimensionLong) - Constructor for class com.helger.commons.dimension.SizeDouble
- SizeFloat - Class in com.helger.commons.dimension
-
This class represents an object having width and height.
- SizeFloat(float, float) - Constructor for class com.helger.commons.dimension.SizeFloat
- SizeFloat(IHasDimensionFloat) - Constructor for class com.helger.commons.dimension.SizeFloat
- SizeFloat(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeFloat
- SizeFloat(IHasDimensionLong) - Constructor for class com.helger.commons.dimension.SizeFloat
- SizeHelper - Class in com.helger.commons.io.misc
-
A utility class that converts sizes into the corresponding Kilobyte, Megabyte etc. notation.
This class is not thread-safe, because theDecimalFormatclass is not thread-safe! - SizeHelper(DecimalFormatSymbols) - Constructor for class com.helger.commons.io.misc.SizeHelper
- SizeHelper(Locale) - Constructor for class com.helger.commons.io.misc.SizeHelper
- SizeInt - Class in com.helger.commons.dimension
-
This class represents an object having width and height.
- SizeInt(int, int) - Constructor for class com.helger.commons.dimension.SizeInt
- SizeInt(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeInt
- SizeLong - Class in com.helger.commons.dimension
-
This class represents an object having width and height.
- SizeLong(long, long) - Constructor for class com.helger.commons.dimension.SizeLong
- SizeLong(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeLong
- SizeLong(IHasDimensionLong) - Constructor for class com.helger.commons.dimension.SizeLong
- SJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- SJ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SK - Enum constant in enum com.helger.commons.locale.country.ECountry
- SK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- skip(int) - Method in class com.helger.commons.string.util.StringScanner
- skip(long) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
- skip(long) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
- skip(long) - Method in class com.helger.commons.io.stream.CountingInputStream
- skip(long) - Method in class com.helger.commons.io.stream.CountingReader
- skip(long) - Method in class com.helger.commons.io.stream.LoggingInputStream
- skip(long) - Method in class com.helger.commons.io.stream.LoggingReader
- skip(long) - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
-
See the general contract of the
skipmethod ofInputStream. - skip(long) - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
-
Skips characters.
- skip(long) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
-
Skips
nbytes of input from this input stream. - skip(long) - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
-
Skips over and discards
nbytes of data from this input stream. - skip(long) - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Skips characters.
- skip(long) - Method in class com.helger.commons.io.stream.NonBlockingStringReader
-
Skips the specified number of characters in the stream.
- skipbackWhitespaces() - Method in class com.helger.commons.string.util.StringScanner
- skipFully(InputStream, long) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Fully skip the passed amounts in the input stream.
- skipWhitespaces() - Method in class com.helger.commons.string.util.StringScanner
- SL - Enum constant in enum com.helger.commons.locale.country.ECountry
- SL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- sleep(long) - Static method in class com.helger.commons.concurrent.ThreadHelper
-
Sleep the current thread for a certain amount of time
- sleep(long, TimeUnit) - Static method in class com.helger.commons.concurrent.ThreadHelper
-
Sleep the current thread for a certain amount of time
- sleep(Duration) - Static method in class com.helger.commons.concurrent.ThreadHelper
-
Sleep the current thread for a certain amount of time
- sleepMinutes(long) - Static method in class com.helger.commons.concurrent.ThreadHelper
-
Sleep the current thread for a certain amount of time
- sleepSeconds(long) - Static method in class com.helger.commons.concurrent.ThreadHelper
-
Sleep the current thread for a certain amount of time
- SLF4J - Static variable in class com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
- SM - Enum constant in enum com.helger.commons.locale.country.ECountry
- SM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SN - Enum constant in enum com.helger.commons.locale.country.ECountry
- SN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SO - Enum constant in enum com.helger.commons.locale.country.ECountry
- SO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SoftHashMap<K,
V> - Class in com.helger.commons.collection.map -
Soft
HashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftHashMapis NOT serializable! - SoftHashMap() - Constructor for class com.helger.commons.collection.map.SoftHashMap
- SoftLinkedHashMap<K,
V> - Class in com.helger.commons.collection.map -
Soft
HashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftLinkedHashMapis NOT serializable! - SoftLinkedHashMap(int) - Constructor for class com.helger.commons.collection.map.SoftLinkedHashMap
- SOLARIS - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the Solaris operating system.
- source(Iterable<?>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- source(Iterable<T>, Function<? super T, String>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- source(String...) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- source(Map<?, ?>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- source(Map<K, V>, Function<? super K, String>, Function<? super V, String>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilderMap
- source(T...) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- source(T[], Function<? super T, String>) - Method in class com.helger.commons.string.StringHelper.ImploderBuilder
- SOURCE_DOES_NOT_EXIST - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
A source file or directory does not exist.
- SOURCE_EQUALS_TARGET - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
Source and destination object are identical.
- SOURCE_NOT_READABLE - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
The source object cannot be read.
- SOURCE_PARENT_NOT_WRITABLE - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
The source parent object is read-only (not writable).
- SPITestHelper - Class in com.helger.commons.mock
- SPITestHelper.EMode - Enum in com.helger.commons.mock
- SR - Enum constant in enum com.helger.commons.locale.country.ECountry
- SR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ST - Enum constant in enum com.helger.commons.locale.country.ECountry
- ST - Enum constant in enum com.helger.commons.locale.country.ECountryName
- StackHelper - Class in com.helger.commons.collection
- StackTraceHelper - Class in com.helger.commons.lang
-
This class contains utility methods for handling stack traces.
- start() - Method in class com.helger.commons.timing.StopWatch
-
Start the stop watch.
- startsWith(byte[]) - Method in interface com.helger.commons.io.IHasByteArray
-
Check if the passed byte array starts with the bytes of this object.
- startsWith(byte[]) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- startsWith(byte[], byte[]) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(byte[], byte[], int, int) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(byte[], int, byte[]) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(byte[], int, byte[], int, int) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- startsWith(byte[], int, int, byte[], int, int) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(char[]) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
- startsWith(char[], char[]) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(char[], char[], int, int) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(char[], int, char[]) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(char[], int, char[], int, int) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
- startsWith(char[], int, int, char[], int, int) - Static method in class com.helger.commons.collection.ArrayHelper
- startsWith(CharSequence, char) - Static method in class com.helger.commons.string.StringHelper
- startsWith(CharSequence, CharSequence) - Static method in class com.helger.commons.string.StringHelper
- startsWith(String, String) - Static method in class com.helger.commons.string.StringHelper
- startsWithAny(CharSequence, char[]) - Static method in class com.helger.commons.string.StringHelper
- startsWithIgnoreCase(CharSequence, char) - Static method in class com.helger.commons.string.StringHelper
- startsWithIgnoreCase(String, String) - Static method in class com.helger.commons.string.StringHelper
- startsWithPathSeparatorChar(CharSequence) - Static method in class com.helger.commons.io.file.FilenameHelper
-
Check if the passed character sequence starts with a path separation character.
- STATISTICS_PREFIX - Static variable in class com.helger.commons.cache.MappedCache
-
The prefix to be used for statistics elements
- StatisticsHandlerCache - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerCache - StatisticsHandlerCache() - Constructor for class com.helger.commons.statistics.StatisticsHandlerCache
- StatisticsHandlerCounter - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerCounter - StatisticsHandlerCounter() - Constructor for class com.helger.commons.statistics.StatisticsHandlerCounter
- StatisticsHandlerKeyedCounter - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerKeyedCounter - StatisticsHandlerKeyedCounter() - Constructor for class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
- StatisticsHandlerKeyedSize - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerKeyedSize - StatisticsHandlerKeyedSize() - Constructor for class com.helger.commons.statistics.StatisticsHandlerKeyedSize
- StatisticsHandlerKeyedTimer - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerKeyedTimer - StatisticsHandlerKeyedTimer() - Constructor for class com.helger.commons.statistics.StatisticsHandlerKeyedTimer
- StatisticsHandlerSize - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerSize - StatisticsHandlerSize() - Constructor for class com.helger.commons.statistics.StatisticsHandlerSize
- StatisticsHandlerTimer - Class in com.helger.commons.statistics
-
Default implementation of
IMutableStatisticsHandlerTimer - StatisticsHandlerTimer() - Constructor for class com.helger.commons.statistics.StatisticsHandlerTimer
- StatisticsManager - Class in com.helger.commons.statistics
-
Provides a central manager for the internal statistics.
- StatisticsVisitor - Class in com.helger.commons.statistics.util
-
Class for iterating all available statistics
- STD3ASCIIRULES - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- stop() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
-
Stop the deadlock detection task
- stop() - Method in interface com.helger.commons.state.IStoppable
- stop() - Method in class com.helger.commons.timing.StopWatch
-
Stop the stop watch.
- STOP_ITERATION - Enum constant in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
-
Stop the iteration completely and immediately.
- STOP_QUEUE_OBJECT - Static variable in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
-
The STOP object that is internally added to the queue to indicate the last token.
- stopAndGetDuration() - Method in class com.helger.commons.timing.StopWatch
-
Stop the stop watch and get the duration since the start.
- stopAndGetMillis() - Method in class com.helger.commons.timing.StopWatch
-
Stop the stop watch and get the elapsed milliseconds since the start.
- stopProcessing() - Method in class com.helger.commons.io.watchdir.WatchDir
-
Stop processing, if
WatchDir.processEvents()is active. - stopQueuingNewObjects() - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
- stopQueuingNewObjects() - Method in interface com.helger.commons.concurrent.collector.IMutableConcurrentCollector
-
Stop taking new objects in the collector.
- StopWatch - Class in com.helger.commons.timing
-
Simple stop watch based on
System.nanoTime(). - StopWatch(boolean) - Constructor for class com.helger.commons.timing.StopWatch
-
Constructor.
- store(OutputStream, String) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Writes this property list (key and element pairs) in this
Propertiestable to the output stream in a format suitable for loading into aPropertiestable using theload(InputStream)method. - store(Writer, String) - Method in class com.helger.commons.lang.NonBlockingProperties
-
Writes this property list (key and element pairs) in this
Propertiestable to the output character stream in a format suitable for using theload(Reader)method. - STR_ALL - Static variable in class com.helger.commons.locale.LocaleHelper
-
The language string representing the "all" locale.
- STR_INDEPENDENT - Static variable in class com.helger.commons.locale.LocaleHelper
-
The language string representing the "independent" locale.
- StreamHelper - Class in com.helger.commons.io.stream
-
Some very basic IO stream utility stuff.
- StreamHelper.CopyByteStreamBuilder - Class in com.helger.commons.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.commons.io.stream
-
A simple builder to copy a Reader (
StreamHelper.CopyCharStreamBuilder.from(Reader)) to an Writer (StreamHelper.CopyCharStreamBuilder.to(Writer)) with certain parameters. - STRICT - Enum constant in enum com.helger.commons.mock.SPITestHelper.EMode
- STRICT_TRANSPORT_SECURITY - Static variable in class com.helger.commons.http.CHttpHeader
-
https://www.owasp.org/index.php/HTTP_Strict_Transport_Security
e.g. - STRING_ID_MAX_LENGTH - Static variable in class com.helger.commons.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.commons.string.StringHelper
-
The constant to be returned if an String.indexOf call did not find a match!
- stringContainsSpecialCharacters(String) - Method in class com.helger.commons.csv.CSVWriter
-
checks to see if the line contains special characters.
- StringHelper - Class in com.helger.commons.string
-
Generic string transformation and helper methods.
- StringHelper.ImploderBuilder - Class in com.helger.commons.string
-
A simple builder that allows to implode collections of arguments with a lot of customization.
- StringHelper.ImploderBuilderMap - Class in com.helger.commons.string
-
A simple builder that allows to implode maps of arguments with a lot of customization.
- StringIDFactory - Class in com.helger.commons.id.factory
-
An
IStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs. - StringIDFactory(IStringIDFactory) - Constructor for class com.helger.commons.id.factory.StringIDFactory
- StringIDFactory(String, IStringIDFactory) - Constructor for class com.helger.commons.id.factory.StringIDFactory
- StringIDFromGlobalIntIDFactory - Class in com.helger.commons.id.factory
-
An
IStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewIntID()to create unique IDs. - StringIDFromGlobalIntIDFactory() - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalIntIDFactory
- StringIDFromGlobalIntIDFactory(String) - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalIntIDFactory
- StringIDFromGlobalLongIDFactory - Class in com.helger.commons.id.factory
-
An
IStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewLongID()to create unique IDs. - StringIDFromGlobalLongIDFactory() - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalLongIDFactory
- StringIDFromGlobalLongIDFactory(String) - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalLongIDFactory
- StringIDFromGlobalPersistentIntIDFactory - Class in com.helger.commons.id.factory
-
An
IStringIDFactoryimplementation that uses a constant prefix and an int supplied fromGlobalIDFactory.getNewPersistentIntID()to create unique IDs. - StringIDFromGlobalPersistentIntIDFactory() - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalPersistentIntIDFactory
- StringIDFromGlobalPersistentIntIDFactory(String) - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalPersistentIntIDFactory
- StringIDFromGlobalPersistentLongIDFactory - Class in com.helger.commons.id.factory
-
An
IStringIDFactoryimplementation that uses a constant prefix and a long supplied fromGlobalIDFactory.getNewPersistentLongID()to create unique IDs. - StringIDFromGlobalPersistentLongIDFactory() - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalPersistentLongIDFactory
- StringIDFromGlobalPersistentLongIDFactory(String) - Constructor for class com.helger.commons.id.factory.StringIDFromGlobalPersistentLongIDFactory
- StringIDFromIntIDFactory - Class in com.helger.commons.id.factory
-
A factory that creates String IDs based on a specified
IIntIDFactory. - StringIDFromIntIDFactory(IIntIDFactory) - Constructor for class com.helger.commons.id.factory.StringIDFromIntIDFactory
- StringIDFromIntIDFactory(IIntIDFactory, String) - Constructor for class com.helger.commons.id.factory.StringIDFromIntIDFactory
- StringIDFromLongIDFactory - Class in com.helger.commons.id.factory
-
A factory that creates String IDs based on a specified
ILongIDFactory. - StringIDFromLongIDFactory(ILongIDFactory) - Constructor for class com.helger.commons.id.factory.StringIDFromLongIDFactory
- StringIDFromLongIDFactory(ILongIDFactory, String) - Constructor for class com.helger.commons.id.factory.StringIDFromLongIDFactory
- StringInputStream - Class in com.helger.commons.io.stream
-
An input stream based on an input String.
- StringInputStream(String, Charset) - Constructor for class com.helger.commons.io.stream.StringInputStream
- StringInputStreamProvider - Class in com.helger.commons.io.streamprovider
-
An
InputStreamprovider based on aString. - StringInputStreamProvider(char[], int, int, Charset) - Constructor for class com.helger.commons.io.streamprovider.StringInputStreamProvider
- StringInputStreamProvider(char[], Charset) - Constructor for class com.helger.commons.io.streamprovider.StringInputStreamProvider
- StringInputStreamProvider(CharSequence, Charset) - Constructor for class com.helger.commons.io.streamprovider.StringInputStreamProvider
- StringInputStreamProvider(String, Charset) - Constructor for class com.helger.commons.io.streamprovider.StringInputStreamProvider
- StringMap - Class in com.helger.commons.collection.attr
-
Base class for all kind of string-string mapping container.
- StringMap() - Constructor for class com.helger.commons.collection.attr.StringMap
- StringMap(String, String) - Constructor for class com.helger.commons.collection.attr.StringMap
- StringMap(Map<String, String>) - Constructor for class com.helger.commons.collection.attr.StringMap
- stringMatchesPattern(String, int, String) - Static method in class com.helger.commons.regex.RegExHelper
-
A shortcut helper method to determine whether a string matches a certain regular expression or not.
- stringMatchesPattern(String, String) - Static method in class com.helger.commons.regex.RegExHelper
-
A shortcut helper method to determine whether a string matches a certain regular expression or not.
- StringParser - Class in com.helger.commons.string
-
This class contains the methods to parse String objects to numeric values.
- StringReaderProvider - Class in com.helger.commons.io.streamprovider
- StringReaderProvider(char[]) - Constructor for class com.helger.commons.io.streamprovider.StringReaderProvider
- StringReaderProvider(char[], int, int) - Constructor for class com.helger.commons.io.streamprovider.StringReaderProvider
- StringReaderProvider(CharSequence) - Constructor for class com.helger.commons.io.streamprovider.StringReaderProvider
- StringReaderProvider(String) - Constructor for class com.helger.commons.io.streamprovider.StringReaderProvider
- stringReplacePattern(String, int, String, String) - Static method in class com.helger.commons.regex.RegExHelper
- stringReplacePattern(String, String, String) - Static method in class com.helger.commons.regex.RegExHelper
- StringScanner - Class in com.helger.commons.string.util
-
Simple string scanner.
- StringScanner(String) - Constructor for class com.helger.commons.string.util.StringScanner
- StringWriterProvider - Class in com.helger.commons.io.streamprovider
- StringWriterProvider() - Constructor for class com.helger.commons.io.streamprovider.StringWriterProvider
- stripBidi(String) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Removes leading and trailing bidi controls from the string
- stripBidiInternal(String) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Removes bidi controls from within a string
- SUBJECT - Static variable in class com.helger.commons.http.CHttpHeader
- subtractPercent(BigDecimal, BigDecimal) - Static method in class com.helger.commons.math.MathHelper
-
Subtract x% from base
- subtractPercent(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.helger.commons.math.MathHelper
-
Subtract x% from base
- success(Serializable) - Method in class com.helger.commons.log.InMemoryLogger
- success(Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
- SUCCESS - Enum constant in enum com.helger.commons.error.level.EErrorLevel
-
Success
- SUCCESS - Enum constant in enum com.helger.commons.state.ESuccess
- SuccessWithValue<DATATYPE> - Class in com.helger.commons.state
-
Wraps a success indicator and an arbitrary value.
- SuccessWithValue(ISuccessIndicator) - Constructor for class com.helger.commons.state.SuccessWithValue
-
Constructor
- SuccessWithValue(ISuccessIndicator, DATATYPE) - Constructor for class com.helger.commons.state.SuccessWithValue
-
Constructor
- SUN_CLIENT - Enum constant in enum com.helger.commons.system.EJVMVendor
- SUN_SERVER - Enum constant in enum com.helger.commons.system.EJVMVendor
- supportsReading(String) - Method in class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
- supportsReading(String) - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- supportsReading(String) - Method in interface com.helger.commons.io.resourceprovider.IReadableResourceProvider
-
Check if this resource provider can handle the resource with the passed name.
- supportsReading(String) - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- supportsReading(String) - Method in class com.helger.commons.io.resourceprovider.URLResourceProvider
- supportsWriting(String) - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- supportsWriting(String) - Method in interface com.helger.commons.io.resourceprovider.IWritableResourceProvider
-
Check if this resource provider can handle the resource with the passed name.
- supportsWriting(String) - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- suspendEncoding() - Method in class com.helger.commons.base64.Base64OutputStream
-
Suspends encoding of the stream.
- SV - Enum constant in enum com.helger.commons.locale.country.ECountry
- SV - Enum constant in enum com.helger.commons.locale.country.ECountryName
- swapItems(int, int) - Method in interface com.helger.commons.collection.impl.ICommonsList
-
Swap list items.
- SY - Enum constant in enum com.helger.commons.locale.country.ECountry
- SY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- SYSTEM_PROPERTY_FILE_SEPARATOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_CLASS_PATH - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_CLASS_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_HOME - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_IO_TMPDIR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_LIBRARY_PATH - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_RUNTIME_NAME - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_RUNTIME_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_SECURITY_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
- SYSTEM_PROPERTY_JAVA_SPECIFICATION_URL - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_SPECIFICATION_VENDOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_SPECIFICATION_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VENDOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VENDOR_URL - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_NAME - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_SPECIFICATION_URL - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_SPECIFICATION_VENDOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_SPECIFICATION_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_URL - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_VENDOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVA_VM_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_JAVAX_ACTIVATION_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
- SYSTEM_PROPERTY_JAVAX_NET_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
- SYSTEM_PROPERTY_JAXP_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
- SYSTEM_PROPERTY_LINE_SEPARATOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_MAIL_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
- SYSTEM_PROPERTY_OS_ARCH - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_OS_NAME - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_OS_VERSION - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_PATH_SEPARATOR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_SERIALIZATION_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
- SYSTEM_PROPERTY_SUN_IO_SERIALIZATION_EXTENDEDDEBUGINFO - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_USER_DIR - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_USER_HOME - Static variable in class com.helger.commons.system.SystemProperties
- SYSTEM_PROPERTY_USER_NAME - Static variable in class com.helger.commons.system.SystemProperties
- systemClearProperty(String) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- systemGetProperties() - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- systemGetProperty(String) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- SystemHelper - Class in com.helger.commons.system
-
Get information about the system we're running on.
- SystemProperties - Class in com.helger.commons.system
-
This class wraps all the Java system properties like version number etc.
- systemSetProperty(String, String) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
- SZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- SZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
T
- TARGET_ALREADY_EXISTS - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
A destination file or directory already exists.
- TARGET_IS_CHILD_OF_SOURCE - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
Avoid recursive dependencies.
- TARGET_PARENT_NOT_WRITABLE - Enum constant in enum com.helger.commons.io.file.EFileIOErrorCode
-
The target parent object is read-only (not writable).
- TB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
-
Suffix for Terabytes
- TC - Enum constant in enum com.helger.commons.locale.country.ECountry
- TC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TD - Enum constant in enum com.helger.commons.locale.country.ECountry
- TD - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TEL - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Telephone (RFC 3966).
- TELNET - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Reference to interactive sessions (RFC 4248).
- test(boolean) - Method in interface com.helger.commons.functional.IBooleanPredicate
-
Evaluates this predicate on the given argument.
- test(char) - Method in interface com.helger.commons.functional.ICharPredicate
-
Evaluates this predicate on the given argument.
- TEST_SERVICES - Static variable in class com.helger.commons.mock.SPITestHelper
-
Project relative path to test SPI directory
- testClone(IExplicitlyCloneable) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Test if the implementation
IExplicitlyCloneableis OK. - testDefaultImplementationWithDifferentContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Check if two different objects are different to each other.
- testDefaultImplementationWithEqualContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Check if two different objects (who may not be the same) are equal to each other.
- testDefaultSerialization(DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Test the serializability of objects.
- testEqualsImplementationWithDifferentContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
- testEqualsImplementationWithEqualContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
- testGetClone(ICloneable<?>) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Test if the implementation
ICloneableis OK. - testHashcodeImplementationWithDifferentContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
- testHashcodeImplementationWithEqualContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
- testIfAllMainSPIImplementationsAreValid(boolean) - Static method in class com.helger.commons.mock.SPITestHelper
- testIfAllSPIImplementationsAreValid() - Static method in class com.helger.commons.mock.SPITestHelper
- testIfAllSPIImplementationsAreValid(boolean) - Static method in class com.helger.commons.mock.SPITestHelper
- testIfAllSPIImplementationsAreValid(String, SPITestHelper.EMode) - Static method in class com.helger.commons.mock.SPITestHelper
-
Test if all SPI configurations and implementations are correctly configured.
- testIfAllTestSPIImplementationsAreValid(boolean) - Static method in class com.helger.commons.mock.SPITestHelper
- testInParallel(int, IThrowingRunnable<? extends Exception>) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Run something in parallel
- testToStringImplementation(Object) - Static method in class com.helger.commons.mock.CommonsTestHelper
-
Test the toString implementation of the passed object.
- testToStringImplementationWithDifferentContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
- testToStringImplementationWithEqualContentObject(DATATYPE, DATATYPE) - Static method in class com.helger.commons.mock.CommonsTestHelper
- TEXT - Enum constant in enum com.helger.commons.mime.EMimeContentType
- TEXT_CONTENT_SECURITY_POLICY - Static variable in class com.helger.commons.mime.CMimeType
-
Mozilla CSP
- TEXT_CSS - Static variable in class com.helger.commons.mime.CMimeType
-
CSS style-sheet document.
- TEXT_CSV - Static variable in class com.helger.commons.mime.CMimeType
-
CSV document.
- TEXT_HTML - Static variable in class com.helger.commons.mime.CMimeType
-
HTML document.
- TEXT_HTML_SANDBOXED - Static variable in class com.helger.commons.mime.CMimeType
-
HTML5 sandboxed document.
- TEXT_JAVASCRIPT - Static variable in class com.helger.commons.mime.CMimeType
-
JavaScript document.
- TEXT_PLAIN - Static variable in class com.helger.commons.mime.CMimeType
-
Plain text document.
- TEXT_XML - Static variable in class com.helger.commons.mime.CMimeType
-
XML document.
- TextHelper - Class in com.helger.commons.text.util
-
Utility methods for formatting text using
MessageFormat. - texts() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- texts() - Method in interface com.helger.commons.text.IMultilingualText
- TextVariableHelper - Class in com.helger.commons.text.util
-
This class provides an easy way to replace variables in a string with other values.
- TF - Enum constant in enum com.helger.commons.locale.country.ECountry
- TF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TG - Enum constant in enum com.helger.commons.locale.country.ECountry
- TG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TH - Enum constant in enum com.helger.commons.locale.country.ECountry
- TH - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ThirdPartyModule - Class in com.helger.commons.thirdparty
-
The default implementation of the
IThirdPartyModuleinterface. - ThirdPartyModule(IThirdPartyModule, boolean) - Constructor for class com.helger.commons.thirdparty.ThirdPartyModule
- ThirdPartyModule(String, String, ILicense) - Constructor for class com.helger.commons.thirdparty.ThirdPartyModule
- ThirdPartyModule(String, String, ILicense, boolean) - Constructor for class com.helger.commons.thirdparty.ThirdPartyModule
- ThirdPartyModule(String, String, ILicense, Version, String) - Constructor for class com.helger.commons.thirdparty.ThirdPartyModule
- ThirdPartyModule(String, String, ILicense, Version, String, boolean) - Constructor for class com.helger.commons.thirdparty.ThirdPartyModule
- ThirdPartyModuleProvider_ph_commons - Class in com.helger.commons.thirdparty
-
Implement this SPI interface if your JAR file contains external third party modules.
- ThirdPartyModuleProvider_ph_commons() - Constructor for class com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
- ThirdPartyModuleRegistry - Class in com.helger.commons.thirdparty
-
This class manages all registered third party modules
- thisAsT() - Method in interface com.helger.commons.traits.IGenericImplTrait
- ThreadDeadlockDetectionTimer - Class in com.helger.commons.deadlock
-
A dead lock detection timer that checks for dead locks in a certain interval.
- ThreadDeadlockDetectionTimer() - Constructor for class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
- ThreadDeadlockDetectionTimer(long) - Constructor for class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
- ThreadDeadlockDetector - Class in com.helger.commons.deadlock
-
This is the main dead lock detector, based on JMX
ThreadMXBean - ThreadDeadlockDetector() - Constructor for class com.helger.commons.deadlock.ThreadDeadlockDetector
- ThreadDeadlockInfo - Class in com.helger.commons.deadlock
-
Represents information about a single deadlocked thread.
- ThreadDeadlockInfo(ThreadInfo, Thread, StackTraceElement[]) - Constructor for class com.helger.commons.deadlock.ThreadDeadlockInfo
- threadGroup(ThreadGroup) - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Sets the
ThreadGroupto be used by the default thread factory. - ThreadHelper - Class in com.helger.commons.concurrent
-
Some thread utility methods.
- timeLineOrder() - Static method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets a comparator that compares two
XMLOffsetDateTimeinstances based solely on the instant. - TJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- TJ - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TK - Enum constant in enum com.helger.commons.locale.country.ECountry
- TK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TL - Enum constant in enum com.helger.commons.locale.country.ECountry
- TL - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TM - Enum constant in enum com.helger.commons.locale.country.ECountry
- TM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TN - Enum constant in enum com.helger.commons.locale.country.ECountry
- TN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- to(OutputStream) - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
- to(Writer) - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
- TO - Enum constant in enum com.helger.commons.locale.country.ECountry
- TO - Enum constant in enum com.helger.commons.locale.country.ECountryName
- toBigDecimal(double) - Static method in class com.helger.commons.math.MathHelper
- toBigDecimal(float) - Static method in class com.helger.commons.math.MathHelper
- toBigDecimal(int) - Static method in class com.helger.commons.math.MathHelper
- toBigDecimal(long) - Static method in class com.helger.commons.math.MathHelper
- toBigDecimal(Number) - Static method in class com.helger.commons.math.MathHelper
- toBigDecimal(String) - Static method in class com.helger.commons.math.MathHelper
- toBigInteger(int) - Static method in class com.helger.commons.math.MathHelper
- toBigInteger(long) - Static method in class com.helger.commons.math.MathHelper
- toBigInteger(Number) - Static method in class com.helger.commons.math.MathHelper
- toBigInteger(String) - Static method in class com.helger.commons.math.MathHelper
- toByteArray() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Creates a newly allocated byte array.
- toByteArray(Charset) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Returns a copy of the input data as bytes in the correct charset.
- toCharArray() - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Returns a copy of the input data.
- toDateStyle(FormatStyle) - Static method in class com.helger.commons.datetime.PDTFormatter
- toEpochNano() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Converts this time to epoch nanos based on 1970-01-01Z.
- toEpochSecond() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Converts this date to midnight at the start of day in epoch seconds.
- toEpochSecond() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
- toEpochSecond(LocalTime) - Method in class com.helger.commons.datetime.OffsetDate
-
Converts this
OffsetDateto the number of seconds since the epoch of 1970-01-01T00:00:00Z. - toEpochSecond(LocalTime) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Converts this
XMLOffsetDateto the number of seconds since the epoch of 1970-01-01T00:00:00Z. - toFormatStyle(int) - Static method in class com.helger.commons.datetime.PDTFormatter
- toInstant() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Converts this date-time to an
Instant. - toLocalDate() - Method in class com.helger.commons.datetime.OffsetDate
-
Gets the
LocalDatepart of this date. - toLocalDate() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Gets the
LocalDatepart of this date. - toLocalDate() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the
LocalDatepart of this date-time. - toLocalDateTime() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the
LocalDateTimepart of this date-time. - toLocalTime() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Gets the
LocalTimepart of this date-time. - toLocalTime() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Gets the
LocalTimepart of this date-time. - toOffsetDate() - Method in class com.helger.commons.datetime.XMLOffsetDate
- toOffsetDate() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- toOffsetDateTime() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- toOffsetTime() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Converts this date-time to an
OffsetTime. - toOffsetTime() - Method in class com.helger.commons.datetime.XMLOffsetTime
- top() - Method in class com.helger.commons.collection.NonBlockingStack
-
Looks at the object at the top of this stack without removing it from the stack.
- TOP - Enum constant in enum com.helger.commons.state.ETopBottom
- toString() - Method in class com.helger.commons.cache.AnnotationUsageCache
- toString() - Method in class com.helger.commons.cache.MappedCache
- toString() - Method in class com.helger.commons.callback.CallbackList
- toString() - Method in class com.helger.commons.callback.exception.CollectingExceptionCallback
- toString() - Method in class com.helger.commons.callback.exception.CollectingExceptionListCallback
- toString() - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
- toString() - Method in class com.helger.commons.codec.LZWCodec.LZWNode
- toString() - Method in class com.helger.commons.collection.attr.AttributeContainer
- toString() - Method in class com.helger.commons.collection.attr.AttributeContainerConcurrent
- toString() - Method in class com.helger.commons.collection.iterate.ArrayIterator
- toString() - Method in class com.helger.commons.collection.iterate.CombinedIterator
- toString() - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
- toString() - Method in class com.helger.commons.collection.iterate.EmptyIterator
- toString() - Method in class com.helger.commons.collection.iterate.EnumerationFromIterator
- toString() - Method in class com.helger.commons.collection.iterate.FilterIterator
- toString() - Method in class com.helger.commons.collection.iterate.IterableIterator
- toString() - Method in class com.helger.commons.collection.iterate.IterableIteratorFromEnumeration
- toString() - Method in class com.helger.commons.collection.iterate.MapperIterator
- toString() - Method in class com.helger.commons.collection.iterate.ReverseListIterator
- toString() - Method in class com.helger.commons.collection.map.LoggingLRUMap
- toString() - Method in class com.helger.commons.collection.map.LRUMap
- toString() - Method in class com.helger.commons.collection.map.LRUSet
- toString() - Method in class com.helger.commons.collection.map.MapEntry
- toString() - Method in class com.helger.commons.collection.NonBlockingStack
- toString() - Method in class com.helger.commons.concurrent.BasicThreadFactory
- toString() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
- toString() - Method in class com.helger.commons.datetime.OffsetDate
- toString() - Method in class com.helger.commons.datetime.PDTMask
- toString() - Method in class com.helger.commons.datetime.WithZoneId
- toString() - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Outputs this date as a
String, such as2007-12-03+01:00. - toString() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Outputs this date-time as a
String, such as2007-12-03T10:15:30+01:00. - toString() - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Outputs this time as a
String, such as10:15:30+01:00. - toString() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
- toString() - Method in class com.helger.commons.dimension.SizeDouble
- toString() - Method in class com.helger.commons.dimension.SizeFloat
- toString() - Method in class com.helger.commons.dimension.SizeInt
- toString() - Method in class com.helger.commons.dimension.SizeLong
- toString() - Method in class com.helger.commons.email.EmailAddress
- toString() - Method in class com.helger.commons.error.ErrorTextProvider.FormattableItem
- toString() - Method in class com.helger.commons.error.ErrorTextProvider
- toString() - Method in class com.helger.commons.error.level.ErrorLevel
- toString() - Method in class com.helger.commons.error.SingleError
- toString() - Method in class com.helger.commons.error.text.ConstantHasErrorText
- toString() - Method in class com.helger.commons.error.text.DynamicHasErrorText
- toString() - Method in class com.helger.commons.error.text.DynamicHasErrorTextWithArgs
- toString() - Method in class com.helger.commons.factory.FactoryNewInstance
- toString() - Method in class com.helger.commons.format.AbstractFormatterString
- toString() - Method in class com.helger.commons.format.FormatableObject
- toString() - Method in class com.helger.commons.format.FormatterMinLengthAddLeading
- toString() - Method in class com.helger.commons.format.FormatterMinLengthAddTrailing
- toString() - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
- toString() - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
- toString() - Method in class com.helger.commons.http.HttpHeaderMap
- toString() - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
- toString() - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
- toString() - Method in class com.helger.commons.id.factory.FileIntIDFactory
- toString() - Method in class com.helger.commons.id.factory.FileLongIDFactory
- toString() - Method in class com.helger.commons.id.factory.MemoryIntIDFactory
- toString() - Method in class com.helger.commons.id.factory.MemoryLongIDFactory
- toString() - Method in class com.helger.commons.id.factory.MemoryStaticIntIDFactory
- toString() - Method in class com.helger.commons.id.factory.MemoryStaticLongIDFactory
- toString() - Method in class com.helger.commons.id.factory.StringIDFactory
- toString() - Method in class com.helger.commons.io.ByteArrayWrapper
- toString() - Method in class com.helger.commons.io.file.FileIOError
- toString() - Method in class com.helger.commons.io.file.FileOperationManager
- toString() - Method in class com.helger.commons.io.file.FileSystemRecursiveIterator
- toString() - Method in class com.helger.commons.io.misc.SizeHelper
- toString() - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
- toString() - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
- toString() - Method in class com.helger.commons.io.relative.FileRelativeIO
- toString() - Method in class com.helger.commons.io.relative.PathRelativeIO
- toString() - Method in class com.helger.commons.io.resource.ClassPathResource
- toString() - Method in class com.helger.commons.io.resource.FileSystemResource
- toString() - Method in class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
- toString() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
- toString() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream
- toString() - Method in class com.helger.commons.io.resource.URLResource
- toString() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedReadableResource
- toString() - Method in class com.helger.commons.io.resource.wrapped.AbstractWrappedWritableResource
- toString() - Method in class com.helger.commons.io.resourceprovider.ClassPathResourceProvider
- toString() - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
- toString() - Method in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
- toString() - Method in class com.helger.commons.io.resourceprovider.URLResourceProvider
- toString() - Method in class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- toString() - Method in class com.helger.commons.io.stream.CountingFileOutputStream
- toString() - Method in class com.helger.commons.io.stream.CountingInputStream
- toString() - Method in class com.helger.commons.io.stream.CountingOutputStream
- toString() - Method in class com.helger.commons.io.stream.CountingReader
- toString() - Method in class com.helger.commons.io.stream.CountingWriter
- toString() - Method in class com.helger.commons.io.stream.HasInputStream
- toString() - Method in class com.helger.commons.io.stream.LoggingInputStream
- toString() - Method in class com.helger.commons.io.stream.LoggingOutputStream
- toString() - Method in class com.helger.commons.io.stream.LoggingReader
- toString() - Method in class com.helger.commons.io.stream.LoggingWriter
- toString() - Method in class com.helger.commons.io.stream.NonBlockingBitInputStream
- toString() - Method in class com.helger.commons.io.stream.NonBlockingBitOutputStream
- toString() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- toString() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Deprecated.Don't call this; use getAsString instead
- toString() - Method in class com.helger.commons.io.stream.WrappedInputStream
- toString() - Method in class com.helger.commons.io.stream.WrappedOutputStream
- toString() - Method in class com.helger.commons.io.stream.WrappedReader
- toString() - Method in class com.helger.commons.io.stream.WrappedWriter
- toString() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
- toString() - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
- toString() - Method in class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
- toString() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
- toString() - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
- toString() - Method in class com.helger.commons.io.streamprovider.StringWriterProvider
- toString() - Method in class com.helger.commons.location.SimpleLocation
- toString() - Method in class com.helger.commons.log.ConditionalLogger
- toString() - Method in class com.helger.commons.log.InMemoryLogger
- toString() - Method in class com.helger.commons.log.LogMessage
- toString() - Method in class com.helger.commons.mime.MimeType
- toString() - Method in class com.helger.commons.mime.MimeTypeContent
- toString() - Method in class com.helger.commons.mime.MimeTypeParameter
- toString() - Method in class com.helger.commons.mock.CommonsMock.Param
- toString() - Method in class com.helger.commons.mutable.MutableBigDecimal
- toString() - Method in class com.helger.commons.mutable.MutableBigInteger
- toString() - Method in class com.helger.commons.mutable.MutableBoolean
- toString() - Method in class com.helger.commons.mutable.MutableByte
- toString() - Method in class com.helger.commons.mutable.MutableChar
- toString() - Method in class com.helger.commons.mutable.MutableDouble
- toString() - Method in class com.helger.commons.mutable.MutableFloat
- toString() - Method in class com.helger.commons.mutable.MutableInt
- toString() - Method in class com.helger.commons.mutable.MutableLong
- toString() - Method in class com.helger.commons.mutable.MutableShort
- toString() - Method in class com.helger.commons.pool.ObjectPool
- toString() - Method in class com.helger.commons.regex.RegExPattern
- toString() - Method in class com.helger.commons.state.ChangeWithValue
- toString() - Method in class com.helger.commons.state.SuccessWithValue
- toString() - Method in class com.helger.commons.string.ToStringGenerator
-
Deprecated.Don't call this; Use
ToStringGenerator.getToString()instead - toString() - Method in class com.helger.commons.string.util.StringScanner
- toString() - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
- toString() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
- toString() - Method in class com.helger.commons.text.codepoint.Codepoint
- toString() - Method in class com.helger.commons.text.ConstantHasText
- toString() - Method in class com.helger.commons.text.ConstantHasTextWithArgs
- toString() - Method in class com.helger.commons.text.display.ConstantHasDisplayText
- toString() - Method in class com.helger.commons.text.display.HasDisplayTextWithArgs
- toString() - Method in class com.helger.commons.text.HasTextWithArgs
- toString() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
- toString() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
- toString() - Method in class com.helger.commons.thirdparty.CustomLicense
- toString() - Method in class com.helger.commons.thirdparty.ThirdPartyModule
- toString() - Method in class com.helger.commons.timing.StopWatch
- toString() - Method in class com.helger.commons.type.ObjectType
- toString() - Method in class com.helger.commons.type.TypedObject
- toString() - Method in class com.helger.commons.typeconvert.rule.AbstractTypeConverterRule
- toString() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination
- toString() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination
- toString() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
- toString() - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
- toString() - Method in class com.helger.commons.url.ConstantHasSimpleURL
- toString() - Method in class com.helger.commons.url.SimpleURL
- toString() - Method in class com.helger.commons.url.URLData
- toString() - Method in class com.helger.commons.url.URLParameter
- toString() - Method in class com.helger.commons.url.URLProtocol
- toString() - Method in class com.helger.commons.version.Version
- toString() - Method in class com.helger.commons.version.VersionRange
- toString() - Method in class com.helger.commons.wrapper.Wrapper
- toString() - Method in class com.helger.commons.ws.HostnameVerifierVerifyAll
- toString() - Method in class com.helger.commons.ws.TrustManagerTrustAll
- ToStringGenerator - Class in com.helger.commons.string
-
This is a utility class for easier
toStringmethod creations. - ToStringGenerator(Object) - Constructor for class com.helger.commons.string.ToStringGenerator
- toXMLOffsetDate() - Method in class com.helger.commons.datetime.OffsetDate
- toXMLOffsetDate() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
- toXMLOffsetTime() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Converts this date-time to an
XMLOffsetTime. - toZonedDateTime() - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Converts this date-time to a
ZonedDateTimeusing the offset as the zone ID. - TR - Enum constant in enum com.helger.commons.locale.country.ECountry
- TR - Enum constant in enum com.helger.commons.locale.country.ECountryName
- trace(Supplier<String>) - Method in class com.helger.commons.log.ConditionalLogger
- trace(Supplier<String>) - Method in interface com.helger.commons.log.IConditionalLogger
- trace(Supplier<String>, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- trace(Supplier<String>, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- TRACE - Enum constant in enum com.helger.commons.http.EHttpMethod
- transfer(ByteBuffer, ByteBuffer, boolean) - Static method in class com.helger.commons.lang.ByteBufferHelper
-
Transfer as much as possible from source to dest buffer.
- TRANSFER_ENCODING - Static variable in class com.helger.commons.http.CHttpHeader
- Translatable - Annotation Type in com.helger.commons.annotation
-
An informational annotation that indicates that something is meant to be translated.
- trim(String) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed string, if it is not
null. - trimEnd(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed tail from the source value.
- trimEnd(String, int) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed tail from the source value.
- trimEnd(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed tail from the source value.
- trimEndRepeatedly(String, char) - Static method in class com.helger.commons.string.StringHelper
- trimEndRepeatedly(String, String) - Static method in class com.helger.commons.string.StringHelper
- trimLeadingWhitespaces(String) - Static method in class com.helger.commons.string.StringHelper
-
Remove any leading whitespaces from the passed string.
- trimStart(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead from the source value.
- trimStart(String, int) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead from the source value.
- trimStart(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead from the source value.
- trimStartAndEnd(String, char) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead and tail from the source value.
- trimStartAndEnd(String, char, char) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead and tail from the source value.
- trimStartAndEnd(String, String) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead and tail from the source value.
- trimStartAndEnd(String, String, String) - Static method in class com.helger.commons.string.StringHelper
-
Trim the passed lead and tail from the source value.
- trimStartRepeatedly(String, char) - Static method in class com.helger.commons.string.StringHelper
- trimStartRepeatedly(String, String) - Static method in class com.helger.commons.string.StringHelper
- trimTrailingWhitespaces(String) - Static method in class com.helger.commons.string.StringHelper
-
Remove any trailing whitespaces from the passed string.
- TRUE - Enum constant in enum com.helger.commons.state.ETriState
- TRUNCATE - Enum constant in enum com.helger.commons.io.EAppend
-
Truncate an eventually existing object and start over
- truncatedTo(TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the time truncated. - truncatedTo(TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the time truncated. - TrustManagerTrustAll - Class in com.helger.commons.ws
-
A trust manager that accepts all certificates.
- TrustManagerTrustAll() - Constructor for class com.helger.commons.ws.TrustManagerTrustAll
- TrustManagerTrustAll(boolean) - Constructor for class com.helger.commons.ws.TrustManagerTrustAll
- tryAcquire(int) - Method in class com.helger.commons.concurrent.NonReentrantLock
- tryLock() - Method in class com.helger.commons.concurrent.NonReentrantLock
- tryLock(long, TimeUnit) - Method in class com.helger.commons.concurrent.NonReentrantLock
- tryRelease(int) - Method in class com.helger.commons.concurrent.NonReentrantLock
- TT - Enum constant in enum com.helger.commons.locale.country.ECountry
- TT - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TV - Enum constant in enum com.helger.commons.locale.country.ECountry
- TV - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TW - Enum constant in enum com.helger.commons.locale.country.ECountry
- TW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- TypeConverter - Class in com.helger.commons.typeconvert
-
Helper class for converting base types likes "boolean" to object types like "Boolean".
UsesTypeConverterRegistry.getFuzzyConverter(Class, Class)for retrieving a registered converter. - TypeConverterException - Exception Class in com.helger.commons.typeconvert
-
Exceptions of this type are only thrown from the
TypeConverterclass if type conversion fails. - TypeConverterException(Class<?>, TypeConverterException.EReason) - Constructor for exception class com.helger.commons.typeconvert.TypeConverterException
-
Constructor only with a destination class.
- TypeConverterException(Class<?>, Class<?>, TypeConverterException.EReason) - Constructor for exception class com.helger.commons.typeconvert.TypeConverterException
-
Constructor.
- TypeConverterException(Class<?>, Class<?>, TypeConverterException.EReason, Throwable) - Constructor for exception class com.helger.commons.typeconvert.TypeConverterException
-
Constructor with a cause exception.
- TypeConverterException.EReason - Enum in com.helger.commons.typeconvert
- TypeConverterProviderBestMatch - Class in com.helger.commons.typeconvert
-
An type converter provider that tries to provide an exact match before trying fuzzy matches.
- TypeConverterProviderExact - Class in com.helger.commons.typeconvert
-
An exact type converter provider.
- TypeConverterProviderFuzzy - Class in com.helger.commons.typeconvert
-
A fuzzy type converter provider.
- TypeConverterProviderRuleBased - Class in com.helger.commons.typeconvert
-
A rule based type converter provider.
- TypeConverterRegistry - Class in com.helger.commons.typeconvert
-
This class contains all the default type converters for the default types that are required.
- TypeConverterRuleAnySourceFixedDestination<DST> - Class in com.helger.commons.typeconvert.rule
-
Type converter than can convert from a base source class to a destination class.
- TypeConverterRuleAnySourceFixedDestination(Class<DST>, Function<? super Object, ? extends DST>) - Constructor for class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination
- TypeConverterRuleAssignableSourceFixedDestination<SRC,
DST> - Class in com.helger.commons.typeconvert.rule -
Abstract type converter than can convert from a base source class to a destination class.
- TypeConverterRuleAssignableSourceFixedDestination(Class<SRC>, Class<DST>, Function<? super SRC, ? extends DST>) - Constructor for class com.helger.commons.typeconvert.rule.TypeConverterRuleAssignableSourceFixedDestination
- TypeConverterRuleFixedSourceAnyDestination<SRC> - Class in com.helger.commons.typeconvert.rule
-
Abstract type converter than can convert from a base source class to a destination class.
- TypeConverterRuleFixedSourceAnyDestination(Class<SRC>, Function<? super SRC, ? extends Object>) - Constructor for class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
- TypeConverterRuleFixedSourceAssignableDestination<SRC,
DST> - Class in com.helger.commons.typeconvert.rule -
Abstract type converter than can convert from a base source class to a destination class.
- TypeConverterRuleFixedSourceAssignableDestination(Class<SRC>, Class<DST>, Function<? super SRC, ? extends DST>) - Constructor for class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
- TypedObject<IDTYPE> - Class in com.helger.commons.type
-
Base implementation of an object that has an
ObjectTypeand an ID. - TypedObject(ITypedObject<IDTYPE>) - Constructor for class com.helger.commons.type.TypedObject
- TypedObject(ObjectType, IDTYPE) - Constructor for class com.helger.commons.type.TypedObject
-
Constructor.
- TZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- TZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
U
- UA - Enum constant in enum com.helger.commons.locale.country.ECountry
- UA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- UA - Static variable in class com.helger.commons.http.CHttpHeader
- UG - Enum constant in enum com.helger.commons.locale.country.ECountry
- UG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- UK - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK - Enum constant in enum com.helger.commons.locale.country.ECountryName
- UK_AL - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_AL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_EN - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_EN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_GU - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_GU - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_IM - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_IM - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_JE - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_JE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_NI - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_NI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_SC - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_SC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UK_WA - Enum constant in enum com.helger.commons.locale.country.ECountry
- UK_WA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- UM - Enum constant in enum com.helger.commons.locale.country.ECountry
- UM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- uncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Sets the uncaught exception handler for the threads created by the new
BasicThreadFactory. - UNCHANGED - Enum constant in enum com.helger.commons.state.EChange
- uncheckedCast(SRCTYPE) - Static method in class com.helger.commons.lang.GenericReflection
- UNDEFINED - Enum constant in enum com.helger.commons.state.ETriState
- UNHANDLED - Enum constant in enum com.helger.commons.state.EHandled
- UNIX - Enum constant in enum com.helger.commons.system.ENewLineMode
-
Unix style - just \n (0x0A)
- UNIX_SEPARATOR - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The Unix path separator character.
- UNIX_SEPARATOR_STR - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The Unix path separator string.
- UNIX_UNC_PREFIX - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The prefix to identify UNC paths on Unix based systems
- UNKNOWN - Enum constant in enum com.helger.commons.system.EJavaVersion
- UNKNOWN - Enum constant in enum com.helger.commons.system.EJVMVendor
- UNKNOWN - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating an unknown operating system.
- UNKNOWN - Enum constant in enum com.helger.commons.system.EProcessorArchitecture
-
Unknown architecture - could not be determined.
- unlimited() - Method in class com.helger.commons.io.stream.StreamHelper.CopyByteStreamBuilder
-
Ensure no limit in copying (which is also the default).
- unlimited() - Method in class com.helger.commons.io.stream.StreamHelper.CopyCharStreamBuilder
-
Ensure no limit in copying (which is also the default).
- unlock() - Method in class com.helger.commons.concurrent.NonReentrantLock
- unread(byte[]) - Method in class com.helger.commons.io.stream.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.commons.io.stream.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.commons.io.stream.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.commons.io.stream.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.commons.io.stream.NonBlockingPushbackInputStream
-
Pushes back a byte by copying it to the front of the pushback buffer.
- unread(int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
-
Pushes back a single character by copying it to the front of the pushback buffer.
- unregisterEqualsImplementation(Class<?>) - Method in class com.helger.commons.equals.EqualsImplementationRegistry
- unregisterHashCodeImplementation(Class<?>) - Method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
- unregisterMimeTypeContent(MimeTypeContent) - Method in class com.helger.commons.mime.MimeTypeDeterminator
-
Unregister an existing MIME content type.
- UNRESERVED - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- UnsafeAPI - Annotation Type in com.helger.commons.annotation
-
Indicate methods that are unsafe but are helpful in very rare scenarios.
- UnsupportedOperation - Annotation Type in com.helger.commons.annotation
-
Indicate methods that are supposed to throw an
UnsupportedOperationException. - until(Temporal, TemporalUnit) - Method in class com.helger.commons.datetime.OffsetDate
-
Calculates the period between this date and another date in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Calculates the period between this date and another date in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Calculates the amount of time until another date-time in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Calculates the amount of time until another time in terms of the specified unit.
- Until - Annotation Type in com.helger.commons.annotation
-
A code comment for elements that were removed at a specific version.
- URL_ESCAPE - Enum constant in enum com.helger.commons.mime.EMimeQuoting
-
Create a URL escaped String.
- URL_SAFE - Static variable in class com.helger.commons.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.
- URLCodec - Class in com.helger.commons.codec
-
Encoder and decoder for URL stuff based on RFC 3986.
- URLCodec() - Constructor for class com.helger.commons.codec.URLCodec
-
Default constructor with the RFC 3986 printable characters.
- URLCodec(BitSet) - Constructor for class com.helger.commons.codec.URLCodec
-
Constructor with an arbitrary set of printable characters.
- URLData - Class in com.helger.commons.url
-
Read-only implementation of
ISimpleURL - URLData(String) - Constructor for class com.helger.commons.url.URLData
- URLData(String, URLParameterList) - Constructor for class com.helger.commons.url.URLData
- URLData(String, URLParameterList, String) - Constructor for class com.helger.commons.url.URLData
- urlDecode(String) - Static method in class com.helger.commons.url.URLHelper
-
URL-decode the passed value automatically handling charset issues.
- urlDecode(String, Charset) - Static method in class com.helger.commons.url.URLHelper
-
URL-decode the passed value automatically handling charset issues.
- urlDecodeOrDefault(String, String) - Static method in class com.helger.commons.url.URLHelper
-
URL-decode the passed value automatically handling charset issues.
- urlDecodeOrDefault(String, Charset, String) - Static method in class com.helger.commons.url.URLHelper
-
URL-decode the passed value automatically handling charset issues.
- urlDecodeOrNull(String) - Static method in class com.helger.commons.url.URLHelper
-
URL-decode the passed value automatically handling charset issues.
- urlDecodeOrNull(String, Charset) - Static method in class com.helger.commons.url.URLHelper
-
URL-decode the passed value automatically handling charset issues.
- urlEncode(String) - Static method in class com.helger.commons.url.URLHelper
-
URL-encode the passed value automatically handling charset issues.
- urlEncode(String, Charset) - Static method in class com.helger.commons.url.URLHelper
-
URL-encode the passed value automatically handling charset issues.
- URLHelper - Class in com.helger.commons.url
-
URL utilities.
- URLParameter - Class in com.helger.commons.url
-
This class represents a single URL parameter.
- URLParameter(String) - Constructor for class com.helger.commons.url.URLParameter
- URLParameter(String, String) - Constructor for class com.helger.commons.url.URLParameter
- URLParameterDecoder - Class in com.helger.commons.url
-
Decoder for URL parameters
- URLParameterDecoder(Charset) - Constructor for class com.helger.commons.url.URLParameterDecoder
- URLParameterEncoder - Class in com.helger.commons.url
-
Encoder for URLs
- URLParameterEncoder(Charset) - Constructor for class com.helger.commons.url.URLParameterEncoder
- URLParameterList - Class in com.helger.commons.url
-
A list of URL parameters with a sanity API.
- URLParameterList() - Constructor for class com.helger.commons.url.URLParameterList
- URLParameterList(List<? extends URLParameter>) - Constructor for class com.helger.commons.url.URLParameterList
- URLProtocol - Class in com.helger.commons.url
-
A simple implementation of the
IURLProtocolinterface. - URLProtocol(String, boolean) - Constructor for class com.helger.commons.url.URLProtocol
- URLProtocolRegistry - Class in com.helger.commons.url
-
A central registry for supported URL protocols.
- URLResource - Class in com.helger.commons.io.resource
-
Implementation of the
IReadableResourceinterface for URL objects. - URLResource(ISimpleURL) - Constructor for class com.helger.commons.io.resource.URLResource
- URLResource(String) - Constructor for class com.helger.commons.io.resource.URLResource
- URLResource(URI) - Constructor for class com.helger.commons.io.resource.URLResource
- URLResource(URL) - Constructor for class com.helger.commons.io.resource.URLResource
- URLResourceProvider - Class in com.helger.commons.io.resourceprovider
-
The URL resource provider.
- URLResourceProvider() - Constructor for class com.helger.commons.io.resourceprovider.URLResourceProvider
- URLValidator - Class in com.helger.commons.url
-
Check if a URL is valid.
- URN - Enum constant in enum com.helger.commons.url.EURLProtocol
-
URN (RFC 2141)
- US - Enum constant in enum com.helger.commons.locale.country.ECountry
- US - Enum constant in enum com.helger.commons.locale.country.ECountryName
- US_AK - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_AK - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_AL - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_AL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_AR - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_AR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_AZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_AZ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_BE - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_BE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_CA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_CA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_CO - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_CO - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_CT - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_CT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_DC - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_DC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_DE - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_DE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_FL - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_FL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_GA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_GA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_HI - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_HI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_IA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_IA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_ID - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_ID - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_IL - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_IL - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_IN - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_IN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_KS - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_KS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_KY - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_KY - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_LA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_LA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MD - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MD - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_ME - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_ME - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MI - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MN - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MO - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MO - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MS - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MS - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_MT - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_MT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NC - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NC_CE - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NC_CE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NC_ME - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NC_ME - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_ND - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_ND - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NE - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NE - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NH - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NJ - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NJ - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NM - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NM - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NV - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NV - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NY - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NY - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_NY_NYC - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_NY_NYC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_OH - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_OH - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_OK - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_OK - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_OR - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_OR - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_PA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_PA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_RI - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_RI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_SC - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_SC - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_SD - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_SD - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_TN - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_TN - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_TX - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_TX - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_UT - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_UT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_VA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_VA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_VT - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_VT - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_WA - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_WA - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_WI - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_WI - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_WV - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_WV - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- US_WY - Enum constant in enum com.helger.commons.locale.country.ECountry
- US_WY - Enum constant in enum com.helger.commons.locale.country.ECountrySubName
- USE_NEXT_SIBLING - Enum constant in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
-
Skip the child elements of the current element and go to the next sibling.
- USE_PARENTS_NEXT_SIBLING - Enum constant in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
-
Skip the child elements and all siblings of the current content element and go to the parent element's sibling.
- UseDirectEqualsAndHashCode - Annotation Type in com.helger.commons.annotation
-
Indicate that a class's native implementations of
Annotation.equals(Object)andAnnotation.hashCode()should be used and no wrapper. - UsedViaReflection - Annotation Type in com.helger.commons.annotation
-
Just to indicate that a class is used via reflection and not by direct references.
- USER_AGENT - Static variable in class com.helger.commons.http.CHttpHeader
- USERINFO - Enum constant in enum com.helger.commons.text.codepoint.ECodepointProfile
- utf8(String) - Static method in class com.helger.commons.io.resource.inmemory.ReadableResourceString
- utf8(String) - Static method in class com.helger.commons.io.stream.StringInputStream
-
Shortcut factory method for a UTF-8 based
StringInputStream. - utf8(String, String) - Static method in class com.helger.commons.io.resource.inmemory.ReadableResourceString
- Utf8ResourceBundle - Class in com.helger.commons.text.resourcebundle
-
Helper class to handle read-only property resource bundles reading only UTF-8 text strings.
- UY - Enum constant in enum com.helger.commons.locale.country.ECountry
- UY - Enum constant in enum com.helger.commons.locale.country.ECountryName
- UZ - Enum constant in enum com.helger.commons.locale.country.ECountry
- UZ - Enum constant in enum com.helger.commons.locale.country.ECountryName
V
- VA - Enum constant in enum com.helger.commons.locale.country.ECountry
- VA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- VALID - Enum constant in enum com.helger.commons.state.EValidity
- value() - Element in annotation type com.helger.commons.annotation.ChangeNextMajorRelease
- value() - Element in annotation type com.helger.commons.annotation.CodingStyleguideUnaware
- value() - Element in annotation type com.helger.commons.annotation.ContainsSoftMigration
- value() - Element in annotation type com.helger.commons.annotation.DevelopersNote
- value() - Element in annotation type com.helger.commons.annotation.IsLocked
- value() - Element in annotation type com.helger.commons.annotation.IsSPIImplementation
- value() - Element in annotation type com.helger.commons.annotation.IsSPIInterface
- value() - Element in annotation type com.helger.commons.annotation.LazilyInitialized
- value() - Element in annotation type com.helger.commons.annotation.MustBeLocked
- value() - Element in annotation type com.helger.commons.annotation.MustImplementComparable
- value() - Element in annotation type com.helger.commons.annotation.MustImplementEqualsAndHashcode
- value() - Element in annotation type com.helger.commons.annotation.Nonempty
- value() - Element in annotation type com.helger.commons.annotation.NoTranslationRequired
- value() - Element in annotation type com.helger.commons.annotation.OverrideOnDemand
- value() - Element in annotation type com.helger.commons.annotation.PresentForCodeCoverage
- value() - Element in annotation type com.helger.commons.annotation.PrivateAPI
- value() - Element in annotation type com.helger.commons.annotation.ReturnsImmutableObject
- value() - Element in annotation type com.helger.commons.annotation.ReturnsMutableCopy
- value() - Element in annotation type com.helger.commons.annotation.ReturnsMutableObject
- value() - Element in annotation type com.helger.commons.annotation.Since
- value() - Element in annotation type com.helger.commons.annotation.Singleton
- value() - Element in annotation type com.helger.commons.annotation.Translatable
- value() - Element in annotation type com.helger.commons.annotation.UnsafeAPI
- value() - Element in annotation type com.helger.commons.annotation.UnsupportedOperation
- value() - Element in annotation type com.helger.commons.annotation.Until
- value() - Element in annotation type com.helger.commons.annotation.UseDirectEqualsAndHashCode
- value() - Element in annotation type com.helger.commons.annotation.UsedViaReflection
- value() - Element in annotation type com.helger.commons.annotation.VisibleForTesting
- value() - Element in annotation type com.helger.commons.annotation.WorkInProgress
- VALUE_ALLOW_FROM - Static variable in class com.helger.commons.http.CHttpHeader
- VALUE_DENY - Static variable in class com.helger.commons.http.CHttpHeader
- VALUE_INCLUDE_SUBDOMAINS - Static variable in class com.helger.commons.http.CHttpHeader
- VALUE_NOSNIFF - Static variable in class com.helger.commons.http.CHttpHeader
- VALUE_SAMEORIGIN - Static variable in class com.helger.commons.http.CHttpHeader
- ValueEnforcer - Class in com.helger.commons
-
This class contains "runtime assertions" utility methods.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EChange
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EContinue
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EEnabled
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EEOI
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EHandled
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EInterrupt
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EMandatory
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.ESuccess
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.ETriState
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.helger.commons.state.EValidity
-
Returns the enum constant of this type with the specified name.
- valueOf(IChangeIndicator) - Static method in enum com.helger.commons.state.EChange
-
Returns the enum constant of this type with the specified name.
- valueOf(IContinueIndicator) - Static method in enum com.helger.commons.state.EContinue
-
Returns the enum constant of this type with the specified name.
- valueOf(IEnabledIndicator) - Static method in enum com.helger.commons.state.EEnabled
-
Returns the enum constant of this type with the specified name.
- valueOf(IHandledIndicator) - Static method in enum com.helger.commons.state.EHandled
-
Returns the enum constant of this type with the specified name.
- valueOf(IInterruptIndicator) - Static method in enum com.helger.commons.state.EInterrupt
-
Returns the enum constant of this type with the specified name.
- valueOf(ILeftRightIndicator) - Static method in enum com.helger.commons.state.ELeftRight
-
Returns the enum constant of this type with the specified name.
- valueOf(IMandatoryIndicator) - Static method in enum com.helger.commons.state.EMandatory
-
Returns the enum constant of this type with the specified name.
- valueOf(ISuccessIndicator) - Static method in enum com.helger.commons.state.ESuccess
-
Returns the enum constant of this type with the specified name.
- valueOf(ITopBottomIndicator) - Static method in enum com.helger.commons.state.ETopBottom
-
Returns the enum constant of this type with the specified name.
- valueOf(ITriState) - Static method in enum com.helger.commons.state.ETriState
-
Returns the enum constant of this type with the specified name.
- valueOf(IValidityIndicator) - Static method in enum com.helger.commons.state.EValidity
-
Returns the enum constant of this type with the specified name.
- valueOf(Boolean) - Static method in enum com.helger.commons.state.ETriState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.annotation.ELockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.charset.EUnicodeBOM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.collection.ECollectionBaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.compare.ESortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.datetime.EDTFormatterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.datetime.EDTType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.error.ErrorTextProvider.EField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.error.level.EErrorLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.http.EHttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.io.EAppend
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.io.file.EFileIOOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.io.file.ERandomAccessFileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.io.watchdir.EWatchDirAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.locale.country.ECountry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.locale.country.ECountryName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.locale.country.ECountrySubName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.locale.ELocaleName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.math.RoundHelper.EDecimalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.mime.EMimeContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.mime.EMimeQuoting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.mock.SPITestHelper.EMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EChange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EContinue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EEnabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EEOI
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EHandled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EInterrupt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.ELeftRight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EMandatory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.ESuccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.ETopBottom
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.ETriState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.state.EValidity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.system.EJavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.system.EJVMVendor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.system.ENewLineMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.system.EOperatingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.system.EProcessorArchitecture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.text.codepoint.ECodepointProfile
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.thirdparty.ELicense
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.typeconvert.ITypeConverterRule.ESubType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.typeconvert.TypeConverterException.EReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.helger.commons.url.EURLProtocol
-
Returns the enum constant of this type with the specified name.
- valueOfChange(IChangeIndicator) - Static method in enum com.helger.commons.state.ESuccess
- values() - Static method in enum com.helger.commons.annotation.ELockType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.charset.EUnicodeBOM
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.collection.ECollectionBaseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.compare.ESortOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.datetime.EDTFormatterMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.datetime.EDTType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.error.ErrorTextProvider.EField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.error.level.EErrorLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.hierarchy.visit.EHierarchyVisitorReturn
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.http.EHttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.io.EAppend
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.io.file.EFileIOOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.io.file.ERandomAccessFileMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.io.watchdir.EWatchDirAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.locale.country.ECountry
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.locale.country.ECountryName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.locale.country.ECountrySubName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.locale.ELocaleName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.math.RoundHelper.EDecimalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.mime.EMimeContentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.mime.EMimeQuoting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.mock.SPITestHelper.EMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EChange
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EContinue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EEnabled
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EEOI
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EHandled
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EInterrupt
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.ELeftRight
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EMandatory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.ESuccess
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.ETopBottom
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.ETriState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.state.EValidity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.system.EJavaVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.system.EJVMVendor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.system.ENewLineMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.system.EOperatingSystem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.system.EProcessorArchitecture
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.text.codepoint.ECodepointProfile
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.thirdparty.ELicense
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.typeconvert.ITypeConverterRule.ESubType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.typeconvert.TypeConverterException.EReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.helger.commons.url.EURLProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARY - Static variable in class com.helger.commons.http.CHttpHeader
- VC - Enum constant in enum com.helger.commons.locale.country.ECountry
- VC - Enum constant in enum com.helger.commons.locale.country.ECountryName
- VE - Enum constant in enum com.helger.commons.locale.country.ECountry
- VE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- VENDOR_PERSON_PHILIP - Static variable in class com.helger.commons.vendor.VendorInfo
-
Philip
- VendorInfo - Class in com.helger.commons.vendor
-
Contains some general vendor specific information.
- verify(char[], ECodepointProfile) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified profile
- verify(AbstractCodepointIterator, ECodepointProfile) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified filter
- verify(AbstractCodepointIterator, IntPredicate) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified filter
- verify(String, ECodepointProfile) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified profile
- verify(String, SSLSession) - Method in class com.helger.commons.ws.HostnameVerifierVerifyAll
- verifyNot(char[], ECodepointProfile) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified profile
- verifyNot(ICodepointIterator, ECodepointProfile) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified profile
- verifyNot(ICodepointIterator, IntPredicate) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Verifies a sequence of codepoints using the specified filter
- Version - Class in com.helger.commons.version
-
This class represents a single version object.
- Version(int) - Constructor for class com.helger.commons.version.Version
-
Create a new version with major version only.
- Version(int, int) - Constructor for class com.helger.commons.version.Version
-
Create a new version with major and minor version only.
- Version(int, int, int) - Constructor for class com.helger.commons.version.Version
-
Create a new version with major, minor and micro version number.
- Version(int, int, int, String) - Constructor for class com.helger.commons.version.Version
-
Create a new version with 3 integer values and a qualifier.
- versionMatches(Version) - Method in class com.helger.commons.version.VersionRange
- VersionRange - Class in com.helger.commons.version
-
This class represents a range of versions.
- VersionRange(Version, boolean, Version, boolean) - Constructor for class com.helger.commons.version.VersionRange
-
Create a new version range depicted by two versions.
- VersionRange(Version, Version) - Constructor for class com.helger.commons.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.
- VerySecureRandom - Class in com.helger.commons.random
-
A secure random generator initialized with another secure random generator.
Using/dev/randommay require waiting for the result as it uses so-called entropy pool, where random data may not be available at the moment. - VG - Enum constant in enum com.helger.commons.locale.country.ECountry
- VG - Enum constant in enum com.helger.commons.locale.country.ECountryName
- VI - Enum constant in enum com.helger.commons.locale.country.ECountry
- VI - Enum constant in enum com.helger.commons.locale.country.ECountryName
- VIDEO - Enum constant in enum com.helger.commons.mime.EMimeContentType
- VisibleForTesting - Annotation Type in com.helger.commons.annotation
-
Indicates that a method has only increased visibility for testing purposes.
- visit(byte) - Method in class com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
- visit(CHILDTYPE, boolean) - Method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- visit(DATATYPE, boolean) - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitor
-
Visit all objects, starting specified one.
- visitAll(IChildrenProvider<CHILDTYPE>, IHierarchyVisitorCallback<? super CHILDTYPE>, boolean) - Static method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- visitAll(IHierarchyVisitorCallback<? super CHILDTYPE>, boolean) - Static method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- visitFrom(CHILDTYPE, IChildrenProvider<CHILDTYPE>, IHierarchyVisitorCallback<? super CHILDTYPE>, boolean) - Static method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- visitFrom(CHILDTYPE, IHierarchyVisitorCallback<? super CHILDTYPE>, boolean) - Static method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
- visitStatistics(IStatisticsVisitorCallback) - Static method in class com.helger.commons.statistics.util.StatisticsVisitor
-
Walk all available statistics elements with the passed statistics visitor.
- VN - Enum constant in enum com.helger.commons.locale.country.ECountry
- VN - Enum constant in enum com.helger.commons.locale.country.ECountryName
- VU - Enum constant in enum com.helger.commons.locale.country.ECountry
- VU - Enum constant in enum com.helger.commons.locale.country.ECountryName
W
- waitUntilAllTasksAreFinished(ExecutorService) - Static method in class com.helger.commons.concurrent.ExecutorServiceHelper
-
Wait indefinitely on the
ExecutorServiceuntil it terminates. - waitUntilAllTasksAreFinished(ExecutorService, long, TimeUnit) - Static method in class com.helger.commons.concurrent.ExecutorServiceHelper
-
Wait indefinitely on the
ExecutorServiceuntil it terminates. - walkFileTree(Path, int, FileVisitor<? super Path>) - Static method in class com.helger.commons.io.file.PathHelper
- walkFileTree(Path, Set<FileVisitOption>, int, FileVisitor<? super Path>) - Static method in class com.helger.commons.io.file.PathHelper
-
Walks a file tree.
- WAP_PROFILE - Static variable in class com.helger.commons.http.CHttpHeader
- WAP_PROFILE_DIFF - Static variable in class com.helger.commons.http.CHttpHeader
- warn(Serializable) - Method in class com.helger.commons.log.InMemoryLogger
- warn(Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
- warn(String) - Method in class com.helger.commons.log.ConditionalLogger
- warn(String) - Method in interface com.helger.commons.log.IConditionalLogger
- warn(String, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- warn(String, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- warn(Supplier<String>) - Method in class com.helger.commons.log.ConditionalLogger
- warn(Supplier<String>) - Method in interface com.helger.commons.log.IConditionalLogger
- warn(Supplier<String>, Exception) - Method in class com.helger.commons.log.ConditionalLogger
- warn(Supplier<String>, Exception) - Method in interface com.helger.commons.log.IConditionalLogger
- WARN - Enum constant in enum com.helger.commons.error.level.EErrorLevel
-
Warning level.
- WARNING - Static variable in class com.helger.commons.http.CHttpHeader
- WatchDir - Class in com.helger.commons.io.watchdir
-
Generic directory watching service using the default JDK
WatchServiceclass. - WatchDir(Path, boolean) - Constructor for class com.helger.commons.io.watchdir.WatchDir
-
Creates a WatchService and registers the given directory
- WF - Enum constant in enum com.helger.commons.locale.country.ECountry
- WF - Enum constant in enum com.helger.commons.locale.country.ECountryName
- WINDOW_TARGET - Static variable in class com.helger.commons.http.CHttpHeader
- WINDOWS - Enum constant in enum com.helger.commons.system.ENewLineMode
-
Windows style - \r\n (0x0D 0x0A)
- WINDOWS - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the Windows operating system.
- WINDOWS_SEPARATOR - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The Windows separator character.
- WINDOWS_SEPARATOR_STR - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The Windows separator string.
- WINDOWS_UNC_PREFIX - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The prefix to identify UNC paths on Windows based systems
- WINDOWS_UNC_PREFIX_LOCAL1 - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The prefix to identify local UNC paths on Windows based systems.
Those no longer work in files in certain Java versions. - WINDOWS_UNC_PREFIX_LOCAL2 - Static variable in class com.helger.commons.io.file.FilenameHelper
-
The prefix to identify local UNC paths on Windows based systems
Those no longer work in files in certain Java versions. - with(LocalDateTime, ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a new date-time based on this one, returning
thiswhere possible. - with(LocalTime, ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a new time based on this one, returning
thiswhere possible. - with(TemporalAdjuster) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns an adjusted copy of this date.
- with(TemporalAdjuster) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns an adjusted copy of this date.
- with(TemporalAdjuster) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns an adjusted copy of this date-time.
- with(TemporalAdjuster) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns an adjusted copy of this time.
- with(TemporalField, long) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this date with the specified field set to a new value.
- with(TemporalField, long) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this date with the specified field set to a new value.
- with(TemporalField, long) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this date-time with the specified field set to a new value.
- with(TemporalField, long) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this time with the specified field set to a new value.
- withBufferedInputStreamDo(Function<InputStream, T>) - Method in interface com.helger.commons.io.IHasInputStream
-
Perform something with the buffered
InputStreamof this object and making sure, that it gets closed correctly afterwards. - withDayOfMonth(int) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the day-of-month altered. - withDayOfMonth(int) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the day-of-month altered. - withDayOfMonth(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the day-of-month altered. - withDayOfYear(int) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the day-of-year altered. - withDayOfYear(int) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the day-of-year altered. - withDayOfYear(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the day-of-year altered. - withFilter(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.iterate.IIterableIterator
- withHour(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the hour-of-day altered. - withHour(int) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the hour-of-day altered. - withInputStreamDo(Function<InputStream, T>) - Method in interface com.helger.commons.io.IHasInputStream
-
Perform something with the
InputStreamof this object and making sure, that it gets closed correctly afterwards. - withMapper(Function<? super ELEMENTTYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.iterate.IIterableIterator
- withMinute(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the minute-of-hour altered. - withMinute(int) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the minute-of-hour altered. - withMonth(int) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the month-of-year altered. - withMonth(int) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the month-of-year altered. - withMonth(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the month-of-year altered. - withNano(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the nano-of-second altered. - withNano(int) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the nano-of-second altered. - withOffsetSameInstant(ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified offset ensuring that the result is at the same instant. - withOffsetSameInstant(ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified offset ensuring that the result is at the same instant on an implied day. - withOffsetSameLocal(ZoneOffset) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the specified offset ensuring that the result has the same local date. - withOffsetSameLocal(ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the specified offset ensuring that the result has the same local date. - withOffsetSameLocal(ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the specified offset ensuring that the result has the same local date-time. - withOffsetSameLocal(ZoneOffset) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the specified offset ensuring that the result has the same local time. - withoutErrorCode() - Method in class com.helger.commons.io.file.FileIOError
- withSecond(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the second-of-minute altered. - withSecond(int) - Method in class com.helger.commons.datetime.XMLOffsetTime
-
Returns a copy of this
XMLOffsetTimewith the second-of-minute altered. - withYear(int) - Method in class com.helger.commons.datetime.OffsetDate
-
Returns a copy of this
OffsetDatewith the year altered. - withYear(int) - Method in class com.helger.commons.datetime.XMLOffsetDate
-
Returns a copy of this
XMLOffsetDatewith the year altered. - withYear(int) - Method in class com.helger.commons.datetime.XMLOffsetDateTime
-
Returns a copy of this
XMLOffsetDateTimewith the year altered. - WithZoneId - Class in com.helger.commons.datetime
-
A combination of a date/time string and an optional
ZoneId. - WithZoneId(String, ZoneId) - Constructor for class com.helger.commons.datetime.WithZoneId
- WorkInProgress - Annotation Type in com.helger.commons.annotation
-
This annotation defines that an element is "work in progress" and should not yet be used in production.
- wrap(Supplier<? extends T>) - Static method in interface com.helger.commons.pool.IObjectPoolFactory
-
Wrapper around
Supplierto create anIObjectPoolFactory. - wrapBidi(String, char) - Static method in class com.helger.commons.text.codepoint.CodepointHelper
-
Wrap the string with the specified bidi control
- wrappedFactory(ThreadFactory) - Method in class com.helger.commons.concurrent.BasicThreadFactory.Builder
-
Sets the
ThreadFactoryto be wrapped by the newBasicThreadFactory. - WrappedInputStream - Class in com.helger.commons.io.stream
-
A wrapper around another
FilterInputStreamto make the wrappedInputStreamaccessible. - WrappedInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.WrappedInputStream
- WrappedOutputStream - Class in com.helger.commons.io.stream
-
A wrapper around another
FilterOutputStreamto make the wrappedOutputStreamaccessible. - WrappedOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.WrappedOutputStream
- WrappedReader - Class in com.helger.commons.io.stream
-
A wrapper around another
FilterReaderto make the wrappedReaderaccessible. - WrappedReader(Reader) - Constructor for class com.helger.commons.io.stream.WrappedReader
- WrappedWriter - Class in com.helger.commons.io.stream
-
A wrapper around another
FilterWriterto make the wrappedWriteraccessible. - WrappedWriter(Writer) - Constructor for class com.helger.commons.io.stream.WrappedWriter
- Wrapper<DATATYPE> - Class in com.helger.commons.wrapper
-
This is a stupid wrapper around any object.
- Wrapper() - Constructor for class com.helger.commons.wrapper.Wrapper
-
Default constructor.
- Wrapper(IWrapper<DATATYPE>) - Constructor for class com.helger.commons.wrapper.Wrapper
-
Copy constructor.
- Wrapper(DATATYPE) - Constructor for class com.helger.commons.wrapper.Wrapper
-
Constructor with an existing object.
- WritableResourceProviderChain - Class in com.helger.commons.io.resourceprovider
-
A resource provider chain implementation of
IWritableResourceProvider. - WritableResourceProviderChain(IReadableResourceProvider...) - Constructor for class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- WritableResourceProviderChain(Iterable<? extends IReadableResourceProvider>) - Constructor for class com.helger.commons.io.resourceprovider.WritableResourceProviderChain
- write(byte[]) - Method in class com.helger.commons.io.stream.CountingFileOutputStream
- write(byte[]) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
- write(byte[]) - Method in class com.helger.commons.io.stream.NullOutputStream
-
Does nothing - output to
/dev/null. - write(byte[], int, int) - Method in class com.helger.commons.base64.Base64OutputStream
-
Calls
Base64OutputStream.write(int)repeatedly until len bytes are written. - write(byte[], int, int) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- write(byte[], int, int) - Method in class com.helger.commons.io.stream.CountingFileOutputStream
- write(byte[], int, int) - Method in class com.helger.commons.io.stream.CountingOutputStream
- write(byte[], int, int) - Method in class com.helger.commons.io.stream.LoggingOutputStream
- write(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
-
Writes
lenbytes from the specified byte array starting at offsetoffto this buffered output stream. - write(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Writes
nLenbytes from the specified byte array starting at offsetnOfsto this byte array output stream. - write(byte[], int, int) - Method in class com.helger.commons.io.stream.NullOutputStream
-
Does nothing - output to
/dev/null. - write(byte[], int, int) - Method in class com.helger.commons.io.stream.WrappedOutputStream
- write(char[]) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Writes an array of characters.
- write(char[], int, int) - Method in class com.helger.commons.io.stream.CountingWriter
- write(char[], int, int) - Method in class com.helger.commons.io.stream.LoggingWriter
- write(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Writes a portion of an array of characters.
- write(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Writes characters to the buffer.
- write(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Write a portion of an array of characters.
- write(int) - Method in class com.helger.commons.base64.Base64OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- write(int) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
- write(int) - Method in class com.helger.commons.io.stream.CountingFileOutputStream
- write(int) - Method in class com.helger.commons.io.stream.CountingOutputStream
- write(int) - Method in class com.helger.commons.io.stream.CountingWriter
- write(int) - Method in class com.helger.commons.io.stream.LoggingOutputStream
- write(int) - Method in class com.helger.commons.io.stream.LoggingWriter
- write(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
-
Writes the specified byte to this buffered output stream.
- write(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Writes a single character.
- write(int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Writes the specified byte to this byte array output stream.
- write(int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Writes a character to the buffer.
- write(int) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Write a single character.
- write(int) - Method in class com.helger.commons.io.stream.NullOutputStream
-
Does nothing - output to
/dev/null. - write(String) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Writes a string.
- write(String) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Write a string.
- write(String, int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
-
Writes a portion of a String.
- write(String, int, int) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Write a portion of a string to the buffer.
- write(String, int, int) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
-
Write a portion of a string.
- write(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write the content from the passed byte buffer to this output stream.
- WRITE - Enum constant in enum com.helger.commons.annotation.ELockType
- writeAll(List<? extends List<String>>) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the entire list to a CSV file using the default quoting setting.
- writeAll(List<? extends List<String>>, boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the entire list to a CSV file.
- writeBit(int) - Method in class com.helger.commons.io.stream.BitOutputStream
-
Write a single bit to the stream.
- writeBit(int) - Method in class com.helger.commons.io.stream.NonBlockingBitOutputStream
-
Write a single bit to the stream.
- writeBits(int, int) - Method in class com.helger.commons.io.stream.NonBlockingBitOutputStream
-
Write the specified number of bits from the int value to the stream.
- writeContentBytes(OutputStream) - Method in class com.helger.commons.mime.MimeTypeContent
-
Write the content bytes to the specified output stream.
- writeConvertedObject(T, ObjectOutputStream) - Method in interface com.helger.commons.serialize.convert.ISerializationConverter
-
Write the passed source object to the passed
ObjectOutputStream. - writeConvertedObject(T, ObjectOutputStream) - Static method in class com.helger.commons.serialize.convert.SerializationConverter
- writeEncodedURLByte(int, OutputStream) - Static method in class com.helger.commons.codec.URLCodec
-
Encodes byte into its URL representation.
- writeEncodeQuotedPrintableByte(int, OutputStream) - Static method in class com.helger.commons.codec.QuotedPrintableCodec
-
Encodes byte into its quoted-printable representation.
- writeFile(File, byte[]) - Static method in class com.helger.commons.io.file.SimpleFileIO
- writeFile(File, byte[], int, int) - Static method in class com.helger.commons.io.file.SimpleFileIO
- writeFile(File, String, Charset) - Static method in class com.helger.commons.io.file.SimpleFileIO
- writeFile(String, EAppend, byte[]) - Method in interface com.helger.commons.io.relative.IFileRelativeIO
-
Helper function for saving a file with correct error handling.
- writeLocked(Runnable) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided runnable in a write lock.
- writeLockedBoolean(BooleanSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a write lock.
- writeLockedDouble(DoubleSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a write lock.
- writeLockedGet(Supplier<? extends T>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a write lock.
- writeLockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a write lock.
- writeLockedInt(IntSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a write lock.
- writeLockedLong(LongSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided callable in a write lock.
- writeLockedThrowing(IThrowingRunnable<EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
-
Execute the provided runnable in a write lock.
- writeNext(Iterable<String>) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file using the default quoting settings.
- writeNext(Iterable<String>, boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file.
- writeNext(String...) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file using the default quoting settings.
- writeNext(String[], boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file.
- writeNext(String[], int, int) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file using the default quoting setting.
- writeNext(String[], int, int, boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file.
- writeNext(Iterator<String>, boolean) - Method in class com.helger.commons.csv.CSVWriter
-
Writes the next line to the file.
- writeSafeUTF(DataOutput, String) - Static method in class com.helger.commons.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.commons.io.stream.StreamHelper
-
Write bytes to an
OutputStream. - writeStream(OutputStream, byte[], int, int) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Write bytes to an
OutputStream. - writeStream(OutputStream, String, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
-
Write bytes to an
OutputStream. - writeTo(byte[]) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Writes the current content to the passed buffer.
- writeTo(byte[], boolean) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Writes the current content to the passed buffer.
- writeTo(byte[], int, int) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write current content to the passed byte array.
- writeTo(byte[], int, int, boolean) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write current content to the passed byte array.
- writeTo(OutputStream) - Method in interface com.helger.commons.io.IHasByteArray
-
Write the relevant part of the byte array onto the provided output stream.
- writeTo(OutputStream) - Method in interface com.helger.commons.io.IWriteToStream
-
Write everything to the passed output stream.
- writeTo(OutputStream) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write everything to the passed output stream and clear the contained buffer.
- writeTo(OutputStream) - Method in class com.helger.commons.io.stream.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, boolean) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write everything to the passed output stream and optionally clear the contained buffer.
- writeTo(Writer) - Method in class com.helger.commons.io.stream.NonBlockingCharArrayWriter
-
Writes the contents of the buffer to another character stream.
- writeTo(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write everything currently contained to the specified buffer.
- writeTo(ByteBuffer, boolean) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
-
Write everything currently contained to the specified buffer.
- writeToAndClose(OutputStream) - Method in interface com.helger.commons.io.IWriteToStream
-
Write everything to the passed output stream and close it.
- WS - Enum constant in enum com.helger.commons.locale.country.ECountry
- WS - Enum constant in enum com.helger.commons.locale.country.ECountryName
- WS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Web socket (RFC 6455).
- WSJAR - Enum constant in enum com.helger.commons.url.EURLProtocol
-
WebSphere JAR
- WSS - Enum constant in enum com.helger.commons.url.EURLProtocol
-
Encrypted web socket (RFC 6455).
- WWW - Enum constant in enum com.helger.commons.mime.EMimeContentType
- WWW_AUTHENTICATE - Static variable in class com.helger.commons.http.CHttpHeader
X
- X_CONFERENCE - Enum constant in enum com.helger.commons.mime.EMimeContentType
- X_CONTENT - Enum constant in enum com.helger.commons.mime.EMimeContentType
- X_CONTENT_SECURITY_POLICY - Static variable in class com.helger.commons.http.CHttpHeader
- X_CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class com.helger.commons.http.CHttpHeader
- X_CONTENT_TYPE_OPTIONS - Static variable in class com.helger.commons.http.CHttpHeader
-
https://www.owasp.org/index.php/List_of_useful_HTTP_headers
e.g. - X_DEVICE_USER_AGENT - Static variable in class com.helger.commons.http.CHttpHeader
- X_DIRECTORY - Enum constant in enum com.helger.commons.mime.EMimeContentType
- X_EPOC - Enum constant in enum com.helger.commons.mime.EMimeContentType
- X_FRAME_OPTIONS - Static variable in class com.helger.commons.http.CHttpHeader
-
https://www.owasp.org/index.php/List_of_useful_HTTP_headers
e.g. - X_UA_COMPATIBLE - Static variable in class com.helger.commons.http.CHttpHeader
- X_WAP_PROFILE - Static variable in class com.helger.commons.http.CHttpHeader
- X_WAP_PROFILE_DIFF - Static variable in class com.helger.commons.http.CHttpHeader
- X_WEBKIT_CSP - Static variable in class com.helger.commons.http.CHttpHeader
- X_WORLD - Enum constant in enum com.helger.commons.mime.EMimeContentType
- X_XSS_PROTECTION - Static variable in class com.helger.commons.http.CHttpHeader
-
https://www.owasp.org/index.php/List_of_useful_HTTP_headers
e.g. - xmlOffsetDate(String) - Static method in class com.helger.commons.datetime.PDTMask
- XMLOffsetDate - Class in com.helger.commons.datetime
-
Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos.
This class is based on the class OffsetDate but the Timezone offset is optional - it may behave like a regular LocalDate - XMLOffsetDate(LocalDate, ZoneOffset) - Constructor for class com.helger.commons.datetime.XMLOffsetDate
-
Constructor.
- xmlOffsetDateTime(String) - Static method in class com.helger.commons.datetime.PDTMask
- XMLOffsetDateTime - Class in com.helger.commons.datetime
-
A version of
OffsetDateTimethat has an optionalZoneOffset - XMLOffsetDateTime(LocalDateTime, ZoneOffset) - Constructor for class com.helger.commons.datetime.XMLOffsetDateTime
-
Constructor.
- XMLOffsetTime - Class in com.helger.commons.datetime
-
A version of
OffsetTimethat has an optionalZoneOffset - XMLOffsetTime(LocalTime, ZoneOffset) - Constructor for class com.helger.commons.datetime.XMLOffsetTime
-
Constructor.
- XSD_DATE - Static variable in class com.helger.commons.datetime.PDTWebDateHelper
- XSD_DATE_TIME - Static variable in class com.helger.commons.datetime.PDTWebDateHelper
- XSD_TIME - Static variable in class com.helger.commons.datetime.PDTWebDateHelper
Y
- YE - Enum constant in enum com.helger.commons.locale.country.ECountry
- YE - Enum constant in enum com.helger.commons.locale.country.ECountryName
- year(String) - Static method in class com.helger.commons.datetime.PDTMask
- yearMonth(String) - Static method in class com.helger.commons.datetime.PDTMask
- YT - Enum constant in enum com.helger.commons.locale.country.ECountry
- YT - Enum constant in enum com.helger.commons.locale.country.ECountryName
Z
- ZA - Enum constant in enum com.helger.commons.locale.country.ECountry
- ZA - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ZIP - Enum constant in enum com.helger.commons.url.EURLProtocol
-
ZIP file
- ZM - Enum constant in enum com.helger.commons.locale.country.ECountry
- ZM - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ZONED_DATE_TIME - Enum constant in enum com.helger.commons.datetime.EDTType
- zonedDateTime(String) - Static method in class com.helger.commons.datetime.PDTMask
- ZOS - Enum constant in enum com.helger.commons.system.EOperatingSystem
-
The value indicating the z/OS operating system.
- ZW - Enum constant in enum com.helger.commons.locale.country.ECountry
- ZW - Enum constant in enum com.helger.commons.locale.country.ECountryName
- ZZ_APPLICATION - Enum constant in enum com.helger.commons.mime.EMimeContentType
_
- _assertEquals(String, T, T) - Static method in class com.helger.commons.mock.CommonsTestHelper
- _STAR - Enum constant in enum com.helger.commons.mime.EMimeContentType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form