Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

abs(int) - Static method in class com.helger.commons.math.MathHelper
This is a fix for Math.abs as it would return Integer.MIN_VALUE for Integer.MIN_VALUE which is very unexpected.
abs(long) - Static method in class com.helger.commons.math.MathHelper
This is a fix for Math.abs as it would return Long.MIN_VALUE for Long.MIN_VALUE which is very unexpected.
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(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(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.
AbstractApplicationSingleton - Class in com.helger.commons.scope.singleton
This is the base class for singleton objects that reside in the application scope.
AbstractApplicationSingleton() - Constructor for class com.helger.commons.scope.singleton.AbstractApplicationSingleton
 
AbstractApplicationSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE> - Class in com.helger.commons.scope.singletons
Represents a global singleton tree with a unique ID.
AbstractApplicationSingletonTreeWithUniqueID() - Constructor for class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
AbstractCache<KEYTYPE,VALUETYPE> - Class in com.helger.commons.cache
Abstract base implementation of ICache
AbstractCache(String) - Constructor for class com.helger.commons.cache.AbstractCache
 
AbstractCache(int, String) - Constructor for class com.helger.commons.cache.AbstractCache
 
AbstractChangeLogEntry - Class in com.helger.commons.changelog
Base class for all changelog entries
AbstractChangeLogEntry(LocalDate) - Constructor for class com.helger.commons.changelog.AbstractChangeLogEntry
Constructor.
AbstractCommonsTestCase - Class in com.helger.commons.mock
Base class for all JUnit tests requiring setup and teardown handling.
AbstractCommonsTestCase() - Constructor for class com.helger.commons.mock.AbstractCommonsTestCase
 
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 ArrayBlockingQueue internally.
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
 
AbstractFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid.folder
The default folder tree item factory implementation.
AbstractFolderTreeItemFactory(IAggregator<KEYTYPE, KEYTYPE>) - Constructor for class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
AbstractFormatterString - Class in com.helger.commons.format
Base implementation class of the IFormatter interface that provides the common functionality.
AbstractFormatterString() - Constructor for class com.helger.commons.format.AbstractFormatterString
Default constructor
AbstractGlobalSingleton - Class in com.helger.commons.scope.singleton
This is the base class for singleton objects that reside in the global scope.
AbstractGlobalSingleton() - Constructor for class com.helger.commons.scope.singleton.AbstractGlobalSingleton
 
AbstractGlobalSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE> - Class in com.helger.commons.scope.singletons
Represents a global singleton tree with a unique ID.
AbstractGlobalSingletonTreeWithUniqueID() - Constructor for class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
AbstractHasText - Class in com.helger.commons.text
An abstract implementation of the IHasText that has default implementations for the formatting things.
AbstractHasText() - Constructor for class com.helger.commons.text.AbstractHasText
 
AbstractLSResourceResolver - Class in com.helger.commons.xml.ls
Abstract LSResourceResolver base implementation.
AbstractLSResourceResolver() - Constructor for class com.helger.commons.xml.ls.AbstractLSResourceResolver
 
AbstractLZWDictionary() - Constructor for class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
 
AbstractMapBasedMultilingualText - Class in com.helger.commons.text
A Map based implementation of IMultilingualText that 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(ICommonsMap<Locale, String>) - Constructor for class com.helger.commons.text.AbstractMapBasedMultilingualText
Protected constructor that specifies the underlying Map to use.
AbstractMapBasedScope - Class in com.helger.commons.scope
Abstract scope implementation based on a Map containing the attribute values.
AbstractMapBasedScope(String) - Constructor for class com.helger.commons.scope.AbstractMapBasedScope
Ctor.
AbstractMemoryReadableResource - Class in com.helger.commons.io.resource.inmemory
Abstract base class for an IReadableResource that is not really a resource but where the API does not offer alternatives.
AbstractMemoryReadableResource() - Constructor for class com.helger.commons.io.resource.inmemory.AbstractMemoryReadableResource
 
AbstractMicroNode - Class in com.helger.commons.microdom
This is an abstract base class for the micro document object model.
AbstractMicroNode() - Constructor for class com.helger.commons.microdom.AbstractMicroNode
 
AbstractMicroNodeWithChildren - Class in com.helger.commons.microdom
Basic implementation class for the micro document object model.
AbstractMicroNodeWithChildren() - Constructor for class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on ConcurrentHashMap.
AbstractMultiConcurrentHashMap() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on ConcurrentHashMap and ICommonsList values.
AbstractMultiConcurrentHashMapListBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on ConcurrentHashMap and ICommonsSet values.
AbstractMultiConcurrentHashMapSetBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiConcurrentHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiConcurrentHashMapSetBased(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiConcurrentHashMapSetBased(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on HashMap.
AbstractMultiHashMap() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMap
 
AbstractMultiHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMap
 
AbstractMultiHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMap
 
AbstractMultiHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMap
 
AbstractMultiHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on HashMap and ICommonsList values.
AbstractMultiHashMapListBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on HashMap.
AbstractMultiHashMapMapBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapMapBased
 
AbstractMultiHashMapMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapMapBased
 
AbstractMultiHashMapMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapMapBased
 
AbstractMultiHashMapMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapMapBased
 
AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on HashMap and ICommonsSet values.
AbstractMultiHashMapSetBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiHashMapSetBased(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiHashMapSetBased(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsLinkedHashMap.
AbstractMultiLinkedHashMap() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsLinkedHashMap and ICommonsList values.
AbstractMultiLinkedHashMapListBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsLinkedHashMap.
AbstractMultiLinkedHashMapMapBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapMapBased
 
AbstractMultiLinkedHashMapMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapMapBased
 
AbstractMultiLinkedHashMapMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapMapBased
 
AbstractMultiLinkedHashMapMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapMapBased
 
AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsLinkedHashMap and ICommonsSet values.
AbstractMultiLinkedHashMapSetBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiLinkedHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiLinkedHashMapSetBased(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiLinkedHashMapSetBased(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiTreeMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsTreeMap.
AbstractMultiTreeMap() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsTreeMap and ICommonsList values.
AbstractMultiTreeMapListBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsTreeMap.
AbstractMultiTreeMapMapBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
AbstractMultiTreeMapMapBased(Comparator<? super KEYTYPE1>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
AbstractMultiTreeMapMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
AbstractMultiTreeMapMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
AbstractMultiTreeMapMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on CommonsTreeMap and ICommonsSet values.
AbstractMultiTreeMapSetBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on WeakHashMap.
AbstractMultiWeakHashMap() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Abstract multi map based on WeakHashMap and ICommonsList values.
AbstractMultiWeakHashMapListBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> - Class in com.helger.commons.collection.multimap
Abstract multi map based on WeakHashMap and ICommonsSet values.
AbstractMultiWeakHashMapSetBased() - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMultiWeakHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMultiWeakHashMapSetBased(KEYTYPE, COLLTYPE) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMultiWeakHashMapSetBased(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.helger.commons.collection.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMutableInteger<IMPLTYPE extends AbstractMutableInteger<IMPLTYPE>> - Class in com.helger.commons.mutable
Base implementation class for IMutableInteger transitively extending Number class.
AbstractMutableInteger() - Constructor for class com.helger.commons.mutable.AbstractMutableInteger
 
AbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>> - Class in com.helger.commons.mutable
Base implementation class for IMutableNumeric extending Number class.
AbstractMutableNumeric() - Constructor for class com.helger.commons.mutable.AbstractMutableNumeric
 
AbstractNamespaceContext - Class in com.helger.commons.xml.namespace
Represents an abstract namespace context that does the predefined mapping as stated in the Javadoc.
AbstractNamespaceContext() - Constructor for class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
AbstractNotifyingCache<KEYTYPE,VALUETYPE> - Class in com.helger.commons.cache
A caching class that has the ability to fill itself with the abstract getValueToCache(Object) method.
AbstractNotifyingCache(String) - Constructor for class com.helger.commons.cache.AbstractNotifyingCache
 
AbstractNotifyingCache(int, String) - Constructor for class com.helger.commons.cache.AbstractNotifyingCache
 
AbstractPersistingIntIDFactory - Class in com.helger.commons.id.factory
This implementation of IIntIDFactory reads IDs from a device.
AbstractPersistingIntIDFactory(int) - Constructor for class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
 
AbstractPersistingLongIDFactory - Class in com.helger.commons.id.factory
This implementation of ILongIDFactory reads IDs from a device.
AbstractPersistingLongIDFactory(int) - Constructor for class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
 
AbstractReadOnlyMapBasedMultilingualText - Class in com.helger.commons.text
A Map based implementation of IMultilingualText that 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(ICommonsMap<Locale, String>) - Constructor for class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
Protected constructor that specifies the underlying Map to use.
AbstractRequestSingleton - Class in com.helger.commons.scope.singleton
This is the base class for singleton objects that reside in the request scope.
AbstractRequestSingleton() - Constructor for class com.helger.commons.scope.singleton.AbstractRequestSingleton
 
AbstractRequestSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE> - Class in com.helger.commons.scope.singletons
Represents a global singleton tree with a unique ID.
AbstractRequestSingletonTreeWithUniqueID() - Constructor for class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
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
AbstractSAXErrorHandler - Class in com.helger.commons.xml.sax
java.xml error handler base class.
AbstractSAXErrorHandler() - Constructor for class com.helger.commons.xml.sax.AbstractSAXErrorHandler
Constructor without parent error handler.
AbstractSAXErrorHandler(ErrorHandler) - Constructor for class com.helger.commons.xml.sax.AbstractSAXErrorHandler
Constructor that takes a parent error handler to be called.
AbstractScopeAwareCallable<DATATYPE> - Class in com.helger.commons.scope.util
Abstract implementation of Callable that handles WebScopes correctly.
AbstractScopeAwareCallable() - Constructor for class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
AbstractScopeAwareCallable(String) - Constructor for class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
AbstractScopeAwareCallable(String, String, String) - Constructor for class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
AbstractScopeAwareRunnable - Class in com.helger.commons.scope.util
Abstract implementation of Runnable that handles WebScopes correctly.
AbstractScopeAwareRunnable() - Constructor for class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
AbstractScopeAwareRunnable(String) - Constructor for class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
AbstractScopeAwareRunnable(String, String, String) - Constructor for class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
AbstractSessionApplicationSingleton - Class in com.helger.commons.scope.singleton
This is the base class for singleton objects that reside in the session application non-web scope.
AbstractSessionApplicationSingleton() - Constructor for class com.helger.commons.scope.singleton.AbstractSessionApplicationSingleton
 
AbstractSessionApplicationSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE> - Class in com.helger.commons.scope.singletons
Represents a global singleton tree with a unique ID.
AbstractSessionApplicationSingletonTreeWithUniqueID() - Constructor for class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
AbstractSessionSingleton - Class in com.helger.commons.scope.singleton
This is the base class for singleton objects that reside in the session non-web scope.
AbstractSessionSingleton() - Constructor for class com.helger.commons.scope.singleton.AbstractSessionSingleton
 
AbstractSessionSingletonTreeWithUniqueID<KEYTYPE,VALUETYPE> - Class in com.helger.commons.scope.singletons
Represents a global singleton tree with a unique ID.
AbstractSessionSingletonTreeWithUniqueID() - Constructor for class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
AbstractSingleton - Class in com.helger.commons.scope.singleton
Base class for all singletons.
AbstractSingleton() - Constructor for class com.helger.commons.scope.singleton.AbstractSingleton
Ctor.
AbstractSoftMap<K,V> - Class in com.helger.commons.collection.impl
Soft Map implementation based on http://www.javaspecialists.eu/archive/Issue015.html
The entrySet implementation is from org.hypergraphdb.util
AbstractSoftMap(Map<K, AbstractSoftMap.SoftValue<K, V>>) - Constructor for class com.helger.commons.collection.impl.AbstractSoftMap
 
AbstractSoftMap.SoftValue<K,V> - Class in com.helger.commons.collection.impl
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
 
AbstractTransformErrorListener - Class in com.helger.commons.xml.transform
Abstract implementation of a transformation ErrorListener.
AbstractTransformErrorListener() - Constructor for class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
AbstractTransformErrorListener(ErrorListener) - Constructor for class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
AbstractTransformURIResolver - Class in com.helger.commons.xml.transform
Abstract base implementation of the URIResolver interface.
AbstractTransformURIResolver() - Constructor for class com.helger.commons.xml.transform.AbstractTransformURIResolver
 
AbstractTransformURIResolver(URIResolver) - Constructor for class com.helger.commons.xml.transform.AbstractTransformURIResolver
 
AbstractTreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree
Abstract implementation of the ITreeItemFactory interface
AbstractTreeItemFactory() - Constructor for class com.helger.commons.tree.AbstractTreeItemFactory
 
AbstractTreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid
Abstract tree item with ID factory implementation
AbstractTreeItemWithIDFactory() - Constructor for class com.helger.commons.tree.withid.AbstractTreeItemWithIDFactory
 
AbstractTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid.unique
An abstract tree item factory that maintains a unique ID over all items.
AbstractTreeItemWithUniqueIDFactory() - Constructor for class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
AbstractTreeItemWithUniqueIDFactory(ICommonsMap<KEYTYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
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
 
AbstractXMLSerializer<NODETYPE> - Class in com.helger.commons.xml.serialize.write
Abstract XML serializer implementation that works with IMicroNode and org.w3c.dom.Node objects.
AbstractXMLSerializer(IXMLWriterSettings) - Constructor for class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
AbstractXMLSerializer.NamespaceLevel - Class in com.helger.commons.xml.serialize.write
Contains the XML namespace definitions for a single element.
AbstractXMLSerializer.NamespaceStack - Class in com.helger.commons.xml.serialize.write
Contains the hierarchy of XML namespaces within a document structure.
accept(String) - Method in class com.helger.commons.changelog.LoggingChangeLogSerializerCallback
 
accept(char) - Method in interface com.helger.commons.function.ICharConsumer
Performs this operation on the given argument.
accept(T, U, V) - Method in interface com.helger.commons.function.ITriConsumer
Performs this operation on the given arguments.
accept(File) - Method in interface com.helger.commons.io.file.filter.IFileFilter
 
accept(File, String) - Method in interface com.helger.commons.io.file.filter.IFileFilter
 
AccessControllerHelper - Class in com.helger.commons.lang.priviledged
Simple wrapper around AccessController to catch exceptions centrally.
AdapterCallableToCallableWithParam<DATATYPE,PARAMTYPE,EXTYPE extends Exception> - Class in com.helger.commons.callback.adapter
A helper class that converts a Callable into an IThrowingCallableWithParameter.
AdapterCallableToCallableWithParam(IThrowingCallable<DATATYPE, EXTYPE>) - Constructor for class com.helger.commons.callback.adapter.AdapterCallableToCallableWithParam
 
AdapterRunnableToCallable<DATATYPE> - Class in com.helger.commons.callback.adapter
A helper class that converts a Runnable into an INonThrowingCallable.
AdapterRunnableToCallable(Runnable) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToCallable
 
AdapterRunnableToCallable(Runnable, DATATYPE) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToCallable
 
AdapterRunnableToCallableWithParameter<DATATYPE,PARAMTYPE> - Class in com.helger.commons.callback.adapter
AdapterRunnableToCallableWithParameter(INonThrowingRunnableWithParameter<PARAMTYPE>) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
 
AdapterRunnableToCallableWithParameter(INonThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
 
AdapterRunnableToRunnableWithParameter<PARAMTYPE> - Class in com.helger.commons.callback.adapter
A helper class that converts a Runnable into an IThrowingRunnableWithParameter.
AdapterRunnableToRunnableWithParameter(Runnable) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToRunnableWithParameter
 
AdapterRunnableToThrowingRunnable<EXTYPE extends Throwable> - Class in com.helger.commons.callback.adapter
A helper class that converts a Runnable into an IThrowingRunnable.
AdapterRunnableToThrowingRunnable(Runnable) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnable
 
AdapterRunnableToThrowingRunnableWithParameter<PARAMTYPE,EXTYPE extends Throwable> - Class in com.helger.commons.callback.adapter
A helper class that converts a Runnable into an IThrowingRunnableWithParameter.
AdapterRunnableToThrowingRunnableWithParameter(Runnable) - Constructor for class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnableWithParameter
 
AdapterThrowingRunnableToCallable<DATATYPE,EXTYPE extends Exception> - Class in com.helger.commons.callback.adapter
A helper class that converts a IThrowingRunnable into an IThrowingCallable.
AdapterThrowingRunnableToCallable(IThrowingRunnable<EXTYPE>) - Constructor for class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
 
AdapterThrowingRunnableToCallable(IThrowingRunnable<EXTYPE>, DATATYPE) - Constructor for class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
 
AdapterThrowingRunnableToCallableWithParameter<DATATYPE,PARAMTYPE,EXTYPE extends Exception> - Class in com.helger.commons.callback.adapter
A helper class that converts a IThrowingRunnable into an IThrowingCallable.
AdapterThrowingRunnableToCallableWithParameter(IThrowingRunnableWithParameter<PARAMTYPE, EXTYPE>) - Constructor for class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
 
AdapterThrowingRunnableToCallableWithParameter(IThrowingRunnableWithParameter<PARAMTYPE, EXTYPE>, DATATYPE) - Constructor for class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.SingleElementList
 
add(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.SingleElementList
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.WrappedList
 
add(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.WrappedList
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.WrappedSet
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.iterate.EmptyListIterator
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
add(ELEMENTTYPE) - Method in class com.helger.commons.collection.lru.LRUSet
 
add(DATA1TYPE, DATA2TYPE) - Method in class com.helger.commons.collection.pair.KeyValuePairList
Add the pair to the list.
add(IError) - Method in class com.helger.commons.errorlist.ErrorList
Add a new item.
add(String) - Method in class com.helger.commons.url.SimpleURL
Add a parameter without a value
add(String, String) - Method in class com.helger.commons.url.SimpleURL
 
add(String, boolean) - Method in class com.helger.commons.url.SimpleURL
 
add(String, int) - Method in class com.helger.commons.url.SimpleURL
 
add(String, long) - Method in class com.helger.commons.url.SimpleURL
 
add(String, BigInteger) - Method in class com.helger.commons.url.SimpleURL
 
add(String, Object) - Method in class com.helger.commons.url.SMap
 
add(String, String) - Method in class com.helger.commons.url.SMap
 
add(String, boolean) - Method in class com.helger.commons.url.SMap
 
add(String, int) - Method in class com.helger.commons.url.SMap
 
add(String, long) - Method in class com.helger.commons.url.SMap
 
addAll(ELEMENTTYPE...) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
Add an array of elements
addAll(Enumeration<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
addAll(Iterator<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
addAll(Iterable<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
addAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
Add all provided values.
addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.helger.commons.collection.impl.SingleElementList
 
addAll(int, Collection<? extends ELEMENTTYPE>) - Method in class com.helger.commons.collection.impl.SingleElementList
 
addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.helger.commons.collection.impl.WrappedList
 
addAll(int, Collection<? extends ELEMENTTYPE>) - Method in class com.helger.commons.collection.impl.WrappedList
 
addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.helger.commons.collection.impl.WrappedSet
 
addAll(IErrorList) - Method in class com.helger.commons.errorlist.ErrorList
 
addAll(Collection<? extends IError>) - Method in class com.helger.commons.errorlist.ErrorList
 
addAll(IError...) - Method in class com.helger.commons.errorlist.ErrorList
 
addAll(FormErrors) - Method in class com.helger.commons.errorlist.FormErrors
 
addAll(Map<String, String>) - Method in class com.helger.commons.url.SimpleURL
 
addAllFrom(MapBasedXPathFunctionResolver, boolean) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Add all functions from the other function resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolver, boolean) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Add all variables from the other variable resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolverQName, boolean) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Add all variables from the other variable resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolverQName, boolean) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Add all variables from the other variable resolver into this resolver.
addAllFrom(MapBasedXPathVariableResolver, boolean) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Add all variables from the other variable resolver into this resolver.
addAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
addAllMapped(SRCTYPE[], Function<? super SRCTYPE, ? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
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.
addCallback(CALLBACKTYPE) - Method in class com.helger.commons.callback.CallbackList
Add a callback.
addCallback(IThreadDeadlockCallback) - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
 
addEntry(ChangeLogEntry) - Method in class com.helger.commons.changelog.ChangeLog
Add a new change log entry at the end.
addEntry(int, ChangeLogEntry) - Method in class com.helger.commons.changelog.ChangeLog
Add a new change log entry at the specified index.
addEntry(byte[], boolean) - Method in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
 
addError(String) - Method in class com.helger.commons.errorlist.ErrorList
 
addError(String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addError(String, String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addExtension(MimeTypeInfo, MimeTypeInfo.ExtensionWithSource) - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
addFieldError(String, String) - Method in class com.helger.commons.errorlist.FormErrors
Add a field specific error message.
addFieldError(String[], String) - Method in class com.helger.commons.errorlist.FormErrors
Add a field specific error message for multiple fields.
addFieldInfo(String, String) - Method in class com.helger.commons.errorlist.FormErrors
Add a field specific information message.
addFieldItem(IError) - Method in class com.helger.commons.errorlist.FormErrors
Add a form field specific item
addFieldWarning(String, String) - Method in class com.helger.commons.errorlist.FormErrors
Add a field specific warning message.
addFileMonitor(FileMonitor) - Method in class com.helger.commons.io.monitor.FileMonitorManager
Add a new FileMonitor.
addFileMonitor(FileMonitor) - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Add a new FileMonitor.
addGlobalError(String) - Method in class com.helger.commons.errorlist.FormErrors
Add a form-global error
addGlobalInfo(String) - Method in class com.helger.commons.errorlist.FormErrors
Add a form-global information
addGlobalItem(IError) - Method in class com.helger.commons.errorlist.FormErrors
Add a form-global item
addGlobalWarning(String) - Method in class com.helger.commons.errorlist.FormErrors
Add a form-global warning
addHandler(Handler<? extends MessageContext>) - Method in class com.helger.commons.ws.WSClientConfig
Add a special handler to modify the transmission on the fly.
addHTTPHeader(String, String) - Method in class com.helger.commons.ws.WSClientConfig
Add an HTTP header to be send.
addHTTPHeader(String, Collection<String>) - Method in class com.helger.commons.ws.WSClientConfig
Add an HTTP header to be send.
addIf(ELEMENTTYPE, Predicate<ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
addIf(String, String, Predicate<String>) - Method in class com.helger.commons.url.SimpleURL
Add the parameter of the passed value predicate evaluates to true.
addIf(String, String, Predicate<String>) - Method in class com.helger.commons.url.SMap
 
addIfNonNull(String, String) - Method in class com.helger.commons.url.SimpleURL
 
addIfNotNull(ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
addIfNotNull(String, Object) - Method in class com.helger.commons.url.SMap
 
addIfNotNull(String, String) - Method in class com.helger.commons.url.SMap
 
addInfo(String) - Method in class com.helger.commons.errorlist.ErrorList
 
addInfo(String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addInfo(String, String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addIssue(String) - Method in class com.helger.commons.changelog.ChangeLogEntry
Add a new issue ID to this entry.
addMapping(String, String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
Add a new prefix to namespace mapping.
addMappings(IIterableNamespaceContext) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
addMimeType(MimeTypeInfo, MimeTypeInfo.MimeTypeWithSource) - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
addMonitoredFile(File) - Method in class com.helger.commons.io.monitor.FileMonitor
Adds a file to be monitored.
addNamespaceMapping(String, String) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
Add a new prefix-namespace URI mapping at the current stack level
addNonNullValue(DATA1TYPE, DATA2TYPE) - Method in class com.helger.commons.collection.pair.KeyValuePairList
Add the pair only if the value is non-null
addParameter(String, String) - Method in class com.helger.commons.mime.MimeType
Add a parameter.
addParameter(MimeTypeParameter) - 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
addRelease(ChangeLogRelease) - Method in class com.helger.commons.changelog.ChangeLog
Add a new release at the end.
addRelease(int, ChangeLogRelease) - Method in class com.helger.commons.changelog.ChangeLog
Add a new release at the specified index.
addResourceError(IResourceError) - Method in class com.helger.commons.error.ResourceErrorGroup
Add a new resource error item.
addResourceErrorGroup(IResourceErrorGroup) - Method in class com.helger.commons.error.ResourceErrorGroup
Add a all resource errors of the other group
addResourceErrors(IResourceError...) - Method in class com.helger.commons.error.ResourceErrorGroup
Add multiple resource error items.
addResourceErrors(Iterable<? extends IResourceError>) - Method in class com.helger.commons.error.ResourceErrorGroup
Add multiple resource error items.
addSize(String, long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerKeyedSize
Add a new size
addSize(long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerSize
Add a new size
addSize(String, long) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedSize
 
addSize(long) - Method in class com.helger.commons.statistics.StatisticsHandlerSize
 
addSuccess(String) - Method in class com.helger.commons.errorlist.ErrorList
 
addSuccess(String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addSuccess(String, String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
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(String, long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerKeyedTimer
Add a single execution time.
addTime(long) - Method in interface com.helger.commons.statistics.IMutableStatisticsHandlerTimer
Add a single execution time.
addTime(String, long) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedTimer
 
addTime(long) - Method in class com.helger.commons.statistics.StatisticsHandlerTimer
 
addToItemStore(KEYTYPE, ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
addUniqueFunction(String, String, int, XPathFunction) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Add a new function.
addUniqueFunction(QName, int, XPathFunction) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Add a new function.
addUniqueVariable(String, Object) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Add a new variable.
addUniqueVariable(QName, Object) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Add a new variable.
addValue(String, long) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
 
addValue(long) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
 
addWarning(String) - Method in class com.helger.commons.errorlist.ErrorList
 
addWarning(String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addWarning(String, String, String) - Method in class com.helger.commons.errorlist.ErrorList
 
addWithoutValue(String) - Method in class com.helger.commons.url.SMap
 
after() - Method in class com.helger.commons.junit.DebugModeTestRule
 
after() - Method in class com.helger.commons.scope.mock.ScopeTestRule
 
afterChange(DATATYPE) - Method in interface com.helger.commons.callback.IChangeCallback
Called after the object changed.
all() - Static method in interface com.helger.commons.filter.IFilter
 
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
 
AMPERSAND - Static variable in class com.helger.commons.url.URLHelper
Separator between params: &
AMPERSAND_STR - Static variable in class com.helger.commons.url.URLHelper
 
and(IFilter<? super DATATYPE>) - Method in interface com.helger.commons.filter.IFilter
 
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(IFinishIndicator) - Method in interface com.helger.commons.state.IFinishIndicator
 
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
 
andThen(IFormatter<? super String>) - Method in interface com.helger.commons.format.IFormatter
 
andThen(ICharConsumer) - Method in interface com.helger.commons.function.ICharConsumer
Returns a composed CharConsumer that performs, in sequence, this operation followed by the after operation.
andThen(ITriConsumer<? super T, ? super U, ? super V>) - Method in interface com.helger.commons.function.ITriConsumer
Returns a composed ITriConsumer that performs, in sequence, this operation followed by the after operation.
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
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(boolean) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(byte) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(char) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(double) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(float) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(int) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(long) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(short) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Atomic type hash code generation.
append(Object) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Object hash code generation.
append(Enum<?>) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Object hash code generation.
append(boolean[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(byte[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(char[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(double[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(float[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(int[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(long[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(short[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(Object[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
append(Enum<?>[]) - Method in class com.helger.commons.hashcode.HashCodeGenerator
Array hash code generation.
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(Iterable<?>) - Method in class com.helger.commons.hashcode.HashCodeGenerator
 
append(Map<?, ?>) - Method in class com.helger.commons.hashcode.HashCodeGenerator
 
append(Node) - Method in class com.helger.commons.hashcode.HashCodeGenerator
 
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.NonBlockingStringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
Appends the specified character to this writer.
append(boolean) - Method in interface com.helger.commons.lang.IAppendable
 
append(byte) - Method in interface com.helger.commons.lang.IAppendable
 
append(char) - Method in interface com.helger.commons.lang.IAppendable
 
append(double) - Method in interface com.helger.commons.lang.IAppendable
 
append(float) - Method in interface com.helger.commons.lang.IAppendable
 
append(int) - Method in interface com.helger.commons.lang.IAppendable
 
append(long) - Method in interface com.helger.commons.lang.IAppendable
 
append(short) - Method in interface com.helger.commons.lang.IAppendable
 
append(Object) - Method in interface com.helger.commons.lang.IAppendable
 
append(Enum<?>) - Method in interface com.helger.commons.lang.IAppendable
 
append(boolean[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(byte[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(char[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(double[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(float[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(int[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(long[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(short[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(Object[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(Enum<?>[]) - Method in interface com.helger.commons.lang.IAppendable
 
append(Iterable<?>) - Method in interface com.helger.commons.lang.IAppendable
 
append(Map<?, ?>) - Method in interface com.helger.commons.lang.IAppendable
 
append(Node) - Method in interface com.helger.commons.lang.IAppendable
 
append(IMicroNode, Object) - Static method in class com.helger.commons.microdom.util.MicroHelper
 
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(Node, Object) - Static method in class com.helger.commons.xml.XMLHelper
 
append(Node, Collection<?>) - Static method in class com.helger.commons.xml.XMLHelper
 
appendCDATA(CharSequence) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendCDATA(char[], int, int) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendCDATA(CharSequence) - Method in interface com.helger.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(char[]) - Method in interface com.helger.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(char[], int, int) - Method in interface com.helger.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATAWithConversion(Object) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendCDATAWithConversion(Object) - Method in interface com.helger.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendChild(NODETYPE) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendChild(NODETYPE) - Method in interface com.helger.commons.microdom.IMicroNode
Append any child to the node.
appendComment(CharSequence) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendComment(char[], int, int) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendComment(CharSequence) - Method in interface com.helger.commons.microdom.IMicroNode
Append a comment node to this node.
appendComment(char[]) - Method in interface com.helger.commons.microdom.IMicroNode
Append a comment node to this node.
appendComment(char[], int, int) - Method in interface com.helger.commons.microdom.IMicroNode
Append a comment node to this node.
appendCommentWithConversion(Object) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendCommentWithConversion(Object) - Method in interface com.helger.commons.microdom.IMicroNode
Append a comment node to this node.
appendContainer() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendContainer() - Method in interface com.helger.commons.microdom.IMicroNode
Append a new container to this node
appendData(CharSequence) - Method in interface com.helger.commons.microdom.IMicroDataAware
Append characters to the string.
appendData(char[], int, int) - Method in interface com.helger.commons.microdom.IMicroDataAware
Append characters to the string.
appendData(char) - Method in interface com.helger.commons.microdom.IMicroDataAware
Append a character to the string.
appendData(CharSequence) - Method in class com.helger.commons.microdom.MicroCDATA
 
appendData(char[], int, int) - Method in class com.helger.commons.microdom.MicroCDATA
 
appendData(char) - Method in class com.helger.commons.microdom.MicroCDATA
 
appendData(CharSequence) - Method in class com.helger.commons.microdom.MicroComment
 
appendData(char[], int, int) - Method in class com.helger.commons.microdom.MicroComment
 
appendData(char) - Method in class com.helger.commons.microdom.MicroComment
 
appendData(CharSequence) - Method in class com.helger.commons.microdom.MicroText
 
appendData(char[], int, int) - Method in class com.helger.commons.microdom.MicroText
 
appendData(char) - Method in class com.helger.commons.microdom.MicroText
 
appendDataValue(IMicroElement, DATATYPE) - Method in interface com.helger.commons.tree.xml.IConverterTreeItemToMicroNode
 
appendDataValue(IMicroElement, DATATYPE) - Method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
 
appendElement(String) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendElement(String, String) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendElement(String) - Method in interface com.helger.commons.microdom.IMicroNode
Append an element without namespace to this node.
appendElement(String, String) - Method in interface com.helger.commons.microdom.IMicroNode
Append an element with namespace to this node.
appendEntityReference(String) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendEntityReference(String) - Method in interface com.helger.commons.microdom.IMicroNode
Append an entity reference to this node.
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
 
appendIgnorableWhitespaceText(CharSequence) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendIgnorableWhitespaceText(char[], int, int) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendIgnorableWhitespaceText(CharSequence) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(char[]) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(char[], int, int) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendPassword(String) - Method in class com.helger.commons.string.ToStringGenerator
 
appendProcessingInstruction(String, String) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendProcessingInstruction(String, String) - Method in interface com.helger.commons.microdom.IMicroNode
Append a processing instruction to this node.
appendStackToString(StringBuilder, StackTraceElement[]) - Static method in class com.helger.commons.lang.StackTraceHelper
 
appendText(CharSequence) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendText(char[], int, int) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendText(CharSequence) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node to this node.
appendText(char[]) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node to this node.
appendText(char[], int, int) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node to this node.
appendTextWithConversion(Object) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
appendTextWithConversion(Object) - Method in interface com.helger.commons.microdom.IMicroNode
Append a text node to this node.
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_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_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_X_WWW_FORM_URLENCODED - Static variable in class com.helger.commons.mime.CMimeType
For URL posting.
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.
ApplicationScope - Class in com.helger.commons.scope
Represents a single "application scope".
ApplicationScope(String) - Constructor for class com.helger.commons.scope.ApplicationScope
Create a new application web scope with the given ID.
apply(SRCTYPE...) - Method in interface com.helger.commons.aggregate.IAggregator
Aggregate a collection of input objects to a single output object.
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(DATATYPE) - Method in interface com.helger.commons.format.IFormatter
Convert the passed value to a formatted string according to the pattern.
apply(boolean) - Method in interface com.helger.commons.function.IBooleanFunction
Applies this function to the given argument.
apply(SRC) - Method in interface com.helger.commons.typeconvert.ITypeConverter
Convert the passed source object to the destination type.
apply(Object) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleAnySourceFixedDestination
 
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
 
applyAsBoolean(T) - Method in interface com.helger.commons.function.IToBooleanFunction
Applies this function to the given argument.
applyTo(XMLReader, boolean) - Method in enum com.helger.commons.xml.EXMLParserFeature
 
applyTo(DocumentBuilderFactory, boolean) - Method in enum com.helger.commons.xml.EXMLParserFeature
 
applyTo(XMLReader, Object) - Method in enum com.helger.commons.xml.EXMLParserProperty
 
applyTo(DocumentBuilderFactory, Object) - Method in enum com.helger.commons.xml.EXMLParserProperty
 
applyToDocumentBuilder(DocumentBuilder) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
applyToDocumentBuilder(DocumentBuilder) - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
Apply settings of this object onto the specified DocumentBuilder object.
applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
applyToDocumentBuilderFactory(DocumentBuilderFactory) - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
Apply settings of this object onto the specified DocumentBuilderFactory object.
applyToSAXReader(XMLReader) - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
Apply all settings of this object onto the specified XMLReader object
applyToSAXReader(XMLReader) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
applyWSSettingsToBindingProvider(BindingProvider) - Method in class com.helger.commons.ws.WSClientConfig
 
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.
ArrayEnumeration<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
This is a small helper class implementing Enumeration for array input data.
ArrayEnumeration(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.iterate.ArrayEnumeration
Constructor iterating over the whole array
ArrayEnumeration(ELEMENTTYPE[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayEnumeration
Constructor iterating an array partially.
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
ArrayIteratorBoolean - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of boolean.
ArrayIteratorBoolean(boolean...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorBoolean
 
ArrayIteratorBoolean(boolean[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorBoolean
constructor with offset and length
ArrayIteratorByte - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of byte.
ArrayIteratorByte(byte...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorByte
 
ArrayIteratorByte(byte[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorByte
constructor with offset and length
ArrayIteratorChar - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of char.
ArrayIteratorChar(char...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorChar
 
ArrayIteratorChar(char[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorChar
constructor with offset and length
ArrayIteratorDouble - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of double.
ArrayIteratorDouble(double...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorDouble
 
ArrayIteratorDouble(double[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorDouble
constructor with offset and length
ArrayIteratorFloat - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of float.
ArrayIteratorFloat(float...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
ArrayIteratorFloat(float[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorFloat
constructor with offset and length
ArrayIteratorInt - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of int.
ArrayIteratorInt(int...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorInt
 
ArrayIteratorInt(int[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorInt
constructor with offset and length
ArrayIteratorLong - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of long.
ArrayIteratorLong(long...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorLong
 
ArrayIteratorLong(long[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorLong
constructor with offset and length
ArrayIteratorShort - Class in com.helger.commons.collection.iterate
This is a small helper class for iterating over arrays of short.
ArrayIteratorShort(short...) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorShort
 
ArrayIteratorShort(short[], int, int) - Constructor for class com.helger.commons.collection.iterate.ArrayIteratorShort
constructor with offset and length
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
 
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(String, 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(String, 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(String, float, float) - Static method in class com.helger.commons.mock.CommonsAssert
 
assertEquals(float[], float[]) - Static method in class com.helger.commons.mock.CommonsAssert
 
assertEquals(double[], double[]) - Static method in class com.helger.commons.mock.CommonsAssert
 
assertEquals(T, T) - Static method in class com.helger.commons.mock.CommonsAssert
 
assertEquals(String, T, T) - Static method in class com.helger.commons.mock.CommonsAssert
 
assertNotEquals(T, T) - Static method in class com.helger.commons.mock.CommonsAssert
 
assertNotEquals(String, T, T) - Static method in class com.helger.commons.mock.CommonsAssert
 
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.
ATTR_AVERAGE - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_COUNT - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_HITS - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_ID - Static variable in class com.helger.commons.tree.xml.TreeXMLConverter
 
ATTR_INVOCATIONCOUNT - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_KEY - Static variable in class com.helger.commons.microdom.util.XMLMapHandler
Attribute name for key of a single mapping
ATTR_MAX - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_MIN - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_MISSES - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_NAME - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_SUM - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Attribute name for XML export
ATTR_VALUE - Static variable in class com.helger.commons.microdom.util.XMLListHandler
Attribute name for the item value
ATTR_VALUE - Static variable in class com.helger.commons.microdom.util.XMLMapHandler
Attribute name for value of a single mapping
AttributeValueConverter - Class in com.helger.commons.collection.attr
Contains static conversion routines used by the attribute container classes.
AUDIO_MP3 - Static variable in class com.helger.commons.mime.CMimeType
For MP3 files
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.
AVOID_DOS_SETTINGS - Static variable in enum com.helger.commons.xml.EXMLParserFeature
This map contains all necessary settings to avoid entity expansion overflow attacks.
AVOID_XML_ATTACKS - Static variable in enum com.helger.commons.xml.EXMLParserFeature
This map contains all necessary settings to avoid all known XML attacks.
AVOID_XXE_SETTINGS - Static variable in enum com.helger.commons.xml.EXMLParserFeature
This map contains all necessary settings to avoid XXE attacks.

B

B_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
Suffix for Bytes
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 Base64InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64InputStream(InputStream) - Constructor for class com.helger.commons.base64.Base64InputStream
Constructs a Base64InputStream in DECODE mode.
Base64InputStream(InputStream, int) - Constructor for class com.helger.commons.base64.Base64InputStream
Constructs a Base64InputStream in either ENCODE or DECODE mode.
Base64OutputStream - Class in com.helger.commons.base64
A Base64OutputStream will write data to another OutputStream , given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64OutputStream(OutputStream) - Constructor for class com.helger.commons.base64.Base64OutputStream
Constructs a Base64OutputStream in ENCODE mode.
Base64OutputStream(OutputStream, int) - Constructor for class com.helger.commons.base64.Base64OutputStream
Constructs a Base64OutputStream in 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
 
BasicFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid.folder
Abstract implementation class for a folder tree.
BasicFolderTree(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.withid.folder.BasicFolderTree
Constructor
BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid.folder
Base implementation of the IFolderTreeItem interface.
BasicFolderTreeItem(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
Constructor for root object
BasicFolderTreeItem(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, ITEMTYPE>, KEYTYPE) - Constructor for class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
Constructor for root object
BasicFolderTreeItem(ITEMTYPE, KEYTYPE) - Constructor for class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
Constructor for normal elements
BasicMicroTypeConverterRegistrar - Class in com.helger.commons.microdom.convert
Implementation of IMicroTypeConverterRegistrarSPI for basic types like Boolean, Byte, Integer, AtomicInteger etc.
BasicMicroTypeConverterRegistrar() - Constructor for class com.helger.commons.microdom.convert.BasicMicroTypeConverterRegistrar
 
BasicSerializationConverterRegistrar - Class in com.helger.commons.serialize.convert
Implementation of ISerializationConverterRegistrarSPI for basic types like Charset etc.
BasicSerializationConverterRegistrar() - Constructor for class com.helger.commons.serialize.convert.BasicSerializationConverterRegistrar
 
BasicTree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree
Root class for a simple tree.
BasicTree(ITreeItemFactory<DATATYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.BasicTree
 
BasicTreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree
Basic implementation of the ITreeItem interface
BasicTreeItem(ITreeItemFactory<DATATYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.BasicTreeItem
Constructor for root object.
BasicTreeItem(ITEMTYPE) - Constructor for class com.helger.commons.tree.BasicTreeItem
Constructor for normal elements.
BasicTreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid
Basic tree item with ID implementation, independent of the implementation type.
BasicTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.withid.BasicTreeItemWithID
Constructor for root object with a null data ID
BasicTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>, KEYTYPE) - Constructor for class com.helger.commons.tree.withid.BasicTreeItemWithID
Constructor for root object
BasicTreeItemWithID(ITEMTYPE, KEYTYPE) - Constructor for class com.helger.commons.tree.withid.BasicTreeItemWithID
Constructor for normal elements
BasicTreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid.unique
A managed tree is a specialized version of the tree, where each item is required to have a unique ID so that item searching can be performed quite easily.
BasicTreeWithGlobalUniqueID(ITreeItemWithUniqueIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
BasicTreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.helger.commons.tree.withid
Base class for a tree having items with IDs.
BasicTreeWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>) - Constructor for class com.helger.commons.tree.withid.BasicTreeWithID
 
before() - Method in class com.helger.commons.junit.DebugModeTestRule
 
before() - Method in class com.helger.commons.scope.mock.ScopeTestRule
 
beforeChange(DATATYPE) - Method in interface com.helger.commons.callback.IChangeCallback
Called before the object will be changed.
begin() - Method in interface com.helger.commons.hierarchy.visit.IHierarchyVisitorCallback
Called before the tree walking starts.
begin() - Method in class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
BIGDEC_10 - Static variable in class com.helger.commons.CGlobal
The BigDecimal representation of 10
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
BIGDEC_MAX_CHAR - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the largest possible character value
BIGDEC_MAX_DOUBLE - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the largest possible double value
BIGDEC_MAX_FLOAT - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the largest possible float value
BIGDEC_MAX_INT - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the largest possible int value
BIGDEC_MAX_LONG - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the largest possible long value
BIGDEC_MAX_SHORT - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the largest possible short value
BIGDEC_MIN_BYTE - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible byte value
BIGDEC_MIN_CHAR - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible character value
BIGDEC_MIN_DOUBLE - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible double value
BIGDEC_MIN_FLOAT - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible float value
BIGDEC_MIN_INT - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible int value
BIGDEC_MIN_LONG - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible long value
BIGDEC_MIN_SHORT - Static variable in class com.helger.commons.CGlobal
The BigDecimal for the smallest possible short value
BIGDEC_MINUS_ONE - Static variable in class com.helger.commons.CGlobal
The BigDecimal representation of -1
BIGINT_10 - Static variable in class com.helger.commons.CGlobal
The BigInteger representation of 10
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
BIGINT_MAX_CHAR - Static variable in class com.helger.commons.CGlobal
The BigInteger for the largest possible character value
BIGINT_MAX_INT - Static variable in class com.helger.commons.CGlobal
The BigInteger for the largest possible int value
BIGINT_MAX_LONG - Static variable in class com.helger.commons.CGlobal
The BigInteger for the largest possible long value
BIGINT_MAX_SHORT - Static variable in class com.helger.commons.CGlobal
The BigInteger for the largest possible short value
BIGINT_MIN_BYTE - Static variable in class com.helger.commons.CGlobal
The BigInteger for the smallest possible byte value
BIGINT_MIN_CHAR - Static variable in class com.helger.commons.CGlobal
The BigInteger for the smallest possible character value
BIGINT_MIN_INT - Static variable in class com.helger.commons.CGlobal
The BigInteger for the smallest possible int value
BIGINT_MIN_LONG - Static variable in class com.helger.commons.CGlobal
The BigInteger for the smallest possible long value
BIGINT_MIN_SHORT - Static variable in class com.helger.commons.CGlobal
The BigInteger for the smallest possible short value
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.
BIT_SET - Static variable in class com.helger.commons.CGlobal
Value if a bit is set.
BitInputStream - Class in com.helger.commons.io.stream
The BitInputStream allows 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.
BITS_PER_LONG - Static variable in class com.helger.commons.CGlobal
Number of bits in a long.
BITS_PER_SHORT - Static variable in class com.helger.commons.CGlobal
Number of bits in a short.
BitSetHelper - Class in com.helger.commons.lang
Helper class to work with bit sets.
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
 
buildMimeType(String) - Method in enum com.helger.commons.mime.EMimeContentType
Build a new MimeType based on this MIME content type and the provided sub type.
buildTree(Collection<? extends DATATYPE>, IParentProvider<DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeWithIDBuilder
A generic method to build a tree of objects.
buildTree(DATATYPE[], IParentProvider<DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeWithIDBuilder
A generic method to build a tree of objects.
buildTree(Collection<? extends DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeWithIDBuilder
A generic method to build a tree of objects.
buildTree(IChildrenProvider<DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeWithIDBuilder
 
ByteArrayInputStreamProvider - Class in com.helger.commons.io.streamprovider
An InputStream provider based on a byte array.
ByteArrayInputStreamProvider(byte[]) - Constructor for class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
 
ByteArrayInputStreamProvider(byte[], int, int) - Constructor for class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
 
ByteArrayOutputStreamProvider - Class in com.helger.commons.io.streamprovider
An OutputStream provider based on a byte array.
ByteArrayOutputStreamProvider() - Constructor for class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
ByteBufferHelper - Class in com.helger.commons.lang
Contains some ByteBuffer utility methods.
ByteBufferInputStream - Class in com.helger.commons.io.stream
InputStream wrapped around a single ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class com.helger.commons.io.stream.ByteBufferInputStream
Constructor
ByteBufferInputStreamProvider - Class in com.helger.commons.io.streamprovider
An InputStream provider based on a ByteBuffer.
ByteBufferInputStreamProvider(ByteBuffer) - Constructor for class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
 
ByteBufferOutputStream - Class in com.helger.commons.io.stream
Wrapper for an OutputStream around a ByteBuffer.
ByteBufferOutputStream() - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
Create a new object with the ByteBufferOutputStream.DEFAULT_BUF_SIZE buffer size and it can grow.
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(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(ByteBuffer, boolean) - Constructor for class com.helger.commons.io.stream.ByteBufferOutputStream
Constructor
ByteBuffersInputStream - Class in com.helger.commons.io.stream
InputStream wrapped around one or more ByteBuffer objects.
ByteBuffersInputStream(ByteBuffer...) - Constructor for class com.helger.commons.io.stream.ByteBuffersInputStream
Constructor
BYTES_PER_GIGABYTE - Static variable in class com.helger.commons.CGlobal
Bytes per gigabyte.
BYTES_PER_KILOBYTE - Static variable in class com.helger.commons.CGlobal
Bytes per kilobyte.
BYTES_PER_KILOBYTE_LONG - Static variable in class com.helger.commons.CGlobal
Bytes per kilobyte.
BYTES_PER_MEGABYTE - Static variable in class com.helger.commons.CGlobal
Bytes per megabyte.
BYTES_PER_PETABYTE - Static variable in class com.helger.commons.CGlobal
Bytes per petabyte.
BYTES_PER_TERABYTE - Static variable in class com.helger.commons.CGlobal
Bytes per terabyte.
byteValue() - Method in class com.helger.commons.mutable.MutableByte
 

C

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
 
CacheWithConversion<KEYTYPE,VALUETYPE> - Class in com.helger.commons.cache
A special cache that can create the value to be cache automatically from the key.
CacheWithConversion(String) - Constructor for class com.helger.commons.cache.CacheWithConversion
 
CacheWithConversion(int, String) - Constructor for class com.helger.commons.cache.CacheWithConversion
 
CachingSAXInputSource - Class in com.helger.commons.xml.sax
InputSource that ensures that the passed InputStream is closed.
CachingSAXInputSource(IReadableResource) - Constructor for class com.helger.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(IHasInputStream) - Constructor for class com.helger.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(IHasInputStream, String) - Constructor for class com.helger.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(InputStream) - Constructor for class com.helger.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(InputStream, String) - Constructor for class com.helger.commons.xml.sax.CachingSAXInputSource
 
CachingTransformStreamSource - Class in com.helger.commons.xml.transform
Source that ensures that the passed InputStream is copied.
CachingTransformStreamSource(IReadableResource) - Constructor for class com.helger.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(IHasInputStream) - Constructor for class com.helger.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(IHasInputStream, String) - Constructor for class com.helger.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(InputStream) - Constructor for class com.helger.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(InputStream, String) - Constructor for class com.helger.commons.xml.transform.CachingTransformStreamSource
 
call(PARAMTYPE) - Method in class com.helger.commons.callback.adapter.AdapterCallableToCallableWithParam
 
call() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallable
 
call(PARAMTYPE) - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
 
call() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
 
call(PARAMTYPE) - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
 
call() - Method in interface com.helger.commons.callback.INonThrowingCallable
The call back method to be called.
call(PARAMTYPE) - Method in interface com.helger.commons.callback.INonThrowingCallableWithParameter
The call back method to be called.
call() - Method in interface com.helger.commons.callback.IThrowingCallable
 
call(PARAMTYPE) - Method in interface com.helger.commons.callback.IThrowingCallableWithParameter
The call back method to be called.
call(PrivilegedAction<T>) - Static method in class com.helger.commons.lang.priviledged.AccessControllerHelper
 
call(Class<?>, IMicroTypeConverter) - Method in interface com.helger.commons.microdom.convert.IMicroTypeConverterCallback
Invoked for each converter.
call() - Method in class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
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
 
CallbackList<CALLBACKTYPE extends ICallback> - 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
 
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(File) - Static method in class com.helger.commons.io.file.FileHelper
Tests whether the application can execute the file denoted by this abstract pathname.
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(File) - Static method in class com.helger.commons.io.file.FileHelper
Tests whether the application can read the file denoted by this abstract pathname.
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.
canReadNoCache(ClassLoader) - Method in class com.helger.commons.io.resource.ClassPathResource
 
canWrite(File) - Static method in class com.helger.commons.io.file.FileHelper
Tests whether the application can modify the file denoted by this abstract pathname.
canWrite() - Method in class com.helger.commons.io.resource.FileSystemResource
Tests whether the application can modify the file denoted by this abstract pathname.
CChangeLog - Class in com.helger.commons.changelog
This class contains constants for the use of changelogs.
CCharset - Class in com.helger.commons.charset
Charset constants.
CCSV - Class in com.helger.commons.csv
Constants for the CSV handling.
CDATA_END - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
CDATA_START - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
CGlobal - Class in com.helger.commons
A class declaring system wide constants.
ChangeLog - Class in com.helger.commons.changelog
This class represents a single change log with a list of entries and releases.
ChangeLog(String, String) - Constructor for class com.helger.commons.changelog.ChangeLog
Constructor.
CHANGELOG_NAMESPACE_10 - Static variable in class com.helger.commons.changelog.CChangeLog
The namespace used in XML
CHANGELOG_SCHEMALOCATION_10 - Static variable in class com.helger.commons.changelog.CChangeLog
The schemaLocation value of the changeLog 1.0 XSD
CHANGELOG_XML_FILENAME - Static variable in class com.helger.commons.changelog.CChangeLog
The default file name of the changelog XML
CHANGELOG_XSD_10 - Static variable in class com.helger.commons.changelog.CChangeLog
The classpath relative path to the changelog XSD file
ChangeLogEntry - Class in com.helger.commons.changelog
This class represents a single entry in the changelog.
ChangeLogEntry(ChangeLog, LocalDate, EChangeLogAction, EChangeLogCategory, boolean) - Constructor for class com.helger.commons.changelog.ChangeLogEntry
Constructor.
ChangeLogRelease - Class in com.helger.commons.changelog
This class represents a single release within a changelog.
ChangeLogRelease(LocalDate, Version) - Constructor for class com.helger.commons.changelog.ChangeLogRelease
Constructor.
ChangeLogSerializer - Class in com.helger.commons.changelog
This class handles the reading and writing of changelog objects.
changeParent(ITEMTYPE) - Method in class com.helger.commons.tree.BasicTreeItem
 
changeParent(ITEMTYPE) - Method in interface com.helger.commons.tree.IBasicTreeItem
Change the parent node of this node to another node (subordination).
changeParent(ITEMTYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
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.
CHARSET_ISO_8859_1 - Static variable in class com.helger.commons.charset.CCharset
The special ANSI charset to be used in all applications.
CHARSET_ISO_8859_1_OBJ - Static variable in class com.helger.commons.charset.CCharset
The ISO-8859-1 charset object.
CHARSET_SERVICE_LOADER - Static variable in class com.helger.commons.charset.CCharset
The charset used by the ServiceLoader to read the service files.
CHARSET_SERVICE_LOADER_OBJ - Static variable in class com.helger.commons.charset.CCharset
The charset used by the ServiceLoader to read the service files.
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 - Static variable in class com.helger.commons.url.URLHelper
Default URL charset is UTF-8
CHARSET_URL_OBJ - Static variable in class com.helger.commons.url.URLHelper
Default URL charset is UTF-8
CHARSET_US_ASCII - Static variable in class com.helger.commons.charset.CCharset
The special US ACSII charset to be used in all applications.
CHARSET_US_ASCII_OBJ - Static variable in class com.helger.commons.charset.CCharset
The US-ASCII charset object.
CHARSET_UTF_16 - Static variable in class com.helger.commons.charset.CCharset
The special UTF-16 charset to be used in all applications.
CHARSET_UTF_16_OBJ - Static variable in class com.helger.commons.charset.CCharset
The UTF-16 charset object.
CHARSET_UTF_16BE - Static variable in class com.helger.commons.charset.CCharset
The special UTF-16BE charset to be used in all applications.
CHARSET_UTF_16BE_OBJ - Static variable in class com.helger.commons.charset.CCharset
The UTF-16BE charset object.
CHARSET_UTF_16LE - Static variable in class com.helger.commons.charset.CCharset
The special UTF-16LE charset to be used in all applications.
CHARSET_UTF_16LE_OBJ - Static variable in class com.helger.commons.charset.CCharset
The UTF-16LE charset object.
CHARSET_UTF_8 - Static variable in class com.helger.commons.charset.CCharset
The special UTF-8 charset to be used in all applications.
CHARSET_UTF_8_OBJ - Static variable in class com.helger.commons.charset.CCharset
The UTF-8 charset object.
CHARSET_WINDOWS_1252 - Static variable in class com.helger.commons.charset.CCharset
The non-standard Windows 1252 charset name.
CHARSET_WINDOWS_1252_OBJ - Static variable in class com.helger.commons.charset.CCharset
The non-standard Windows 1252 charset object.
CharsetManager - Class in com.helger.commons.charset
Whole lotta charset management routines.
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
 
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
 
ChildElementIterator - Class in com.helger.commons.xml
Iterate child elements of a single node.
ChildElementIterator(Node) - Constructor for class com.helger.commons.xml.ChildElementIterator
 
ChildNodeIterator - Class in com.helger.commons.xml
Iterate child elements of a single node.
ChildNodeIterator(Node) - Constructor for class com.helger.commons.xml.ChildNodeIterator
 
ChildrenProviderElementWithName - Class in com.helger.commons.microdom.util
Implementation of the IChildrenProvider for IMicroElement objects considering only elements with a certain element name (and optionally a namespace URI).
ChildrenProviderElementWithName(String) - Constructor for class com.helger.commons.microdom.util.ChildrenProviderElementWithName
 
ChildrenProviderElementWithName(String, String) - Constructor for class com.helger.commons.microdom.util.ChildrenProviderElementWithName
 
ChildrenProviderHasChildren<CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.helger.commons.hierarchy
A standard implementation of the IChildrenProvider interface that works with all types that implement IHasChildren.
ChildrenProviderHasChildren() - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildren
 
ChildrenProviderHasChildrenSorted<CHILDTYPE extends IHasChildrenSorted<CHILDTYPE>> - Class in com.helger.commons.hierarchy
An IChildrenProviderSorted implementation for object implementing the IHasChildrenSorted interface.
ChildrenProviderHasChildrenSorted() - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorted
 
ChildrenProviderHasChildrenSorting<CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.helger.commons.hierarchy
An implementation of the IChildrenProvider interface that works with all types that implement IHasChildren.
ChildrenProviderHasChildrenSorting(Comparator<? super CHILDTYPE>) - Constructor for class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorting
 
ChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>> - Class in com.helger.commons.hierarchy
An implementation of the IChildrenProviderWithID interface that works with all types that implement IHasChildren and IHasID.
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 IChildrenProvider and 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
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 IChildrenProviderWithID with ID that returns the children in ChildrenProviderSorting.getAllChildren(Object) sorted.
ChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE, CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.helger.commons.hierarchy.ChildrenProviderSortingWithID
 
ClassHelper - Class in com.helger.commons.lang
Class helper 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
ClassLoader utility 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(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).
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).
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.attr.MapBasedAttributeContainer
 
clear() - Method in class com.helger.commons.collection.impl.AbstractSoftMap
 
clear() - Method in class com.helger.commons.collection.impl.SingleElementList
 
clear() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
clear() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
clear() - Method in class com.helger.commons.collection.impl.WrappedList
 
clear() - Method in class com.helger.commons.collection.impl.WrappedSet
 
clear() - Method in class com.helger.commons.error.ResourceErrorGroup
 
clear() - Method in class com.helger.commons.errorlist.ErrorList
 
clear() - Method in class com.helger.commons.errorlist.FormErrors
 
clear() - Method in class com.helger.commons.log.InMemoryLogger
 
clear() - Method in interface com.helger.commons.state.IClearable
Reset the contents of the element to the after-construction state.
clear() - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
 
clear() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
clear() - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Remove all functions at once.
clear() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Remove all variables at once.
clear() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Remove all variables at once.
clearCache() - Method in class com.helger.commons.cache.AbstractCache
 
clearCache() - Method in class com.helger.commons.cache.AnnotationUsageCache
 
clearCache() - Method in interface com.helger.commons.cache.IMutableCache
Remove all cached elements.
clearCache() - Static method in class com.helger.commons.collation.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() - Method in class com.helger.commons.mime.MimeTypeInfoManager
Remove all registered mime types
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.
clearPerClassLoaderCache() - Static method in class com.helger.commons.xml.schema.XMLSchemaCache
 
clearResourceErrors() - Method in class com.helger.commons.xml.sax.CollectingSAXErrorHandler
Clear all currently stored errors.
clearResourceErrors() - Method in class com.helger.commons.xml.transform.CollectingTransformErrorListener
Clear all currently stored errors.
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.
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.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(Channel) - Static method in class com.helger.commons.io.channel.ChannelHelper
 
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.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 ByteArrayInputStream has no effect.
close() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
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 StringWriter has 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(AutoCloseable) - Static method in class com.helger.commons.io.stream.StreamHelper
Close the passed stream by encapsulating the declared IOException.
closeWithoutFlush(AutoCloseable) - Static method in class com.helger.commons.io.stream.StreamHelper
Close the passed object, without trying to call flush on it.
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.
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
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.collation
Helper class to easily create commonly used Collator objects.
CollectingExceptionCallback<EXTYPE extends Throwable> - Class in com.helger.commons.callback.exception
A specific implementation of the IExceptionCallback interface, that stores the last exception.
CollectingExceptionCallback() - Constructor for class com.helger.commons.callback.exception.CollectingExceptionCallback
 
CollectingExceptionListCallback<EXTYPE extends Throwable> - Class in com.helger.commons.callback.exception
A specific implementation of the IExceptionCallback interface, that stores all exceptions.
CollectingExceptionListCallback() - Constructor for class com.helger.commons.callback.exception.CollectingExceptionListCallback
 
CollectingLSResourceResolver - Class in com.helger.commons.xml.ls
A class that collects all requested resources.
CollectingLSResourceResolver() - Constructor for class com.helger.commons.xml.ls.CollectingLSResourceResolver
 
CollectingSAXErrorHandler - Class in com.helger.commons.xml.sax
An error handler implementation that stores all warnings, errors and fatal errors.
CollectingSAXErrorHandler() - Constructor for class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
CollectingSAXErrorHandler(ErrorHandler) - Constructor for class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
CollectingTransformErrorListener - Class in com.helger.commons.xml.transform
This implementation of ErrorListener saves all occurred warnings/errors/fatals in a list for later evaluation.
CollectingTransformErrorListener() - Constructor for class com.helger.commons.xml.transform.CollectingTransformErrorListener
 
CollectingTransformErrorListener(ErrorListener) - Constructor for class com.helger.commons.xml.transform.CollectingTransformErrorListener
 
CollectionHelper - Class in com.helger.commons.collection
Provides various helper methods to handle collections like List, Set and Map.
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.cache - package com.helger.commons.cache
 
com.helger.commons.callback - package com.helger.commons.callback
 
com.helger.commons.callback.adapter - package com.helger.commons.callback.adapter
 
com.helger.commons.callback.exception - package com.helger.commons.callback.exception
 
com.helger.commons.changelog - package com.helger.commons.changelog
 
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.collation - package com.helger.commons.collation
 
com.helger.commons.collection - package com.helger.commons.collection
 
com.helger.commons.collection.attr - package com.helger.commons.collection.attr
 
com.helger.commons.collection.ext - package com.helger.commons.collection.ext
 
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.lru - package com.helger.commons.collection.lru
 
com.helger.commons.collection.map - package com.helger.commons.collection.map
 
com.helger.commons.collection.multimap - package com.helger.commons.collection.multimap
 
com.helger.commons.collection.pair - package com.helger.commons.collection.pair
 
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.errorlist - package com.helger.commons.errorlist
 
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.filter - package com.helger.commons.filter
 
com.helger.commons.format - package com.helger.commons.format
 
com.helger.commons.function - package com.helger.commons.function
 
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.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.file.filter - package com.helger.commons.io.file.filter
 
com.helger.commons.io.file.iterate - package com.helger.commons.io.file.iterate
 
com.helger.commons.io.misc - package com.helger.commons.io.misc
 
com.helger.commons.io.monitor - package com.helger.commons.io.monitor
 
com.helger.commons.io.provider - package com.helger.commons.io.provider
 
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.resourceprovider - package com.helger.commons.io.resourceprovider
 
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.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.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.log - package com.helger.commons.log
 
com.helger.commons.math - package com.helger.commons.math
 
com.helger.commons.messagedigest - package com.helger.commons.messagedigest
 
com.helger.commons.microdom - package com.helger.commons.microdom
 
com.helger.commons.microdom.convert - package com.helger.commons.microdom.convert
 
com.helger.commons.microdom.serialize - package com.helger.commons.microdom.serialize
 
com.helger.commons.microdom.util - package com.helger.commons.microdom.util
 
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.scope - package com.helger.commons.scope
 
com.helger.commons.scope.mgr - package com.helger.commons.scope.mgr
 
com.helger.commons.scope.mock - package com.helger.commons.scope.mock
 
com.helger.commons.scope.singleton - package com.helger.commons.scope.singleton
 
com.helger.commons.scope.singletons - package com.helger.commons.scope.singletons
 
com.helger.commons.scope.spi - package com.helger.commons.scope.spi
 
com.helger.commons.scope.util - package com.helger.commons.scope.util
 
com.helger.commons.script - package com.helger.commons.script
 
com.helger.commons.serialize.convert - package com.helger.commons.serialize.convert
 
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.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.thread - package com.helger.commons.thread
 
com.helger.commons.timing - package com.helger.commons.timing
 
com.helger.commons.traits - package com.helger.commons.traits
 
com.helger.commons.tree - package com.helger.commons.tree
 
com.helger.commons.tree.sort - package com.helger.commons.tree.sort
 
com.helger.commons.tree.util - package com.helger.commons.tree.util
 
com.helger.commons.tree.withid - package com.helger.commons.tree.withid
 
com.helger.commons.tree.withid.folder - package com.helger.commons.tree.withid.folder
 
com.helger.commons.tree.withid.unique - package com.helger.commons.tree.withid.unique
 
com.helger.commons.tree.xml - package com.helger.commons.tree.xml
 
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.vminit - package com.helger.commons.vminit
 
com.helger.commons.wrapper - package com.helger.commons.wrapper
 
com.helger.commons.ws - package com.helger.commons.ws
 
com.helger.commons.xml - package com.helger.commons.xml
 
com.helger.commons.xml.dom - package com.helger.commons.xml.dom
 
com.helger.commons.xml.ls - package com.helger.commons.xml.ls
 
com.helger.commons.xml.namespace - package com.helger.commons.xml.namespace
 
com.helger.commons.xml.sax - package com.helger.commons.xml.sax
 
com.helger.commons.xml.schema - package com.helger.commons.xml.schema
 
com.helger.commons.xml.serialize.read - package com.helger.commons.xml.serialize.read
 
com.helger.commons.xml.serialize.write - package com.helger.commons.xml.serialize.write
 
com.helger.commons.xml.transform - package com.helger.commons.xml.transform
 
com.helger.commons.xml.xpath - package com.helger.commons.xml.xpath
 
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
 
COMMENT_END - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
COMMENT_START - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
CommonsArrayList<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsArrayList() - Constructor for class com.helger.commons.collection.ext.CommonsArrayList
 
CommonsArrayList(int) - Constructor for class com.helger.commons.collection.ext.CommonsArrayList
 
CommonsArrayList(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsArrayList
 
CommonsArrayList(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsArrayList
 
CommonsArrayList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsArrayList
 
CommonsArrayList(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.ext.CommonsArrayList
 
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.ext
 
CommonsConcurrentHashMap() - Constructor for class com.helger.commons.collection.ext.CommonsConcurrentHashMap
 
CommonsConcurrentHashMap(int) - Constructor for class com.helger.commons.collection.ext.CommonsConcurrentHashMap
 
CommonsConcurrentHashMap(int, float) - Constructor for class com.helger.commons.collection.ext.CommonsConcurrentHashMap
 
CommonsConcurrentHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsConcurrentHashMap
 
CommonsCopyOnWriteArrayList<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsCopyOnWriteArrayList() - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
CommonsCopyOnWriteArrayList(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
CommonsCopyOnWriteArrayList(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
CommonsCopyOnWriteArrayList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
CommonsCopyOnWriteArrayList(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
CommonsCopyOnWriteArraySet<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsCopyOnWriteArraySet() - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
CommonsCopyOnWriteArraySet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
CommonsCopyOnWriteArraySet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
CommonsCopyOnWriteArraySet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
CommonsCopyOnWriteArraySet(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
CommonsEnumMap<KEYTYPE extends Enum<KEYTYPE>,VALUETYPE> - Class in com.helger.commons.collection.ext
 
CommonsEnumMap(Class<KEYTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsEnumMap
 
CommonsEnumMap(EnumMap<KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsEnumMap
 
CommonsHashMap<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.ext
 
CommonsHashMap() - Constructor for class com.helger.commons.collection.ext.CommonsHashMap
 
CommonsHashMap(int) - Constructor for class com.helger.commons.collection.ext.CommonsHashMap
 
CommonsHashMap(int, float) - Constructor for class com.helger.commons.collection.ext.CommonsHashMap
 
CommonsHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsHashMap
 
CommonsHashSet<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsHashSet() - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsHashSet(int) - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsHashSet(int, float) - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsHashSet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsHashSet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsHashSet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsHashSet(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.ext.CommonsHashSet
 
CommonsLinkedHashMap<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.ext
 
CommonsLinkedHashMap() - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashMap
 
CommonsLinkedHashMap(int) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashMap
 
CommonsLinkedHashMap(int, float) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashMap
 
CommonsLinkedHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashMap
 
CommonsLinkedHashMap(int, float, boolean) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashMap
 
CommonsLinkedHashSet<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsLinkedHashSet() - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
CommonsLinkedHashSet(int) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
CommonsLinkedHashSet(int, float) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
CommonsLinkedHashSet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
CommonsLinkedHashSet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
CommonsLinkedHashSet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
CommonsLinkedList<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsLinkedList() - Constructor for class com.helger.commons.collection.ext.CommonsLinkedList
 
CommonsLinkedList(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedList
 
CommonsLinkedList(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedList
 
CommonsLinkedList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedList
 
CommonsLinkedList(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.ext.CommonsLinkedList
 
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.ext
 
CommonsTreeMap() - Constructor for class com.helger.commons.collection.ext.CommonsTreeMap
 
CommonsTreeMap(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsTreeMap
 
CommonsTreeMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsTreeMap
 
CommonsTreeSet<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsTreeSet() - Constructor for class com.helger.commons.collection.ext.CommonsTreeSet
 
CommonsTreeSet(Comparator<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsTreeSet
 
CommonsTreeSet(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsTreeSet
 
CommonsTreeSet(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsTreeSet
 
CommonsTreeSet(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsTreeSet
 
CommonsVector<ELEMENTTYPE> - Class in com.helger.commons.collection.ext
 
CommonsVector() - Constructor for class com.helger.commons.collection.ext.CommonsVector
 
CommonsVector(int) - Constructor for class com.helger.commons.collection.ext.CommonsVector
 
CommonsVector(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsVector
 
CommonsVector(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsVector
 
CommonsVector(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.ext.CommonsVector
 
CommonsVector(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.ext.CommonsVector
 
CommonsWeakHashMap<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.ext
 
CommonsWeakHashMap() - Constructor for class com.helger.commons.collection.ext.CommonsWeakHashMap
 
CommonsWeakHashMap(int) - Constructor for class com.helger.commons.collection.ext.CommonsWeakHashMap
 
CommonsWeakHashMap(int, float) - Constructor for class com.helger.commons.collection.ext.CommonsWeakHashMap
 
CommonsWeakHashMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.ext.CommonsWeakHashMap
 
comparator() - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
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 null values correctly.
compare(DATATYPE, DATATYPE, boolean) - Static method in class com.helger.commons.compare.CompareHelper
Compare the passed items and handle null values correctly.
compare(DATATYPE, DATATYPE, Comparator<? super DATATYPE>) - Static method in class com.helger.commons.compare.CompareHelper
Compare the passed items and handle null values correctly.
compare(DATATYPE, DATATYPE, Comparator<? super DATATYPE>, boolean) - Static method in class com.helger.commons.compare.CompareHelper
Compare the passed items and handle null values correctly.
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
 
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
 
compareFalseBeforeTrue(boolean, boolean) - Static method in class com.helger.commons.compare.CompareHelper
Special version for boolean, true before false
CompareHelper - Class in com.helger.commons.compare
A small helper class that provides comparison methods that are null safe.
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
 
compareTo(MicroQName) - Method in class com.helger.commons.microdom.MicroQName
 
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(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(XPathFunctionKey) - Method in class com.helger.commons.xml.xpath.XPathFunctionKey
 
compareTrueBeforeFalse(boolean, boolean) - Static method in class com.helger.commons.compare.CompareHelper
Special version for boolean, true before false
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_SIZE elements as the maximum queue length and ConcurrentCollectorMultiple.DEFAULT_MAX_PERFORM_COUNT as 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
Constructor using an existing BlockingQueue and the default max perform count (50).
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_SIZE elements 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.
CONSTANT_NULL - Static variable in class com.helger.commons.string.ToStringGenerator
String to be emitted for null values
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 this values
ConstantHasDisplayText - Class in com.helger.commons.text.display
An implementation of the IHasDisplayText interface that always returns a constant string.
ConstantHasDisplayText(String) - Constructor for class com.helger.commons.text.display.ConstantHasDisplayText
 
ConstantHasSimpleURL - Class in com.helger.commons.url
Implementation of IHasSimpleURL that 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 IHasText interface 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 IHasTextWithArgs interface that always returns a constant string.
ConstantHasTextWithArgs(String) - Constructor for class com.helger.commons.text.ConstantHasTextWithArgs
 
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(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(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
 
contains(Object) - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
contains(Object) - Method in class com.helger.commons.collection.impl.SingleElementList
 
contains(Object) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
contains(Object) - Method in class com.helger.commons.collection.impl.WrappedList
 
contains(Object) - Method in class com.helger.commons.collection.impl.WrappedSet
 
contains(String, String) - Static method in class com.helger.commons.string.StringHelper
Check if sSearch is contained within sText.
contains(String, char) - Static method in class com.helger.commons.string.StringHelper
Check if cSearch is contained within sText.
containsAll(Collection<?>) - Method in class com.helger.commons.collection.impl.SingleElementList
 
containsAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
containsAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedList
 
containsAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedSet
 
containsAny(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
 
containsAny(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
containsAny(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
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(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.
containsAnyNullElement(T[]) - Static method in class com.helger.commons.collection.ArrayHelper
Check if the passed array contains at least one null element.
containsAnyNullElement(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
Check if the passed collection contains at least one null element.
containsAnySession() - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
containsAtLeastOneError() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains at least one error or fatal error message.
containsAtLeastOneError() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsAtLeastOneError() - Method in class com.helger.commons.errorlist.ErrorList
 
containsAtLeastOneError() - Method in class com.helger.commons.log.InMemoryLogger
 
containsAtLeastOneError() - Method in class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
containsAtLeastOneFailure() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains at least one failure message.
containsAtLeastOneFailure() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsAtLeastOneFailure() - Method in class com.helger.commons.errorlist.ErrorList
 
containsAtLeastOneFailure() - Method in class com.helger.commons.log.InMemoryLogger
 
containsAtLeastOneSuccess() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains at least one success message.
containsAtLeastOneSuccess() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsAtLeastOneSuccess() - Method in class com.helger.commons.errorlist.ErrorList
 
containsAtLeastOneSuccess() - Method in class com.helger.commons.log.InMemoryLogger
 
containsAttribute(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Check if an attribute of the given name is contained.
containsAttribute(KEYTYPE) - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
containsChildItemWithDataID(KEYTYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
containsChildItemWithDataID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Check if a direct child item with the given ID is present
containsCountry(Locale) - Method in class com.helger.commons.locale.country.CountryCache
Check if the passed country is known.
containsCountry(String) - Method in class com.helger.commons.locale.country.CountryCache
Check if the passed country is known.
containsExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfo
 
containsHTTPHeader(String) - Method in class com.helger.commons.ws.WSClientConfig
 
containsIgnoreCase(String, String, Locale) - Static method in class com.helger.commons.string.StringHelper
Check if sSearch is contained within sText ignoring case.
containsIgnoreCase(String, char, Locale) - Static method in class com.helger.commons.string.StringHelper
Check if cSearch is contained within sText ignoring case.
containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLCDATAChar(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLCDATAChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLNameChar(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLNameChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLTextChar(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsInvalidXMLTextChar(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
containsItemWithDataID(KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
containsItemWithDataID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
Check if an item with the given ID is contained.
containsItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
containsItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
containsItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
containsItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
containsItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
containsItemWithID(KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
containsItemWithID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Check if a tree item corresponding to the given ID is present.
containsKey(Object) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
containsLocale(Locale) - Method in interface com.helger.commons.locale.IHasLocales
Check if the passed locale is directly contained.
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.
containsLocale(Locale) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
containsLocaleWithFallback(Locale) - Method in interface com.helger.commons.locale.IHasLocales
Check if the passed locale is directly or by fallback contained.
containsLocaleWithFallback(Locale) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
containsMimeType(IMimeType) - Method in class com.helger.commons.mime.MimeTypeInfo
 
containsMimeType(String) - Method in class com.helger.commons.mime.MimeTypeInfo
 
containsMimeTypeForExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Check if any mime type is associated with the passed extension
containsMimeTypeForFilename(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Check if any mime type is registered for the extension of the specified filename.
containsNoError() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains no error or fatal error message.
containsNoError() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsNoError() - Method in class com.helger.commons.errorlist.ErrorList
 
containsNoError() - Method in class com.helger.commons.log.InMemoryLogger
 
containsNoFailure() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains no failure message.
containsNoFailure() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsNoFailure() - Method in class com.helger.commons.errorlist.ErrorList
 
containsNoFailure() - Method in class com.helger.commons.log.InMemoryLogger
 
containsNone(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
containsNone(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
containsNoSuccess() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains no success message.
containsNoSuccess() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsNoSuccess() - Method in class com.helger.commons.errorlist.ErrorList
 
containsNoSuccess() - Method in class com.helger.commons.log.InMemoryLogger
 
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(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
containsOnlyError() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains only error or fatal error messages.
containsOnlyError() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsOnlyError() - Method in class com.helger.commons.errorlist.ErrorList
 
containsOnlyError() - Method in class com.helger.commons.log.InMemoryLogger
 
containsOnlyFailure() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains only failure messages.
containsOnlyFailure() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsOnlyFailure() - Method in class com.helger.commons.errorlist.ErrorList
 
containsOnlyFailure() - Method in class com.helger.commons.log.InMemoryLogger
 
containsOnlyNullElements(T[]) - Static method in class com.helger.commons.collection.ArrayHelper
Check if the passed array contains only null element.
containsOnlyNullElements(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
Check if the passed collection contains only null element.
containsOnlySuccess() - Method in interface com.helger.commons.error.IHasErrorLevels
Check if this group contains only success messages.
containsOnlySuccess() - Method in class com.helger.commons.error.ResourceErrorGroup
 
containsOnlySuccess() - Method in class com.helger.commons.errorlist.ErrorList
 
containsOnlySuccess() - Method in class com.helger.commons.log.InMemoryLogger
 
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.
containsSingle(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.multimap.IMultiMap
Check a single element from the container identified by the passed key is present.
containsSingle(KEYTYPE1, KEYTYPE2) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
Check a single element from the container identified by the passed keys is present.
ContainsSoftMigration - Annotation Type in com.helger.commons.annotation
This is a source-only indicator for objects that contain soft migration.
containsUnitTestElement(Throwable) - Static method in class com.helger.commons.lang.StackTraceHelper
Check if the passed stack trace array contains a unit test element.
containsUnitTestElement(StackTraceElement[]) - Static method in class com.helger.commons.lang.StackTraceHelper
Check if the passed stack trace array contains a unit test element.
containsValue(Object) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
convert(boolean, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(byte, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(char, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(double, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(float, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(int, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(long, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convert(short, Class<DSTTYPE>) - Static method in class com.helger.commons.typeconvert.TypeConverter
 
convertIfNecessary(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.
convertIfNecessary(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.
convertIfNecessary(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.
convertIfNecessary(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.
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
convertToMicroElement(Object, String, String) - Method in interface com.helger.commons.microdom.convert.IMicroTypeConverter
Convert the passed object to a micro element using the specified tag name
convertToMicroElement(Object, String) - Static method in class com.helger.commons.microdom.convert.MicroTypeConverter
 
convertToMicroElement(Object, String, String) - Static method in class com.helger.commons.microdom.convert.MicroTypeConverter
 
convertToMicroElement(Object, String, String) - Method in class com.helger.commons.microdom.convert.StringBasedMicroTypeConverter
 
convertToMicroElement(Object, String, String) - Method in class com.helger.commons.microdom.convert.StringMicroTypeConverter
 
convertToMicroNode(Node) - Static method in class com.helger.commons.microdom.util.MicroHelper
 
convertToNative(IMicroElement) - Method in interface com.helger.commons.microdom.convert.IMicroTypeConverter
Convert the passed object to a native element.
convertToNative(IMicroElement, Class<DSTTYPE>) - Static method in class com.helger.commons.microdom.convert.MicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.commons.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter
 
convertToNative(IMicroElement) - Method in class com.helger.commons.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
 
convertToNative(IMicroElement) - Method in class com.helger.commons.microdom.convert.StringBasedMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.commons.microdom.convert.StringMicroTypeConverter
 
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
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.
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.
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.
copyInputStreamToOutputStream(InputStream, OutputStream, MutableLong) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, byte[]) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, byte[], MutableLong) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, byte[], MutableLong, Long) - 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.
copyInputStreamToOutputStreamWithLimit(InputStream, OutputStream, long) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStreamWithLimitAndCloseOS(InputStream, OutputStream, long) - 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.ext.ICommonsMap
 
copyOfEntrySet() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedMap
 
copyOfKeySet() - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
copyOfKeySet() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedMap
 
copyOfValues() - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
copyOfValues(Predicate<? super VALUETYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
copyOfValuesMapped(Function<? super VALUETYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
copyOfValuesMapped(Predicate<? super VALUETYPE>, Function<? super VALUETYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
copyReaderToWriter(Reader, Writer) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, MutableLong) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, char[]) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, char[], MutableLong) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, char[], MutableLong, Long) - 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.
copyReaderToWriterWithLimit(Reader, Writer, long) - Static method in class com.helger.commons.io.stream.StreamHelper
Pass the content of the given reader to the given writer.
copyReaderToWriterWithLimitAndCloseWriter(Reader, Writer, long) - 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 FileInputStream sub 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 FileOutputStream sub 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 InputStream that 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 OutputStream that counts the number of read bytes.
CountingOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.CountingOutputStream
 
CountryCache - Class in com.helger.commons.locale.country
This is a global cache for country objects to avoid too many object flowing around.
create(Iterator<ELEMENTTYPE>, Iterator<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.iterate.CombinedIterator
 
create(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.iterate.EnumerationFromIterator
 
create(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.iterate.EnumerationFromIterator
 
create(T) - Static method in class com.helger.commons.collection.iterate.SingleElementEnumeration
 
create(T) - Static method in class com.helger.commons.collection.iterate.SingleElementIterator
 
create(T) - Static method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
create(T, U) - Static method in class com.helger.commons.collection.pair.Pair
 
create(T, U) - Static method in class com.helger.commons.collection.pair.ReadOnlyPair
 
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(DATATYPE) - Method in interface com.helger.commons.factory.IHierarchicalFactory
Create an object of the desired type.
create(DATATYPE, PARAMTYPE) - Method in interface com.helger.commons.factory.IHierarchicalFactoryWithParameter
Create an object of the desired type.
create(Properties) - Static method in class com.helger.commons.lang.NonBlockingProperties
Create NonBlockingProperties from an existing Properties object.
create(byte[], EMessageDigestAlgorithm) - Static method in class com.helger.commons.messagedigest.MessageDigestValue
Create a new MessageDigestValue object based on the passed source byte array
create(ISuccessIndicator, DATATYPE) - Static method in class com.helger.commons.state.SuccessWithValue
Create a new object with the given value.
create(DefaultTreeItem<DATATYPE>) - Method in class com.helger.commons.tree.DefaultTreeItemFactory
 
create(ITEMTYPE) - Method in interface com.helger.commons.tree.ITreeItemFactory
Create an object of the desired type.
create(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Method in class com.helger.commons.tree.withid.DefaultTreeItemWithIDFactory
 
create(ITEMTYPE, KEYTYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithIDFactory
Create an object of the desired type.
create(ITEMTYPE, KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
create(String, Class<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
Factory method.
create(String, String, Class<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
Factory method
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(File) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(URI) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(URL) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(IHasInputStream) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(IReadableResource) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(CharSequence) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(String) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(char[]) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(char[], int, int) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(byte[]) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(byte[], int, int) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(ByteBuffer) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(InputStream) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(Reader) - Static method in class com.helger.commons.xml.sax.InputSourceFactory
 
create(File) - Static method in class com.helger.commons.xml.transform.TransformResultFactory
 
create(IWritableResource) - Static method in class com.helger.commons.xml.transform.TransformResultFactory
 
create(OutputStream) - Static method in class com.helger.commons.xml.transform.TransformResultFactory
 
create(Writer) - Static method in class com.helger.commons.xml.transform.TransformResultFactory
 
create(Node) - Static method in class com.helger.commons.xml.transform.TransformResultFactory
 
create(File) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(URI) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(URL) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(IHasInputStream) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(IReadableResource) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(CharSequence) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(String) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(char[]) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(char[], int, int) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(byte[]) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(byte[], int, int) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(ByteBuffer) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(InputStream) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(Reader) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
create(Node) - Static method in class com.helger.commons.xml.transform.TransformSourceFactory
 
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_EN(String) - Static method in class com.helger.commons.text.util.TextHelper
 
createAdapter(Runnable) - Static method in class com.helger.commons.callback.adapter.AdapterRunnableToCallable
Create a callable that always returns null.
createAdapter(Runnable, DATATYPE) - Static method in class com.helger.commons.callback.adapter.AdapterRunnableToCallable
Create a callable that always returns the passed value.
createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE>) - Static method in class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
Create a callable that always returns null.
createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Static method in class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
Create a callable that always returns the passed value.
createAdapter(IThrowingRunnable<EXTYPE>) - Static method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
Create a callable that always returns null.
createAdapter(IThrowingRunnable<EXTYPE>, DATATYPE) - Static method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
Create a callable that always returns the passed value.
createAdapter(IThrowingRunnableWithParameter<PARAMTYPE, EXTYPE>) - Static method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
Create a callable that always returns null.
createAdapter(IThrowingRunnableWithParameter<PARAMTYPE, EXTYPE>, DATATYPE) - Static method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
Create a callable that always returns the passed value.
createApplicationScope(String) - Method in class com.helger.commons.scope.GlobalScope
This method creates a new application scope.
createApplicationScope(String) - Method in class com.helger.commons.scope.mgr.DefaultScopeFactory
 
createApplicationScope(String) - Method in interface com.helger.commons.scope.mgr.IScopeFactory
Create a new application scope
createApplicationScopeID(String) - Method in interface com.helger.commons.scope.ISessionScope
Create the unique ID, under which a session application scope will be created within this scope.
createApplicationScopeID(String) - Method in class com.helger.commons.scope.SessionScope
 
createBeginEnd(float[], int, int) - Static method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
createBitSet(byte) - Static method in class com.helger.commons.lang.BitSetHelper
Convert the passed byte value to an bit set of size 8.
createBitSet(short) - Static method in class com.helger.commons.lang.BitSetHelper
Convert the passed short value to an bit set of size 16.
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.
createCache() - Method in class com.helger.commons.cache.AbstractCache
Create a new cache map.
createChanged(DATATYPE) - Static method in class com.helger.commons.state.ChangeWithValue
Create a new changed object with the given value.
createChildItem(DATATYPE) - Method in class com.helger.commons.tree.BasicTreeItem
Add a child item to this item.
createChildItem(DATATYPE) - Method in interface com.helger.commons.tree.ITreeItem
Add a child item to this item.
createChildItem(KEYTYPE, DATATYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
createChildItem(KEYTYPE, DATATYPE, boolean) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
createChildItem(KEYTYPE, DATATYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Add a direct child item to this item.
createChildItem(KEYTYPE, DATATYPE, boolean) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Add a direct child item to this item.
createCloneOnDemand(ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
Create a clone of the passed settings, depending on the parameter.
createConstant(DSTTYPE) - Static method in interface com.helger.commons.aggregate.IAggregator
 
createDefaultDocumentBuilderFactory() - Static method in class com.helger.commons.xml.XMLFactory
Create a new DocumentBuilderFactory using the defaults defined in this class (XMLFactory.DEFAULT_DOM_NAMESPACE_AWARE, XMLFactory.DEFAULT_DOM_VALIDATING etc.).
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.
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.
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.
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.
createDocumentBuilder() - Static method in class com.helger.commons.xml.XMLFactory
Create a document builder without a certain schema, using the default DocumentBuilderFactory.
createDocumentBuilder(Schema) - Static method in class com.helger.commons.xml.XMLFactory
Create a document builder for a certain schema.
createDocumentBuilder(DocumentBuilderFactory) - Static method in class com.helger.commons.xml.XMLFactory
Create a document builder without a certain schema, using the passed DocumentBuilderFactory.
createDocumentBuilderFactory(Schema) - Static method in class com.helger.commons.xml.XMLFactory
Create a new DocumentBuilderFactory for the specified schema, with the following settings: coalescing, comment ignoring and namespace aware.
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
 
createError(String) - Static method in class com.helger.commons.errorlist.SingleError
 
createError(String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createError(String, String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createFailure(DATATYPE) - Static method in class com.helger.commons.state.SuccessWithValue
Create a new failure object with the given value.
createFileMonitor(IFileMonitorCallback) - Method in class com.helger.commons.io.monitor.FileMonitorManager
Create a new FileMonitor based on the passed file listener.
createFileMonitor(IFileMonitorCallback) - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Create a new FileMonitor based on the passed file listener.
createForHTML4() - Static method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
createForHTML5() - Static method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
createForSet(IAggregator<KEYTYPE, KEYTYPE>) - Static method in class com.helger.commons.tree.withid.folder.DefaultFolderTree
Create a new DefaultFolderTree using a set as the container.
createForXHTML() - Static method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
createGlobalScope(String) - Method in class com.helger.commons.scope.mgr.DefaultScopeFactory
 
createGlobalScope(String) - Method in interface com.helger.commons.scope.mgr.IScopeFactory
Create a new global scope.
createHasDisplayName() - Static method in interface com.helger.commons.name.IDisplayNameProvider
 
createHasDisplayText() - Static method in interface com.helger.commons.text.display.IDisplayTextProvider
 
createHasID() - Static method in interface com.helger.commons.id.IIDProvider
 
createHasIntID() - Static method in interface com.helger.commons.id.IIntIDProvider
 
createHasLongID() - Static method in interface com.helger.commons.id.ILongIDProvider
 
createHasName() - Static method in interface com.helger.commons.name.INameProvider
 
createInfo(String) - Static method in class com.helger.commons.errorlist.SingleError
 
createInfo(String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createInfo(String, String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createInstance() - Method in class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
createInstance() - Method in class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
createInstance() - Method in class com.helger.commons.collection.ext.CommonsLinkedList
 
createInstance() - Method in class com.helger.commons.collection.ext.CommonsTreeSet
 
createInstance() - Method in class com.helger.commons.collection.ext.CommonsVector
 
createInstance() - Method in interface com.helger.commons.collection.ext.ICommonsList
Create a new empty list.
createInstance() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedSet
 
createInstance() - Method in interface com.helger.commons.collection.ext.ICommonsSet
Create a new empty set.
createInstance() - Method in class com.helger.commons.collection.impl.SingleElementList
 
createListDocument(Collection<String>) - Static method in class com.helger.commons.microdom.util.XMLListHandler
 
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.
createMapDocument(Map<String, String>) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
 
createMultilingualTextFromMap(Map<String, String>) - Static method in class com.helger.commons.text.util.TextHelper
 
createNashornEngine() - Static method in class com.helger.commons.script.ScriptHelper
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMap
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.AbstractMultiHashMap
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMap
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.AbstractMultiWeakHashMap
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiConcurrentHashMapArrayListBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiConcurrentHashMapHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiConcurrentHashMapTreeSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiConcurrentHashMapVectorBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiHashMapArrayListBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiHashMapHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiHashMapTreeSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiHashMapVectorBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapArrayListBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapVectorBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiTreeMapArrayListBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiTreeMapHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiTreeMapTreeSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiTreeMapVectorBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiWeakHashMapArrayListBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiWeakHashMapHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiWeakHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiWeakHashMapTreeSetBased
 
createNewCollection() - Method in class com.helger.commons.collection.multimap.MultiWeakHashMapVectorBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.AbstractMultiHashMapMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiHashMapHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiHashMapLinkedHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiHashMapTreeMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiHashMapWeakHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiLinkedHashMapWeakHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiTreeMapHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiTreeMapTreeMapBased
 
createNewInnerMap() - Method in class com.helger.commons.collection.multimap.MultiTreeMapWeakHashMapBased
 
createNewXPath() - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath without any special settings using the default XPathFactory.
createNewXPath(XPathFactory) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath without any special settings.
createNewXPath(XPathVariableResolver) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver using the default XPathFactory.
createNewXPath(XPathFactory, XPathVariableResolver) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver.
createNewXPath(XPathFunctionResolver) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed function resolver using the default XPathFactory.
createNewXPath(XPathFactory, XPathFunctionResolver) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed function resolver.
createNewXPath(NamespaceContext) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed namespace context using the default XPathFactory.
createNewXPath(XPathFactory, NamespaceContext) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed namespace context.
createNewXPath(XPathVariableResolver, NamespaceContext) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver and namespace context using the default XPathFactory.
createNewXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver, function resolver and namespace context using the default XPathFactory.
createNewXPath(XPathFactory, XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver, function resolver and namespace context.
createNewXPathExpresion(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(XPathVariableResolver, String) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(XPathFunctionResolver, String) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(NamespaceContext, String) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(String) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluatio using the default XPathFactoryn.
createNewXPathExpresion(XPath, String) - Static method in class com.helger.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation.
createNull() - Static method in interface com.helger.commons.aggregate.IAggregator
 
createOfsLen(float[], int, int) - Static method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
createReader(String) - Static method in class com.helger.commons.io.stream.StreamHelper
 
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
 
createRequestScope(String, String) - Method in class com.helger.commons.scope.mgr.DefaultScopeFactory
 
createRequestScope(String, String) - Method in interface com.helger.commons.scope.mgr.IScopeFactory
Create a new request scope
createRoot() - Method in interface com.helger.commons.factory.IHierarchicalRootFactory
Create the root object.
createRoot() - Method in class com.helger.commons.tree.DefaultTreeItemFactory
 
createRoot() - Method in interface com.helger.commons.tree.ITreeItemFactory
Create the root object.
createRoot() - Method in class com.helger.commons.tree.withid.DefaultTreeItemWithIDFactory
 
createRoot() - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
createRoot() - Method in interface com.helger.commons.tree.withid.ITreeItemWithIDFactory
Create the root object.
createRoot() - Method in class com.helger.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
 
createSchema(SchemaFactory, String, ICommonsList<? extends IReadableResource>) - Static method in class com.helger.commons.xml.schema.SchemaCache
 
createSessionApplicationScope(String) - Method in class com.helger.commons.scope.mgr.DefaultScopeFactory
 
createSessionApplicationScope(String) - Method in interface com.helger.commons.scope.mgr.IScopeFactory
Create a new session application scope
createSessionApplicationScope(String) - Method in class com.helger.commons.scope.SessionScope
 
createSessionScope(String) - Method in class com.helger.commons.scope.mgr.DefaultScopeFactory
 
createSessionScope(String) - Method in interface com.helger.commons.scope.mgr.IScopeFactory
Create a new session scope
createStringAll() - Static method in interface com.helger.commons.aggregate.IAggregator
 
createStringAll(char) - Static method in interface com.helger.commons.aggregate.IAggregator
 
createStringAll(String) - Static method in interface com.helger.commons.aggregate.IAggregator
 
createStringIgnoreEmpty() - Static method in interface com.helger.commons.aggregate.IAggregator
 
createStringIgnoreEmpty(char) - Static method in interface com.helger.commons.aggregate.IAggregator
 
createStringIgnoreEmpty(String) - Static method in interface com.helger.commons.aggregate.IAggregator
 
createSuccess(String) - Static method in class com.helger.commons.errorlist.SingleError
 
createSuccess(String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createSuccess(String, String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createSuccess(DATATYPE) - Static method in class com.helger.commons.state.SuccessWithValue
Create a new success object with the given value.
createTransformerFactory(ErrorListener, URIResolver) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
 
createUnchanged(DATATYPE) - Static method in class com.helger.commons.state.ChangeWithValue
Create a new unchanged object with the given value.
createUseAll() - Static method in interface com.helger.commons.aggregate.IAggregator
 
createUseFirst() - Static method in interface com.helger.commons.aggregate.IAggregator
 
createUseLast() - Static method in interface com.helger.commons.aggregate.IAggregator
 
createWarning(String) - Static method in class com.helger.commons.errorlist.SingleError
 
createWarning(String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createWarning(String, String, String) - Static method in class com.helger.commons.errorlist.SingleError
 
createWithClones(IMicroNode...) - Static method in class com.helger.commons.microdom.MicroContainer
Create a new IMicroContainer that contains clones of all passed nodes
createWithClones(Iterable<? extends IMicroNode>) - Static method in class com.helger.commons.microdom.MicroContainer
Create a new IMicroContainer that contains clones of all passed nodes
createWriter(OutputStream, Charset) - Static method in class com.helger.commons.io.stream.StreamHelper
 
createXMLEmitter(Writer, IXMLWriterSettings) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
createXMLReader() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderFactory
 
createXMLReader() - Static method in class com.helger.commons.xml.serialize.read.XMLReaderFactoryCommons
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class com.helger.commons.xml.serialize.read.XMLReaderFactoryCommons
Attempt to create an XML reader from a class name.
createXSDSchemaFactory() - Static method in class com.helger.commons.xml.schema.XMLSchemaCache
 
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
 
CSVLineReaderBufferedReader - Class in com.helger.commons.csv
A special implementation of ICSVLineReader using a BufferedReader.
CSVLineReaderBufferedReader(BufferedReader) - Constructor for class com.helger.commons.csv.CSVLineReaderBufferedReader
Constructor.
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 ICSVLineReader using a NonBlockingBufferedReader.
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 CSVReader using a comma for the separator.
CSVReader(Reader, CSVParser, boolean) - Constructor for class com.helger.commons.csv.CSVReader
Constructs CSVReader with supplied CSVParser.
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 CSVWriter with all default settings.
CURRENT_YEAR - Static variable in class com.helger.commons.CGlobal
The year when the application was started.
customizeRequestContext(Map<String, Object>) - Method in class com.helger.commons.ws.WSClientConfig
Add custom properties to the request context.
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.
CXML - Class in com.helger.commons.xml
This is just a workaround if Xerces is not in the build path.
CXMLRegEx - Class in com.helger.commons.xml
XML regular expressions.

D

DateTimeFormatterCache - Class in com.helger.commons.datetime
This class provides a cache for DateTimeFormatter instances.
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
 
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 - Static variable in class com.helger.commons.text.util.TextHelper
German locale used
DEBUG_RESOLVE - Static variable in class com.helger.commons.xml.ls.AbstractLSResourceResolver
Internal debug flag for console debugging
debugApplicationScopeLifeCycle(Logger) - Static method in class com.helger.commons.scope.ScopeHelper
This is a just a helper method to determine whether application scope creation/deletion issues should be logged or not.
debugGlobalScopeLifeCycle(Logger) - Static method in class com.helger.commons.scope.ScopeHelper
This is a just a helper method to determine whether global scope creation/deletion issues should be logged or not.
debugLogDOMFeatures() - Static method in class com.helger.commons.xml.XMLDebug
Emit all supported features to the logger.
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
 
debugRequestScopeLifeCycle(Logger) - Static method in class com.helger.commons.scope.ScopeHelper
This is a just a helper method to determine whether request scope creation/deletion issues should be logged or not.
debugSessionApplicationScopeLifeCycle(Logger) - Static method in class com.helger.commons.scope.ScopeHelper
This is a just a helper method to determine whether global session application creation/deletion issues should be logged or not.
debugSessionScopeLifeCycle(Logger) - Static method in class com.helger.commons.scope.ScopeHelper
This is a just a helper method to determine whether session scope creation/deletion issues should be logged or not.
dec() - Method in class com.helger.commons.mutable.MutableBigDecimal
 
dec(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
dec(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
dec(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
dec(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
dec() - Method in class com.helger.commons.mutable.MutableBigInteger
 
dec(long) - Method in class com.helger.commons.mutable.MutableBigInteger
 
dec(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
dec(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
dec() - Method in class com.helger.commons.mutable.MutableByte
 
dec(int) - Method in class com.helger.commons.mutable.MutableByte
 
dec(Number) - Method in class com.helger.commons.mutable.MutableByte
 
dec() - Method in class com.helger.commons.mutable.MutableChar
 
dec(int) - Method in class com.helger.commons.mutable.MutableChar
 
dec(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
 
dec() - Method in class com.helger.commons.mutable.MutableDouble
 
dec(double) - Method in class com.helger.commons.mutable.MutableDouble
 
dec(Number) - Method in class com.helger.commons.mutable.MutableDouble
 
dec() - Method in class com.helger.commons.mutable.MutableFloat
 
dec(float) - Method in class com.helger.commons.mutable.MutableFloat
 
dec(Number) - Method in class com.helger.commons.mutable.MutableFloat
 
dec() - Method in class com.helger.commons.mutable.MutableInt
 
dec(int) - Method in class com.helger.commons.mutable.MutableInt
 
dec(Number) - Method in class com.helger.commons.mutable.MutableInt
 
dec() - Method in class com.helger.commons.mutable.MutableLong
 
dec(long) - Method in class com.helger.commons.mutable.MutableLong
 
dec(Number) - Method in class com.helger.commons.mutable.MutableLong
 
dec() - Method in class com.helger.commons.mutable.MutableShort
 
dec(int) - Method in class com.helger.commons.mutable.MutableShort
 
dec(Number) - Method in class com.helger.commons.mutable.MutableShort
 
DECODE - Static variable in class com.helger.commons.base64.Base64
Specify decoding in first bit.
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(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(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(InputStream, OutputStream) - Method in class com.helger.commons.codec.Base16Codec
 
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 interface com.helger.commons.codec.IByteArrayStreamDecoder
Decode a byte array.
decode(InputStream, OutputStream) - Method in class com.helger.commons.codec.LZWCodec
 
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
 
DecodeException - Exception in com.helger.commons.codec
Exception occurred in a decoder
DecodeException(String) - Constructor for exception com.helger.commons.codec.DecodeException
 
DecodeException(Throwable) - Constructor for exception com.helger.commons.codec.DecodeException
 
DecodeException(String, Throwable) - Constructor for exception com.helger.commons.codec.DecodeException
 
decodeFileToFile(String, String) - Static method in class com.helger.commons.base64.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class com.helger.commons.base64.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class com.helger.commons.base64.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.helger.commons.base64.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class com.helger.commons.base64.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT - Static variable in enum com.helger.commons.compare.ESortOrder
The default sort order is ESortOrder.ASCENDING
DEFAULT - Static variable in enum com.helger.commons.io.EAppend
The default is EAppend.TRUNCATE
DEFAULT - Static variable in enum com.helger.commons.messagedigest.EMessageDigestAlgorithm
The default algorithm that should be used.
DEFAULT - Static variable in enum com.helger.commons.system.ENewLineMode
The default newline mode as indicated by the system properties
DEFAULT - Static variable in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
The default setting as it was in previous versions of ph-commons
DEFAULT_APPEND - Static variable in class com.helger.commons.io.stream.CountingFileOutputStream
By default append is enabled
DEFAULT_BOOLEAN - Static variable in class com.helger.commons.CGlobal
Default boolean value
DEFAULT_BOOLEAN_OBJ - Static variable in class com.helger.commons.CGlobal
Boolean value of CGlobal.DEFAULT_BOOLEAN
DEFAULT_BUF_SIZE - Static variable in class com.helger.commons.io.stream.ByteBufferOutputStream
 
DEFAULT_BYTE - Static variable in class com.helger.commons.CGlobal
Default byte value
DEFAULT_BYTE_OBJ - Static variable in class com.helger.commons.CGlobal
Byte value of CGlobal.DEFAULT_BYTE
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
DEFAULT_CHAR_OBJ - Static variable in class com.helger.commons.CGlobal
Character value of CGlobal.DEFAULT_CHAR
DEFAULT_CHARSET - Static variable in class com.helger.commons.charset.CCharset
The default charset to be used in all applications.
DEFAULT_CHARSET_OBJ - Static variable in class com.helger.commons.charset.CCharset
The default charset object.
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_CONNECT_TIMEOUT - Static variable in class com.helger.commons.io.resource.URLResource
 
DEFAULT_CONNECTION_TIMEOUT_MS - Static variable in class com.helger.commons.ws.WSClientConfig
 
DEFAULT_CREATE_SCOPE - Static variable in class com.helger.commons.scope.mgr.ScopeManager
 
DEFAULT_DEADLOCK_CHECK_PERIOD - Static variable in class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
The number of milliseconds between checking for deadlocks.
DEFAULT_DEBUG_APPLICATION_SCOPE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DEBUG_GLOBAL_SCOPE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DEBUG_LIFE_CYCLE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DEBUG_MODE - Static variable in class com.helger.commons.debug.GlobalDebug
By default debug mode is enabled
DEFAULT_DEBUG_REQUEST_SCOPE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DEBUG_SESSION_APPLICATION_SCOPE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DEBUG_SESSION_SCOPE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DEBUG_WITH_STACK_TRACE - Static variable in class com.helger.commons.scope.ScopeHelper
 
DEFAULT_DELAY - Static variable in class com.helger.commons.io.monitor.FileMonitorManager
 
DEFAULT_DESTROY_ALL_SESSIONS_ON_SCOPE_END - Static variable in class com.helger.commons.scope.mgr.ScopeSessionManager
 
DEFAULT_DO_LOG - Static variable in exception com.helger.commons.exception.LoggedException
The default setting, whether runtime exceptions are logged, if no parameter is specified.
DEFAULT_DO_LOG - Static variable in exception com.helger.commons.exception.LoggedIOException
The default setting, whether runtime exceptions are logged, if no parameter is specified.
DEFAULT_DO_LOG - Static variable in exception com.helger.commons.exception.LoggedRuntimeException
The default setting, whether runtime exceptions are logged, if no parameter is specified.
DEFAULT_DOM_COALESCING - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default coalescing
DEFAULT_DOM_EXPAND_ENTITY_REFERENCES - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default entity reference expanding
DEFAULT_DOM_IGNORING_COMMENTS - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default ignoring comments
DEFAULT_DOM_IGNORING_ELEMENT_CONTENT_WHITESPACE - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default not ignoring element content whitespace
DEFAULT_DOM_NAMESPACE_AWARE - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default namespace aware
DEFAULT_DOM_VALIDATING - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default not DTD validating
DEFAULT_DOM_XINCLUDE_AWARE - Static variable in class com.helger.commons.xml.XMLFactory
DocumentBuilderFactory is by default not XInclude aware
DEFAULT_DOUBLE - Static variable in class com.helger.commons.CGlobal
Default double value
DEFAULT_DOUBLE_OBJ - Static variable in class com.helger.commons.CGlobal
Double value of CGlobal.DEFAULT_DOUBLE
DEFAULT_EMIT_NAMESPACES - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
By default namespaces are written.
DEFAULT_ENCODE_BLANKS - Static variable in class com.helger.commons.codec.RFC1522QCodec
 
DEFAULT_END_ALL_SESSIONS_ON_SCOPE_END - Static variable in class com.helger.commons.scope.mgr.ScopeSessionManager
 
DEFAULT_ESCAPE - Static variable in class com.helger.commons.microdom.MicroText
By default the text should be XML escaped when emitting to a file etc.
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_FLOAT - Static variable in class com.helger.commons.CGlobal
Default float value
DEFAULT_FLOAT_OBJ - Static variable in class com.helger.commons.CGlobal
Float value of CGlobal.DEFAULT_FLOAT
DEFAULT_IGNORABLE_WHITESPACE - Static variable in class com.helger.commons.microdom.MicroText
By default the text is not ignorable whitespaces
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_INDENTATION_STRING - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
By default indentation happens with 2 spaces
DEFAULT_INT - Static variable in class com.helger.commons.CGlobal
Default int value
DEFAULT_INT_OBJ - Static variable in class com.helger.commons.CGlobal
Integer value of CGlobal.DEFAULT_INT
DEFAULT_KEEP_CR - Static variable in class com.helger.commons.csv.CCSV
 
DEFAULT_LANGUAGE - Static variable in class com.helger.commons.CGlobal
The default language in case no other language is specified.
DEFAULT_LINE_END - Static variable in class com.helger.commons.csv.CSVWriter
The default line delimiter to be used.
DEFAULT_LOCALE - Static variable in class com.helger.commons.CGlobal
The very hardcoded default locale that cannot be changed and contains a language and a country.
DEFAULT_LONG - Static variable in class com.helger.commons.CGlobal
Default long value
DEFAULT_LONG_OBJ - Static variable in class com.helger.commons.CGlobal
Long value of CGlobal.DEFAULT_LONG
DEFAULT_MAX_FILES - Static variable in class com.helger.commons.io.monitor.FileMonitorManager
 
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_NAMESPACE_CTX - Static variable in class com.helger.commons.xml.serialize.write.XMLWriter
By default no XML namespace map is present
DEFAULT_NAMESPACE_PREFIX_PREFIX - Static variable in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
The prefix to be used for created namespace prefixes :) (e.g. for "ns0" or "ns1")
DEFAULT_NULL_VALUES_COME_FIRST - Static variable in class com.helger.commons.compare.CompareHelper
By default null values 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_PUT_NAMESPACE_CONTEXT_PREFIXES_IN_ROOT - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
By default namespace context prefixes are put inside the root element
DEFAULT_QUOTE_ALL - Static variable in class com.helger.commons.csv.CSVWriter
 
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_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_READ_TIMEOUT - Static variable in class com.helger.commons.io.resource.URLResource
 
DEFAULT_REQUEST_TIMEOUT_MS - Static variable in class com.helger.commons.ws.WSClientConfig
 
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY - Static variable in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY - Static variable in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
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_SCRIPT_CHARSET - Static variable in class com.helger.commons.script.ScriptHelper
 
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
DEFAULT_SHORT_OBJ - Static variable in class com.helger.commons.CGlobal
Short value of CGlobal.DEFAULT_SHORT
DEFAULT_SKIP_LINES - Static variable in class com.helger.commons.csv.CCSV
The default line to start reading.
DEFAULT_SPACE_ON_SELF_CLOSED_ELEMENT - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
By default a leading space is inserted before a self closed element (e.g.
DEFAULT_STANDALONE - Static variable in class com.helger.commons.microdom.MicroDocument
By default a document is not standalone
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_THROW_EXCEPTION_ON_NESTED_COMMENTS - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
By default an exception is thrown for nested comments
DEFAULT_USE_DOUBLE_QUOTES_FOR_ATTRIBUTES - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
By default double quotes are used to wrap attribute values
DEFAULT_USE_RESOURCE_BUNDLE_CACHE - Static variable in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
By default the resource bundle cache is used
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableBigDecimal
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableBigInteger
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableBoolean
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableByte
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableChar
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableDouble
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableFloat
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableInt
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableLong
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.helger.commons.mutable.MutableShort
The default value if the default constructor 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_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.
DEFAULT_XML_CHARSET - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
The default charset is UTF-8
DEFAULT_XML_CHARSET_OBJ - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
The default charset is UTF-8
DEFAULT_XML_SETTINGS - Static variable in class com.helger.commons.xml.serialize.write.XMLWriterSettings
The default settings to use
DEFAULT_XML_VERSION - Static variable in class com.helger.commons.xml.serialize.write.XMLWriter
The default XML version to be used
DefaultEqualsImplementationRegistrarSPI - Class in com.helger.commons.equals
This class registers the default equals implementations.
DefaultEqualsImplementationRegistrarSPI() - Constructor for class com.helger.commons.equals.DefaultEqualsImplementationRegistrarSPI
 
DefaultFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>> - Class in com.helger.commons.tree.withid.folder
Root class for a simple tree.
DefaultFolderTree(IAggregator<KEYTYPE, KEYTYPE>) - Constructor for class com.helger.commons.tree.withid.folder.DefaultFolderTree
Constructor that creates a DefaultFolderTreeItemFactory using the passed key combinator.
DefaultFolderTree(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>>) - Constructor for class com.helger.commons.tree.withid.folder.DefaultFolderTree
Constructor
DefaultFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>> - Class in com.helger.commons.tree.withid.folder
Default implementation of the IFolderTreeItem interface.
DefaultFolderTreeItem(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>>) - Constructor for class com.helger.commons.tree.withid.folder.DefaultFolderTreeItem
Constructor for root object
DefaultFolderTreeItem(DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>, KEYTYPE) - Constructor for class com.helger.commons.tree.withid.folder.DefaultFolderTreeItem
Constructor for normal elements
DefaultFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>> - Class in com.helger.commons.tree.withid.folder
The default folder tree item factory implementation.
DefaultFolderTreeItemFactory(IAggregator<KEYTYPE, KEYTYPE>) - Constructor for class com.helger.commons.tree.withid.folder.DefaultFolderTreeItemFactory
 
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 IHierarchyVisitorCallback interface 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
 
DefaultScopeFactory - Class in com.helger.commons.scope.mgr
Standalone version of the scope factory.
DefaultScopeFactory() - Constructor for class com.helger.commons.scope.mgr.DefaultScopeFactory
 
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.
DefaultTransformURIResolver - Class in com.helger.commons.xml.transform
Implementation of the URIResolver interface using SimpleLSResourceResolver to resolve resources.
DefaultTransformURIResolver() - Constructor for class com.helger.commons.xml.transform.DefaultTransformURIResolver
 
DefaultTransformURIResolver(URIResolver) - Constructor for class com.helger.commons.xml.transform.DefaultTransformURIResolver
 
DefaultTree<DATATYPE> - Class in com.helger.commons.tree
Default implementation of the ITree interface using DefaultTreeItem tree items
DefaultTree() - Constructor for class com.helger.commons.tree.DefaultTree
 
DefaultTree(ITreeItemFactory<DATATYPE, DefaultTreeItem<DATATYPE>>) - Constructor for class com.helger.commons.tree.DefaultTree
 
DefaultTreeItem<DATATYPE> - Class in com.helger.commons.tree
Default implementation of the ITreeItem interface
DefaultTreeItem(ITreeItemFactory<DATATYPE, DefaultTreeItem<DATATYPE>>) - Constructor for class com.helger.commons.tree.DefaultTreeItem
Constructor for root object.
DefaultTreeItem(DefaultTreeItem<DATATYPE>) - Constructor for class com.helger.commons.tree.DefaultTreeItem
Constructor for normal elements.
DefaultTreeItemFactory<DATATYPE> - Class in com.helger.commons.tree
Implementation of the ITreeItemFactory for DefaultTreeItem implementation
DefaultTreeItemFactory() - Constructor for class com.helger.commons.tree.DefaultTreeItemFactory
 
DefaultTreeItemWithID<KEYTYPE,DATATYPE> - Class in com.helger.commons.tree.withid
Special implementation of BasicTreeItemWithID using the item type DefaultTreeItemWithID.
DefaultTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, DefaultTreeItemWithID<KEYTYPE, DATATYPE>>) - Constructor for class com.helger.commons.tree.withid.DefaultTreeItemWithID
Constructor for root object
DefaultTreeItemWithID(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Constructor for class com.helger.commons.tree.withid.DefaultTreeItemWithID
Constructor for normal elements
DefaultTreeItemWithIDFactory<KEYTYPE,DATATYPE> - Class in com.helger.commons.tree.withid
Special implementation of AbstractTreeItemWithIDFactory using the item type DefaultTreeItemWithID.
DefaultTreeItemWithIDFactory() - Constructor for class com.helger.commons.tree.withid.DefaultTreeItemWithIDFactory
 
DefaultTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE> - Class in com.helger.commons.tree.withid.unique
A special tree item factory that maintains a unique ID over all items!
DefaultTreeItemWithUniqueIDFactory() - Constructor for class com.helger.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
 
DefaultTreeWithGlobalUniqueID<KEYTYPE,DATATYPE> - Class in com.helger.commons.tree.withid.unique
A managed tree is a specialized version of the tree, where each item is required to have a unique ID so that item searching can be performed quite easily.
DefaultTreeWithGlobalUniqueID() - Constructor for class com.helger.commons.tree.withid.unique.DefaultTreeWithGlobalUniqueID
 
DefaultTreeWithGlobalUniqueID(ITreeItemWithUniqueIDFactory<KEYTYPE, DATATYPE, DefaultTreeItemWithID<KEYTYPE, DATATYPE>>) - Constructor for class com.helger.commons.tree.withid.unique.DefaultTreeWithGlobalUniqueID
 
DefaultTreeWithID<KEYTYPE,DATATYPE> - Class in com.helger.commons.tree.withid
Root class for a simple tree.
DefaultTreeWithID() - Constructor for class com.helger.commons.tree.withid.DefaultTreeWithID
 
DefaultTreeWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, DefaultTreeItemWithID<KEYTYPE, DATATYPE>>) - Constructor for class com.helger.commons.tree.withid.DefaultTreeWithID
 
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.
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.
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.
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.
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.
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.
destroyAllSessions() - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
Destroy all known session scopes.
destroyOwnedScopes() - Method in class com.helger.commons.scope.AbstractMapBasedScope
Override this method to destroy all scopes owned by this scope.
destroyOwnedScopes() - Method in class com.helger.commons.scope.GlobalScope
 
destroyOwnedScopes() - Method in class com.helger.commons.scope.SessionScope
 
destroyScope() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
destroyScope() - Method in interface com.helger.commons.scope.IScope
Destroys the scopes and all child scopes.
destroySessionScope(ISessionScope) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Manually destroy the passed session scope.
detachFromParent() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
detachFromParent() - Method in interface com.helger.commons.microdom.IMicroNode
Detach this node from the parent node so it can be inserted into another node without problems.
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.
directGetAllParams() - Method in interface com.helger.commons.url.IURLData
 
directGetAllParams() - Method in class com.helger.commons.url.SimpleURL
 
directGetAllParams() - Method in class com.helger.commons.url.URLData
 
directGetStringBuilder() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
 
directoryOnly() - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
directoryPublic() - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
divide(long, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
divide(double, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
divide(MutableBigDecimal, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
divide(BigDecimal, int, RoundingMode) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
divide(long) - Method in class com.helger.commons.mutable.MutableBigInteger
 
divide(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
divide(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
divide(double) - Method in class com.helger.commons.mutable.MutableDouble
 
divide(Number) - Method in class com.helger.commons.mutable.MutableDouble
 
divide(float) - Method in class com.helger.commons.mutable.MutableFloat
 
divide(Number) - Method in class com.helger.commons.mutable.MutableFloat
 
divide(int) - Method in class com.helger.commons.mutable.MutableInt
 
divide(Number) - Method in class com.helger.commons.mutable.MutableInt
 
divide(long) - Method in class com.helger.commons.mutable.MutableLong
 
divide(Number) - Method in class com.helger.commons.mutable.MutableLong
 
DO_BREAK_LINES - Static variable in class com.helger.commons.base64.Base64
Do break lines when encoding.
DOM_CERTIFIED - Static variable in class com.helger.commons.xml.CXML
DOM LS feature
DOM_CHECK_CHAR_NORMALIZATION - Static variable in class com.helger.commons.xml.CXML
DOM level 3 feature
DOM_DISALLOW_DOCTYPE - Static variable in class com.helger.commons.xml.CXML
DOM LS feature
DOM_DISCARD_DEFAULT_CONTENT - Static variable in class com.helger.commons.xml.CXML
DOM level 3 feature
DOM_FORMAT_PRETTY_PRINT - Static variable in class com.helger.commons.xml.CXML
DOM LS feature
DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS - Static variable in class com.helger.commons.xml.CXML
DOM LS feature
DOM_NORMALIZE_CHARACTERS - Static variable in class com.helger.commons.xml.CXML
DOM level 3 feature
DOM_SPLIT_CDATA - Static variable in class com.helger.commons.xml.CXML
DOM level 3 feature
DOM_UNKNOWNCHARS - Static variable in class com.helger.commons.xml.CXML
DOM LS feature
DOM_WELLFORMED - Static variable in class com.helger.commons.xml.CXML
DOM level 3 feature
DOM_XMLDECL - Static variable in class com.helger.commons.xml.CXML
DOM LS feature
DOMInputStreamProvider - Class in com.helger.commons.xml.serialize.read
A special input stream provider that takes an existing Node and converts it to a byte array.
DOMInputStreamProvider(Node) - Constructor for class com.helger.commons.xml.serialize.read.DOMInputStreamProvider
Constructor for W3C nodes using the default XML charset.
DOMInputStreamProvider(Node, Charset) - Constructor for class com.helger.commons.xml.serialize.read.DOMInputStreamProvider
Constructor for W3C nodes.
DOMInputStreamProvider(Node, IXMLWriterSettings) - Constructor for class com.helger.commons.xml.serialize.read.DOMInputStreamProvider
Constructor for W3C nodes.
DOMReader - Class in com.helger.commons.xml.serialize.read
Helper class to read XML documents via SAX or DOM
DOMReaderDefaultSettings - Class in com.helger.commons.xml.serialize.read
DOM reader default settings
DOMReaderSettings - Class in com.helger.commons.xml.serialize.read
DOM reader settings
DOMReaderSettings() - Constructor for class com.helger.commons.xml.serialize.read.DOMReaderSettings
Constructor using the default settings from DOMReaderDefaultSettings.
DOMReaderSettings(IDOMReaderSettings) - Constructor for class com.helger.commons.xml.serialize.read.DOMReaderSettings
Copy constructor.
DoNothingLSResourceResolver - Class in com.helger.commons.xml.ls
A LSResourceResolver implementation that does nothing.
DoNothingLSResourceResolver() - Constructor for class com.helger.commons.xml.ls.DoNothingLSResourceResolver
 
DoNothingSAXErrorHandler - Class in com.helger.commons.xml.sax
java.xml error handler that ignores all errors.
DoNothingSAXErrorHandler() - Constructor for class com.helger.commons.xml.sax.DoNothingSAXErrorHandler
 
DoNothingTransformErrorListener - Class in com.helger.commons.xml.transform
ErrorListener that does nothing.
DoNothingTransformErrorListener() - Constructor for class com.helger.commons.xml.transform.DoNothingTransformErrorListener
 
DoNothingTransformErrorListener(ErrorListener) - Constructor for class com.helger.commons.xml.transform.DoNothingTransformErrorListener
 
DoNothingTransformURIResolver - Class in com.helger.commons.xml.transform
URIResolver that does nothing.
DoNothingTransformURIResolver() - Constructor for class com.helger.commons.xml.transform.DoNothingTransformURIResolver
 
DONT_GUNZIP - Static variable in class com.helger.commons.base64.Base64
Specify that gzipped data should not be automatically gunzipped.
doStandardResourceResolving(String, String) - Static method in class com.helger.commons.xml.ls.SimpleLSResourceResolver
Do the standard resource resolving of sSystemId relative to sBaseURI
doStandardResourceResolving(String, String, ClassLoader) - Static method in class com.helger.commons.xml.ls.SimpleLSResourceResolver
Do the standard resource resolving of sSystemId relative to sBaseURI
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
 
drainQueue() - Method in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
 

E

EAppend - Enum in com.helger.commons.io
Small enum for determining the append or truncate state of output streams.
EChange - Enum in com.helger.commons.state
Small enum for setter method to identify whether a value has changed or not.
EChangeLogAction - Enum in com.helger.commons.changelog
Represents the possible actions in a change log.
EChangeLogCategory - Enum in com.helger.commons.changelog
Represents the category of a single change log entry.
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.
EEnabled - Enum in com.helger.commons.state
Small enum for setter method to identify whether an object is enabled or not.
EErrorLevel - Enum in com.helger.commons.error
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.
EFinish - Enum in com.helger.commons.state
Small enum for manager actions to indicate finished or unfinished states.
EHierarchyVisitorReturn - Enum in com.helger.commons.hierarchy.visit
Return value for hierarchy iteration.
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
ELEMENT_CACHE - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_COUNTER - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_DATA - Static variable in class com.helger.commons.tree.xml.TreeXMLConverter
 
ELEMENT_ITEM - Static variable in class com.helger.commons.microdom.util.XMLListHandler
Element name of a single item
ELEMENT_ITEM - Static variable in class com.helger.commons.tree.xml.TreeXMLConverter
 
ELEMENT_KEY - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDCOUNTER - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDSIZE - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDTIMER - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_LIST - Static variable in class com.helger.commons.microdom.util.XMLListHandler
Name of the root element
ELEMENT_MAP - Static variable in class com.helger.commons.microdom.util.XMLMapHandler
Element name for a single mapping
ELEMENT_MAPPING - Static variable in class com.helger.commons.microdom.util.XMLMapHandler
Root element name
ELEMENT_ROOT - Static variable in class com.helger.commons.tree.xml.TreeXMLConverter
 
ELEMENT_SIZE - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_STATISTICS - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
ELEMENT_TIMER - Static variable in class com.helger.commons.statistics.util.StatisticsExporter
Element name for XML export
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 IsLocked and MustBeLocked annotations.
EMAIL_ADDRESS_PATTERN - Static variable in class com.helger.commons.email.EmailAddressHelper
This is the email RegEx :)
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.
EMessageDigestAlgorithm - Enum in com.helger.commons.messagedigest
A selection of common hash algorithms.
EMicroEvent - Enum in com.helger.commons.microdom
All available micro DOM events.
EMicroNodeType - Enum in com.helger.commons.microdom
Denotes the type of IMicroNode objects.
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
emitNode(XMLEmitter, IMicroNode, IMicroNode, IMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.serialize.MicroSerializer
 
emitNode(XMLEmitter, NODETYPE, NODETYPE, NODETYPE, NODETYPE) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
emitNode(XMLEmitter, Node, Node, Node, Node) - Method in class com.helger.commons.xml.serialize.write.XMLSerializer
 
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_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.
EmptyEntityResolver - Class in com.helger.commons.xml.sax
Special EntityResolver implementation that always delivers an empty document.
EmptyEntityResolver() - Constructor for class com.helger.commons.xml.sax.EmptyEntityResolver
 
EmptyEnumeration<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
Represents a fixed Enumeration implementation 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
 
EmptyListIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
Utility implementation of the ListIterator for an empty list :)
EmptyListIterator() - Constructor for class com.helger.commons.collection.iterate.EmptyListIterator
 
EmptySortedSet<T> - Class in com.helger.commons.collection.impl
Default implementation of an empty sorted set.
EmptySortedSet() - Constructor for class com.helger.commons.collection.impl.EmptySortedSet
 
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.
enableDebugConsistencyChecks(boolean) - Static method in class com.helger.commons.regex.RegExPattern
 
enableSoapLogging(boolean) - Static method in class com.helger.commons.ws.WSHelper
Enable the JAX-WS SOAP debugging (server and client).
enableSoapLogging(boolean, boolean) - Static method in class com.helger.commons.ws.WSHelper
Enable the JAX-WS SOAP debugging.
ENCODE - Static variable in class com.helger.commons.base64.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class com.helger.commons.base64.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class com.helger.commons.base64.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encode(InputStream, OutputStream) - Method in class com.helger.commons.codec.Base16Codec
 
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 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.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
 
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.
EncodeException - Exception in com.helger.commons.codec
Exception occurred in an encoder
EncodeException(String) - Constructor for exception com.helger.commons.codec.EncodeException
 
EncodeException(Throwable) - Constructor for exception com.helger.commons.codec.EncodeException
 
EncodeException(String, Throwable) - Constructor for exception com.helger.commons.codec.EncodeException
 
encodeFileToFile(String, String) - Static method in class com.helger.commons.base64.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.helger.commons.base64.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.helger.commons.base64.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.helger.commons.base64.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - 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() - Method in class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
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
 
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.impl.AbstractSoftMap
 
entrySet() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
EnumerationFromIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
This is a helper class to create an Enumeration from an existing Iterator
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
 
EOperatingSystem - Enum in com.helger.commons.system
This enumeration is used to determine the currently running Operating system.
EProcessorArchitecture - Enum in com.helger.commons.system
Enum for representing the current processor architecture.
equals(Object) - Method in class com.helger.commons.changelog.AbstractChangeLogEntry
 
equals(Object) - Method in class com.helger.commons.changelog.ChangeLog
 
equals(Object) - Method in class com.helger.commons.changelog.ChangeLogEntry
 
equals(Object) - Method in class com.helger.commons.changelog.ChangeLogRelease
 
equals(Object) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
equals(Object) - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
equals(Object) - Method in class com.helger.commons.collection.impl.MapEntry
 
equals(Object) - Method in class com.helger.commons.collection.impl.NonBlockingStack
 
equals(Object) - Method in class com.helger.commons.collection.impl.SafeArrayList
 
equals(Object) - Method in class com.helger.commons.collection.impl.SafeVector
 
equals(Object) - Method in class com.helger.commons.collection.impl.SingleElementList
 
equals(Object) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
equals(Object) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
equals(Object) - Method in class com.helger.commons.collection.impl.WrappedList
 
equals(Object) - Method in class com.helger.commons.collection.impl.WrappedSet
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayEnumeration
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIterator
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorBoolean
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorByte
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorChar
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorDouble
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorInt
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorLong
 
equals(Object) - Method in class com.helger.commons.collection.iterate.ArrayIteratorShort
 
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.iterate.EmptyListIterator
 
equals(Object) - Method in class com.helger.commons.collection.iterate.SingleElementEnumeration
 
equals(Object) - Method in class com.helger.commons.collection.iterate.SingleElementIterator
 
equals(Object) - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
equals(Object) - Method in class com.helger.commons.collection.lru.LoggingLRUMap
 
equals(Object) - Method in class com.helger.commons.collection.lru.LRUMap
 
equals(Object) - Method in class com.helger.commons.collection.lru.LRUSet
 
equals(Object) - Method in class com.helger.commons.collection.pair.Pair
 
equals(Object) - Method in class com.helger.commons.collection.pair.ReadOnlyPair
 
equals(Object) - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
 
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.email.EmailAddress
 
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, Object) - Static method in class com.helger.commons.equals.EqualsHelper
Check if two values are equal.
equals(Object) - Method in class com.helger.commons.error.ErrorLevel
 
equals(Object) - Method in class com.helger.commons.error.ResourceError
 
equals(Object) - Method in class com.helger.commons.error.ResourceErrorGroup
 
equals(Object) - Method in class com.helger.commons.error.ResourceLocation
 
equals(Object) - Method in class com.helger.commons.errorlist.ErrorList
 
equals(Object) - Method in class com.helger.commons.errorlist.FormErrors
 
equals(Object) - Method in class com.helger.commons.errorlist.SingleError
 
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.
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.file.FileIOError
 
equals(Object) - Method in class com.helger.commons.io.monitor.FileChangeEvent
 
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.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.TimeValue
 
equals(Object) - Method in class com.helger.commons.messagedigest.MessageDigestValue
 
equals(Object) - Method in class com.helger.commons.microdom.MicroAttribute
 
equals(Object) - Method in class com.helger.commons.microdom.MicroQName
 
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.MimeTypeInfo
 
equals(Object) - Method in class com.helger.commons.mime.MimeTypeInfo.ExtensionWithSource
 
equals(Object) - Method in class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
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.scope.AbstractMapBasedScope
 
equals(Object) - Method in class com.helger.commons.scope.GlobalScope
 
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.AbstractReadOnlyMapBasedMultilingualText
 
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.tree.BasicTree
 
equals(Object) - Method in class com.helger.commons.tree.BasicTreeItem
 
equals(Object) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
equals(Object) - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
equals(Object) - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
equals(Object) - Method in class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
 
equals(Object) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
equals(Object) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
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 - Static variable in class com.helger.commons.url.URLHelper
Separator between param name and param value: =
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) - Method in class com.helger.commons.xml.ls.LSResourceData
 
equals(Object) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
equals(Object) - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
equals(Object) - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
equals(Object) - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorXML
 
equals(Object) - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorHTML
 
equals(Object) - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorXML
 
equals(Object) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
equals(Object) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
equals(Object) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
equals(Object) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
equals(Object) - Method in class com.helger.commons.xml.xpath.XPathFunctionKey
 
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 calls EqualsHelper.equalsCollection(Object, Object) 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.
EqualsHelper - Class in com.helger.commons.equals
A small helper class that provides helper methods for easy equals method generation
equalsIgnoreCase(String, String) - Static method in class com.helger.commons.equals.EqualsHelper
Check if the passed strings are equals case insensitive handling null appropriately.
EqualsImplementationRegistry - Class in com.helger.commons.equals
The default implementation of IEqualsImplementationRegistry.
ER_END - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
ER_START - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
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(SAXParseException) - Method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
 
error(TransformerException) - Method in class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
ErrorLevel - Class in com.helger.commons.error
A standalone implementation of the IErrorLevel interface.
ErrorLevel(String, int) - Constructor for class com.helger.commons.error.ErrorLevel
 
ErrorList - Class in com.helger.commons.errorlist
Handles a list of form global errors.
ErrorList() - Constructor for class com.helger.commons.errorlist.ErrorList
 
ErrorList(IErrorList) - Constructor for class com.helger.commons.errorlist.ErrorList
 
ErrorList(ErrorList) - Constructor for class com.helger.commons.errorlist.ErrorList
 
ErrorList(Collection<? extends IError>) - Constructor for class com.helger.commons.errorlist.ErrorList
 
ErrorList(IError...) - Constructor for class com.helger.commons.errorlist.ErrorList
 
EScope - Enum in com.helger.commons.scope.mgr
This enumeration defines all the possible non-web scopes including some utility methods on it.
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.
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.
EURLProtocol - Enum in com.helger.commons.url
Specifies a list of known protocols.
EValidity - Enum in com.helger.commons.state
Small enum for checks to indicate valid or invalid.
evalXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document, QName) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPath(XPath, String, Document, QName) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(XPath, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(XPath, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(XPath, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(XPath, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToString(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToString(String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToString(XPath, String, Document) - Static method in class com.helger.commons.xml.xpath.XPathExpressionHelper
 
EVENT_DOMNODE_INSERTED - Static variable in class com.helger.commons.xml.CXML
DOM event
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
 
existsDir(File) - Static method in class com.helger.commons.io.file.FileHelper
Check if the passed directory exists.
existsFile(File) - Static method in class com.helger.commons.io.file.FileHelper
Check if the passed file exists.
existsNoCacheUsage() - Method in class com.helger.commons.io.resource.ClassPathResource
 
EXMLCharMode - Enum in com.helger.commons.xml.serialize.write
Defines the different characters modes that are relevant to determine invalid characters as well characters to be masked.
EXMLDOMFeature - Enum in com.helger.commons.xml.dom
Represents different DOM features.
EXMLDOMFeatureVersion - Enum in com.helger.commons.xml.dom
Represents different DOM versions for XML feature tests.
EXMLDOMNodeType - Enum in com.helger.commons.xml.dom
Represents the different DOM node types.
EXMLIncorrectCharacterHandling - Enum in com.helger.commons.xml.serialize.write
Define what to do, when an invalid character is to be serialized to XML.
EXMLParserFeature - Enum in com.helger.commons.xml
Contains constants for parser features.
EXMLParserFeatureType - Enum in com.helger.commons.xml
Contains the types of XML parser features.
EXMLParserProperty - Enum in com.helger.commons.xml
Contains constants for parser properties.
EXMLParserPropertyType - Enum in com.helger.commons.xml
Contains the types of XML parser properties.
EXMLSerializeBracketMode - Enum in com.helger.commons.xml.serialize.write
Determines the bracket mode for XML elements?
EXMLSerializeComments - Enum in com.helger.commons.xml.serialize.write
Determines whether comments should be serialized or not.
EXMLSerializeDocType - Enum in com.helger.commons.xml.serialize.write
Used for creating string representation of XML.
EXMLSerializeIndent - Enum in com.helger.commons.xml.serialize.write
Determines the indentation and alignment mode of XML serialization.
EXMLSerializeVersion - Enum in com.helger.commons.xml.serialize.write
XML serialization version.
EXMLSerializeXMLDeclaration - Enum in com.helger.commons.xml.serialize.write
Used for creating string representation of XML.
EXMLTransformTexts - Enum in com.helger.commons.xml.transform
 
EXMLVersion - Enum in com.helger.commons.xml
XML version determinator.
ExtendedDefaultThreadFactory - Class in com.helger.commons.concurrent
Based on a DefaultThreadFactory somewhere in the Sun JDK but with the ability to change the name of the thread slightly :)
ExtendedDefaultThreadFactory() - Constructor for class com.helger.commons.concurrent.ExtendedDefaultThreadFactory
 
ExtendedDefaultThreadFactory(String) - Constructor for class com.helger.commons.concurrent.ExtendedDefaultThreadFactory
 
EXTENSION_SEPARATOR - Static variable in class com.helger.commons.io.file.FilenameHelper
The file extension separation character.
ExtensionWithSource(String) - Constructor for class com.helger.commons.mime.MimeTypeInfo.ExtensionWithSource
 
ExtensionWithSource(String, String) - Constructor for class com.helger.commons.mime.MimeTypeInfo.ExtensionWithSource
 

F

FactorialHelper - Class in com.helger.commons.math
Smart class for calculating factorials.
FactoryNewInstance<DATATYPE> - Class in com.helger.commons.factory
Implementation of IFactory that 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
 
fatalError(SAXParseException) - Method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
 
fatalError(TransformerException) - Method in class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
FileChangeEvent - Class in com.helger.commons.io.monitor
An event fired when a file is changed.
FileChangeEvent(File) - Constructor for class com.helger.commons.io.monitor.FileChangeEvent
 
FileHelper - Class in com.helger.commons.io.file
Miscellaneous file utility methods.
FileIntIDFactory - Class in com.helger.commons.id.factory
File based persisting IIntIDFactory implementation.
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, Exception) - Constructor for class com.helger.commons.io.file.FileIOError
 
FileLongIDFactory - Class in com.helger.commons.id.factory
File based persisting ILongIDFactory implementation.
FileLongIDFactory(File) - Constructor for class com.helger.commons.id.factory.FileLongIDFactory
 
FileLongIDFactory(File, int) - Constructor for class com.helger.commons.id.factory.FileLongIDFactory
 
FileMonitor - Class in com.helger.commons.io.monitor
A polling file monitor implementation.
FileMonitor(IFileMonitorCallback) - Constructor for class com.helger.commons.io.monitor.FileMonitor
 
FileMonitorManager - Class in com.helger.commons.io.monitor
This class manages all the available FileMonitor objects.
FileMonitorManager() - Constructor for class com.helger.commons.io.monitor.FileMonitorManager
 
filenameEndsWith(String) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
filenameEquals(String) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
filenameEqualsIgnoreCase(String) - Static method in interface com.helger.commons.io.file.filter.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.filter.IFileFilter
 
filenameMatchAnyRegEx(String...) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
filenameMatchNoRegEx(String...) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
filenameNotEquals(String) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
filenameNotEqualsIgnoreCase(String) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
filenameStartsWith(String) - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
fileOnly() - Static method in interface com.helger.commons.io.file.filter.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
 
FileOperationManager(IFileOperationCallback) - Constructor for class com.helger.commons.io.file.FileOperationManager
 
FileOperations - Class in com.helger.commons.io.file
Wraps file operations.
FileSystemByteStreamProvider - Class in com.helger.commons.io.provider
Implementation of the IInputStreamProvider and IOutputStreamProvider interfaces for File objects.
FileSystemByteStreamProvider(String) - Constructor for class com.helger.commons.io.provider.FileSystemByteStreamProvider
 
FileSystemByteStreamProvider(File) - Constructor for class com.helger.commons.io.provider.FileSystemByteStreamProvider
 
FileSystemCharStreamProvider - Class in com.helger.commons.io.provider
Implementation of the IInputStreamProvider and IOutputStreamProvider interfaces for File objects.
FileSystemCharStreamProvider(String, Charset) - Constructor for class com.helger.commons.io.provider.FileSystemCharStreamProvider
 
FileSystemCharStreamProvider(File, Charset) - Constructor for class com.helger.commons.io.provider.FileSystemCharStreamProvider
 
FileSystemFolderTree - Class in com.helger.commons.io.file.iterate
Represents a folder tree with the file system contents.
FileSystemFolderTree(String) - Constructor for class com.helger.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(File) - Constructor for class com.helger.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(String, Predicate<File>, Predicate<File>) - Constructor for class com.helger.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(File, Predicate<File>, Predicate<File>) - Constructor for class com.helger.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemIterator - Class in com.helger.commons.io.file.iterate
Iterate over the content of a single directory.
FileSystemIterator(String) - Constructor for class com.helger.commons.io.file.iterate.FileSystemIterator
Constructor.
FileSystemIterator(File) - Constructor for class com.helger.commons.io.file.iterate.FileSystemIterator
Constructor.
FileSystemIterator(File, String) - Constructor for class com.helger.commons.io.file.iterate.FileSystemIterator
Constructor.
FileSystemRecursiveIterator - Class in com.helger.commons.io.file.iterate
Recursively iterate the content of a file system directory.
FileSystemRecursiveIterator(String) - Constructor for class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File) - Constructor for class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(String, IFileFilter) - Constructor for class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File, IFileFilter) - Constructor for class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemResource - Class in com.helger.commons.io.resource
Implementation of the IReadableResource and IWritableResource interfaces for file system objects.
FileSystemResource(URI) - Constructor for class com.helger.commons.io.resource.FileSystemResource
 
FileSystemResource(String, String) - Constructor for class com.helger.commons.io.resource.FileSystemResource
 
FileSystemResource(String) - Constructor for class com.helger.commons.io.resource.FileSystemResource
 
FileSystemResource(File, String) - Constructor for class com.helger.commons.io.resource.FileSystemResource
 
FileSystemResource(File) - 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(String) - Constructor for class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
 
FileSystemResourceProvider(File) - Constructor for class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
 
filterElementWithNamespace() - Static method in class com.helger.commons.xml.XMLHelper
 
filterElementWithNamespace(String) - Static method in class com.helger.commons.xml.XMLHelper
 
filterElementWithNamespaceAndLocalName(String, String) - Static method in class com.helger.commons.xml.XMLHelper
 
filterElementWithoutNamespace() - Static method in class com.helger.commons.xml.XMLHelper
 
filterElementWithTagName(String) - Static method in class com.helger.commons.xml.XMLHelper
 
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>, IFilter<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.FilterIterator
Constructor.
FilterIterator(Iterator<? extends ELEMENTTYPE>, IFilter<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.FilterIterator
Constructor.
FilterIterator(Iterable<? extends ELEMENTTYPE>, IFilter<? super ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.iterate.FilterIterator
Constructor.
filterNodeIsElement() - Static method in class com.helger.commons.xml.XMLHelper
 
findAll(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Collection<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
findAll(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Consumer<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
findAll(Predicate<? super ELEMENTTYPE>, Collection<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findAll(Predicate<? super ELEMENTTYPE>, Consumer<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findAllInstanceOf(Class<DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findAllItemsWithIDRecursive(IBasicTree<DATATYPE, ITEMTYPE>, KEYTYPE) - Static method in class com.helger.commons.tree.util.TreeWithIDSearcher
Fill all items with the same ID by linearly scanning of the tree.
findAllItemsWithIDRecursive(ITEMTYPE, KEYTYPE) - Static method in class com.helger.commons.tree.util.TreeWithIDSearcher
Fill all items with the same ID by linearly scanning the tree.
findAllMapped(Iterable<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Collection<? super DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
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>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Collection<? super DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
findAllMapped(Iterable<? extends SRCTYPE>, Predicate<? super SRCTYPE>, Function<? super SRCTYPE, ? extends DSTTYPE>, Consumer<? super DSTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
findAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>, Collection<? super DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>, Collection<? super DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>, Consumer<? super DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
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(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.ext.ICommonsCollection
 
findFirst(Predicate<? super ELEMENTTYPE>, ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findFirst(Class<ENUMTYPE>, Predicate<ENUMTYPE>) - Static method in class com.helger.commons.lang.EnumHelper
 
findFirst(Class<ENUMTYPE>, Predicate<ENUMTYPE>, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
 
findFirstEntry(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
findFirstIndex(char...) - Method in class com.helger.commons.string.util.StringScanner
 
findFirstKey(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
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.ext.ICommonsCollection
 
findFirstMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>, DSTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
findFirstValue(Predicate<? super Map.Entry<KEYTYPE, VALUETYPE>>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
first() - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
firstElement() - Method in class com.helger.commons.collection.impl.NonBlockingStack
 
FlateCodec - Class in com.helger.commons.codec
Encoder and decoder for flate compression
FlateCodec() - Constructor for class com.helger.commons.codec.FlateCodec
 
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.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.
flushQuietly() - Method in class com.helger.commons.csv.CSVWriter
flushes the writer without throwing any exceptions.
forBits(int) - Static method in enum com.helger.commons.system.EProcessorArchitecture
Get the processor architecture based on the passed number of bits.
forEach(Consumer<CALLBACKTYPE>) - Method in class com.helger.commons.callback.CallbackList
 
forEach(Consumer<CALLBACKTYPE>) - Method in interface com.helger.commons.callback.ICallbackList
Invoke all registered callbacks in a safe manner.
forEach(int, int, IntConsumer) - Static method in class com.helger.commons.collection.IteratorHelper
for (int i = nStartIncl; i > nEndExcl; ++i) aConsumer.accept (i);
forEach(int, IntConsumer) - Static method in class com.helger.commons.collection.IteratorHelper
for (int i = 0; i > nEndExcl; ++i) aConsumer.accept (i);
forEachSingle(BiConsumer<KEYTYPE, VALUETYPE>) - Method in interface com.helger.commons.collection.multimap.IMultiMap
 
forEachSingle(ITriConsumer<KEYTYPE1, KEYTYPE2, VALUETYPE>) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
 
forEachWithReturn(Function<CALLBACKTYPE, EContinue>) - Method in class com.helger.commons.callback.CallbackList
 
forEachWithReturn(Function<CALLBACKTYPE, EContinue>) - Method in interface com.helger.commons.callback.ICallbackList
Invoke all registered callbacks in a safe manner.
FormatableObject<DATATYPE> - Class in com.helger.commons.format
This class represents a single object with an additional formatter.
FormatableObject(DATATYPE, IFormatter<DATATYPE>) - Constructor for class com.helger.commons.format.FormatableObject
Init the field with a value.
FormatableObject(DATATYPE, IHasFormatter<DATATYPE>) - Constructor for class com.helger.commons.format.FormatableObject
Init the field with a value.
FormatterBracket - Class in com.helger.commons.format
Format objects by surrounding them with brackets: [...]
FormatterBracket() - Constructor for class com.helger.commons.format.FormatterBracket
 
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
 
FormatterStringPrefix - Class in com.helger.commons.format
A formatter that adds a prefix to a string.
FormatterStringPrefix(String) - Constructor for class com.helger.commons.format.FormatterStringPrefix
 
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
 
FormatterStringSkipPrefix - Class in com.helger.commons.format
A formatter that skips a prefix from a string.
FormatterStringSkipPrefix(String) - Constructor for class com.helger.commons.format.FormatterStringSkipPrefix
 
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
 
FormatterStringSkipSuffix - Class in com.helger.commons.format
A formatter that skips a suffix from a string.
FormatterStringSkipSuffix(String) - Constructor for class com.helger.commons.format.FormatterStringSkipSuffix
 
FormatterStringSuffix - Class in com.helger.commons.format
A formatter that adds a suffix to a string.
FormatterStringSuffix(String) - Constructor for class com.helger.commons.format.FormatterStringSuffix
 
FormErrors - Class in com.helger.commons.errorlist
Handles form field specific and form global error messages centrally.
FormErrors() - Constructor for class com.helger.commons.errorlist.FormErrors
 
forName(String) - Static method in enum com.helger.commons.system.EOperatingSystem
Retrieves the operating system for the provided name.

G

GB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
Suffix for Gigabytes
GenericReflection - Class in com.helger.commons.lang
This is a special helper class that provides many utility methods concerning the usage of reflection etc..
get(Object) - Method in class com.helger.commons.collection.impl.AbstractSoftMap
 
get(int) - Method in class com.helger.commons.collection.impl.SafeArrayList
 
get(int) - Method in class com.helger.commons.collection.impl.SafeVector
 
get(int) - Method in class com.helger.commons.collection.impl.SingleElementList
 
get(Object) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
get(int) - Method in class com.helger.commons.collection.impl.WrappedList
 
get(int) - Method in class com.helger.commons.collection.map.IntFloatMap
 
get(int, float) - Method in class com.helger.commons.collection.map.IntFloatMap
 
get(int) - Method in class com.helger.commons.collection.map.IntIntMap
 
get(int, int) - Method in class com.helger.commons.collection.map.IntIntMap
 
get(int) - Method in class com.helger.commons.collection.map.IntObjectMap
 
get(int, T) - Method in class com.helger.commons.collection.map.IntObjectMap
 
get() - Method in class com.helger.commons.factory.FactoryNewInstance
 
get() - Method in interface com.helger.commons.factory.IFactory
Create an object of the desired type.
get() - Method in class com.helger.commons.state.ChangeWithValue
 
get() - Method in class com.helger.commons.state.SuccessWithValue
 
get() - Method in interface com.helger.commons.wrapper.IWrapper
 
get() - Method in class com.helger.commons.wrapper.Wrapper
 
get() - Method in class com.helger.commons.xml.serialize.read.SAXReaderFactory
 
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
 
getAction() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
getAdded(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeDouble
 
getAdded(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeDouble
 
getAdded(IHasDimensionDouble) - Method in class com.helger.commons.dimension.SizeDouble
 
getAdded(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeFloat
 
getAdded(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeFloat
 
getAdded(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeInt
 
getAddress() - Method in class com.helger.commons.email.EmailAddress
 
getAddress() - Method in interface com.helger.commons.email.IEmailAddress
 
getAlgorithm() - Method in enum com.helger.commons.messagedigest.EMessageDigestAlgorithm
 
getAlgorithm() - Method in class com.helger.commons.messagedigest.MessageDigestValue
 
getAlgorithmName() - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
 
getAlgorithmName() - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
getAlgorithmName() - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getAll(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
 
getAll(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getAll(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsSet
 
getAll(Class<ENUMTYPE>, Predicate<ENUMTYPE>) - Static method in class com.helger.commons.lang.EnumHelper
 
getAllApplicationScopes() - Method in class com.helger.commons.scope.GlobalScope
 
getAllApplicationScopes() - Method in interface com.helger.commons.scope.IGlobalScope
 
getAllApplicationScopeSPIs() - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
getAllApplicationSingletons() - Static method in class com.helger.commons.scope.singleton.AbstractApplicationSingleton
Get all instantiated singleton objects registered in the current application scope.
getAllAttributeNames() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
getAllAttributeNames() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
getAllAttributeNames() - Method in interface com.helger.commons.microdom.IMicroElement
Get a set of all attribute names.
getAllAttributeNames() - Method in class com.helger.commons.microdom.MicroElement
 
getAllAttributeObjs() - Method in interface com.helger.commons.microdom.IMicroElement
Get a list of all attributes.
getAllAttributeObjs() - Method in class com.helger.commons.microdom.MicroElement
 
getAllAttributeQNames() - Method in interface com.helger.commons.microdom.IMicroElement
Get a set of all attribute names.
getAllAttributeQNames() - Method in class com.helger.commons.microdom.MicroElement
 
getAllAttributes() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
getAllAttributes() - Method in interface com.helger.commons.collection.attr.IHasAttributes
 
getAllAttributes() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
getAllAttributesAsMap(Element) - Static method in class com.helger.commons.xml.XMLHelper
 
getAllAttributeValues() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
getAllAttributeValues() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
getAllAttributeValues() - Method in interface com.helger.commons.microdom.IMicroElement
Get a set of all attribute values.
getAllAttributeValues() - Method in class com.helger.commons.microdom.MicroElement
 
getAllBaseEntries() - Method in class com.helger.commons.changelog.ChangeLog
 
getAllBuffers() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
 
getAllBytes() - Method in enum com.helger.commons.charset.EUnicodeBOM
 
getAllBytes(int) - Method in class com.helger.commons.codec.LZWCodec.LZWDecodeDictionary
 
getAllBytes() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
 
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
 
getAllCallbacks() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
 
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.CharsetManager
 
getAllChildDataIDs() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getAllChildDataIDs() - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
 
getAllChildDatas() - Method in class com.helger.commons.tree.BasicTreeItem
 
getAllChildDatas() - Method in interface com.helger.commons.tree.IBasicTreeItem
Get the data values of all contained children.
getAllChildDatas() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getAllChildElements() - Method in interface com.helger.commons.microdom.IMicroElement
Get a list of all direct child elements.
getAllChildElements(String) - Method in interface com.helger.commons.microdom.IMicroElement
Get a list of all direct child elements having the specified tag name.
getAllChildElements(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Get a list of all direct child elements having the specified namespace and the specified tag name.
getAllChildElements() - Method in class com.helger.commons.microdom.MicroElement
 
getAllChildElements(String) - Method in class com.helger.commons.microdom.MicroElement
 
getAllChildElements(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
getAllChildElementsRecursive() - Method in interface com.helger.commons.microdom.IMicroElement
Recursively get all child elements.
getAllChildElementsRecursive() - Method in class com.helger.commons.microdom.MicroElement
 
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.
getAllChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
 
getAllChildren() - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
 
getAllChildren() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getAllChildren() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getAllChildren() - Method in interface com.helger.commons.microdom.IMicroNode
Get a list of all direct child nodes.
getAllChildren(IMicroElement) - Method in class com.helger.commons.microdom.util.ChildrenProviderElementWithName
 
getAllChildren() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getAllChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getAllChildren() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getAllChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getAllChildren() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getAllChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getAllChildren() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getAllChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getAllChildren() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getAllChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getAllChildren() - Method in class com.helger.commons.tree.BasicTree
 
getAllChildren() - Method in class com.helger.commons.tree.BasicTreeItem
 
getAllChildren() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getAllChildren() - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
getAllChildren(ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getAllChildrenAsContainer(IMicroNode) - Static method in class com.helger.commons.microdom.util.MicroHelper
Create a micro container with all children of the passed node.
getAllChildrenRecursive() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getAllChildrenRecursive() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getAllChildrenRecursive() - Method in interface com.helger.commons.microdom.IMicroNode
Recursively get all children.
getAllClassPathEntries() - Static method in class com.helger.commons.lang.ClassPathHelper
 
getAllClassPathEntries(Collection<String>) - Static method in class com.helger.commons.lang.ClassPathHelper
Add all class path entries into the provided target list.
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
 
getAllDigestBytes() - Method in class com.helger.commons.io.stream.MessageDigestInputStream
Get the message digest of this stream.
getAllDigestBytes() - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
Finish calculation of the hash value and return the digest.
getAllDigestBytes(int) - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
Get only a part of the digest, namely the first number of bytes.
getAllDigestBytes() - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
getAllDigestBytes(int) - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
getAllDigestBytes(EMessageDigestAlgorithm, String, Charset) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(EMessageDigestAlgorithm, byte[]) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(EMessageDigestAlgorithm, byte[], int, int) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(String, Charset, EMessageDigestAlgorithm...) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(byte[], EMessageDigestAlgorithm...) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(byte[], IMessageDigestGenerator) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(byte[], int, int, EMessageDigestAlgorithm...) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes(byte[], int, int, IMessageDigestGenerator) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getAllDigestBytes() - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getAllDigestBytes(int) - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getAllDigestBytesFromInputStream(InputStream, EMessageDigestAlgorithm...) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
Create a hash value from the complete input stream.
getAllDigestBytesFromInputStream(InputStream, IMessageDigestGenerator) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
Create a hash value from the complete input stream.
getAllEntries() - Method in class com.helger.commons.changelog.ChangeLog
 
getAllEntriesOfCategory(EChangeLogCategory) - Method in class com.helger.commons.changelog.ChangeLog
Get all change log entries, that match the specified category.
getAllErrors() - Method in interface com.helger.commons.error.IResourceErrorGroup
Get a resource error group containing only the error elements.
getAllErrors() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getAllEventTargets() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getAllEventTargets(EMicroEvent) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getAllEventTargets() - Method in interface com.helger.commons.microdom.IMicroNode
 
getAllEventTargets(EMicroEvent) - Method in interface com.helger.commons.microdom.IMicroNode
Get all event targets for a certain event.
getAllExcept(ELEMENTTYPE[], ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
Get an array that contains all elements, except for the passed 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.
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.
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.
getAllExceptions() - Method in class com.helger.commons.callback.exception.CollectingExceptionListCallback
 
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.
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.
getAllExtensions() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getAllExtensionsOfMimeType(IMimeType) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all extensions associated to the specified mime type
getAllExtensionsWithSource() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getAllFailures() - Method in interface com.helger.commons.error.IResourceErrorGroup
Get a resource error group containing only the failure elements.
getAllFailures() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getAllFeaturesOfType(EXMLParserFeatureType) - Static method in enum com.helger.commons.xml.EXMLParserFeature
 
getAllFeatureValues() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getAllFeatureValues() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getAllFeatureValues() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
getAllFeatureValues() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getAllFeatureValues() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getAllFieldItems() - Method in class com.helger.commons.errorlist.FormErrors
 
getAllFieldItemTexts() - Method in class com.helger.commons.errorlist.FormErrors
 
getAllFileBytes(File) - Static method in class com.helger.commons.io.file.SimpleFileIO
Get the content of the file as a byte array.
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.
getAllFileMonitors() - Method in class com.helger.commons.io.monitor.FileMonitorManager
 
getAllFunctions() - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
getAllGlobalItems() - Method in class com.helger.commons.errorlist.FormErrors
 
getAllGlobalItemTexts() - Method in class com.helger.commons.errorlist.FormErrors
 
getAllGlobalScopeSPIs() - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
getAllGlobalSingletons() - Static method in class com.helger.commons.scope.singleton.AbstractGlobalSingleton
Get all instantiated singleton objects registered in the current global scope.
getAllGlobs() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getAllGlobsOfMimeType(IMimeType) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all globs (=filename patterns) associated to the specified mime type
getAllHandlers() - Method in class com.helger.commons.ws.WSClientConfig
 
getAllHTTPHeaders() - Method in class com.helger.commons.ws.WSClientConfig
 
getAllHTTPHeaderValues(String) - Method in class com.helger.commons.ws.WSClientConfig
 
getAllInfosOfExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all infos associated with the specified filename extension.
getAllInfosOfFilename(File) - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
getAllInfosOfFilename(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
getAllInfosOfMimeType(IMimeType) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all infos associated with the passed mime type.
getAllInstanceOf(Class<DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getAllInstanceOf(Class<DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsSet
 
getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLCDATAChars(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLCDATAChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLNameChars(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLNameChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLTextChars(EXMLSerializeVersion, String) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllInvalidXMLTextChars(EXMLSerializeVersion, char[]) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
 
getAllIssues() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
getAllItemDatas() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getAllItemDatas() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getAllItemDatas() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getAllItemDatas() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getAllItemDatas() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getAllItemDatas() - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getAllItemDatas() - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getAllItemDatas() - Method in interface com.helger.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
 
getAllItemDatas() - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
 
getAllItems() - Method in class com.helger.commons.errorlist.ErrorList
 
getAllItems() - Method in interface com.helger.commons.errorlist.IErrorList
 
getAllItems() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getAllItems() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getAllItems() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getAllItems() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getAllItems() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getAllItems() - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getAllItems() - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getAllItems() - Method in interface com.helger.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
 
getAllItems() - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
 
getAllItemTexts() - Method in class com.helger.commons.errorlist.ErrorList
 
getAllItemTexts() - Method in interface com.helger.commons.errorlist.IErrorList
 
getAllItemTextsOfField(String) - Method in class com.helger.commons.errorlist.ErrorList
 
getAllItemTextsOfField(String) - Method in class com.helger.commons.errorlist.FormErrors
 
getAllItemTextsOfField(String) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a list with all texts for the specified field name.
getAllItemTextsOfFields(String...) - Method in class com.helger.commons.errorlist.ErrorList
 
getAllItemTextsOfFields(String...) - Method in class com.helger.commons.errorlist.FormErrors
 
getAllItemTextsOfFields(String...) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a list with all texts for the specified field names
getAllItemTextsOfFieldsRegExp(String) - Method in class com.helger.commons.errorlist.ErrorList
 
getAllItemTextsOfFieldsRegExp(String) - Method in class com.helger.commons.errorlist.FormErrors
 
getAllItemTextsOfFieldsRegExp(String) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a list with all texts of entries that have field names matching the passed regular expression.
getAllItemTextsOfFieldsStartingWith(String...) - Method in class com.helger.commons.errorlist.ErrorList
 
getAllItemTextsOfFieldsStartingWith(String...) - Method in class com.helger.commons.errorlist.FormErrors
 
getAllItemTextsOfFieldsStartingWith(String...) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a list with all texts of entries that have field names starting with one of the supplied names.
getAllJavaNetSystemProperties() - Static method in class com.helger.commons.ws.WSHelper
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
 
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 interface com.helger.commons.locale.IHasLocales
 
getAllLocales() - Method in class com.helger.commons.locale.LocaleCache
Get all contained locales except the locales "all" and "independent"
getAllLocales() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
getAllMapped(ELEMENTTYPE[], Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, RETTYPE>) - Static method in class com.helger.commons.collection.ArrayHelper
 
getAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getAllMapped(Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsSet
 
getAllMapped(Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, DSTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsSet
 
getAllMatchingGroupValues(String, String) - Static method in class com.helger.commons.regex.RegExHelper
Get the values of all groups (RegEx (...)
getAllMessages() - Method in class com.helger.commons.log.InMemoryLogger
 
getAllMimeTypeContents() - Method in class com.helger.commons.mime.MimeTypeDeterminator
 
getAllMimeTypeInfos() - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
getAllMimeTypes() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getAllMimeTypes() - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
getAllMimeTypesForExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all mime types that are associated to the specified filename extension.
getAllMimeTypesForFilename(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all mime types that are associated to the extension of the specified filename.
getAllMimeTypeStrings() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getAllMimeTypeStrings() - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
getAllMimeTypeStringsForExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all mime types that are associated to the specified filename extension.
getAllMimeTypeStringsForFilename(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get all mime types that are associated to the extension of the specified filename.
getAllMimeTypesWithSource() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getAllNotExistingResources() - Method in class com.helger.commons.gfx.ImageDataManager
 
getAllOriginalChildrenAsContainer(IMicroNode) - Static method in class com.helger.commons.microdom.util.MicroHelper
Create a micro container with all children of the passed node.
getAllParameters() - Method in interface com.helger.commons.mime.IMimeType
 
getAllParameters() - Method in class com.helger.commons.mime.MimeType
 
getAllParams() - Method in interface com.helger.commons.url.IURLData
 
getAllParams() - Method in class com.helger.commons.url.SimpleURL
 
getAllParams() - Method in class com.helger.commons.url.URLData
 
getAllParentTypes() - Method in class com.helger.commons.mime.MimeTypeInfo
 
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
 
getAllProperties() - Static method in class com.helger.commons.system.SystemProperties
 
getAllPropertiesOfType(EXMLParserPropertyType) - Static method in enum com.helger.commons.xml.EXMLParserProperty
 
getAllPropertyNames() - Static method in class com.helger.commons.system.SystemProperties
 
getAllPropertyValues() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getAllPropertyValues() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getAllPropertyValues() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
getAllPropertyValues() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getAllPropertyValues() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getAllProtocols() - Method in interface com.helger.commons.url.IURLProtocolRegistrarSPI
 
getAllProtocols() - Method in class com.helger.commons.url.URLProtocolRegistry
 
getAllQAttributes() - Method in interface com.helger.commons.microdom.IMicroElement
Get a map of all fully qualified attribute names and values.
getAllQAttributes() - Method in class com.helger.commons.microdom.MicroElement
 
getAllRegisteredThirdPartyModules() - Method in class com.helger.commons.thirdparty.ThirdPartyModuleRegistry
 
getAllReleases() - Method in class com.helger.commons.changelog.ChangeLog
 
getAllRequestedResources() - Method in class com.helger.commons.xml.ls.CollectingLSResourceResolver
 
getAllRequestScopeSPIs() - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
getAllRequestSingletons() - Static method in class com.helger.commons.scope.singleton.AbstractRequestSingleton
Get all instantiated singleton objects registered in the current request scope.
getAllResourceErrors() - Method in interface com.helger.commons.error.IResourceErrorGroup
Get a list of all contained resource errors.
getAllResourceErrors() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getAllScopeRenewalAwareAttributes() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
getAllScopeRenewalAwareAttributes() - Method in interface com.helger.commons.scope.IScope
 
getAllSessionApplicationScopes() - Method in interface com.helger.commons.scope.ISessionScope
 
getAllSessionApplicationScopes() - Method in class com.helger.commons.scope.SessionScope
 
getAllSessionApplicationScopeSPIs() - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
getAllSessionApplicationSingletons() - Static method in class com.helger.commons.scope.singleton.AbstractSessionApplicationSingleton
Get all instantiated singleton objects registered in the current session application scope.
getAllSessionScopes() - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
getAllSessionScopeSPIs() - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
getAllSessionSingletons() - Static method in class com.helger.commons.scope.singleton.AbstractSessionSingleton
Get all instantiated singleton objects registered in the current session scope.
getAllSingletons(IScope, Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSingleton
Get all singleton objects registered in the respective sub-class of this class.
getAllSizeHandler() - Static method in class com.helger.commons.statistics.StatisticsManager
 
getAllSPIImplementations(Class<T>) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, ClassLoader) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, ClassLoader, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSupportedFeatures() - Static method in class com.helger.commons.xml.XMLDebug
 
getAllSupportedFeatures(EXMLDOMFeatureVersion) - Static method in class com.helger.commons.xml.XMLDebug
 
getAllTexts() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
getAllTexts() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
getAllTexts() - Method in interface com.helger.commons.text.IMultilingualText
 
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
 
getAllValues() - Method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
 
getAllVariables() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
getAllVariables() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
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.IURLData
 
getAnchor() - Method in class com.helger.commons.url.SimpleURL
 
getAnchor() - Method in class com.helger.commons.url.URLData
 
getAndSetAttributeFlag(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainerAny
Atomic operation to set a flag to true if it was previously set to false (meaning not existing).
getAnnotationClass() - Method in class com.helger.commons.cache.AnnotationUsageCache
 
getAnyFactorialLinear(int) - Static method in class com.helger.commons.math.FactorialHelper
 
getApplicationFormEncoded(Map<String, String>, IEncoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
Create a parameter string suitable for POST body (e.g. for web form submission).
getApplicationID() - Method in class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
getApplicationID() - Method in class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
getApplicationIDFromApplicationScopeID(String) - Method in interface com.helger.commons.scope.ISessionScope
Extract the application ID from an application scope ID.
getApplicationIDFromApplicationScopeID(String) - Method in class com.helger.commons.scope.SessionScope
 
getApplicationScope(String, boolean) - Method in class com.helger.commons.scope.GlobalScope
 
getApplicationScope(String, boolean) - Method in interface com.helger.commons.scope.IGlobalScope
Get or create an application scope with the given ID.
getApplicationScope() - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get or create the current application scope using the application ID present in the request scope.
getApplicationScope(boolean) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get or create the current application scope using the application ID present in the request scope.
getApplicationScope(String) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get or create an application scope.
getApplicationScope(String, boolean) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get or create an application scope.
getApplicationScopeCount() - Method in class com.helger.commons.scope.GlobalScope
 
getApplicationScopeCount() - Method in interface com.helger.commons.scope.IGlobalScope
 
getApplicationSingleton(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractApplicationSingleton
Get the singleton object in the current application scope, using the passed class.
getApplicationSingletonIfInstantiated(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractApplicationSingleton
Get the singleton object if it is already instantiated inside the current application scope or null if it is not instantiated.
getArgs() - Method in class com.helger.commons.text.display.HasDisplayTextWithArgs
 
getArity() - Method in class com.helger.commons.xml.xpath.XPathFunctionKey
 
getAsBigDecimal(Object, Object, BigDecimal) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsBigDecimal() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
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(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBigDecimal(int, BigDecimal) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBigDecimal(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBigDecimal(KEYTYPE, BigDecimal) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBigDecimal() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBigDecimal(BigDecimal) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBigInteger(Object, Object, BigInteger) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsBigInteger() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsBigInteger() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsBigInteger() - Method in class com.helger.commons.mutable.MutableBigInteger
 
getAsBigInteger(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBigInteger(int, BigInteger) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBigInteger(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBigInteger(KEYTYPE, BigInteger) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBigInteger() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBigInteger(BigInteger) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBoolean(Object, Object, boolean) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsBoolean() - Method in enum com.helger.commons.io.EAppend
 
getAsBoolean() - Method in class com.helger.commons.mutable.MutableBoolean
 
getAsBoolean(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBoolean(int, boolean) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBoolean(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBoolean(KEYTYPE, boolean) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBoolean() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBoolean(boolean) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBooleanObj() - Method in enum com.helger.commons.state.ETriState
 
getAsBooleanObj(Boolean) - Method in enum com.helger.commons.state.ETriState
 
getAsBooleanObj() - Method in interface com.helger.commons.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj(boolean) - Method in interface com.helger.commons.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj(Boolean) - Method in interface com.helger.commons.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsBooleanObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsBooleanObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBooleanValue() - Method in enum com.helger.commons.state.ETriState
 
getAsBooleanValue(boolean) - 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 interface com.helger.commons.state.ITriState
Convert the tri state value into a boolean value, depending on what "undefined" means.
getAsByte() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsByte() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsByte(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsByte(int, byte) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsByte(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsByte(KEYTYPE, byte) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsByte() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsByte(byte) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsByteArray() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
Get everything as a big byte array, without altering the ByteBuffer.
getAsByteArray(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsByteArray(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsByteArray() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsByteObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsByteObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsByteObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsBytes(String, Charset) - Static method in class com.helger.commons.charset.CharsetManager
 
getAsChar(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsChar(int, char) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsChar(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsChar(KEYTYPE, char) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsChar() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsChar(char) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsCharacter() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsCharacter() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsCharArray() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
 
getAsCharArray(Set<Character>) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
Convert the passed set to an array
getAsCharArray() - Method in class com.helger.commons.xml.transform.StringStreamResult
 
getAsCharObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsCharObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsCharObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsDataValue(IMicroElement) - Method in interface com.helger.commons.tree.xml.IConverterMicroNodeToTreeItem
 
getAsDataValue(IMicroElement) - Method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
 
getAsDays() - Method in class com.helger.commons.lang.TimeValue
 
getAsDocument() - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
getAsDouble(Object, Object, double) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsDouble() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsDouble() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsDouble(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsDouble(int, double) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsDouble(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsDouble(KEYTYPE, double) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsDouble() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsDouble(double) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsDoubleObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsDoubleObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsDoubleObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
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() - 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(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(Object, Object, float) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsFloat() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsFloat() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsFloat(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsFloat(int, float) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsFloat(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsFloat(KEYTYPE, float) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsFloat() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsFloat(float) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsFloatObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsFloatObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsFloatObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
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
 
getAsHours() - Method in class com.helger.commons.lang.TimeValue
 
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.
getAsInt(Object, Object, int) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsInt(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsInt(int, int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsInt(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsInt(KEYTYPE, int) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsInt() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsInt(int) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsInteger() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsInteger() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsIntObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsIntObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsIntObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsIOError(EFileIOOperation, File) - Method in enum com.helger.commons.io.file.EFileIOErrorCode
Use this error code to create a new FileIOError instance.
getAsIOError(EFileIOOperation, File, File) - Method in enum com.helger.commons.io.file.EFileIOErrorCode
Use this error code to create a new FileIOError instance.
getAsIOError(EFileIOOperation, SecurityException) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
Static method to create a FileIOError for a SecurityException.
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 CommonsArrayList object.
getAsLocalDate(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLocalDate(int, LocalDate) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLocalDate(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLocalDate(KEYTYPE, LocalDate) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLocalDate() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLocalDate(LocalDate) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLocalDateTime(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLocalDateTime(int, LocalDateTime) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLocalDateTime(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLocalDateTime(KEYTYPE, LocalDateTime) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLocalDateTime() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLocalDateTime(LocalDateTime) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLocale() - Method in enum com.helger.commons.locale.country.ECountry
 
getAsLocalTime(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLocalTime(int, LocalTime) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLocalTime(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLocalTime(KEYTYPE, LocalTime) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLocalTime() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLocalTime(LocalTime) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLong(Object, Object, long) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
 
getAsLong() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsLong() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsLong(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLong(int, long) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLong(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLong(KEYTYPE, long) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLong() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLong(long) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsLongObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsLongObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsLongObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
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.
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(long) - Method in class com.helger.commons.io.misc.SizeHelper
 
getAsMatching(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
 
getAsMB(long) - Method in class com.helger.commons.io.misc.SizeHelper
 
getAsMB(long, int) - Method in class com.helger.commons.io.misc.SizeHelper
 
getAsMicroNode() - Method in interface com.helger.commons.microdom.IHasMicroNodeRepresentation
 
getAsMicros() - Method in class com.helger.commons.lang.TimeValue
 
getAsMillis() - Method in class com.helger.commons.lang.TimeValue
 
getAsMinutes() - Method in class com.helger.commons.lang.TimeValue
 
getAsNanos() - Method in class com.helger.commons.lang.TimeValue
 
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.
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
 
getAsSeconds() - Method in class com.helger.commons.lang.TimeValue
 
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.
getAsShort() - Method in class com.helger.commons.mutable.AbstractMutableNumeric
 
getAsShort() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
getAsShort(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsShort(int, short) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsShort(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsShort(KEYTYPE, short) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsShort() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsShort(short) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsShortObj(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsShortObj(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsShortObj() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlBlob(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlBlob(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlBlob() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlClob(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlClob(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlClob() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlDate(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlDate(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlDate() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlNClob(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlNClob(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlNClob() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlRowId(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlRowId(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlRowId() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlTime(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlTime(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlTime() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsSqlTimestamp(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsSqlTimestamp(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsSqlTimestamp() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsString(byte[], Charset) - Static method in class com.helger.commons.charset.CharsetManager
 
getAsString(byte[], int, int, Charset) - Static method in class com.helger.commons.charset.CharsetManager
 
getAsString(Object, Object, String) - Static method in class com.helger.commons.collection.attr.AttributeValueConverter
Get the string representation of the passed value, suitable for parameters.
getAsString(Locale) - Method in interface com.helger.commons.error.IResourceError
Get the error as a string representation, including error ID, error location, error text and the linked exception.
getAsString() - Method in interface com.helger.commons.error.IResourceLocation
 
getAsString(Locale) - Method in class com.helger.commons.error.ResourceError
 
getAsString() - Method in class com.helger.commons.error.ResourceLocation
 
getAsString() - Method in class com.helger.commons.format.FormatableObject
 
getAsString() - Method in interface com.helger.commons.format.IFormatableObject
Get the value converted to a string with the specified formatter.
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(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, 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() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
 
getAsString(Charset) - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
getAsString() - Method in interface com.helger.commons.mime.IMimeType
Get the MIME type including all parameters as a single string.
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(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsString(int, String) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getAsString(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsString(KEYTYPE, String) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getAsString() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsString(String) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getAsString() - Method in class com.helger.commons.version.Version
 
getAsString(boolean) - Method in class com.helger.commons.version.Version
Get the string representation of the version number.
getAsString(boolean, boolean) - Method in class com.helger.commons.version.Version
Get the string representation of the version number.
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.VersionRange
Converts the version range to a string.
getAsString() - Method in class com.helger.commons.xml.transform.StringStreamResult
 
getAsStringInOtherCharset(String, Charset, Charset) - Static method in class com.helger.commons.charset.CharsetManager
 
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.
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
 
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.ext.ICommonsCollection
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsNavigableMap
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsNavigableSet
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsSet
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsSortedMap
 
getAsUnmodifiable() - Method in interface com.helger.commons.collection.ext.ICommonsSortedSet
 
getAsURI() - Method in class com.helger.commons.io.resource.URLResource
 
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(File) - Static method in class com.helger.commons.io.file.FileHelper
 
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(String) - Method in interface com.helger.commons.url.IURIToURLConverter
Convert the passed URI to a URL.
getAsURL(String) - 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.
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.
getAsXMLDocument() - Static method in class com.helger.commons.statistics.util.StatisticsExporter
 
getAsXMLQName() - Method in interface com.helger.commons.microdom.IMicroAttribute
 
getAsXMLQName(String) - Method in interface com.helger.commons.microdom.IMicroAttribute
 
getAsXMLQName() - Method in interface com.helger.commons.microdom.IMicroQName
 
getAsXMLQName(String) - Method in interface com.helger.commons.microdom.IMicroQName
 
getAsXMLQName() - Method in class com.helger.commons.microdom.MicroAttribute
 
getAsXMLQName(String) - Method in class com.helger.commons.microdom.MicroAttribute
 
getAsXMLQName() - Method in class com.helger.commons.microdom.MicroQName
 
getAsXMLQName(String) - Method in class com.helger.commons.microdom.MicroQName
 
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.
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(int) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
Safe collection element accessor method.
getAtIndex(int, ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
Safe collection element accessor method.
getAtIndex(Predicate<? super ELEMENTTYPE>, int) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
getAtIndex(Predicate<? super ELEMENTTYPE>, int, ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
getAtIndex(int, ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsList
Safe list element accessor method.
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.ext.ICommonsCollection
 
getAtIndexMapped(Predicate<? super ELEMENTTYPE>, int, Function<? super ELEMENTTYPE, ? extends DSTTYPE>, DSTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
getAttribute() - Method in class com.helger.commons.mime.MimeTypeParameter
 
getAttributeAsBigDecimal(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsBigDecimal(KEYTYPE, BigDecimal) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsBigInteger(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsBigInteger(KEYTYPE, BigInteger) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsBoolean(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsBoolean(KEYTYPE, boolean) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsDouble(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsDouble(KEYTYPE, double) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsInt(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsInt(KEYTYPE, int) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsList(String) - Method in interface com.helger.commons.scope.IRequestScope
Get a list of all attribute values with the same name.
getAttributeAsList(String, ICommonsList<String>) - Method in interface com.helger.commons.scope.IRequestScope
Get a list of all attribute values with the same name.
getAttributeAsList(String, ICommonsList<String>) - Method in class com.helger.commons.scope.RequestScope
 
getAttributeAsListCustom(String, Object, ICommonsList<String>) - Method in class com.helger.commons.scope.RequestScope
Try to convert the passed value into a ICommonsList of String.
getAttributeAsLong(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsLong(KEYTYPE, long) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsString(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsString(KEYTYPE, String) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name or the passed default value if no such attribute is present.
getAttributeCount() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
getAttributeCount() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
getAttributeCount() - Method in interface com.helger.commons.microdom.IMicroElement
 
getAttributeCount() - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeIterator() - Method in interface com.helger.commons.microdom.IMicroElement
Get an iterator over all attributes.
getAttributeIterator() - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeName() - Method in interface com.helger.commons.microdom.IMicroAttribute
Get the name of the attribute.
getAttributeName() - Method in class com.helger.commons.microdom.MicroAttribute
 
getAttributeNamespacePrefixToUse(String, String, String, Map<QName, String>) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
getAttributeObj(String) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute object with the specified name.
getAttributeObj(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute object with the specified namespace URI and local name.
getAttributeObj(IMicroQName) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute object with the specified qualified name.
getAttributeObj(String) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeObj(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeObj(IMicroQName) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeObject(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeObject(KEYTYPE) - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
getAttributeQName() - Method in interface com.helger.commons.microdom.IMicroAttribute
Get the qualified name of the attribute.
getAttributeQName() - Method in class com.helger.commons.microdom.MicroAttribute
 
getAttributes() - Method in interface com.helger.commons.collection.attr.IHasAttributes
 
getAttributes() - Method in interface com.helger.commons.collection.attr.IHasMutableAttributes
 
getAttributes() - Method in interface com.helger.commons.collection.attr.IHasMutableAttributesAny
 
getAttributeValue() - Method in interface com.helger.commons.microdom.IMicroAttribute
 
getAttributeValue(String) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValue(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValue(IMicroQName) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValue() - Method in class com.helger.commons.microdom.MicroAttribute
 
getAttributeValue(String) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeValue(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeValue(IMicroQName) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeValue(Element, String) - Static method in class com.helger.commons.xml.XMLHelper
The latest version of XercesJ 2.9 returns an empty string for non existing attributes.
getAttributeValue(Element, String, String) - Static method in class com.helger.commons.xml.XMLHelper
The latest version of XercesJ 2.9 returns an empty string for non existing attributes.
getAttributeValueWithConversion(String, Class<DSTTYPE>) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValueWithConversion(String, String, Class<DSTTYPE>) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValueWithConversion(IMicroQName, Class<DSTTYPE>) - Method in interface com.helger.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeValueWithConversion(String, Class<DSTTYPE>) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeValueWithConversion(String, String, Class<DSTTYPE>) - Method in class com.helger.commons.microdom.MicroElement
 
getAttributeValueWithConversion(IMicroQName, Class<DSTTYPE>) - Method in class com.helger.commons.microdom.MicroElement
 
getAttrValue() - Method in interface com.helger.commons.microdom.IHasAttributeValue
 
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(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
 
getAverage() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
 
getAverage(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
 
getAverage() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
 
getBaseName(File) - Static method in class com.helger.commons.io.file.FilenameHelper
Get the passed filename without path and without extension.
getBaseName(String) - Static method in class com.helger.commons.io.file.FilenameHelper
Get the passed filename without path and without extension.
getBasePath() - Method in class com.helger.commons.io.provider.FileSystemByteStreamProvider
 
getBasePath() - Method in class com.helger.commons.io.provider.FileSystemCharStreamProvider
 
getBasePath() - Method in class com.helger.commons.io.resourceprovider.FileSystemResourceProvider
 
getBaseURI() - Method in class com.helger.commons.xml.ls.LSResourceData
 
getBaseURI() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getBestMatchingEqualsImplementation(Class<T>) - Method in class com.helger.commons.equals.EqualsImplementationRegistry
 
getBestMatchingHashCodeImplementation(Class<?>) - 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.
getBits() - Method in enum com.helger.commons.system.EProcessorArchitecture
 
getBooleanValue(Boolean, boolean) - Static method in class com.helger.commons.lang.BooleanHelper
Get the primitive value of the passed object value.
getBracketMode(String, String, Map<QName, String>, boolean) - Method in interface com.helger.commons.xml.serialize.write.IXMLBracketModeDeterminator
Determine the bracket mode for an XML element.
getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
getBracketMode(String, String, Map<QName, String>, boolean) - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorXML
 
getBracketModeDeterminator() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getBracketModeDeterminator() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
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
 
getBufferedReader(String, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getBufferedReader(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getBufferedWriter(String, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getBufferedWriter(File, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getBufferSize() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
 
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
 
getBytesRead() - Method in class com.helger.commons.io.stream.CountingInputStream
 
getByteStream() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getByteStream() - Method in class com.helger.commons.xml.sax.ReadableResourceSAXInputSource
 
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
 
getCacheHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
 
getCacheHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
 
getCalculatedLocaleListForResolving(Locale) - Static method in class com.helger.commons.locale.LocaleHelper
Get a list with all valid locale permutations of the passed locale.
getCallable() - Method in class com.helger.commons.callback.adapter.AdapterCallableToCallableWithParam
 
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.
getCallbackCount() - Method in class com.helger.commons.callback.CallbackList
 
getCallbackCount() - Method in interface com.helger.commons.callback.ICallbackList
 
getCallbackCount() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
 
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.
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.
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.
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.
getCastedAttribute(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getCastedAttribute(KEYTYPE, DATATYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getCastedValue(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
Get the contained value casted to the return type.
getCastedValue(int, T) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
Get the contained value casted to the return type.
getCastedValue(int, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
Get the contained value casted to the specified class.
getCastedValue(int, T, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
Get the contained value casted to the specified class.
getCastedValue(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
Get the contained value casted to the return type.
getCastedValue(KEYTYPE, T) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
Get the contained value casted to the return type.
getCastedValue(KEYTYPE, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
Get the contained value casted to the specified class.
getCastedValue(KEYTYPE, T, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
Get the contained value casted to the specified class.
getCastedValue() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
Get the contained value casted to the return type.
getCastedValue(T) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
Get the contained value casted to the return type.
getCastedValue(Class<T>) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
Get the contained value casted to the specified class.
getCastedValue(T, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
Get the contained value casted to the specified class.
getCategory() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
getCeilVersion() - Method in class com.helger.commons.version.VersionRange
 
getCertifiedText() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getChangeLog() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
getChangeLogComponent() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
getChangeNotifyCallbacks() - Method in class com.helger.commons.text.AbstractMapBasedMultilingualText
 
getChangeNotifyCallbacks() - Method in interface com.helger.commons.text.IMutableMultilingualText
 
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.
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.
getCharacterStream() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getCharacterStream() - Method in class com.helger.commons.xml.sax.StringSAXInputSource
 
getCharAtIndex(int) - Method in class com.helger.commons.string.util.StringScanner
 
getCharCount(String, char) - Static method in class com.helger.commons.string.StringHelper
 
getCharCount(char[], char) - Static method in class com.helger.commons.string.StringHelper
 
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 interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getCharset() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
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.CharsetManager
Resolve the charset by the specified name.
getCharsetFromNameOrNull(String) - Static method in class com.helger.commons.charset.CharsetManager
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.
getCharsetObj() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getCharsetObj() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getChecksPerRun() - Method in class com.helger.commons.io.monitor.FileMonitorManager
get the number of files to check per run.
getChecksPerRun() - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
get the number of files to check per run.
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.
getChildAtIndex(int) - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
Get the child node at the specified index
getChildAtIndex(int) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getChildAtIndex(int) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getChildAtIndex(int) - Method in class com.helger.commons.tree.BasicTreeItem
 
getChildAtIndex(int) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
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
 
getChildCount() - Method in interface com.helger.commons.hierarchy.IHasChildren
 
getChildCount() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getChildCount() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getChildCount(IMicroElement) - Method in class com.helger.commons.microdom.util.ChildrenProviderElementWithName
 
getChildCount() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getChildCount(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getChildCount() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getChildCount(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getChildCount() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getChildCount(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getChildCount() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getChildCount(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getChildCount() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getChildCount(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getChildCount() - Method in class com.helger.commons.tree.BasicTree
 
getChildCount() - Method in class com.helger.commons.tree.BasicTreeItem
 
getChildCount() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getChildCount() - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
getChildCount(ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getChildElementCount() - Method in interface com.helger.commons.microdom.IMicroElement
 
getChildElementCount() - Method in class com.helger.commons.microdom.MicroElement
 
getChildElementIteratorNoNS(Node) - Static method in class com.helger.commons.xml.XMLHelper
Get an iterator over all child elements that have no namespace.
getChildElementIteratorNoNS(Node, String) - Static method in class com.helger.commons.xml.XMLHelper
Get an iterator over all child elements that have no namespace and the desired tag name.
getChildElementIteratorNS(Node, String) - Static method in class com.helger.commons.xml.XMLHelper
 
getChildElementIteratorNS(Node, String, String) - Static method in class com.helger.commons.xml.XMLHelper
 
getChildItemOfDataID(KEYTYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getChildItemOfDataID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Find the direct child item with the given ID
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.
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
 
getChildTextContent(IMicroElement, String) - Static method in class com.helger.commons.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.
getChildTextContent(IMicroElement, String, String) - Static method in class com.helger.commons.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.
getChildTextContentTrimmed(IMicroElement, String) - Static method in class com.helger.commons.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.
getChildTextContentTrimmed(IMicroElement, String, String) - Static method in class com.helger.commons.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.
getChildTextContentWithConversion(IMicroElement, String, Class<DSTTYPE>) - Static method in class com.helger.commons.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameter sChildElementName of the passed parent element.
getChildTextContentWithConversion(IMicroElement, String, String, Class<DSTTYPE>) - Static method in class com.helger.commons.microdom.util.MicroHelper
Helper method to extract the text content of the child element denoted by the parameters sNamespaceURI and sChildElementName of the passed parent element.
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 null if no such object.
getChildWithID(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getChildWithID(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getChildWithID(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getChildWithID(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getChildWithID(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getChildWithID(ITEMTYPE, KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
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
 
getClassLoader() - Method in class com.helger.commons.xml.ls.SimpleLSResourceResolver
 
getClassLocalName(Object) - Static method in class com.helger.commons.lang.ClassHelper
Get the name of the object's class without the package.
getClassLocalName(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
Get the name of the 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(Object) - Static method in class com.helger.commons.lang.ClassHelper
Get the name of the package the passed object resides in.
getClassPackageName(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
Get the name of the package the passed class 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.
getClassPathURL(String, ClassLoader) - Static method in class com.helger.commons.url.URLHelper
Deprecated.
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.
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.MapBasedAttributeContainer
 
getClone() - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainerAny
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsArrayList
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsConcurrentHashMap
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsCopyOnWriteArrayList
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsCopyOnWriteArraySet
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsEnumMap
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsHashMap
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsHashSet
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsLinkedHashMap
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsLinkedHashSet
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsLinkedList
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsTreeMap
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsTreeSet
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsVector
 
getClone() - Method in class com.helger.commons.collection.ext.CommonsWeakHashMap
 
getClone() - Method in interface com.helger.commons.collection.ext.ICommonsNavigableMap
 
getClone() - Method in interface com.helger.commons.collection.ext.ICommonsNavigableSet
 
getClone() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedMap
 
getClone() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedSet
 
getClone() - Method in interface com.helger.commons.collection.ext.ICommonsSortedMap
 
getClone() - Method in interface com.helger.commons.collection.ext.ICommonsSortedSet
 
getClone() - Method in class com.helger.commons.collection.impl.NonBlockingStack
 
getClone() - Method in class com.helger.commons.collection.impl.SingleElementList
 
getClone() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
getClone() - Method in class com.helger.commons.collection.impl.WrappedList
 
getClone() - Method in class com.helger.commons.collection.impl.WrappedSet
 
getClone() - Method in class com.helger.commons.collection.pair.Pair
 
getClone() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getClone() - Method in class com.helger.commons.errorlist.ErrorList
 
getClone() - Method in interface com.helger.commons.lang.ICloneable
 
getClone() - Method in interface com.helger.commons.microdom.IMicroAttribute
getClone() - Method in interface com.helger.commons.microdom.IMicroCDATA
getClone() - Method in interface com.helger.commons.microdom.IMicroComment
getClone() - Method in interface com.helger.commons.microdom.IMicroContainer
getClone() - Method in interface com.helger.commons.microdom.IMicroDocument
getClone() - Method in interface com.helger.commons.microdom.IMicroDocumentType
getClone() - Method in interface com.helger.commons.microdom.IMicroElement
getClone() - Method in interface com.helger.commons.microdom.IMicroEntityReference
getClone() - Method in interface com.helger.commons.microdom.IMicroNodeWithChildren
getClone() - Method in interface com.helger.commons.microdom.IMicroProcessingInstruction
getClone() - Method in interface com.helger.commons.microdom.IMicroText
getClone() - Method in class com.helger.commons.microdom.MicroAttribute
 
getClone() - Method in class com.helger.commons.microdom.MicroCDATA
 
getClone() - Method in class com.helger.commons.microdom.MicroComment
 
getClone() - Method in class com.helger.commons.microdom.MicroContainer
 
getClone() - Method in class com.helger.commons.microdom.MicroDocument
 
getClone() - Method in class com.helger.commons.microdom.MicroDocumentType
 
getClone() - Method in class com.helger.commons.microdom.MicroElement
 
getClone() - Method in class com.helger.commons.microdom.MicroEntityReference
 
getClone() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
getClone() - Method in class com.helger.commons.microdom.MicroText
 
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.SMap
 
getClone() - Method in class com.helger.commons.wrapper.Wrapper
 
getClone() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getClone() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getClone() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getClone() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getClone() - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
getClone() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
getClone() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
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.collation.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.error.IResourceLocation
 
getColumnNumber() - Method in class com.helger.commons.error.ResourceLocation
 
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.
getComment() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getComparator() - Method in class com.helger.commons.hierarchy.ChildrenProviderHasChildrenSorting
 
getComparator() - Method in class com.helger.commons.hierarchy.ChildrenProviderSorting
 
getComparatorCollating(Locale) - Static method in interface com.helger.commons.compare.IComparator
 
getComparatorCollating(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(Function<? super T, String>, Collator) - 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
 
getComparatorErrorID() - Static method in interface com.helger.commons.error.IHasErrorID
 
getComparatorFirst() - Static method in interface com.helger.commons.collection.pair.IPair
 
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
 
getComparatorQName() - Static method in class com.helger.commons.xml.CXML
 
getComparatorSecond() - Static method in interface com.helger.commons.collection.pair.IPair
 
getComparatorStringIgnoreCase() - Static method in interface com.helger.commons.compare.IComparator
 
getComparatorStringLongestFirst() - Static method in interface com.helger.commons.compare.IComparator
 
getComparatorStringShortestFirst() - Static method in interface com.helger.commons.compare.IComparator
 
getComponent() - Method in class com.helger.commons.changelog.ChangeLog
 
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(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 head and the array.
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(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(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(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(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(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 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(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(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(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(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(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(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(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(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(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(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(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(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.
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.
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(Collection<? extends 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(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
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.
getConcatenatedOnDemand(String, char, String) - Static method in class com.helger.commons.string.StringHelper
Concatenate the strings sFront and sEnd by the "cSep" separator.
getConcatenatedSet(Collection<? extends 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(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getConnectionTimeoutMS() - Method in class com.helger.commons.ws.WSClientConfig
 
getContentByteCount() - Method in class com.helger.commons.mime.MimeTypeContent
 
getContentHandler() - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
 
getContentHandler() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getContentHandler() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
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.IConvertibleByIndexTrait
Get the contained value converted using TypeConverter to the passed class.
getConvertedValue(int, T, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
Get the contained value converted using TypeConverter to the passed class.
getConvertedValue(KEYTYPE, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
Get the contained value converted using TypeConverter to the passed class.
getConvertedValue(KEYTYPE, T, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
Get the contained value converted using TypeConverter to the passed class.
getConvertedValue(Class<T>) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
Get the contained value converted using TypeConverter to the passed class.
getConvertedValue(T, Class<T>) - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
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
 
getConverterToMicroElement(Class<?>) - Method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
getConverterToNative(Class<?>) - Method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
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.ext.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(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
 
getCount(Predicate<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
getCount() - Method in interface com.helger.commons.statistics.IStatisticsHandlerCounter
 
getCount(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedCounter
Get the count of a certain key.
getCount() - Method in class com.helger.commons.statistics.StatisticsHandlerCounter
 
getCount(String) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
 
getCounterHandler(Class<?>) - Static method in class com.helger.commons.statistics.StatisticsManager
 
getCounterHandler(String) - Static method in class com.helger.commons.statistics.StatisticsManager
 
getCountry(Locale) - Method in class com.helger.commons.locale.country.CountryCache
 
getCountry(String) - Method in class com.helger.commons.locale.country.CountryCache
 
getCountry() - Method in interface com.helger.commons.locale.country.IHasCountry
 
getCountryListAsLocales() - Static method in enum com.helger.commons.locale.country.ECountry
 
getCurrentArchitectureBits() - Static method in enum com.helger.commons.system.EProcessorArchitecture
 
getCurrentChar() - Method in class com.helger.commons.string.util.StringScanner
 
getCurrentIndex() - Method in class com.helger.commons.string.util.StringScanner
 
getCurrentNanoTime() - Method in class com.helger.commons.timing.StopWatch
 
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
 
getCustomNamespaceURI(String) - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getCustomNamespaceURI(String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getCustomNamespaceURI(String) - Method in class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
getCustomPrefix(String) - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getCustomPrefix(String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getCustomPrefix(String) - Method in class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
getCustomPrefixes(String) - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getCustomPrefixes(String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getCustomPrefixes(String) - Method in class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
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
 
getData() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
 
getData() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
 
getData() - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
 
getData() - Method in interface com.helger.commons.microdom.IMicroDataAware
 
getData() - Method in interface com.helger.commons.microdom.IMicroProcessingInstruction
 
getData() - Method in class com.helger.commons.microdom.MicroCDATA
 
getData() - Method in class com.helger.commons.microdom.MicroComment
 
getData() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
getData() - Method in class com.helger.commons.microdom.MicroText
 
getData() - Method in class com.helger.commons.tree.BasicTreeItem
 
getData() - Method in interface com.helger.commons.tree.IBasicTreeItem
 
getData() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getDate() - Method in class com.helger.commons.changelog.AbstractChangeLogEntry
 
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.
getDebugStackTrace() - Static method in class com.helger.commons.scope.ScopeHelper
 
getDeclarationHandler() - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
 
getDeclarationHandler() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getDeclarationHandler() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getDecoded(byte[], int, int) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
 
getDecoded(String) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
Applies an RFC 1522 compliant decoding scheme to the given string of text.
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[]) - Method in interface com.helger.commons.codec.IByteArrayDecoder
Decode a byte array.
getDecoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayDecoder
Decode a byte array.
getDecoded(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayDecoder
Decode the passed string.
getDecoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
Decode a byte array.
getDecoded(SRCTYPE) - Method in interface com.helger.commons.codec.IDecoder
Decode the passed source object
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(String) - Method in class com.helger.commons.url.URLParameterDecoder
 
getDecodedAsString(byte[], Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
 
getDecodedAsString(byte[], int, int, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamDecoder
 
getDecodedAsString(String, 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
 
getDecodedLength(int) - Method in class com.helger.commons.codec.Base16Codec
 
getDecodedLength(int) - Method in class com.helger.commons.codec.Base32Codec
 
getDecodedLength(int) - Method in class com.helger.commons.codec.Base64Codec
 
getDecodedLength(int) - Method in interface com.helger.commons.codec.IByteArrayDecoder
 
getDefaultClassLoader() - Static method in class com.helger.commons.lang.ClassLoaderHelper
 
getDefaultInstance() - Static method in class com.helger.commons.mime.MimeTypeInfoManager
 
getDefaultNamespaceURI() - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
 
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
 
getDefaultTransformerFactory() - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
 
getDefaultXPathFactory() - Static method in class com.helger.commons.xml.xpath.XPathHelper
 
getDelay() - Method in class com.helger.commons.io.monitor.FileMonitorManager
Get the delay between runs.
getDelay() - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Get the delay between runs.
getDerived(int) - Static method in class com.helger.commons.hashcode.HashCodeGenerator
Create a HashCodeGenerator for derived classes where the base class also uses the HashCodeGenerator.
getDerived(String) - Static method in class com.helger.commons.string.ToStringGenerator
Create a ToStringGenerator for derived classes where the base class also uses the ToStringGenerator.
getDescription() - Method in interface com.helger.commons.text.IHasDescription
 
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.
getDigest() - Method in class com.helger.commons.io.stream.MessageDigestOutputStream
Get the message digest of this stream.
getDigestBytes() - Method in class com.helger.commons.messagedigest.MessageDigestValue
 
getDigestHexString() - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
This method converts the current hash digest to a hex string.
getDigestLength() - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
 
getDigestLength() - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
getDigestLength() - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getDigestLong() - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
This method finalizes the hash generation and creates the index.
getDigestString() - Method in class com.helger.commons.messagedigest.MessageDigestValue
 
getDirectChildElementCountNoNS(Element) - Static method in class com.helger.commons.xml.XMLHelper
 
getDirectChildElementCountNoNS(Element, String) - Static method in class com.helger.commons.xml.XMLHelper
 
getDirectChildElementCountNS(Element, String) - Static method in class com.helger.commons.xml.XMLHelper
 
getDirectChildElementCountNS(Element, String, String) - Static method in class com.helger.commons.xml.XMLHelper
 
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, 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(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.
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.
getDisplayLocale() - Method in class com.helger.commons.xml.transform.LoggingTransformErrorListener
 
getDisplayName() - Method in interface com.helger.commons.email.IEmailAddress
 
getDisplayName(DATATYPE) - Method in interface com.helger.commons.name.IDisplayNameProvider
Get the name of the passed object.
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
 
getDisplayText(Locale) - Method in class com.helger.commons.error.ResourceError
 
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(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 interface com.helger.commons.text.display.IHasDisplayText
 
getDisplayText(Locale) - Method in enum com.helger.commons.xml.transform.EXMLTransformTexts
 
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(int, int) - 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)
getDocType() - Method in interface com.helger.commons.microdom.IMicroDocument
 
getDocType() - Method in class com.helger.commons.microdom.MicroDocument
 
getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, IMicroDocumentType) - Static method in class com.helger.commons.xml.serialize.write.XMLEmitter
Get the XML representation of a document type.
getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, String, String, String) - Static method in class com.helger.commons.xml.serialize.write.XMLEmitter
Get the XML representation of a document type.
getDocumentBuilder() - Static method in class com.helger.commons.xml.XMLFactory
 
getDocumentBuilderFactory() - Static method in class com.helger.commons.xml.XMLFactory
 
getDocumentElement() - Method in interface com.helger.commons.microdom.IMicroDocument
 
getDocumentElement() - Method in class com.helger.commons.microdom.MicroDocument
 
getDocumentRootElementTagName(IMicroDocument) - Static method in class com.helger.commons.microdom.util.MicroHelper
Get the tag name of the passed documents root element.
getDOMImplementation() - Static method in class com.helger.commons.xml.XMLFactory
 
getDOMNodeType() - Method in enum com.helger.commons.microdom.EMicroNodeType
 
getDstClass() - Method in exception com.helger.commons.typeconvert.TypeConverterException
 
getDTDHandler() - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
 
getDTDHandler() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getDTDHandler() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getDuration() - Method in class com.helger.commons.lang.TimeValue
 
getElementName() - Method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
 
getElementName(Node) - Static method in class com.helger.commons.xml.XMLHelper
 
getElementNamespacePrefixToUse(String, boolean, Map<QName, String>) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
getEmptyEnumeration() - Static method in class com.helger.commons.collection.IteratorHelper
Create an empty enumeration.
getEmptyIterator() - Static method in class com.helger.commons.collection.IteratorHelper
Create an empty iterator.
getEncoded(byte[], int, int) - Method in class com.helger.commons.codec.AbstractRFC1522Codec
 
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(byte[], int, int) - Method in class com.helger.commons.codec.Base64Codec
 
getEncoded(byte[]) - Method in interface com.helger.commons.codec.IByteArrayEncoder
Encode a byte array.
getEncoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayEncoder
Encode a byte array.
getEncoded(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayEncoder
Encode the passed string.
getEncoded(byte[]) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
Encode a byte array.
getEncoded(byte[], int, int) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
Encode a byte array.
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
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(String) - Method in class com.helger.commons.url.URLParameterEncoder
 
getEncodedAsString(byte[], Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
 
getEncodedAsString(byte[], int, int, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
 
getEncodedAsString(String, Charset) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
Encode the passed string and return the result as a String.
getEncodedLength(int) - Method in class com.helger.commons.codec.Base16Codec
 
getEncodedLength(int) - Method in class com.helger.commons.codec.Base32Codec
 
getEncodedLength(int) - Method in class com.helger.commons.codec.Base64Codec
 
getEncodedLength(int) - Method in interface com.helger.commons.codec.IByteArrayEncoder
 
getEncodedLength(int) - Method in interface com.helger.commons.codec.IByteArrayStreamEncoder
 
getEncoding() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getEndpointAddress() - Method in class com.helger.commons.ws.WSClientConfig
 
getEntityResolver() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getEntityResolver() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getEntityResolver() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
getEntityResolver() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getEntityResolver() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getEnumeration(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
Get an Enumeration object based on a Collection object.
getEnumeration(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.IteratorHelper
Get an Enumeration object based on the passed array.
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.IHasErrorLevels
 
getErrorCount() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getErrorCount() - Method in class com.helger.commons.errorlist.ErrorList
 
getErrorCount() - Method in class com.helger.commons.log.InMemoryLogger
 
getErrorField() - Method in interface com.helger.commons.error.IHasErrorField
 
getErrorFieldName() - Method in interface com.helger.commons.errorlist.IError
 
getErrorFieldName() - Method in class com.helger.commons.errorlist.SingleError
 
getErrorHandler() - Method in class com.helger.commons.xml.schema.SchemaCache
 
getErrorHandler() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getErrorHandler() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getErrorHandler() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
getErrorHandler() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getErrorHandler() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getErrorID() - Method in interface com.helger.commons.error.IHasErrorID
 
getErrorID() - Method in class com.helger.commons.errorlist.SingleError
 
getErrorLevel() - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
 
getErrorLevel() - Method in interface com.helger.commons.error.IHasErrorLevel
 
getErrorLevel() - Method in class com.helger.commons.error.ResourceError
 
getErrorLevel() - Method in class com.helger.commons.errorlist.SingleError
 
getErrorLevel() - Method in class com.helger.commons.log.LogMessage
 
getErrorMessage(IErrorLevel, SAXParseException) - Method in class com.helger.commons.xml.sax.LoggingSAXErrorHandler
 
getErrorText() - Method in interface com.helger.commons.errorlist.IError
 
getErrorText() - Method in class com.helger.commons.errorlist.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.
getEventType() - Method in interface com.helger.commons.microdom.IMicroEvent
 
getEventType() - Method in class com.helger.commons.microdom.MicroEvent
 
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
 
getExceptionHandler() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getExceptionHandler() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getExceptionHandler() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
getExceptionHandler() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getExceptionHandler() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getExecutorService(int) - Method in interface com.helger.commons.concurrent.IExecutorServiceFactory
Get an ExecutorService for the given number of parallel tasks.
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(char, String) - Static method in class com.helger.commons.string.StringHelper
Take a concatenated String and return a ICommonsList of 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 ICommonsList of 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.
getExploded(String, String) - Static method in class com.helger.commons.string.StringHelper
Take a concatenated String and return a ICommonsList of 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 ICommonsList of all elements in the passed string, using specified separator string.
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.
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.
getExplodedToOrderedSet(String, String) - Static method in class com.helger.commons.string.StringHelper
Take a concatenated String and return an ordered CommonsLinkedHashSet of 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 Set of 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 CommonsTreeSet of 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.
getExtension() - Method in class com.helger.commons.mime.MimeTypeInfo.ExtensionWithSource
 
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.
getFactory() - Method in class com.helger.commons.collection.impl.SafeArrayList
 
getFactory() - Method in class com.helger.commons.collection.impl.SafeVector
 
getFactory() - Method in class com.helger.commons.tree.BasicTreeItem
 
getFactory() - Method in interface com.helger.commons.tree.ITreeItem
 
getFactory() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getFactory() - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
 
getFactory() - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getFactoryClass() - Method in class com.helger.commons.factory.FactoryNewInstance
 
getFailureCount() - Method in interface com.helger.commons.error.IHasErrorLevels
 
getFailureCount() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getFailureCount() - Method in class com.helger.commons.errorlist.ErrorList
 
getFailureCount() - Method in class com.helger.commons.log.InMemoryLogger
 
getFeatureType() - Method in enum com.helger.commons.xml.EXMLParserFeature
 
getFeatureValue(EXMLParserFeature) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getFeatureValue(EXMLParserFeature) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getFeatureValue(EXMLParserFeature) - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
Get the value of the specified parser feature
getFeatureValue(EXMLParserFeature) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getFeatureValue(EXMLParserFeature) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getField() - Method in interface com.helger.commons.error.IResourceLocation
 
getField() - Method in class com.helger.commons.error.ResourceLocation
 
getFieldItemCount() - Method in class com.helger.commons.errorlist.FormErrors
 
getFile() - Method in class com.helger.commons.id.factory.FileIntIDFactory
 
getFile() - Method in class com.helger.commons.id.factory.FileLongIDFactory
 
getFile() - Method in class com.helger.commons.io.monitor.FileChangeEvent
Returns the file that changed as passed in the constructor.
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
 
getFileMonitorCount() - Method in class com.helger.commons.io.monitor.FileMonitorManager
 
getFileReadChannel(String) - Static method in class com.helger.commons.io.file.FileHelper
 
getFileReadChannel(File) - Static method in class com.helger.commons.io.file.FileHelper
 
getFileSeparator() - Static method in class com.helger.commons.system.SystemProperties
 
getFileSize(FileChannel) - 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
 
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
 
getFileWriteChannel(String) - Static method in class com.helger.commons.io.file.FileHelper
 
getFileWriteChannel(String, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
 
getFileWriteChannel(File) - Static method in class com.helger.commons.io.file.FileHelper
 
getFileWriteChannel(File, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
 
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 interface com.helger.commons.filter.IHasFilter
 
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(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...) - Static method in class com.helger.commons.collection.ArrayHelper
Get the first element of the array or null if the passed array is empty.
getFirst(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst() - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getFirst() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedSet
 
getFirst() - Method in interface com.helger.commons.collection.ext.ICommonsSortedSet
 
getFirst() - Method in interface com.helger.commons.collection.pair.IPair
 
getFirst() - Method in class com.helger.commons.collection.pair.Pair
 
getFirst() - Method in class com.helger.commons.collection.pair.ReadOnlyPair
 
getFirstChar(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Get the first character of the passed character sequence
getFirstChar(char[]) - Static method in class com.helger.commons.string.StringHelper
Get the first character of the passed array
getFirstChild() - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
Get the first child node or null if no child is present
getFirstChild() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getFirstChild() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getFirstChild() - Method in interface com.helger.commons.microdom.IMicroNode
 
getFirstChild() - Method in class com.helger.commons.tree.BasicTreeItem
 
getFirstChild() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getFirstChildElement() - Method in interface com.helger.commons.microdom.IMicroElement
Get the first child element of this element.
getFirstChildElement(String) - Method in interface com.helger.commons.microdom.IMicroElement
Get the first child element with the given tag name.
getFirstChildElement(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Get the first child element with the given tag name and the given namespace.
getFirstChildElement() - Method in class com.helger.commons.microdom.MicroElement
 
getFirstChildElement(String) - Method in class com.helger.commons.microdom.MicroElement
 
getFirstChildElement(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
getFirstChildElement(Node) - Static method in class com.helger.commons.xml.XMLHelper
Get the first direct child element of the passed element.
getFirstChildElementOfName(Node, String) - Static method in class com.helger.commons.xml.XMLHelper
Search all child nodes of the given for the first element that has the specified tag name.
getFirstChildText(Node) - Static method in class com.helger.commons.xml.XMLHelper
Get the content of the first Text child element of the passed element.
getFirstElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
Get the first element of the passed list.
getFirstElement(Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
Get the first element of the passed collection.
getFirstElement(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
Get the first element of the passed iterable.
getFirstEntry() - Method in interface com.helger.commons.collection.ext.ICommonsMap
Get the first element of this map.
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.
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.
getFirstKey() - Method in interface com.helger.commons.collection.ext.ICommonsMap
Get the first key of this map.
getFirstKey() - Method in interface com.helger.commons.collection.ext.ICommonsSortedMap
 
getFirstSPIImplementation(Class<T>) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstSPIImplementation(Class<T>, ClassLoader) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstSPIImplementation(Class<T>, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstSPIImplementation(Class<T>, ClassLoader, Logger) - Static method in class com.helger.commons.lang.ServiceLoaderHelper
Uses the ServiceLoader to load all SPI implementations of the passed class and return only the first instance.
getFirstToken(String, char) - Static method in class com.helger.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.ext.ICommonsMap
Get the first value of this map.
getFirstValue() - Method in interface com.helger.commons.collection.ext.ICommonsSortedMap
 
getFloorVersion() - Method in class com.helger.commons.version.VersionRange
 
getFormats(String) - Method in class com.helger.commons.text.resourcebundle.XMLResourceBundleControl
 
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(BigInteger, 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(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(double, int, RoundHelper.EDecimalType, Locale) - Static method in class com.helger.commons.math.RoundHelper
Source: http://www.luschny.de/java/doubleformat.html
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, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
Format the given value as percentage.
getFormattedPercent(double, int, Locale) - Static method in class com.helger.commons.locale.LocaleFormatter
Format the given value as percentage.
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
 
getFormatter() - Method in interface com.helger.commons.format.IHasFormatter
Get the required formatting object to handle values of this context.
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 class com.helger.commons.cache.AbstractCache
 
getFromCache(KEYTYPE) - Method in class com.helger.commons.cache.AbstractNotifyingCache
 
getFromCache(KEYTYPE, Function<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.cache.CacheWithConversion
Get the value from the cache.
getFromCache(KEYTYPE) - Method in interface com.helger.commons.cache.ICache
Get the cached value associated with the passed key.
getFromCacheNoStats(KEYTYPE) - Method in class com.helger.commons.cache.AbstractCache
 
getFromCacheNoStatsNotLocked(KEYTYPE) - Method in class com.helger.commons.cache.AbstractCache
 
getFromCacheNotLocked(KEYTYPE) - Method in class com.helger.commons.cache.AbstractCache
 
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(String, EErrorLevel) - Static method in enum com.helger.commons.error.EErrorLevel
 
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
getFromIDCaseInsensitiveOrNull(String) - Static method in enum com.helger.commons.error.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
getFromIDCaseInsensitiveOrThrow(String) - Static method in enum com.helger.commons.error.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).
getFromIDOrDefault(String, EChangeLogAction) - Static method in enum com.helger.commons.changelog.EChangeLogAction
 
getFromIDOrDefault(String, EChangeLogCategory) - Static method in enum com.helger.commons.changelog.EChangeLogCategory
 
getFromIDOrDefault(String, EErrorLevel) - Static method in enum com.helger.commons.error.EErrorLevel
 
getFromIDOrDefault(Class<ENUMTYPE>, KEYTYPE, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrDefault(Class<ENUMTYPE>, int, ENUMTYPE) - Static method in class com.helger.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrDefault(String, ETriState) - Static method in enum com.helger.commons.state.ETriState
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.changelog.EChangeLogAction
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.changelog.EChangeLogCategory
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.error.EErrorLevel
 
getFromIDOrNull(int) - Static method in enum com.helger.commons.io.file.EFileIOErrorCode
 
getFromIDOrNull(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.helger.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrNull(Class<ENUMTYPE>, int) - 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.locale.country.ECountry
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.microdom.EMicroEvent
 
getFromIDOrNull(int) - Static method in enum com.helger.commons.microdom.EMicroNodeType
 
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
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.dom.EXMLDOMFeature
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.dom.EXMLDOMFeatureVersion
 
getFromIDOrNull(int) - Static method in enum com.helger.commons.xml.dom.EXMLDOMNodeType
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLCharMode
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeBracketMode
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeComments
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeDocType
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
 
getFromIDOrNull(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeXMLDeclaration
 
getFromIDOrThrow(String) - Static method in enum com.helger.commons.error.EErrorLevel
 
getFromIDOrThrow(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.helger.commons.lang.EnumHelper
Get the enum value with the passed ID.
getFromIDOrThrow(Class<ENUMTYPE>, int) - Static method in class com.helger.commons.lang.EnumHelper
Get the enum value with the passed ID.
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
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.xml.EXMLParserFeature
 
getFromNameOrNull(String) - Static method in enum com.helger.commons.xml.EXMLParserProperty
 
getFromNameOrThrow(Class<ENUMTYPE>, String) - Static method in class com.helger.commons.lang.EnumHelper
Get the enum value with the passed name.
getFromStringIgnoreCase(String) - Static method in enum com.helger.commons.messagedigest.EMessageDigestAlgorithm
 
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
 
getFromVersionOrDefault(String, EXMLVersion) - Static method in enum com.helger.commons.xml.EXMLVersion
Find the EXMLVersion object matching the passed version string.
getFromVersionOrNull(String) - Static method in enum com.helger.commons.xml.EXMLVersion
Find the EXMLVersion object matching the passed version string.
getFromXMLVersionOrThrow(EXMLVersion) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
Get the EXMLSerializeVersion from the specified EXMLVersion .
getFunctionCount() - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
getFunctionName() - Method in class com.helger.commons.xml.xpath.XPathFunctionKey
 
getGlobalItemCount() - Method in class com.helger.commons.errorlist.FormErrors
 
getGlobalScope() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getGlobalScopeOrNull() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getGlobalSingleton(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractGlobalSingleton
Get the singleton object in the current global scope, using the passed class.
getGlobalSingletonIfInstantiated(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractGlobalSingleton
Get the singleton object if it is already instantiated inside the current global scope or null if it is not instantiated.
getGlobalUniqueDataID() - Method in class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
 
getGlobalUniqueDataID() - Method in interface com.helger.commons.tree.withid.folder.IFolderTreeItem
 
getHandlerCount() - Method in class com.helger.commons.ws.WSClientConfig
 
getHashCode() - Method in class com.helger.commons.hashcode.HashCodeGenerator
Retrieve the final hash code.
getHashCode(Object) - Static method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
 
getHashCode() - Method in interface com.helger.commons.hashcode.IHashCodeGenerator
Retrieve the final hash code.
getHashCode(Object) - Method in interface com.helger.commons.hashcode.IHashCodeImplementation
Get the hash code for the passed object
getHashCodeObj() - Method in class com.helger.commons.hashcode.HashCodeGenerator
 
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 class com.helger.commons.dimension.SizeDouble
 
getHeight() - Method in class com.helger.commons.dimension.SizeFloat
 
getHeight() - Method in class com.helger.commons.dimension.SizeInt
 
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(String) - Static method in class com.helger.commons.string.StringHelper
 
getHexDecoded(char[]) - Static method in class com.helger.commons.string.StringHelper
 
getHexDecoded(char[], int, int) - Static method in class com.helger.commons.string.StringHelper
 
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.
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.
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
getHexValueFromDigest(byte[]) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getHits() - Method in interface com.helger.commons.statistics.IStatisticsHandlerCache
 
getHits() - Method in class com.helger.commons.statistics.StatisticsHandlerCache
 
getHostnameVerifier() - Method in class com.helger.commons.ws.WSClientConfig
 
getHTMLEntityReferenceString(char) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
Get the entity reference for the specified character.
getID() - Method in enum com.helger.commons.changelog.EChangeLogAction
 
getID() - Method in enum com.helger.commons.changelog.EChangeLogCategory
 
getID() - Method in enum com.helger.commons.error.EErrorLevel
 
getID() - Method in class com.helger.commons.error.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(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.
getID() - Method in enum com.helger.commons.io.file.EFileIOErrorCode
An internal ID for easier referencing.
getID() - Method in enum com.helger.commons.locale.country.ECountry
 
getID() - Method in enum com.helger.commons.microdom.EMicroEvent
 
getID() - Method in enum com.helger.commons.microdom.EMicroNodeType
 
getID() - Method in enum com.helger.commons.mime.EMimeContentType
 
getID() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
getID() - Method in interface com.helger.commons.scope.IScope
Get the ID of this scope.
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.tree.withid.BasicTreeItemWithID
 
getID() - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
 
getID() - Method in class com.helger.commons.type.TypedObject
 
getID() - Method in enum com.helger.commons.xml.dom.EXMLDOMFeature
 
getID() - Method in enum com.helger.commons.xml.dom.EXMLDOMFeatureVersion
 
getID() - Method in enum com.helger.commons.xml.dom.EXMLDOMNodeType
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLCharMode
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeBracketMode
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeComments
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeDocType
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
 
getID() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeXMLDeclaration
 
getIDObj() - Method in interface com.helger.commons.id.IHasIntObjID
 
getIDObj() - Method in interface com.helger.commons.id.IHasLongObjID
 
getIf(Supplier<T>) - Method in class com.helger.commons.mutable.MutableBoolean
 
getIf(Supplier<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(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(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.
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(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(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.
getImploded(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.
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.
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(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.
getImploded(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.
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(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.
getImploded(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.
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(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(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, 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.
getImploded(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.
getImploded(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.
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.
getImplodedNonEmpty(Iterable<String>) - Static method in class com.helger.commons.string.StringHelper
Get a concatenated String from all non-null and non empty elements of the passed container without a separator string.
getImplodedNonEmpty(Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
Get a concatenated String from all non-null and 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-null and 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-null and non empty elements of the passed container, separated by the specified separator char.
getImplodedNonEmpty(String, Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
Get a concatenated String from all non-null and non empty elements of the passed container, separated by the specified separator string.
getImplodedNonEmpty(char, Iterable<? extends ELEMENTTYPE>, Function<? super ELEMENTTYPE, String>) - Static method in class com.helger.commons.string.StringHelper
Get a concatenated String from all non-null and non empty elements of the passed container, separated by the specified separator char.
getImplodedNonEmpty(String, String...) - Static method in class com.helger.commons.string.StringHelper
Get a concatenated String from all elements of the passed array, separated by the specified separator string.
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(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.
getImplodedNonEmpty(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.
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.
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(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.
getImplodedNonEmpty(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.
getInBetweenValue(SRC) - Method in class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAnyDestination
 
getInceptionYear() - Static method in class com.helger.commons.vendor.VendorInfo
 
getIncorrectCharacterHandling() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getIncorrectCharacterHandling() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getIndent() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getIndent() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getIndentationString() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getIndentationString() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getIndentDeterminator() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getIndentDeterminator() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getIndentInner(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in interface com.helger.commons.xml.serialize.write.IXMLIndentDeterminator
Determine the outer indentation mode (after the start tag and before the closing tag).
getIndentInner(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorHTML
 
getIndentInner(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorXML
 
getIndentOuter(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in interface com.helger.commons.xml.serialize.write.IXMLIndentDeterminator
Determine the outer indentation mode (before the start tag and after the closing tag).
getIndentOuter(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorHTML
 
getIndentOuter(String, String, String, String, Map<QName, String>, boolean, EXMLSerializeIndent) - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorXML
 
getIndexOf(String, String) - Static method in class com.helger.commons.string.StringHelper
Get the first index of sSearch within sText.
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, 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.
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, String, Locale) - Static method in class com.helger.commons.string.StringHelper
Get the first index of sSearch within sText ignoring case.
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, 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.
getIndexOfLastSeparator(String) - Static method in class com.helger.commons.io.file.FilenameHelper
Returns the index of the last directory separator character.
getInputStream(String) - Static method in class com.helger.commons.io.file.FileHelper
 
getInputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
 
getInputStream() - Method in interface com.helger.commons.io.IHasInputStream
Get the input stream to read from the object.
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) - 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, 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() - 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(URL) - Static method in class com.helger.commons.io.resource.URLResource
 
getInputStream() - Method in class com.helger.commons.io.resource.URLResource
 
getInputStream(int, int) - Method in class com.helger.commons.io.resource.URLResource
 
getInputStream(IMutableWrapper<IOException>) - 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<URLConnection>, IMutableWrapper<IOException>) - Method in class com.helger.commons.io.resource.URLResource
 
getInputStream() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
 
getInputStream() - Method in class com.helger.commons.io.streamprovider.ByteBufferInputStreamProvider
 
getInputStream() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
 
getInputStream(URL, int, int, Consumer<URLConnection>, IMutableWrapper<IOException>) - Static method in class com.helger.commons.url.URLHelper
Get an input stream from the specified URL.
getInputStream() - Method in class com.helger.commons.xml.transform.ResourceStreamSource
 
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.
getInputStreamProvider() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getInputStreamProvider() - Method in class com.helger.commons.xml.sax.ReadableResourceSAXInputSource
 
getInputStreamProvider() - Method in class com.helger.commons.xml.transform.ResourceStreamSource
 
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.LocaleCache
 
getInstance() - Static method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
getInstance() - Static method in class com.helger.commons.microdom.convert.StringMicroTypeConverter
 
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.scope.mgr.ScopeSessionManager
 
getInstance() - Static method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
 
getInstance() - Static method in class com.helger.commons.scope.spi.ScopeSPIManager
 
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
 
getInstance() - Static method in class com.helger.commons.xml.schema.XMLSchemaCache
 
getInstanceOfClassLoader(IHasClassLoader) - Static method in class com.helger.commons.xml.schema.XMLSchemaCache
 
getInstanceOfClassLoader(ClassLoader) - Static method in class com.helger.commons.xml.schema.XMLSchemaCache
 
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
 
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(String) - 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(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyed
Get the invocation count for a single key.
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.StatisticsHandlerKeyedCounter
 
getISOCountryCode() - Method in enum com.helger.commons.locale.country.ECountry
 
getIssueDateTime() - Method in class com.helger.commons.log.LogMessage
 
getItemCount() - Method in class com.helger.commons.errorlist.ErrorList
 
getItemCount() - Method in class com.helger.commons.errorlist.FormErrors
Get the total number of items for both form-global and form-field-specific items
getItemCount() - Method in interface com.helger.commons.errorlist.IErrorList
 
getItemCount() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getItemCount() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getItemCount() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getItemCount() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getItemCount() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getItemCount() - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getItemCount() - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getItemCount() - Method in interface com.helger.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
 
getItemCount() - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
 
getItemDataWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getItemDataWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getItemDataWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getItemDataWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getItemDataWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getItemDataWithID(KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getItemDataWithID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Get the data of the tree item that corresponds to the given ID.
getItemOfDataID(KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getItemOfDataID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
Try to retrieve the stored item with the given ID.
getItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getItemWithID(KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getItemWithID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Get the ITreeItemWithID that corresponds to the given ID.
getIterator() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
getIterator() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
getIterator(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
 
getIterator(Iterable<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
 
getIterator(Iterator<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.IteratorHelper
 
getIterator(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
 
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.impl.MapEntry
 
getKey() - Method in class com.helger.commons.text.resourcebundle.ResourceBundleKey
 
getKeyCombinator() - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
getKeyCombinator() - Method in interface com.helger.commons.tree.withid.folder.IFolderTreeItemFactory
 
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
 
getKeys() - Method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
 
getLanguage() - Method in interface com.helger.commons.locale.language.IHasLanguage
 
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...) - Static method in class com.helger.commons.collection.ArrayHelper
Get the last element of the array or null if the passed array is empty.
getLast(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLast() - Method in interface com.helger.commons.collection.ext.ICommonsList
 
getLast() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedSet
 
getLast() - Method in interface com.helger.commons.collection.ext.ICommonsSortedSet
 
getLastChar(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Get the last character of the passed character sequence
getLastChar(char[]) - Static method in class com.helger.commons.string.StringHelper
Get the last character of the passed array
getLastChild() - Method in interface com.helger.commons.hierarchy.IHasChildrenSorted
Get the last child node or null if no child is present
getLastChild() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getLastChild() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getLastChild() - Method in interface com.helger.commons.microdom.IMicroNode
 
getLastChild() - Method in class com.helger.commons.tree.BasicTreeItem
 
getLastChild() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getLastElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getLastElement(Collection<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getLastElement(Iterable<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(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.helger.commons.collection.ArrayHelper
Get the index of the passed search value in the passed value array.
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.
getLastIndexOf(String, String) - Static method in class com.helger.commons.string.StringHelper
Get the last index of sSearch within sText.
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, 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.
getLastIndexOfIgnoreCase(String, String, Locale) - Static method in class com.helger.commons.string.StringHelper
Get the last index of sSearch within sText ignoring case.
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, 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.
getLastKey() - Method in interface com.helger.commons.collection.ext.ICommonsOrderedMap
 
getLastKey() - Method in interface com.helger.commons.collection.ext.ICommonsSortedMap
 
getLastOperation() - Method in class com.helger.commons.io.file.FileOperationManager
 
getLastOperation() - Method in interface com.helger.commons.io.file.IFileOperationManager
 
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.ext.ICommonsOrderedMap
 
getLastValue() - Method in interface com.helger.commons.collection.ext.ICommonsSortedMap
 
getLatestRelease() - Method in class com.helger.commons.changelog.ChangeLog
 
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(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(int, int) - Static method in class com.helger.commons.string.StringHelper
 
getLeadingZero(long, int) - Static method in class com.helger.commons.string.StringHelper
 
getLeadingZero(String, int) - Static method in class com.helger.commons.string.StringHelper
 
getLength() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
 
getLength(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Get the length of the passed character sequence.
getLength(NodeList) - Static method in class com.helger.commons.xml.XMLHelper
 
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.iterate.FileSystemRecursiveIterator
 
getLevel() - Method in class com.helger.commons.tree.BasicTreeItem
 
getLevel() - Method in interface com.helger.commons.tree.IBasicTreeItem
 
getLevel() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getLexicalHandler() - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
 
getLexicalHandler() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getLexicalHandler() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
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.error.IResourceLocation
 
getLineNumber() - Method in class com.helger.commons.error.ResourceLocation
 
getLineSeparator() - Static method in class com.helger.commons.system.SystemProperties
 
getLinkedException() - Method in interface com.helger.commons.error.IResourceError
 
getLinkedException() - Method in class com.helger.commons.error.ResourceError
 
getListener() - Method in class com.helger.commons.io.monitor.FileMonitor
 
getListOfField(String) - Method in class com.helger.commons.errorlist.ErrorList
 
getListOfField(String) - Method in class com.helger.commons.errorlist.FormErrors
 
getListOfField(String) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a sub-list with all entries for the specified field name
getListOfFields(String...) - Method in class com.helger.commons.errorlist.ErrorList
 
getListOfFields(String...) - Method in class com.helger.commons.errorlist.FormErrors
 
getListOfFields(String...) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a sub-list with all entries for the specified field names
getListOfFieldsRegExp(String) - Method in class com.helger.commons.errorlist.ErrorList
 
getListOfFieldsRegExp(String) - Method in class com.helger.commons.errorlist.FormErrors
 
getListOfFieldsRegExp(String) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a sub-list with all entries that have field names matching the passed regular expression.
getListOfFieldsStartingWith(String...) - Method in class com.helger.commons.errorlist.ErrorList
 
getListOfFieldsStartingWith(String...) - Method in class com.helger.commons.errorlist.FormErrors
 
getListOfFieldsStartingWith(String...) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Get a sub-list with all entries that have field names starting with one of the supplied names.
getListWithoutField() - Method in class com.helger.commons.errorlist.ErrorList
 
getListWithoutField() - Method in interface com.helger.commons.errorlist.IErrorList
 
getLocale() - Method in interface com.helger.commons.locale.IHasLocale
 
getLocale(String) - Method in class com.helger.commons.locale.LocaleCache
Get the Locale object matching the given language.
getLocale(String, String) - Method in class com.helger.commons.locale.LocaleCache
Get the Locale object matching the given language and country.
getLocale(String, String, String) - Method in class com.helger.commons.locale.LocaleCache
Get the Locale object matching the given locale string
getLocale() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getLocale() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
getLocale() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
getLocaleCount() - Method in interface com.helger.commons.locale.IHasLocales
 
getLocaleCount() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
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.
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
 
getLocalName() - Method in interface com.helger.commons.microdom.IMicroElement
Get the local name of the element.
getLocalName() - Method in class com.helger.commons.microdom.MicroElement
 
getLocation() - Method in interface com.helger.commons.error.IResourceError
 
getLocation() - Method in class com.helger.commons.error.ResourceError
 
getLogMessage(Throwable) - Method in class com.helger.commons.callback.exception.LoggingExceptionCallback
Get the text to be logged for a certain exception
getLogMessage(Throwable) - Method in class com.helger.commons.xml.serialize.read.XMLLoggingExceptionCallback
 
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
 
getLongFromDigest(byte[]) - Static method in class com.helger.commons.messagedigest.MessageDigestGeneratorHelper
 
getLongIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
getMajor() - Method in class com.helger.commons.version.Version
 
getMapName() - Method in class com.helger.commons.collection.lru.LoggingLRUMap
 
getMappedInputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
Get an input stream to the specified file, using memory mapping.
getMappedOutputStream(String) - Static method in class com.helger.commons.io.file.FileHelper
 
getMappedOutputStream(String, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
 
getMappedOutputStream(File) - Static method in class com.helger.commons.io.file.FileHelper
 
getMappedOutputStream(File, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
 
getMappingCount() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getMaskedXMLText(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
 
getMaskedXMLTextLength(EXMLVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
 
getMaskedXMLTextLength(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
 
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.
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.
getMax(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
 
getMax() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
 
getMax(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
 
getMax() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
 
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
 
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.AbstractCache
 
getMaxSize() - Method in class com.helger.commons.collection.impl.SoftLinkedHashMap
 
getMaxSize() - Method in class com.helger.commons.collection.lru.LRUMap
 
getMaxSize() - Method in class com.helger.commons.collection.lru.LRUSet
 
getMessage() - Method in class com.helger.commons.log.LogMessage
 
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
 
getMimeType() - Method in class com.helger.commons.mime.MimeTypeContent
 
getMimeType() - Method in class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
getMimeTypeAsString() - Method in class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
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(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
 
getMin() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
 
getMin(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
 
getMin() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
 
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
 
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
 
getMostSevere(IErrorLevel, IErrorLevel) - Static method in interface com.helger.commons.error.IErrorLevel
 
getMostSevereErrorLevel() - Method in interface com.helger.commons.error.IHasErrorLevels
Get the most severe error level within this object.
getMostSevereErrorLevel() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getMostSevereErrorLevel() - Method in class com.helger.commons.errorlist.ErrorList
 
getMostSevereErrorLevel() - Method in class com.helger.commons.errorlist.FormErrors
Get the most severe error level that was recorded.
getMostSevereErrorLevel() - Method in class com.helger.commons.log.InMemoryLogger
 
getMultilingualText() - Method in interface com.helger.commons.text.IHasMultilingualText
Get the complete multilingual text.
getMutableAttributes() - Method in interface com.helger.commons.collection.attr.IHasMutableAttributes
 
getMutableAttributes() - Method in interface com.helger.commons.collection.attr.IHasMutableAttributesAny
 
getName() - Method in class com.helger.commons.cache.AbstractCache
 
getName() - Method in interface com.helger.commons.microdom.IMicroEntityReference
 
getName() - Method in interface com.helger.commons.microdom.IMicroQName
 
getName() - Method in class com.helger.commons.microdom.MicroEntityReference
 
getName() - Method in class com.helger.commons.microdom.MicroQName
 
getName() - Method in interface com.helger.commons.name.IHasName
 
getName(DATATYPE) - Method in interface com.helger.commons.name.INameProvider
Get the name of the passed object.
getName() - Method in class com.helger.commons.type.ObjectType
 
getName() - Method in enum com.helger.commons.xml.EXMLParserFeature
 
getName() - Method in enum com.helger.commons.xml.EXMLParserProperty
 
getNamespaceContext() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getNamespaceContext() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroAttribute
Get the namespace URI of this attribute
getNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroElement
Get the namespace URI of this element
getNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroQName
Get the namespace URI
getNamespaceURI() - Method in class com.helger.commons.microdom.MicroAttribute
 
getNamespaceURI() - Method in class com.helger.commons.microdom.MicroElement
 
getNamespaceURI() - Method in class com.helger.commons.microdom.MicroQName
 
getNamespaceURI() - Method in interface com.helger.commons.tree.xml.IConverterMicroNodeToTreeItem
 
getNamespaceURI() - Method in interface com.helger.commons.tree.xml.IConverterTreeItemToMicroNode
 
getNamespaceURI() - Method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
 
getNamespaceURI() - Method in class com.helger.commons.xml.ls.LSResourceData
 
getNamespaceURI(String) - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getNamespaceURI(Node) - Static method in class com.helger.commons.xml.XMLHelper
 
getNamespaceURIOfPrefix(String) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
Get the URL matching a given namespace prefix in this level.
getNanos() - Method in class com.helger.commons.timing.StopWatch
 
getNativeClass() - Method in class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
 
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
 
getNewLineMode() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getNewLineMode() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getNewLineString() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getNewLineString() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
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
 
getNextSibling() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getNextSibling() - Method in interface com.helger.commons.microdom.IMicroNode
 
getNode(byte[]) - Method in class com.helger.commons.codec.LZWCodec.LZWEncodeDictionary
 
getNodeAsString(IMicroNode, IXMLWriterSettings) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
 
getNodeAsString(Node, IXMLWriterSettings) - Static method in class com.helger.commons.xml.serialize.write.XMLWriter
 
getNodeName() - Method in interface com.helger.commons.microdom.IMicroNode
 
getNodeName() - Method in class com.helger.commons.microdom.MicroCDATA
 
getNodeName() - Method in class com.helger.commons.microdom.MicroComment
 
getNodeName() - Method in class com.helger.commons.microdom.MicroContainer
 
getNodeName() - Method in class com.helger.commons.microdom.MicroDocument
 
getNodeName() - Method in class com.helger.commons.microdom.MicroDocumentType
 
getNodeName() - Method in class com.helger.commons.microdom.MicroElement
 
getNodeName() - Method in class com.helger.commons.microdom.MicroEntityReference
 
getNodeName() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
getNodeName() - Method in class com.helger.commons.microdom.MicroText
 
getNodeTypeAsString(int) - Static method in class com.helger.commons.xml.XMLDebug
 
getNodeValue() - Method in interface com.helger.commons.microdom.IMicroNode
 
getNodeValue() - Method in class com.helger.commons.microdom.MicroCDATA
 
getNodeValue() - Method in class com.helger.commons.microdom.MicroComment
 
getNodeValue() - Method in class com.helger.commons.microdom.MicroEntityReference
 
getNodeValue() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
getNodeValue() - Method in class com.helger.commons.microdom.MicroText
 
getNotEmpty(String, String) - Static method in class com.helger.commons.string.StringHelper
Get the passed string but never return an empty string.
getNotEmpty(CharSequence, CharSequence) - Static method in class com.helger.commons.string.StringHelper
Get the passed string but never return an empty char sequence.
getNotNull(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getNotNull(Set<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getNotNull(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getNotNull(NavigableSet<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
getNotNull(NavigableMap<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
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(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Get the passed CharSequence but never return null.
getNotNull(CharSequence, CharSequence) - Static method in class com.helger.commons.string.StringHelper
Get the passed CharSequence but never return null.
getNumberOfProcessors() - Static method in class com.helger.commons.system.SystemHelper
 
getNumericLevel() - Method in enum com.helger.commons.error.EErrorLevel
 
getNumericLevel() - Method in class com.helger.commons.error.ErrorLevel
 
getNumericLevel() - Method in interface com.helger.commons.error.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
 
getOccurrenceCount(String, String) - Static method in class com.helger.commons.string.StringHelper
Count the number of occurrences of sSearch within sText.
getOccurrenceCount(String, char) - Static method in class com.helger.commons.string.StringHelper
Count the number of occurrences of cSearch within sText.
getOccurrenceCountIgnoreCase(String, String, Locale) - Static method in class com.helger.commons.string.StringHelper
Count the number of occurrences of sSearch within sText ignoring case.
getOccurrenceCountIgnoreCase(String, char, Locale) - Static method in class com.helger.commons.string.StringHelper
Count the number of occurrences of cSearch within sText ignoring case.
getOffset() - Method in class com.helger.commons.io.streamprovider.ByteArrayInputStreamProvider
 
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
 
getOrCreate(KEYTYPE) - Method in class com.helger.commons.collection.multimap.AbstractMultiConcurrentHashMap
 
getOrCreate(KEYTYPE) - Method in class com.helger.commons.collection.multimap.AbstractMultiHashMap
 
getOrCreate(KEYTYPE1) - Method in class com.helger.commons.collection.multimap.AbstractMultiHashMapMapBased
 
getOrCreate(KEYTYPE) - Method in class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMap
 
getOrCreate(KEYTYPE1) - Method in class com.helger.commons.collection.multimap.AbstractMultiLinkedHashMapMapBased
 
getOrCreate(KEYTYPE) - Method in class com.helger.commons.collection.multimap.AbstractMultiTreeMap
 
getOrCreate(KEYTYPE1) - Method in class com.helger.commons.collection.multimap.AbstractMultiTreeMapMapBased
 
getOrCreate(KEYTYPE) - Method in class com.helger.commons.collection.multimap.AbstractMultiWeakHashMap
 
getOrCreate(KEYTYPE) - Method in interface com.helger.commons.collection.multimap.IMultiMap
Get or create the collection of the specified key.
getOrCreate(KEYTYPE1) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
Get or create the collection of the specified key.
getOriginalVersion() - Method in class com.helger.commons.changelog.ChangeLog
 
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
 
getOutputStream(String) - Static method in class com.helger.commons.io.file.FileHelper
Get an output stream for writing to a file.
getOutputStream(String, EAppend) - Static method in class com.helger.commons.io.file.FileHelper
Get an output stream for writing to a file.
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(EAppend) - Method in interface com.helger.commons.io.IHasOutputStream
Get the output stream to read from the object.
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(EAppend) - Method in class com.helger.commons.io.resource.FileSystemResource
 
getOutputStream(EAppend) - Method in class com.helger.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
getOutputStream() - Method in class com.helger.commons.xml.transform.ResourceStreamResult
 
getOwnerDocument(Node) - Static method in class com.helger.commons.xml.XMLHelper
Get the owner document of the passed node.
getPad() - Method in class com.helger.commons.codec.Base32Codec
 
getParam(String) - Method in interface com.helger.commons.url.ISimpleURL
Get the parameter value of the given key.
getParam(String) - Method in class com.helger.commons.url.SimpleURL
 
getParamCount() - Method in enum com.helger.commons.io.file.EFileIOOperation
 
getParamCount() - Method in interface com.helger.commons.url.IURLData
 
getParamCount() - Method in class com.helger.commons.url.SimpleURL
 
getParamCount() - Method in class com.helger.commons.url.URLData
 
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
 
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.
getParent() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getParent() - Method in interface com.helger.commons.microdom.IMicroNode
 
getParent() - Method in class com.helger.commons.tree.BasicTreeItem
 
getParent() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getParentClassLoader(ClassLoader) - Static method in class com.helger.commons.lang.ClassLoaderHelper
 
getParentData() - Method in class com.helger.commons.tree.BasicTreeItem
 
getParentData() - Method in interface com.helger.commons.tree.IBasicTreeItem
 
getParentData() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getParentElementWithName(String) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getParentElementWithName(String, String) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getParentElementWithName(String) - Method in interface com.helger.commons.microdom.IMicroNode
 
getParentElementWithName(String, String) - Method in interface com.helger.commons.microdom.IMicroNode
 
getParentID() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
getParentID() - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
 
getParentText() - Method in class com.helger.commons.text.display.HasDisplayTextWithArgs
 
getParser() - Method in class com.helger.commons.csv.CSVReader
 
getPassword() - Method in class com.helger.commons.ws.WSClientConfig
 
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.
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(IMicroNode, String) - Static method in class com.helger.commons.microdom.util.MicroHelper
Get the path of the given node, up to the root element.
getPath() - Method in interface com.helger.commons.url.IURLData
 
getPath() - Method in class com.helger.commons.url.SimpleURL
 
getPath() - Method in class com.helger.commons.url.URLData
 
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
 
getPathToNode(Node) - Static method in class com.helger.commons.xml.XMLHelper
Shortcut for XMLHelper.getPathToNode(Node, String) using "/" as the separator.
getPathToNode(Node, String) - Static method in class com.helger.commons.xml.XMLHelper
Get the path from root node to the passed node.
getPathToNode2(Node) - Static method in class com.helger.commons.xml.XMLHelper
Shortcut for XMLHelper.getPathToNode2(Node,String) using "/" as the separator.
getPathToNode2(Node, String) - Static method in class com.helger.commons.xml.XMLHelper
Get the path from root node to the passed node.
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(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.
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
 
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
 
getPlainText() - Method in interface com.helger.commons.text.IHasPlainText
 
getPlusFeature() - Method in enum com.helger.commons.xml.dom.EXMLDOMFeature
 
getPosition() - Method in class com.helger.commons.io.stream.CountingInputStream
 
getPosition() - Method in class com.helger.commons.io.stream.LoggingInputStream
 
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
 
getPrefix(String) - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getPrefixes(String) - Method in class com.helger.commons.xml.namespace.AbstractNamespaceContext
 
getPrefixOfNamespaceURI(String) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
 
getPrefixToNamespaceURIMap() - Method in interface com.helger.commons.xml.namespace.IIterableNamespaceContext
Get all contained mappings.
getPrefixToNamespaceURIMap() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
getPrefixToNamespaceURIMap() - Method in class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
getPreviousSibling() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
getPreviousSibling() - Method in interface com.helger.commons.microdom.IMicroNode
 
getPrimaryExtension() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getPrimaryExtensionOfMimeType(IMimeType) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get the primary (=first) extension for the specified mime type.
getPrimaryExtensionWithSource() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getPrimaryGlob() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getPrimaryMimeType() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getPrimaryMimeTypeForExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get the primary (=first) mime type that is associated to the specified filename extension.
getPrimaryMimeTypeForFilename(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get the primary (=first) mime type associated with the specified filename.
getPrimaryMimeTypeString() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getPrimaryMimeTypeStringForExtension(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get the primary (=first) mime type that is associated to the specified filename extension.
getPrimaryMimeTypeStringForFilename(String) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Get the primary (=first) mime type associated with the specified filename.
getPrimaryMimeTypeWithSource() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getPrimitiveClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
Get the primitive class of the passed primitive wrapper class.
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
 
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.
getPropertyType() - Method in enum com.helger.commons.xml.EXMLParserProperty
 
getPropertyValue(String) - Static method in class com.helger.commons.system.SystemProperties
 
getPropertyValue(EXMLParserProperty) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getPropertyValue(EXMLParserProperty) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getPropertyValue(EXMLParserProperty) - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
Get the value of the specified parser property
getPropertyValue(EXMLParserProperty) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
getPropertyValue(EXMLParserProperty) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
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.IURLData
 
getProtocol() - Method in interface com.helger.commons.url.IURLProtocol
 
getProtocol() - Method in class com.helger.commons.url.URLProtocol
 
getProtocol(String) - Method in class com.helger.commons.url.URLProtocolRegistry
Try to evaluate the matching URL protocol from the passed URL
getProtocol(IURLData) - Method in class com.helger.commons.url.URLProtocolRegistry
Try to evaluate the matching URL protocol from the passed URL
getPublicID() - Method in interface com.helger.commons.microdom.IMicroDocumentType
 
getPublicID() - Method in class com.helger.commons.microdom.MicroDocumentType
 
getPublicID() - Method in class com.helger.commons.xml.ls.LSResourceData
 
getPublicId() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getQualifiedName() - Method in interface com.helger.commons.microdom.IMicroDocumentType
 
getQualifiedName() - Method in class com.helger.commons.microdom.MicroDocumentType
 
getQualifier() - Method in class com.helger.commons.version.Version
 
getQueryParametersAsString(Map<String, String>, IEncoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
 
getQueryStringAsMap(String, IDecoder<String, String>) - Static method in class com.helger.commons.url.URLHelper
 
getQueryStringAsMap(String) - Static method in class com.helger.commons.url.URLHelper
 
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
 
getQuotedString(String) - Method in enum com.helger.commons.mime.EMimeQuoting
 
getRandomAccessFile(String, ERandomAccessFileMode) - Static method in class com.helger.commons.io.file.FileHelper
 
getRandomAccessFile(File, 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(URL) - Method in class com.helger.commons.io.resource.URLResource
 
getReadableCloneForPath(String) - 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
 
getReader(String, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getReader(File, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getReader(Charset) - Method in interface com.helger.commons.io.IHasInputStreamAndReader
Get an Reader based on this input stream provider using the given charset.
getReader() - Method in interface com.helger.commons.io.IHasReader
Get the reader to read from the object.
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(Charset) - Method in class com.helger.commons.io.resource.FileSystemResource
 
getReader(Charset) - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
 
getReader() - Method in class com.helger.commons.io.streamprovider.StringInputStreamProvider
 
getReader() - Method in class com.helger.commons.io.streamprovider.StringReaderProvider
 
getReaderNoCache(ClassLoader, Charset) - Method in class com.helger.commons.io.resource.ClassPathResource
Create a Reader of this resource, using the specified class loader only.
getReason() - Method in exception com.helger.commons.typeconvert.TypeConverterException
 
getRecursionFilter() - Method in class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
 
getRegEx() - Method in class com.helger.commons.regex.RegExPattern
 
getRegisteredMicroTypeConverterCount() - Method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
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
 
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.
getRequestApplicationID(IRequestScope) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get the application ID associated to the passed request scope
getRequestApplicationID() - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get the application ID associated to the current request scope
getRequestID() - Method in class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
getRequestID() - Method in class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
getRequestScope() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getRequestScopeOrNull() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getRequestSingleton(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractRequestSingleton
Get the singleton object in the current request scope, using the passed class.
getRequestSingletonIfInstantiated(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractRequestSingleton
Get the singleton object if it is already instantiated inside the current request scope or null if it is not instantiated.
getRequestTimeoutMS() - Method in class com.helger.commons.ws.WSClientConfig
 
getReserveCount() - Method in class com.helger.commons.id.factory.AbstractPersistingIntIDFactory
 
getReserveCount() - Method in class com.helger.commons.id.factory.AbstractPersistingLongIDFactory
 
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.
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
 
getResourceError() - Method in interface com.helger.commons.error.IHasResourceError
 
getResourceErrors() - Method in interface com.helger.commons.error.IHasResourceErrorGroup
 
getResourceErrors() - Method in class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
getResourceErrors() - Method in class com.helger.commons.xml.transform.CollectingTransformErrorListener
 
getResourceID() - Method in interface com.helger.commons.error.IResourceLocation
 
getResourceID() - Method in class com.helger.commons.error.ResourceLocation
 
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.ReadableResourceByteArray
 
getResourceID() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream
 
getResourceID() - Method in interface com.helger.commons.io.resource.IResourceBase
 
getResourceID() - Method in class com.helger.commons.io.resource.URLResource
 
getResourceLocation() - Method in interface com.helger.commons.errorlist.IError
 
getResourceResolver() - Method in interface com.helger.commons.xml.ls.IHasLSResourceResolver
 
getResourceResolver() - Method in class com.helger.commons.xml.schema.SchemaCache
 
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
getResult() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallable
 
getResult() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
 
getResult() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
 
getResult() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
 
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
 
getRoot() - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
getRootItem() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
getRootItem() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
getRootItem() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
getRootItem() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
getRootItem() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
getRootItem() - Method in class com.helger.commons.tree.BasicTree
 
getRootItem() - Method in interface com.helger.commons.tree.IBasicTree
 
getRootItem() - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
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_EVEN mode and exponential representation
getRoundedEvenExp2(double) - Static method in class com.helger.commons.math.RoundHelper
Round using the RoundingMode.HALF_EVEN mode, 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_UP mode and fix representation
getRoundedUpFix2(double) - Static method in class com.helger.commons.math.RoundHelper
Round using the RoundingMode.HALF_UP mode, fix representation and a precision scale of 2.
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallable
 
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
 
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToRunnableWithParameter
 
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnable
 
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnableWithParameter
 
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
 
getRunnable() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
 
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
 
getSaxParseError(IErrorLevel, SAXParseException) - Static method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
Utility method to convert a SAXParseException into an IResourceError.
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
 
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
 
getSchema() - Method in interface com.helger.commons.xml.schema.IHasSchema
 
getSchema(IHasClassLoader) - Method in interface com.helger.commons.xml.schema.IHasSchema
 
getSchema(ClassLoader) - Method in interface com.helger.commons.xml.schema.IHasSchema
 
getSchema(IReadableResource) - Method in class com.helger.commons.xml.schema.SchemaCache
Get a cached Schema from a single resource.
getSchema(IReadableResource...) - Method in class com.helger.commons.xml.schema.SchemaCache
Get a cached Schema that consists of multiple resources.
getSchema(Collection<? extends IReadableResource>) - Method in class com.helger.commons.xml.schema.SchemaCache
Get a cached Schema that consists of multiple resources.
getSchema() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
getSchema() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
getSchema() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
getSchemaFactory() - Method in class com.helger.commons.xml.schema.SchemaCache
 
getSchemaTypeName() - Method in class com.helger.commons.xml.schema.SchemaCache
 
getScope() - Method in enum com.helger.commons.scope.mgr.EScope
 
getScope(boolean) - Method in enum com.helger.commons.scope.mgr.EScope
 
getScope(EScope, boolean) - Static method in enum com.helger.commons.scope.mgr.EScope
Resolve the currently matching scope of the given EScope value.
getScopeFactory() - Static method in class com.helger.commons.scope.mgr.MetaScopeFactory
 
getSecond() - Method in interface com.helger.commons.collection.pair.IPair
 
getSecond() - Method in class com.helger.commons.collection.pair.Pair
 
getSecond() - Method in class com.helger.commons.collection.pair.ReadOnlyPair
 
getSeconds() - Method in class com.helger.commons.timing.StopWatch
 
getSecureFile(File) - Static method in class com.helger.commons.io.file.FileHelper
Get a secure File object based on the passed file object.
getSecureFilename(String) - Static method in class com.helger.commons.io.file.FilenameHelper
Avoid 0 byte attack.
getSecurityProvider() - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
 
getSecurityProvider() - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
getSecurityProvider() - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
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
 
getSerializeComments() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getSerializeComments() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getSerializeDocType() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getSerializeDocType() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getSerializeVersion() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getSerializeVersion() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getSerializeXMLDeclaration() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getSerializeXMLDeclaration() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getSessionApplicationScope(String, boolean) - Method in interface com.helger.commons.scope.ISessionScope
Create an application specific scope within the session.
getSessionApplicationScope() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getSessionApplicationScope(boolean) - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getSessionApplicationScope(String) - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getSessionApplicationScope(String, boolean) - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
getSessionApplicationScope(String, boolean) - Method in class com.helger.commons.scope.SessionScope
 
getSessionApplicationScopeCount() - Method in interface com.helger.commons.scope.ISessionScope
 
getSessionApplicationScopeCount() - Method in class com.helger.commons.scope.SessionScope
 
getSessionApplicationSingleton(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSessionApplicationSingleton
Get the singleton object in the current session application scope, using the passed class.
getSessionApplicationSingletonIfInstantiated(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSessionApplicationSingleton
Get the singleton object if it is already instantiated inside the current session application scope or null if it is not instantiated.
getSessionCount() - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
getSessionID() - Method in interface com.helger.commons.scope.IRequestScope
Shortcut for getSessionID(true)
getSessionID(boolean) - Method in interface com.helger.commons.scope.IRequestScope
 
getSessionID(boolean) - Method in class com.helger.commons.scope.RequestScope
 
getSessionID() - Method in class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
getSessionID() - Method in class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
getSessionScope() - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get the current session scope, based on the current request scope.
getSessionScope(boolean) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Get the current session scope, based on the current request scope.
getSessionScopeOfID(String) - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
Get the session scope with the specified ID.
getSessionSingleton(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSessionSingleton
Get the singleton object in the current session scope, using the passed class.
getSessionSingletonIfInstantiated(Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSessionSingleton
Get the singleton object if it is already instantiated inside the current session scope or null if it is not instantiated.
getSettings() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
getSimpleURL() - Method in class com.helger.commons.url.ConstantHasSimpleURL
 
getSimpleURL() - Method in interface com.helger.commons.url.IHasSimpleURL
 
getSingle(KEYTYPE1, KEYTYPE2) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
Get a single value from the container identified by the passed keys.
getSingleton(IScope, Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSingleton
Get the singleton object in the passed scope, using the passed class.
getSingletonIfInstantiated(IScope, Class<T>) - Static method in class com.helger.commons.scope.singleton.AbstractSingleton
Get the singleton object if it is already instantiated inside a scope or null if it is not instantiated.
getSingletonScopeKey(Class<? extends AbstractSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractSingleton
Create the key which is used to reference the object within the scope.
getSize() - Method in class com.helger.commons.cache.AbstractCache
 
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(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
 
getSize(Collection<?>) - Static method in class com.helger.commons.collection.CollectionHelper
Retrieve the size of the passed Collection.
getSize(Map<?, ?>) - Static method in class com.helger.commons.collection.CollectionHelper
Retrieve the size of the passed Map.
getSize(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
Retrieve the size of the passed Iterable.
getSize(IIterableIterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
Retrieve the size of the passed Iterable.
getSize(Iterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
Retrieve the size of the passed Iterator.
getSize(Enumeration<?>) - Static method in class com.helger.commons.collection.IteratorHelper
Retrieve the size of the passed Enumeration.
getSize() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getSize() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
 
getSize() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Returns the current size of the buffer.
getSize() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
 
getSize() - Method in interface com.helger.commons.lang.IHasSize
 
getSize() - Method in class com.helger.commons.log.InMemoryLogger
 
getSize() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
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!
getSOAPAction() - Method in class com.helger.commons.ws.WSClientConfig
 
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(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.
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(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(Comparator<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
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.
getSortedByKey(Comparator<? super KEYTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
Get the map sorted by its keys.
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.
getSortedByValue(Comparator<? super VALUETYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
Get the map sorted by its values.
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
 
getSource() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
getSource() - Method in class com.helger.commons.collection.impl.WrappedList
 
getSource() - Method in class com.helger.commons.collection.impl.WrappedSet
 
getSource() - Method in class com.helger.commons.mime.MimeTypeInfo.ExtensionWithSource
 
getSource() - Method in class com.helger.commons.mime.MimeTypeInfo
 
getSource() - Method in class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
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
 
getSourceNode() - Method in interface com.helger.commons.microdom.IMicroEvent
 
getSourceNode() - Method in class com.helger.commons.microdom.MicroEvent
 
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 com.helger.commons.typeconvert.TypeConverterException
 
getSSLSocketFactory() - Method in class com.helger.commons.ws.WSClientConfig
 
getStackAsString(StackTraceElement[], boolean) - Static method in class com.helger.commons.lang.StackTraceHelper
 
getStackAsString(StackTraceElement[]) - 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(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.
getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
 
getStackTrace() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
 
getStartLevel() - Method in class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
 
getString(ResourceBundle, String) - Static method in class com.helger.commons.text.resourcebundle.ResourceBundleHelper
 
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
 
getStringData() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getStringIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
getStringWriter() - Method in class com.helger.commons.xml.transform.StringStreamResult
 
getStructuredByFieldName() - Method in class com.helger.commons.errorlist.ErrorList
 
getStructuredByFieldName() - Method in class com.helger.commons.errorlist.FormErrors
 
getStructuredByFieldName() - Method in interface com.helger.commons.errorlist.IFieldErrorList
 
getStructuredByID() - Method in class com.helger.commons.errorlist.ErrorList
 
getStructuredByID() - Method in class com.helger.commons.errorlist.FormErrors
 
getStructuredByID() - Method in interface com.helger.commons.errorlist.IFieldErrorList
 
getSubList(List<ELEMENTTYPE>, int, int) - Static method in class com.helger.commons.collection.CollectionHelper
Gets a sublist excerpt of the passed list.
getSubtracted(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeDouble
 
getSubtracted(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeDouble
 
getSubtracted(IHasDimensionDouble) - Method in class com.helger.commons.dimension.SizeDouble
 
getSubtracted(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeFloat
 
getSubtracted(IHasDimensionFloat) - Method in class com.helger.commons.dimension.SizeFloat
 
getSubtracted(IHasDimensionInt) - Method in class com.helger.commons.dimension.SizeInt
 
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.IHasErrorLevels
 
getSuccessCount() - Method in class com.helger.commons.error.ResourceErrorGroup
 
getSuccessCount() - Method in class com.helger.commons.errorlist.ErrorList
 
getSuccessCount() - Method in class com.helger.commons.log.InMemoryLogger
 
getSuffix() - Method in class com.helger.commons.format.FormatterStringPrefixAndSuffix
 
getSuffix() - Method in class com.helger.commons.format.FormatterStringSkipPrefixAndSuffix
 
getSum(String) - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerKeyedNumeric
 
getSum() - Method in class com.helger.commons.statistics.AbstractStatisticsHandlerNumeric
 
getSum(String) - Method in interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
 
getSum() - Method in interface com.helger.commons.statistics.IStatisticsHandlerNumeric
 
getSwappedKeyValues() - Method in interface com.helger.commons.collection.ext.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
 
getSystemID() - Method in interface com.helger.commons.microdom.IMicroDocumentType
 
getSystemID() - Method in class com.helger.commons.microdom.MicroDocumentType
 
getSystemID() - Method in class com.helger.commons.xml.ls.LSResourceData
 
getSystemId() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
getSystemLocale() - Static method in class com.helger.commons.system.SystemHelper
 
getTableIndex() - Method in class com.helger.commons.codec.LZWCodec.LZWNode
 
getTagName() - Method in interface com.helger.commons.microdom.IMicroElement
Get the name of the tag.
getTagName() - Method in class com.helger.commons.microdom.MicroElement
 
getTarget() - Method in interface com.helger.commons.microdom.IMicroProcessingInstruction
 
getTarget() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
getTargetNode() - Method in interface com.helger.commons.microdom.IMicroEvent
 
getTargetNode() - Method in class com.helger.commons.microdom.MicroEvent
 
getText(Locale) - Method in class com.helger.commons.changelog.ChangeLogEntry
Get the text of the specified locale.
getText() - Method in enum com.helger.commons.mime.EMimeContentType
 
getText() - Method in enum com.helger.commons.system.ENewLineMode
 
getText(Locale) - Method in class com.helger.commons.text.AbstractHasText
 
getText(Locale) - Method in interface com.helger.commons.text.IHasText
Get the text specific for the passed locale.
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() - Method in class com.helger.commons.xml.sax.StringSAXInputSource
 
getTextContent() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getTextContent() - Method in interface com.helger.commons.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContentTrimmed() - Method in interface com.helger.commons.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContentWithConversion(Class<DSTTYPE>) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
getTextContentWithConversion(Class<DSTTYPE>) - Method in interface com.helger.commons.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextStatic(Enum<?>, IHasText, Locale) - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
 
getTextWithArgs(Locale) - Method in interface com.helger.commons.text.IHasTextWithArgs
Deprecated.
getTextWithArgs(Locale, Object...) - Method in interface com.helger.commons.text.IHasTextWithArgs
Get the text specific for the passed locale.
getTextWithArgs(Enum<?>, IHasTextWithArgs, Locale, Object...) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
getTextWithArgs(Enum<?>, IHasTextWithArgs, Locale) - Method in interface com.helger.commons.text.resolve.IEnumTextResolver
Deprecated.
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.
getTextWithArgsStatic(Enum<?>, IHasTextWithArgs, Locale) - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
Deprecated.
getTextWithArgsStatic(Enum<?>, IHasTextWithArgs, Locale, Object...) - Static method in class com.helger.commons.text.resolve.DefaultTextResolver
 
getThread() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
 
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
 
getTimeUnit() - Method in class com.helger.commons.lang.TimeValue
 
getTmpDir() - Static method in class com.helger.commons.system.SystemProperties
 
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.
getTotalValueCount() - Method in interface com.helger.commons.collection.multimap.IMultiMap
 
getTotalValueCount() - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
 
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)
getTreeAsXML(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super ITEMTYPE>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getTreeWithIDAsXML(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super ITEMTYPE>, Function<KEYTYPE, String>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getTreeWithStringIDAsXML(IBasicTree<DATATYPE, ITEMTYPE>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
Specialized conversion method for converting a tree with ID to a standardized XML tree.
getType() - Method in interface com.helger.commons.microdom.IMicroNode
 
getType() - Method in class com.helger.commons.microdom.MicroCDATA
 
getType() - Method in class com.helger.commons.microdom.MicroComment
 
getType() - Method in class com.helger.commons.microdom.MicroContainer
 
getType() - Method in class com.helger.commons.microdom.MicroDocument
 
getType() - Method in class com.helger.commons.microdom.MicroDocumentType
 
getType() - Method in class com.helger.commons.microdom.MicroElement
 
getType() - Method in class com.helger.commons.microdom.MicroEntityReference
 
getType() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
getType() - Method in class com.helger.commons.microdom.MicroText
 
getType() - Method in class com.helger.commons.xml.ls.LSResourceData
 
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
 
getTypedAttribute(KEYTYPE, Class<DATATYPE>) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getTypedAttribute(KEYTYPE, Class<DATATYPE>, DATATYPE) - Method in interface com.helger.commons.collection.attr.IAttributeContainer
Get the attribute value associated to the given attribute name.
getUnifiedEmailAddress(String) - Static method in class com.helger.commons.email.EmailAddressHelper
Get the unified version of an email address.
getUnifiedURL(String) - Static method in class com.helger.commons.url.URLValidator
Get the unified version of a URL.
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(IURLData, 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, Map<String, String>, 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, Map<String, String>, 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
 
getUserName() - Method in class com.helger.commons.ws.WSClientConfig
 
getUTF8ByteCount(String) - Static method in class com.helger.commons.charset.CharsetManager
Get the number of bytes necessary to represent the passed string as an UTF-8 string.
getUTF8ByteCount(char[]) - Static method in class com.helger.commons.charset.CharsetManager
Get the number of bytes necessary to represent the passed char array as an UTF-8 string.
getUTF8ByteCount(char) - Static method in class com.helger.commons.charset.CharsetManager
 
getUTF8ByteCount(int) - Static method in class com.helger.commons.charset.CharsetManager
Get the number of bytes necessary to represent the passed character.
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
 
getValidator(IReadableResource) - Method in class com.helger.commons.xml.schema.SchemaCache
Get a new validator based on the Schema that consists of a single resource.
getValidator(IReadableResource...) - Method in class com.helger.commons.xml.schema.SchemaCache
Get a new validator based on the Schema that consists of multiple resources.
getValidator(Collection<? extends IReadableResource>) - Method in class com.helger.commons.xml.schema.SchemaCache
Get a new validator based on the Schema that consists of multiple resources.
getValidatorFromSchema(Schema) - Method in class com.helger.commons.xml.schema.SchemaCache
Utility method to get the validator for a given schema using the error handler provided in the constructor.
getValidCountryCode(String) - Static method in class com.helger.commons.locale.LocaleHelper
 
getValidLanguageCode(String) - Static method in class com.helger.commons.locale.LocaleHelper
 
getValue() - Method in class com.helger.commons.collection.impl.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(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getValue(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getValue() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
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(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
getValueClass(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
getValueClass() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
getValueClass() - Method in enum com.helger.commons.xml.EXMLParserProperty
 
getValueClassName() - Method in enum com.helger.commons.xml.EXMLParserProperty
 
getValueQuotedIfNecessary(EMimeQuoting) - Method in class com.helger.commons.mime.MimeTypeParameter
 
getValueToCache(KEYTYPE) - Method in class com.helger.commons.cache.AbstractNotifyingCache
This abstract method is invoked, once a new value needs to be put into the cache.
getValueToCache(DateTimeFormatterPattern) - Method in class com.helger.commons.datetime.DateTimeFormatterCache
 
getValueToCache(RegExPattern) - Method in class com.helger.commons.regex.RegExCache
 
getValueToCache(ICommonsList<? extends IReadableResource>) - Method in class com.helger.commons.xml.schema.SchemaCache
 
getVariableCount() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
getVariableCount() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
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.changelog.ChangeLog
 
getVersion() - Method in class com.helger.commons.changelog.ChangeLogRelease
 
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
 
getVersion() - Method in enum com.helger.commons.xml.EXMLVersion
 
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 class com.helger.commons.dimension.SizeDouble
 
getWidth() - Method in class com.helger.commons.dimension.SizeFloat
 
getWidth() - Method in class com.helger.commons.dimension.SizeInt
 
getWithAlign() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
getWithIndent() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
getWithLeading(String, int, char) - Static method in class com.helger.commons.string.StringHelper
 
getWithoutAlign() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
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.
getWithoutIndent() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
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
 
getWrappedErrorHandler() - Method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
 
getWrappedErrorListener() - Method in class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
getWrappedInputStream() - Method in class com.helger.commons.io.stream.WrappedInputStream
 
getWrappedOutputStream() - Method in class com.helger.commons.io.stream.WrappedOutputStream
 
getWrappedReader() - Method in class com.helger.commons.io.stream.WrappedReader
 
getWrappedResourceResolver() - Method in class com.helger.commons.xml.ls.AbstractLSResourceResolver
 
getWrappedURIResolver() - Method in class com.helger.commons.xml.transform.AbstractTransformURIResolver
 
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.
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
 
getWriter(String, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getWriter(File, EAppend, Charset) - Static method in class com.helger.commons.io.file.FileHelper
 
getWriter(Charset, EAppend) - Method in interface com.helger.commons.io.IHasOutputStreamAndWriter
Get an Writer based on this output stream provider using the given charset.
getWriter() - Method in interface com.helger.commons.io.IHasWriter
Get the writer to write to an object.
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(Charset, EAppend) - Method in class com.helger.commons.io.resource.FileSystemResource
 
getWriter() - Method in class com.helger.commons.io.streamprovider.StringWriterProvider
 
getXML10EntityReferenceString(char) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
Get the entity reference for the specified character.
getXML11EntityReferenceString(char) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
Get the entity reference for the specified character.
getXMLAsTreeWithID(IMicroDocument, Function<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getXMLAsTreeWithID(IMicroElement, Function<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueID(IMicroDocument, Function<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueID(IMicroElement, Function<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueStringID(IMicroDocument, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueStringID(IMicroElement, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.helger.commons.tree.xml.TreeXMLConverter
 
getXMLBundle(String) - Static method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
 
getXMLBundle(String, Locale) - Static method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
 
getXMLBundle(String, Locale, ClassLoader) - Static method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
 
getXMLElementAttributeLimit() - Static method in class com.helger.commons.xml.XMLSystemProperties
 
getXMLEntityExpansionLimit() - Static method in class com.helger.commons.xml.XMLSystemProperties
 
getXMLMaxGeneralEntitySizeLimit() - Static method in class com.helger.commons.xml.XMLSystemProperties
 
getXMLMaxOccur() - Static method in class com.helger.commons.xml.XMLSystemProperties
 
getXMLMaxParameterEntitySizeLimit() - Static method in class com.helger.commons.xml.XMLSystemProperties
 
getXMLNSAttrQName(String) - Static method in class com.helger.commons.xml.XMLHelper
Get the full qualified attribute name to use for the given namespace prefix.
getXMLString(IMicroNode) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
Convert the passed micro node to an XML string using XMLWriterSettings.DEFAULT_XML_SETTINGS.
getXMLString(Node) - Static method in class com.helger.commons.xml.serialize.write.XMLWriter
Convert the passed micro node to an XML string using XMLWriterSettings.DEFAULT_XML_SETTINGS.
getXMLTotalEntitySizeLimit() - Static method in class com.helger.commons.xml.XMLSystemProperties
 
getXMLVersion() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
getXMLVersion() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
getXMLVersionOrDefault(EXMLVersion) - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
 
getXMLVersionString() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
 
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.
GlobalScope - Class in com.helger.commons.scope
Base implementation of the IGlobalScope interface.
GlobalScope(String) - Constructor for class com.helger.commons.scope.GlobalScope
 
GZIP - Static variable in class com.helger.commons.base64.Base64
Specify that data should be gzip-compressed in second bit.

H

handleEvent(IMicroEvent) - Method in interface com.helger.commons.microdom.IMicroEventTarget
Called when a IMicroEvent is triggered.
handleGetObject(String) - Method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
Main internal lookup
handleKeySet() - Method in class com.helger.commons.text.resourcebundle.XMLResourceBundle
More efficient version to retrieve the keySet
handlePutNamespaceContextPrefixInRoot(Map<QName, String>) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
hasAnchor() - Method in interface com.helger.commons.url.IURLData
 
hasAnchor() - Method in class com.helger.commons.url.SimpleURL
 
hasAnchor() - Method in class com.helger.commons.url.URLData
 
hasAnnotation(Object) - Method in class com.helger.commons.cache.AnnotationUsageCache
 
hasAnnotation(Class<?>) - Method in class com.helger.commons.cache.AnnotationUsageCache
 
hasAnyExtension() - Method in class com.helger.commons.mime.MimeTypeInfo
 
hasAnyFeature() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
hasAnyFeature() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
hasAnyFeature() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
hasAnyFeature() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
hasAnyFeature() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
hasAnyGlob() - Method in class com.helger.commons.mime.MimeTypeInfo
 
hasAnyMapping() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
hasAnyParameters() - Method in interface com.helger.commons.mime.IMimeType
 
hasAnyParameters() - Method in class com.helger.commons.mime.MimeType
 
hasAnyParentType() - Method in class com.helger.commons.mime.MimeTypeInfo
 
hasAnyProperties() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
hasAnyProperties() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
hasAnyProperties() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
 
hasAnyProperties() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
hasAnyProperties() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
hasAttribute(String) - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(IMicroQName) - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(String) - Method in class com.helger.commons.microdom.MicroElement
 
hasAttribute(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
hasAttribute(IMicroQName) - Method in class com.helger.commons.microdom.MicroElement
 
hasAttributes() - Method in interface com.helger.commons.microdom.IMicroElement
 
hasAttributes() - Method in class com.helger.commons.microdom.MicroElement
 
hasAttributeValue(String, String) - Method in interface com.helger.commons.scope.IRequestScope
Check if a attribute with the given name is present in the request and has the specified value.
hasAttributeValue(String, String, boolean) - Method in interface com.helger.commons.scope.IRequestScope
Check if a attribute with the given name is present in the request and has the specified value.
hasCallbacks() - Method in class com.helger.commons.callback.CallbackList
 
hasCallbacks() - Method in interface com.helger.commons.callback.ICallbackList
 
hasChildElementNodes(Node) - Static method in class com.helger.commons.xml.XMLHelper
Check if the passed node has at least one direct child element or not.
hasChildElements() - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has at least one child element.
hasChildElements(String) - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has at least one child element with the specified tag name.
hasChildElements(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has at least one child element with the specified namespace URI and tag name.
hasChildElements() - Method in class com.helger.commons.microdom.MicroElement
 
hasChildElements(String) - Method in class com.helger.commons.microdom.MicroElement
 
hasChildElements(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
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.
hasChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
 
hasChildren() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
hasChildren() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
hasChildren() - Method in interface com.helger.commons.microdom.IMicroNode
 
hasChildren(IMicroElement) - Method in class com.helger.commons.microdom.util.ChildrenProviderElementWithName
 
hasChildren() - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
hasChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
hasChildren() - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
hasChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
hasChildren() - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
hasChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
hasChildren() - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
hasChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
hasChildren() - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
hasChildren(DefaultTreeItemWithID<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
hasChildren() - Method in class com.helger.commons.tree.BasicTree
 
hasChildren() - Method in class com.helger.commons.tree.BasicTreeItem
 
hasChildren() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
hasChildren() - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
hasChildren(ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
hasComment() - Method in class com.helger.commons.mime.MimeTypeInfo
 
hasCorrespondingDOMNodeType() - Method in enum com.helger.commons.microdom.EMicroNodeType
 
hasDescription() - Method in interface com.helger.commons.text.IHasDescription
 
HasDisplayTextWithArgs - Class in com.helger.commons.text.display
A special implementation of IHasDisplayText that encapsulates arguments to be put into the message.
HasDisplayTextWithArgs(IHasDisplayText, Object...) - Constructor for class com.helger.commons.text.display.HasDisplayTextWithArgs
 
hasEntryForField(String) - Method in class com.helger.commons.errorlist.ErrorList
 
hasEntryForField(String, IErrorLevel) - Method in class com.helger.commons.errorlist.ErrorList
 
hasEntryForField(String) - Method in class com.helger.commons.errorlist.FormErrors
 
hasEntryForField(String, IErrorLevel) - Method in class com.helger.commons.errorlist.FormErrors
 
hasEntryForField(String) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Check if any entry for the specified field is present
hasEntryForField(String, IErrorLevel) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Check if any entry for the specified field and the specified error level is present
hasEntryForFields(String...) - Method in class com.helger.commons.errorlist.ErrorList
 
hasEntryForFields(String...) - Method in class com.helger.commons.errorlist.FormErrors
 
hasEntryForFields(String...) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Check if any entry for the specified fields are present
hasErrorField() - Method in interface com.helger.commons.error.IHasErrorField
 
hasErrorFieldName() - Method in interface com.helger.commons.errorlist.IError
 
hasErrorFieldName(String) - Method in interface com.helger.commons.errorlist.IError
Check if this error has the passed error field name,
hasErrorForField(String) - Method in class com.helger.commons.errorlist.FormErrors
 
hasErrorID() - Method in interface com.helger.commons.error.IHasErrorID
 
hasErrorsOrWarnings() - Method in class com.helger.commons.errorlist.ErrorList
 
hasErrorsOrWarnings() - Method in class com.helger.commons.errorlist.FormErrors
 
hasErrorsOrWarnings() - Method in interface com.helger.commons.errorlist.IErrorList
 
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
 
hasFormFieldErrorsOrWarnings() - Method in class com.helger.commons.errorlist.FormErrors
 
hasGlobalErrorsOrWarnings() - Method in class com.helger.commons.errorlist.FormErrors
 
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.changelog.AbstractChangeLogEntry
 
hashCode() - Method in class com.helger.commons.changelog.ChangeLog
 
hashCode() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
hashCode() - Method in class com.helger.commons.changelog.ChangeLogRelease
 
hashCode() - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
hashCode() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
hashCode() - Method in class com.helger.commons.collection.impl.MapEntry
 
hashCode() - Method in class com.helger.commons.collection.impl.NonBlockingStack
 
hashCode() - Method in class com.helger.commons.collection.impl.SafeArrayList
 
hashCode() - Method in class com.helger.commons.collection.impl.SafeVector
 
hashCode() - Method in class com.helger.commons.collection.impl.SingleElementList
 
hashCode() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
hashCode() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
hashCode() - Method in class com.helger.commons.collection.impl.WrappedList
 
hashCode() - Method in class com.helger.commons.collection.impl.WrappedSet
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayEnumeration
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIterator
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorBoolean
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorByte
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorChar
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorDouble
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorInt
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorLong
 
hashCode() - Method in class com.helger.commons.collection.iterate.ArrayIteratorShort
 
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.iterate.EmptyListIterator
 
hashCode() - Method in class com.helger.commons.collection.iterate.SingleElementEnumeration
 
hashCode() - Method in class com.helger.commons.collection.iterate.SingleElementIterator
 
hashCode() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
hashCode() - Method in class com.helger.commons.collection.lru.LoggingLRUMap
 
hashCode() - Method in class com.helger.commons.collection.lru.LRUMap
 
hashCode() - Method in class com.helger.commons.collection.lru.LRUSet
 
hashCode() - Method in class com.helger.commons.collection.pair.Pair
 
hashCode() - Method in class com.helger.commons.collection.pair.ReadOnlyPair
 
hashCode() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
 
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.email.EmailAddress
 
hashCode() - Method in class com.helger.commons.error.ErrorLevel
 
hashCode() - Method in class com.helger.commons.error.ResourceError
 
hashCode() - Method in class com.helger.commons.error.ResourceErrorGroup
 
hashCode() - Method in class com.helger.commons.error.ResourceLocation
 
hashCode() - Method in class com.helger.commons.errorlist.ErrorList
 
hashCode() - Method in class com.helger.commons.errorlist.FormErrors
 
hashCode() - Method in class com.helger.commons.errorlist.SingleError
 
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.
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.file.FileIOError
 
hashCode() - Method in class com.helger.commons.io.monitor.FileChangeEvent
 
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.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.TimeValue
 
hashCode() - Method in class com.helger.commons.messagedigest.MessageDigestValue
 
hashCode() - Method in class com.helger.commons.microdom.MicroAttribute
 
hashCode() - Method in class com.helger.commons.microdom.MicroQName
 
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.MimeTypeInfo.ExtensionWithSource
 
hashCode() - Method in class com.helger.commons.mime.MimeTypeInfo
 
hashCode() - Method in class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
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.scope.AbstractMapBasedScope
 
hashCode() - Method in class com.helger.commons.scope.GlobalScope
 
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.AbstractReadOnlyMapBasedMultilingualText
 
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.tree.BasicTree
 
hashCode() - Method in class com.helger.commons.tree.BasicTreeItem
 
hashCode() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
hashCode() - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
hashCode() - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
hashCode() - Method in class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
 
hashCode() - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
hashCode() - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
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.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() - Method in class com.helger.commons.xml.ls.LSResourceData
 
hashCode() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
hashCode() - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
hashCode() - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
hashCode() - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorXML
 
hashCode() - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorHTML
 
hashCode() - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorXML
 
hashCode() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
hashCode() - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
hashCode() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
hashCode() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
hashCode() - Method in class com.helger.commons.xml.xpath.XPathFunctionKey
 
HASHCODE_NULL - Static variable in class com.helger.commons.hashcode.HashCodeCalculator
The hash code value to be used for null values.
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(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.
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.
HashCodeImplementationRegistry - Class in com.helger.commons.hashcode
The main registry for the different IHashCodeImplementation implementations.
hasIntIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
hasKnownProtocol() - Method in interface com.helger.commons.url.IURLData
 
hasKnownProtocol(String) - Method in class com.helger.commons.url.URLProtocolRegistry
Check if the passed URL has any known protocol
hasKnownProtocol(IURLData) - Method in class com.helger.commons.url.URLProtocolRegistry
Check if the passed URL has any known protocol
hasLinkedException() - Method in interface com.helger.commons.error.IResourceError
 
hasLongIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
hasMaxSize() - Method in class com.helger.commons.cache.AbstractCache
 
hasMoreElements() - Method in class com.helger.commons.collection.iterate.ArrayEnumeration
 
hasMoreElements() - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
 
hasMoreElements() - Method in class com.helger.commons.collection.iterate.EnumerationFromIterator
 
hasMoreElements() - Method in class com.helger.commons.collection.iterate.SingleElementEnumeration
 
hasNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroAttribute
Check if this attribute has a specified namespace URI.
hasNamespaceURI(String) - Method in interface com.helger.commons.microdom.IMicroAttribute
Check if this attribute has the specified namespace URI.
hasNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has a specified namespace URI.
hasNamespaceURI(String) - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has the specified namespace URI.
hasNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroQName
Check if a namespace URI is present.
hasNamespaceURI(String) - Method in interface com.helger.commons.microdom.IMicroQName
Check if the specified namespace URI is present.
hasNamespaceURI() - Method in class com.helger.commons.microdom.MicroAttribute
 
hasNamespaceURI(String) - Method in class com.helger.commons.microdom.MicroAttribute
 
hasNamespaceURI() - Method in class com.helger.commons.microdom.MicroElement
 
hasNamespaceURI(String) - Method in class com.helger.commons.microdom.MicroElement
 
hasNamespaceURI() - Method in class com.helger.commons.microdom.MicroQName
 
hasNamespaceURI(String) - Method in class com.helger.commons.microdom.MicroQName
 
hasNamespaceURI(Node, String) - Static method in class com.helger.commons.xml.XMLHelper
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIterator
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorBoolean
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorByte
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorChar
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorDouble
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorInt
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorLong
 
hasNext() - Method in class com.helger.commons.collection.iterate.ArrayIteratorShort
 
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.EmptyListIterator
 
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.collection.iterate.SingleElementIterator
 
hasNext() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
hasNext() - Method in class com.helger.commons.csv.CSVIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
 
hasNext() - Method in class com.helger.commons.math.CombinationGenerator
 
hasNext() - Method in class com.helger.commons.microdom.util.MicroRecursiveIterator
 
hasNext() - Method in class com.helger.commons.xml.ChildElementIterator
 
hasNext() - Method in class com.helger.commons.xml.ChildNodeIterator
 
hasNext() - Method in class com.helger.commons.xml.RecursiveChildNodeIterator
 
hasNoAttributes() - Method in interface com.helger.commons.microdom.IMicroElement
 
hasNoAttributes() - Method in class com.helger.commons.microdom.MicroElement
 
hasNoChildren(CHILDTYPE) - Method in interface com.helger.commons.hierarchy.IChildrenProvider
Check if an item has no children.
hasNoChildren() - Method in interface com.helger.commons.hierarchy.IHasChildren
 
hasNoEntryForField(String) - Method in class com.helger.commons.errorlist.ErrorList
 
hasNoEntryForField(String) - Method in class com.helger.commons.errorlist.FormErrors
 
hasNoEntryForField(String) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Check if no entry for the specified field is present
hasNoEntryForFields(String...) - Method in class com.helger.commons.errorlist.ErrorList
 
hasNoEntryForFields(String...) - Method in class com.helger.commons.errorlist.FormErrors
 
hasNoEntryForFields(String...) - Method in interface com.helger.commons.errorlist.IFieldErrorList
Check if no entry for the specified fields are present
hasNoErrorFieldName() - Method in interface com.helger.commons.errorlist.IError
 
hasNoNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroAttribute
Check if this attribute has no namespace URI.
hasNoNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroElement
Check if this element has no namespace URI.
hasNoNamespaceURI() - Method in interface com.helger.commons.microdom.IMicroQName
Check if no namespace URI is present.
hasNoNamespaceURI() - Method in class com.helger.commons.microdom.MicroAttribute
 
hasNoNamespaceURI() - Method in class com.helger.commons.microdom.MicroElement
 
hasNoNamespaceURI() - Method in class com.helger.commons.microdom.MicroQName
 
hasNoText(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Check if the string is null or empty.
hasNoText(String) - Static method in class com.helger.commons.string.StringHelper
Check if the string is null or empty.
hasNoTextAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
Check if the string is null or empty after trimming.
hasNoValue(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
hasNoValue(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
hasNoValue() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
hasParameterWithName(String) - Method in interface com.helger.commons.mime.IMimeType
Check if a parameter with the specified name is present.
hasParams() - Method in interface com.helger.commons.url.IURLData
 
hasParams() - Method in class com.helger.commons.url.SimpleURL
 
hasParams() - Method in class com.helger.commons.url.URLData
 
hasParent() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
hasParent() - Method in interface com.helger.commons.microdom.IMicroNode
 
hasPassword() - Method in class com.helger.commons.ws.WSClientConfig
 
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
 
hasPrevious() - Method in class com.helger.commons.collection.iterate.EmptyListIterator
 
hasPrevious() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
hasSOAPAction() - Method in class com.helger.commons.ws.WSClientConfig
 
hasSource() - Method in class com.helger.commons.mime.MimeTypeInfo
 
hasStackTrace() - Method in class com.helger.commons.deadlock.ThreadDeadlockInfo
 
hasStringIDFactory() - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
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 null nor empty after trimming.
hasUnreadBytes() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
 
hasUnreadChars() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
 
hasUserName() - Method in class com.helger.commons.ws.WSClientConfig
 
hasValue(int) - Method in interface com.helger.commons.traits.IConvertibleByIndexTrait
 
hasValue(KEYTYPE) - Method in interface com.helger.commons.traits.IConvertibleByKeyTrait
 
hasValue() - Method in interface com.helger.commons.traits.IConvertibleDirectTrait
 
headSet(Object) - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
HEX_RADIX - Static variable in class com.helger.commons.CGlobal
Radix for hexadecimal values.
HIDDEN_FILE_PREFIX - Static variable in class com.helger.commons.io.file.FilenameHelper
The prefix used for Unix hidden files
HierarchyVisitorCallbackWithConversion(IHierarchyVisitorCallback<? super DATATYPE>, Function<ITEMTYPE, DATATYPE>) - Constructor for class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
HIGHEST - Static variable in enum com.helger.commons.error.EErrorLevel
Highest error level within this enum
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.
hypot(double, double) - Static method in class com.helger.commons.math.MathHelper
 

I

I0 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
0
I1 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
1
I2 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
2
I3 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
3
I4 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
4
I5 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
5
I6 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
6
I7 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
7
I_1 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
-1
IAggregator<SRCTYPE,DSTTYPE> - Interface in com.helger.commons.aggregate
Aggregate a list of input objects to an output object.
IAppendable<THISTYPE extends IAppendable<THISTYPE>> - Interface in com.helger.commons.lang
Defines a generic interface for appending objects to something.
IApplicationScope - Interface in com.helger.commons.scope
Interface for a single application scope object.
IApplicationScopeSPI - Interface in com.helger.commons.scope.spi
SPI for handling the application scope lifecycle.
IAttributeContainer<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.attr
Base interface for a generic read-only attribute container.
IBaseIDFactory - Interface in com.helger.commons.id.factory
Base marker interface for all ID factories.
IBaseXMLReaderSettings - Interface in com.helger.commons.xml.serialize.read
Base Read-only interface for DOM and SAX reader settings.
IBasicTree<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree
Base interface for a tree.
IBasicTreeItem<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree
Base interface both for normal tree items and tree items with ID.
IBooleanFunction<R> - Interface in com.helger.commons.function
Represents a function that accepts a boolean-valued argument and produces a result.
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.
IByteArrayEncoder - Interface in com.helger.commons.codec
Interface for a single encoder
IByteArrayStreamDecoder - Interface in com.helger.commons.codec
Interface for a single decoder.
IByteArrayStreamEncoder - Interface in com.helger.commons.codec
Interface for a single encoder
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 extends ICallback> - Interface in com.helger.commons.callback
Read-only interface for a list of ICallback objects.
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.
IChangeLogSerializerCallback - Interface in com.helger.commons.changelog
Callback for change log serializer read actions.
ICharConsumer - Interface in com.helger.commons.function
Represents an operation that accepts a single char-valued argument and returns no result.
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 Cloneable interface since it contains the desired return type and is accessible solely by the interface.
ICodec<DATATYPE> - Interface in com.helger.commons.codec
Interface for a single encoder + decoder.
ICommonsCollection<ELEMENTTYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsList<ELEMENTTYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsMap<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsNavigableMap<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsNavigableSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsOrderedMap<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsOrderedSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsSortedMap<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.ext
 
ICommonsSortedSet<ELEMENTTYPE> - Interface in com.helger.commons.collection.ext
 
IComparator<DATATYPE> - Interface in com.helger.commons.compare
A special interface that combines Comparator and Serializable for easier reuse since Comparators should be Serializable.
IConcurrentCollector<DATATYPE> - Interface in com.helger.commons.concurrent.collector
Base interface for a concurrent queue worker.
IConcurrentPerformer<DATATYPE> - Interface in com.helger.commons.concurrent.collector
 
IContinueIndicator - Interface in com.helger.commons.state
Very simple interface for an object that has continue/break indication.
IConverterMicroNodeToTreeItem<DATATYPE> - Interface in com.helger.commons.tree.xml
Interface used to convert a single micro element into a value used as tree item data value.
IConverterTreeItemToMicroNode<DATATYPE> - Interface in com.helger.commons.tree.xml
Interface used to convert a single tree item data value to a micro node.
IConverterTreeXML<DATATYPE> - Interface in com.helger.commons.tree.xml
This interface collects both unidirectional converters and creates a bidirectional converter.
IConvertibleByIndexTrait - Interface in com.helger.commons.traits
A generic convert Object to anything with convenience API.
IConvertibleByKeyTrait<KEYTYPE> - Interface in com.helger.commons.traits
A generic convert Object to anything with convenience API.
IConvertibleDirectTrait - Interface in com.helger.commons.traits
A generic convert Object to anything with convenience API.
ICSVLineReader - Interface in com.helger.commons.csv
Base interface for a single line reader.
IDecoder<SRCTYPE,DSTTYPE> - Interface in com.helger.commons.codec
The most basic decoding interface
identity() - Static method in interface com.helger.commons.codec.ICodec
 
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.
IDOMReaderSettings - Interface in com.helger.commons.xml.serialize.read
Read-only interface for DOM reader settings.
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.errorlist
Base interface for a single error, that has an error ID, and error level, and error field name and an error text.
IErrorBase<IMPLTYPE extends IErrorBase<IMPLTYPE>> - Interface in com.helger.commons.errorlist
Base 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
Interface representing a single error level.
IErrorList - Interface in com.helger.commons.errorlist
A simple read only form error list interface.
IExceptionCallback<EXTYPE extends Throwable> - Interface in com.helger.commons.callback.exception
Callback interface to handle thrown exception objects.
IExecutorServiceFactory - Interface in com.helger.commons.concurrent
Factory for creating ExecutorService instances.
IFactory<DATATYPE> - Interface in com.helger.commons.factory
This is a generic interface for creating objects of a certain type.
IFieldErrorList - Interface in com.helger.commons.errorlist
A subset of IErrorList containing only the methods relevant for fields
IFileFilter - Interface in com.helger.commons.io.file.filter
Abstract interface that collects FileFilter, FilenameFilter and IFilter.
IFileMonitorCallback - Interface in com.helger.commons.io.monitor
Listens for changes to a 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.
IFilter<DATATYPE> - Interface in com.helger.commons.filter
A generic filter interface for simple object selection.
IFilterWithParameter<DATATYPE,PARAMTYPE> - Interface in com.helger.commons.filter
A generic filter interface for simple object selection based on a parameter.
IFinishIndicator - Interface in com.helger.commons.state
Very simple interface for an object that has finished/unfinished indication.
IFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid.folder
Base interface for a simple tree.
IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid.folder
This interface represents a single folder within a directory tree.
IFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid.folder
A factory interface that creates tree items.
IFormatableObject<DATATYPE> - Interface in com.helger.commons.format
Basic interface for special objects having a certain string representation.
IFormatter<DATATYPE> - Interface in com.helger.commons.format
A simple formatter interface that may be used to format arbitrary objects to a string.
IGenericImplTrait<IMPLTYPE extends IGenericImplTrait<IMPLTYPE>> - Interface in com.helger.commons.traits
A trait to convert this to a generic implementation.
IGlobalScope - Interface in com.helger.commons.scope
Interface for a single global scope object.
IGlobalScopeSPI - Interface in com.helger.commons.scope.spi
SPI for handling the global scope lifecycle.
IHasAttributes<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.attr
Base interface for objects having read-only attributes
IHasAttributesAny<KEYTYPE> - Interface in com.helger.commons.collection.attr
Base interface for objects having attributes with arbitrary types
IHasAttributeValue - Interface in com.helger.commons.microdom
Base interface for an attribute value provider.
IHasChildren<CHILDTYPE> - Interface in com.helger.commons.hierarchy
A simple interface, indicating that an item has direct children.
IHasChildrenSorted<CHILDTYPE> - Interface in com.helger.commons.hierarchy
Extends IHasChildren by indicating that the child items are sorted!
IHasClassLoader - Interface in com.helger.commons.lang
Base interface for all objects having optional support for custom ClassLoader objects.
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.
IHasDisplayName - Interface in com.helger.commons.name
Base interface for objects that have a locale independent display name.
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
Interface representing an object having an error level.
IHasErrorLevels - Interface in com.helger.commons.error
Interface representing an object having multiple objects with an error level
IHasFilter<DATATYPE> - Interface in com.helger.commons.filter
Provider interface for objects having a filter for a certain data type.
IHasFormatter<DATATYPE> - Interface in com.helger.commons.format
If a class implements this interface, it claims that its value can be formatted using an IFormatter object.
IHashCodeGenerator - Interface in com.helger.commons.hashcode
Base interface for hash code generators.
IHashCodeImplementation - 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.
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 InputStream objects.
IHasInputStreamAndReader - Interface in com.helger.commons.io
A callback interface to retrieve Reader objects based on InputStreams.
IHasIntID - Interface in com.helger.commons.id
Base interface for all objects having an int ID.
IHasIntObjID - 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.
IHasLocales - Interface in com.helger.commons.locale
Base interface for objects having zero or more locales.
IHasLongID - Interface in com.helger.commons.id
Base interface for all objects having a long ID.
IHasLongObjID - Interface in com.helger.commons.id
Base interface for all objects having a long ID.
IHasLSResourceResolver - Interface in com.helger.commons.xml.ls
Factory interface for objects having an LSResourceResolver.
IHasMicroNodeRepresentation - Interface in com.helger.commons.microdom
Interface for object that have a representation as IMicroNode
IHasMultilingualText - Interface in com.helger.commons.text
Basic interface for object providing multilingual texts.
IHasMutableAttributes<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.attr
Base interface for objects having attributes
IHasMutableAttributesAny<KEYTYPE> - Interface in com.helger.commons.collection.attr
Base interface for objects having attributes with arbitrary types
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 OutputStream objects.
IHasOutputStreamAndWriter - Interface in com.helger.commons.io
A callback interface to retrieve Writer objects based on InputStreams.
IHasParent<PARENTTYPE> - Interface in com.helger.commons.hierarchy
This helper interface is required to build a hierarchy of objects.
IHasPlainText - Interface in com.helger.commons.text
Base interface for objects having a plain text representation.
IHasReader - Interface in com.helger.commons.io
A callback interface to retrieve Reader objects.
IHasResourceError - Interface in com.helger.commons.error
Interface representing an object having a resource error.
IHasResourceErrorGroup - Interface in com.helger.commons.error
Interface representing an object having a resource error group.
IHasSchema - Interface in com.helger.commons.xml.schema
A simple interface, indicating that an item has a Schema object.
IHasSimpleURL - Interface in com.helger.commons.url
Interface for a simple URL provider.
IHasSize - Interface in com.helger.commons.lang
Base interface for all objects having a certain size.
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.
IHasWriter - Interface in com.helger.commons.io
A callback interface to retrieve Writer objects.
IHierarchicalFactory<DATATYPE> - Interface in com.helger.commons.factory
This is a generic interface for creating objects of a certain type that have a parent item.
IHierarchicalFactoryWithParameter<DATATYPE,PARAMTYPE> - Interface in com.helger.commons.factory
This is a generic interface for creating objects of a certain type that have a parent item.
IHierarchicalRootFactory<DATATYPE> - Interface in com.helger.commons.factory
This is a generic interface for creating root objects of a hierarchy.
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.
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 InputStream objects 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
This is a merged interface of Iterator and Iterable for simpler usage of iterators in the new Java 1.5 "for" constructs.
IIterableNamespaceContext - Interface in com.helger.commons.xml.namespace
A special namespace context interface that allows the iteration of the contained mappings.
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.
ILLEGAL_DOM_NODE_TYPE - Static variable in enum com.helger.commons.microdom.EMicroNodeType
Represents a non-existing DOM Node Type
ILLEGAL_DOUBLE - Static variable in class com.helger.commons.CGlobal
Represents an illegal double.
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.
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.error.IResourceLocation
Constant for an illegal row or column number
ILLEGAL_UINT - Static variable in class com.helger.commons.CGlobal
Represents an illegal unsigned integer.
ILLEGAL_ULONG - Static variable in class com.helger.commons.CGlobal
Represents an illegal unsigned long.
ILLEGAL_USHORT - Static variable in class com.helger.commons.CGlobal
Represents an illegal unsigned short.
ILoggedException - Interface in com.helger.commons.exception
This is a marker interface to indicate exceptions that are logged in the constructor.
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.
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.
IMessageDigestGenerator - Interface in com.helger.commons.messagedigest
Base interface for a message digest generator (using hash algorithms like MD5 or SHA 512)
IMicroAttribute - Interface in com.helger.commons.microdom
Represents a single attribute within an element (=tag).
IMicroCDATA - Interface in com.helger.commons.microdom
Represents a CDATA node.
IMicroComment - Interface in com.helger.commons.microdom
Represents a comment node.
IMicroContainer - Interface in com.helger.commons.microdom
This interface is just a hull for a node that has no properties itself but contains children.
IMicroDataAware - Interface in com.helger.commons.microdom
This is a helper interface that allows for setting character data.
IMicroDocument - Interface in com.helger.commons.microdom
Represents a complete document.
IMicroDocumentType - Interface in com.helger.commons.microdom
Represents the document type of a document.
IMicroElement - Interface in com.helger.commons.microdom
Represents a single element (=tag) of a document.
IMicroEntityReference - Interface in com.helger.commons.microdom
Represents the reference to an entity.
IMicroEvent - Interface in com.helger.commons.microdom
MicroDOM internal event.
IMicroEventTarget - Interface in com.helger.commons.microdom
Interface for MicroDOM event handlers.
IMicroNode - Interface in com.helger.commons.microdom
This is the base interface for all kind of nodes in the micro document object model.
IMicroNodeWithChildren - Interface in com.helger.commons.microdom
A special marker interface that is implemented by classes, that really support having children!
IMicroProcessingInstruction - Interface in com.helger.commons.microdom
Represents a processing instruction.
IMicroQName - Interface in com.helger.commons.microdom
Represents a simple qualified name.
IMicroText - Interface in com.helger.commons.microdom
Represents a text node.
IMicroTypeConverter - Interface in com.helger.commons.microdom.convert
Interface to be implemented to marshal between IMicroElement and a native object.
IMicroTypeConverterCallback - Interface in com.helger.commons.microdom.convert
A callback interface that is used to iterate all available micro type converters.
IMicroTypeConverterRegistrarSPI - Interface in com.helger.commons.microdom.convert
SPI interface to be implemented by other modules wishing to register their own micro-type converters.
IMicroTypeConverterRegistry - Interface in com.helger.commons.microdom.convert
This is the callback interface implemented by MicroTypeConverterRegistry for registration via the SPI interface.
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.
IMultilingualText - Interface in com.helger.commons.text
Read-only interface for a multilingual text
IMultiMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Interface in com.helger.commons.collection.multimap
Base interface for a multi map (one key with several values).
IMultiMapListBased<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.multimap
Interface for a multi map that uses a ICommonsList for the storage.
IMultiMapMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Interface in com.helger.commons.collection.multimap
Base interface for a multi map (one key with several values).
IMultiMapSetBased<KEYTYPE,VALUETYPE,COLLTYPE extends ICommonsSet<VALUETYPE>> - Interface in com.helger.commons.collection.multimap
Interface for a multi map that uses a ICommonsSet for the storage.
IMutableAttributeContainer<KEYTYPE,VALUETYPE> - Interface in com.helger.commons.collection.attr
This is the writable extension of the IAttributeContainer.
IMutableAttributeContainerAny<KEYTYPE> - Interface in com.helger.commons.collection.attr
This is the writable extension of the <String, Object>.
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 extends 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 extends IMutableNumeric<IMPLTYPE>> - Interface in com.helger.commons.mutable
Base interface for mutable numeric values
IMutableObject<IMPLTYPE extends 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.
IMutablePair<DATA1TYPE,DATA2TYPE> - Interface in com.helger.commons.collection.pair
Interface for a writable pair.
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.
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(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
inc(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
inc(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
inc(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
inc() - Method in class com.helger.commons.mutable.MutableBigInteger
Increment by 1 and return the modified value.
inc(long) - Method in class com.helger.commons.mutable.MutableBigInteger
 
inc(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
inc(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
inc() - Method in class com.helger.commons.mutable.MutableByte
Increment by 1 and return the modified value.
inc(int) - Method in class com.helger.commons.mutable.MutableByte
 
inc(Number) - Method in class com.helger.commons.mutable.MutableByte
 
inc() - Method in class com.helger.commons.mutable.MutableChar
Increment by 1 and return the modified value.
inc(int) - Method in class com.helger.commons.mutable.MutableChar
 
inc(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
 
inc() - Method in class com.helger.commons.mutable.MutableDouble
Increment by 1 and return the modified value.
inc(double) - Method in class com.helger.commons.mutable.MutableDouble
 
inc(Number) - Method in class com.helger.commons.mutable.MutableDouble
 
inc() - Method in class com.helger.commons.mutable.MutableFloat
Increment by 1 and return the modified value.
inc(float) - Method in class com.helger.commons.mutable.MutableFloat
 
inc(Number) - Method in class com.helger.commons.mutable.MutableFloat
 
inc() - Method in class com.helger.commons.mutable.MutableInt
Increment by 1 and return the modified value.
inc(int) - Method in class com.helger.commons.mutable.MutableInt
 
inc(Number) - Method in class com.helger.commons.mutable.MutableInt
 
inc() - Method in class com.helger.commons.mutable.MutableLong
Increment by 1 and return the modified value.
inc(long) - Method in class com.helger.commons.mutable.MutableLong
 
inc(Number) - Method in class com.helger.commons.mutable.MutableLong
 
inc() - Method in class com.helger.commons.mutable.MutableShort
Increment by 1 and return the modified value.
inc(int) - Method in class com.helger.commons.mutable.MutableShort
 
inc(Number) - 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(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() - Method in class com.helger.commons.statistics.StatisticsHandlerCounter
 
increment(long) - Method in class com.helger.commons.statistics.StatisticsHandlerCounter
 
increment(String) - Method in class com.helger.commons.statistics.StatisticsHandlerKeyedCounter
 
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.
indexOf(Object) - Method in class com.helger.commons.collection.impl.SingleElementList
 
indexOf(Object) - Method in class com.helger.commons.collection.impl.WrappedList
 
info(Serializable) - Method in class com.helger.commons.log.InMemoryLogger
 
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 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 com.helger.commons.exception.InitializationException
 
InitializationException(String) - Constructor for exception com.helger.commons.exception.InitializationException
 
InitializationException(Throwable) - Constructor for exception com.helger.commons.exception.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception com.helger.commons.exception.InitializationException
 
initScope() - Method in class com.helger.commons.scope.ApplicationScope
 
initScope() - Method in class com.helger.commons.scope.GlobalScope
 
initScope() - Method in interface com.helger.commons.scope.IScope
Init the scope.
initScope() - Method in class com.helger.commons.scope.RequestScope
 
initScope() - Method in class com.helger.commons.scope.SessionApplicationScope
 
initScope() - Method in class com.helger.commons.scope.SessionScope
 
InMemoryLogger - Class in com.helger.commons.log
Keeps a set of LogMessage objects in memory, offering an API similar to SLF4J.
InMemoryLogger() - Constructor for class com.helger.commons.log.InMemoryLogger
 
INonThrowingCallable<DATATYPE> - Interface in com.helger.commons.callback
Like the Callable interface but not throwing an exception!
INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE> - Interface in com.helger.commons.callback
Like the Callable interface but not throwing an exception and including a parameter!
INonThrowingRunnable - Interface in com.helger.commons.callback
A simple interface that looks like Runnable but follows our naming conventions.
INonThrowingRunnableWithParameter<PARAMTYPE> - Interface in com.helger.commons.callback
Simple callback interface to allow generic iteration with a typed callback function.
InputSourceFactory - Class in com.helger.commons.xml.sax
Factory class to create the correct InputSource objects for different input types.
insertAfter(NODETYPE, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
insertAfter(NODETYPE, IMicroNode) - Method in interface com.helger.commons.microdom.IMicroNode
Insert an existing node after a certain child node of this.
insertAtIndex(int, NODETYPE) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
insertAtIndex(int, NODETYPE) - Method in interface com.helger.commons.microdom.IMicroNode
Insert an existing node as a child at the specified index.
insertBefore(NODETYPE, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
insertBefore(NODETYPE, IMicroNode) - Method in interface com.helger.commons.microdom.IMicroNode
Insert an existing node before a certain child node of this.
internalAddChild(ITEMTYPE) - Method in class com.helger.commons.tree.BasicTreeItem
 
internalAddChild(ITEMTYPE) - Method in interface com.helger.commons.tree.ITreeItem
Add an existing child to this tree item.
internalAddChild(KEYTYPE, ITEMTYPE, boolean) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
internalAddChild(KEYTYPE, ITEMTYPE, boolean) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Add an existing direct child to this tree item.
internalAddText(Map.Entry<Locale, String>) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
internalAddText(Locale, String) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
internalClear() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
internalCreate(DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>, KEYTYPE) - Method in class com.helger.commons.tree.withid.folder.DefaultFolderTreeItemFactory
 
internalCreate(ITEMTYPE, KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
internalCreate(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
 
internalCreateRoot() - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
internalCreateRoot() - Method in class com.helger.commons.tree.withid.folder.DefaultFolderTreeItemFactory
 
internalGetAllLocales() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
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
 
internalGetItemID(ITEMTYPE) - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
internalGetItemID(ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
Get the ID of the passed tree item to use for internal storage.
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
 
internalGetMap() - 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(Enum<?>, IHasText, Locale, boolean) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
internalGetText(Locale) - Method in class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.commons.xml.sax.DoNothingSAXErrorHandler
 
internalLog(IErrorLevel, SAXParseException) - Method in class com.helger.commons.xml.sax.LoggingSAXErrorHandler
 
internalLog(IResourceError) - Method in class com.helger.commons.xml.transform.AbstractTransformErrorListener
Handle the passed resource error.
internalLog(IResourceError) - Method in class com.helger.commons.xml.transform.CollectingTransformErrorListener
 
internalLog(IResourceError) - Method in class com.helger.commons.xml.transform.DoNothingTransformErrorListener
 
internalLog(IResourceError) - Method in class com.helger.commons.xml.transform.LoggingTransformErrorListener
 
internalRemoveText(Locale) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
internalResolve(String, String) - Method in class com.helger.commons.xml.transform.AbstractTransformURIResolver
 
internalResolve(String, String) - Method in class com.helger.commons.xml.transform.DefaultTransformURIResolver
 
internalResolve(String, String) - Method in class com.helger.commons.xml.transform.DoNothingTransformURIResolver
 
internalResolve(String, String) - Method in class com.helger.commons.xml.transform.LoggingTransformURIResolver
 
internalResolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.SimpleLSResourceResolver
Internal resource resolving
internalSetText(Locale, String) - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
IntFloatMap - Class in com.helger.commons.collection.map
Special int-float-primitive map.
IntFloatMap() - Constructor for class com.helger.commons.collection.map.IntFloatMap
 
IntFloatMap(int) - Constructor for class com.helger.commons.collection.map.IntFloatMap
 
IntFloatMap(int, float) - Constructor for class com.helger.commons.collection.map.IntFloatMap
 
IntIntMap - Class in com.helger.commons.collection.map
Special int-int-primitive map.
IntIntMap() - Constructor for class com.helger.commons.collection.map.IntIntMap
 
IntIntMap(int) - Constructor for class com.helger.commons.collection.map.IntIntMap
 
IntIntMap(int, float) - Constructor for class com.helger.commons.collection.map.IntIntMap
 
IntObjectMap<T> - Class in com.helger.commons.collection.map
Special int-Object map.
IntObjectMap() - Constructor for class com.helger.commons.collection.map.IntObjectMap
 
IntObjectMap(int) - Constructor for class com.helger.commons.collection.map.IntObjectMap
 
IntObjectMap(int, float) - Constructor for class com.helger.commons.collection.map.IntObjectMap
 
intToRomanString(int) - Static method in class com.helger.commons.string.util.RomanNumeral
 
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
 
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.
invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class com.helger.commons.lang.GenericReflection
 
invokeSafe() - Method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
 
invokeStaticMethod(String, String, 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(Class<?>, String, Class<?>[], Object[]) - Static method in class com.helger.commons.lang.GenericReflection
 
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 OutputStream objects from a given name.
IPair<DATA1TYPE,DATA2TYPE> - Interface in com.helger.commons.collection.pair
Represents a basic read-only pair.
IParentProvider<PARENTTYPE> - Interface in com.helger.commons.hierarchy
This helper interface is required to build a generic tree.
IPrivilegedAction<T> - Interface in com.helger.commons.lang.priviledged
 
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 Reader objects from a given name.
IReadWriteResource - Interface in com.helger.commons.io.resource
Base interface for an abstract resource that is both readable and writable.
IRequestScope - Interface in com.helger.commons.scope
Interface for a single request scope object.
IRequestScopeSPI - Interface in com.helger.commons.scope.spi
SPI for handling the request scope lifecycle.
IResourceBase - Interface in com.helger.commons.io.resource
Base interface for an abstract readable resource.
IResourceError - Interface in com.helger.commons.error
Interface for an error that can be drilled down to a certain resource (e.g. a document).
IResourceErrorGroup - Interface in com.helger.commons.error
Contains a list of resource errors and some sanity access methods.
IResourceLocation - Interface in com.helger.commons.error
Interface indication the position of something within a single resource
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
 
isAlign() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
isAllWhiteSpace(CharSequence) - Method in class com.helger.commons.csv.CSVParser
Checks if every element is the character sequence is whitespace.
isAllWhitespace(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Check if the passed character sequence is only whitespace or not.
isAnnotationClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
 
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
 
isApplicationSingletonInstantiated(Class<? extends AbstractApplicationSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractApplicationSingleton
Check if a singleton is already instantiated inside the current application scope
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(Object[], int, int) - Static method in class com.helger.commons.ValueEnforcer
 
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
 
isAscending() - Method in enum com.helger.commons.compare.ESortOrder
 
isAscending() - Method in interface com.helger.commons.compare.ISortOrderIndicator
 
ISAXReaderSettings - Interface in com.helger.commons.xml.serialize.read
Read-only interface for the SAXReaderSettings.
isBetweenExclusive(short, String, short, short) - 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(long, String, long, long) - 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(double, String, double, double) - 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(BigInteger, String, BigInteger, BigInteger) - 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(int, 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(float, String, float, float) - 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(BigDecimal, 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
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
 
isCDATA() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isCDATA() - Method in enum com.helger.commons.microdom.EMicroNodeType
 
isCDATA() - Method in interface com.helger.commons.microdom.IMicroNode
 
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
 
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
 
isCoalescing() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isCoalescing() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isCoalescing() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
isCollectionClass(Class<?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isCollectionObject(Object) - Static method in class com.helger.commons.collection.CollectionHelper
 
isComment() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isComment() - Method in interface com.helger.commons.microdom.IMicroNode
 
isContainer() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isContainer() - Method in interface com.helger.commons.microdom.IMicroNode
 
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
 
isCookiesSupportEnabled() - Method in class com.helger.commons.ws.WSClientConfig
 
IScope - Interface in com.helger.commons.scope
This interface is used for all the common stuff of a scope.
IScopeDestructionAware - Interface in com.helger.commons.scope
A listener interfaces that is invoked before a scope is destroyed.
IScopeFactory - Interface in com.helger.commons.scope.mgr
Interface for a non-web scope factory.
IScopeRenewalAware - Interface in com.helger.commons.scope
This is a marker interface for all objects that should survive a session renewal.
isCountrySub() - Method in enum com.helger.commons.locale.country.ECountry
 
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
 
isDebugApplicationScopeEnabled() - Static method in class com.helger.commons.scope.ScopeHelper
 
isDebugGlobalScopeEnabled() - Static method in class com.helger.commons.scope.ScopeHelper
 
isDebugMode() - Static method in class com.helger.commons.debug.GlobalDebug
 
isDebugRequestScopeEnabled() - Static method in class com.helger.commons.scope.ScopeHelper
 
isDebugSessionApplicationScopeEnabled() - Static method in class com.helger.commons.scope.ScopeHelper
 
isDebugSessionScopeEnabled() - Static method in class com.helger.commons.scope.ScopeHelper
 
isDebugWithStackTrace() - Static method in class com.helger.commons.scope.ScopeHelper
 
isDefaultInstantiated() - Static method in class com.helger.commons.mime.MimeTypeInfoManager
 
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
 
isDestroyAllSessionsOnScopeEnd() - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
isDestroyed() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
isDestroyed() - Method in interface com.helger.commons.scope.IScope
 
isDestroyed() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
isDisabled() - Method in interface com.helger.commons.state.IEnabledIndicator
 
isDocument() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isDocument() - Method in interface com.helger.commons.microdom.IMicroNode
 
isDocumentType() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isDocumentType() - Method in interface com.helger.commons.microdom.IMicroNode
 
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.
isElement() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isElement() - Method in interface com.helger.commons.microdom.IMicroNode
 
isElementContentWhitespace() - Method in interface com.helger.commons.microdom.IMicroText
Check whether the text node consists solely of whitespaces.
isElementContentWhitespace() - Method in class com.helger.commons.microdom.MicroText
 
isEmit() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeComments
 
isEmit() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeDocType
 
isEmit() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeXMLDeclaration
 
isEmitNamespaces() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
Determine if namespaces should be emitted or not.
isEmitNamespaces() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
isEmpty() - Method in class com.helger.commons.cache.AbstractCache
 
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(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
 
isEmpty() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
isEmpty() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
isEmpty(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isEmpty(Collection<?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isEmpty(Map<?, ?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isEmpty() - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
isEmpty() - Method in class com.helger.commons.collection.impl.SingleElementList
 
isEmpty() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
isEmpty() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
isEmpty() - Method in class com.helger.commons.collection.impl.WrappedList
 
isEmpty() - Method in class com.helger.commons.collection.impl.WrappedSet
 
isEmpty(Iterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
 
isEmpty(IIterableIterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
 
isEmpty(Enumeration<?>) - Static method in class com.helger.commons.collection.IteratorHelper
 
isEmpty() - Method in class com.helger.commons.error.ResourceErrorGroup
 
isEmpty() - Method in class com.helger.commons.errorlist.ErrorList
 
isEmpty() - Method in class com.helger.commons.errorlist.FormErrors
Check if no message is contained overall.
isEmpty() - Method in interface com.helger.commons.errorlist.IErrorList
 
isEmpty() - Method in class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
 
isEmpty() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
 
isEmpty() - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
 
isEmpty() - Method in interface com.helger.commons.lang.IHasSize
 
isEmpty() - Method in class com.helger.commons.log.InMemoryLogger
 
isEmpty(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Check if the string is null or empty.
isEmpty(String) - Static method in class com.helger.commons.string.StringHelper
Check if the string is null or empty.
isEmpty() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
isEmpty(NodeList) - Static method in class com.helger.commons.xml.XMLHelper
 
isEmptyAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
Check if the string is null or empty after trimming.
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, 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
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(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() - Method in enum com.helger.commons.state.EEnabled
 
isEnabled() - Method in interface com.helger.commons.state.IEnabledIndicator
 
isEncodeBlanks() - Method in class com.helger.commons.codec.RFC1522QCodec
Tests if optional transformation of SPACE characters is to be used
isEndAllSessionsOnScopeEnd() - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
isEntityReference() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isEntityReference() - Method in interface com.helger.commons.microdom.IMicroNode
 
isEnumClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
isEqualContent(IMicroNode) - Method in interface com.helger.commons.microdom.IMicroNode
As instances of this class may not implement equals/hashCode we need a way to determine, if 2 nodes are equal by content.
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroCDATA
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroComment
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroDocument
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroDocumentType
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroElement
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroEntityReference
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
isEqualContent(IMicroNode) - Method in class com.helger.commons.microdom.MicroText
 
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 \).
isEqualSevereThan(IErrorLevel) - Method in interface com.helger.commons.error.IErrorLevel
 
isEqualSevereThan(THISTYPE) - Method in interface com.helger.commons.error.ISeverityComparable
Check if this object is of the same level (= equal important) than the passed object.
isEqualSevereThan(IMPLTYPE) - Method in interface com.helger.commons.errorlist.IErrorBase
 
isEqualTo100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isEqualTo100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isEqualToOne(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isEqualToOne(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isEqualToTen(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isEqualToTen(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isEqualToZero(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isEqualToZero(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
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 SerializationConverterRegistry for registration via the SPI interface.
isError() - Method in interface com.helger.commons.error.IErrorLevel
 
isError() - Method in interface com.helger.commons.errorlist.IErrorBase
 
isError() - Method in interface com.helger.commons.state.IErrorIndicator
 
isEscape() - Method in interface com.helger.commons.microdom.IMicroText
 
isEscape() - Method in class com.helger.commons.microdom.MicroText
 
ISessionApplicationScope - Interface in com.helger.commons.scope
Interface for a single session application scope object.
ISessionApplicationScopeSPI - Interface in com.helger.commons.scope.spi
SPI for handling the session application scope lifecycle.
ISessionScope - Interface in com.helger.commons.scope
Interface for a single session scope object.
ISessionScopeSPI - Interface in com.helger.commons.scope.spi
SPI for handling the session scope lifecycle.
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<THISTYPE extends ISeverityComparable<THISTYPE>> - Interface in com.helger.commons.error
Interface for comparable objects based on their severity.
isExceptionOnDeleteRoot() - Static method in class com.helger.commons.io.file.FileOperations
 
isExpandEntityReferences() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isExpandEntityReferences() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isExpandEntityReferences() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
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.xml.ls.SimpleLSResourceResolver
 
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.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.
isFileNewer(File, File) - Static method in class com.helger.commons.io.file.FileHelper
Returns true if the first file is newer than the second file.
isFinished() - Method in enum com.helger.commons.state.EFinish
 
isFinished() - Method in interface com.helger.commons.state.IFinishIndicator
 
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
 
isGE0(short, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGE0(int, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGE0(long, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGE0(double, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGE0(float, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGE0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGE0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGlobalScopePresent() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
isGlobalSingletonInstantiated(Class<? extends AbstractGlobalSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractGlobalSingleton
Check if a singleton is already instantiated inside the current global scope
isGreater0() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
isGreater0() - Method in class com.helger.commons.mutable.MutableBigDecimal
 
isGreater0() - Method in class com.helger.commons.mutable.MutableBigInteger
 
isGreater0() - Method in class com.helger.commons.mutable.MutableByte
 
isGreater0() - Method in class com.helger.commons.mutable.MutableChar
 
isGreater0() - Method in class com.helger.commons.mutable.MutableDouble
 
isGreater0() - Method in class com.helger.commons.mutable.MutableFloat
 
isGreater0() - Method in class com.helger.commons.mutable.MutableInt
 
isGreater0() - Method in class com.helger.commons.mutable.MutableLong
 
isGreater0() - Method in class com.helger.commons.mutable.MutableShort
 
isGreaterOrEqual0() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableBigDecimal
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableBigInteger
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableByte
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableChar
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableDouble
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableFloat
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableInt
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableLong
 
isGreaterOrEqual0() - Method in class com.helger.commons.mutable.MutableShort
 
isGreaterOrEqualThan(Version) - Method in class com.helger.commons.version.Version
 
isGreaterOrEqualThan100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThan100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThanOne(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThanOne(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThanTen(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThanTen(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThanZero(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterOrEqualThanZero(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThan(Version) - Method in class com.helger.commons.version.Version
 
isGreaterThan100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThan100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThanOne(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThanOne(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThanTen(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThanTen(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThanZero(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isGreaterThanZero(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isGT0(short, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGT0(int, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGT0(long, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGT0(double, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGT0(float, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGT0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
 
isGT0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
 
isHeldByCurrentThread() - Method in class com.helger.commons.concurrent.NonReentrantLock
 
isHeldExclusively() - Method in class com.helger.commons.concurrent.NonReentrantLock
 
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.
isHighest() - Method in interface com.helger.commons.error.IErrorLevel
 
isHTML() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
 
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
 
isIgnoringComments() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isIgnoringComments() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isIgnoringComments() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
isIgnoringElementContentWhitespace() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isIgnoringElementContentWhitespace() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isIgnoringElementContentWhitespace() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
ISimpleURL - Interface in com.helger.commons.url
Interface for a simple URL that works around the issues with the Java default URL.
isIncludingCeil() - Method in class com.helger.commons.version.VersionRange
 
isIncludingFloor() - Method in class com.helger.commons.version.VersionRange
 
isIncompatible() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
isIndent() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
 
isInDestruction() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
isInDestruction() - Method in interface com.helger.commons.scope.IScope
 
isInDestruction() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
isInInstantiation() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
isInlineNode(Node) - Static method in class com.helger.commons.xml.XMLHelper
Check if the passed node is a text node.
isInPreDestruction() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
isInPreDestruction() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
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.
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.LocaleCache
 
isInstantiated() - Static method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
isInstantiated() - Static method in class com.helger.commons.mime.MimeTypeDeterminator
 
isInstantiated() - Static method in class com.helger.commons.regex.RegExCache
 
isInstantiated() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
isInstantiated() - Static method in class com.helger.commons.scope.spi.ScopeSPIManager
 
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
 
isInstantiated() - Static method in class com.helger.commons.xml.schema.XMLSchemaCache
 
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.
isInternalAttribute(String) - Static method in class com.helger.commons.scope.mgr.ScopeManager
Check if the passed attribute name is an internal attribute.
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
 
isInvalidXMLAttributeValueChar(EXMLSerializeVersion, int) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for a attribute value node.
isInvalidXMLCDATAChar(EXMLSerializeVersion, int) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for a CDATA node.
isInvalidXMLNameChar(EXMLSerializeVersion, int) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for an element or attribute name after the first position
isInvalidXMLNameStartChar(EXMLSerializeVersion, int) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for an element or attribute name on the first position
isInvalidXMLTextChar(EXMLSerializeVersion, int) - Static method in class com.helger.commons.xml.serialize.write.XMLCharHelper
Check if the passed character is invalid for a text node.
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Check if one item is equal or a child of the other item.
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(Throwable) - Static method in class com.helger.commons.io.stream.StreamHelper
Check if the passed exception is a known EOF exception.
isKnownEOFException(Class<?>) - Static method in class com.helger.commons.io.stream.StreamHelper
Check if the passed class is a known EOF exception class.
isLE0(short, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLE0(int, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLE0(long, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLE0(double, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLE0(float, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLE0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLE0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLeft() - Method in enum com.helger.commons.state.ELeftRight
 
isLeft() - Method in interface com.helger.commons.state.ILeftRightIndicator
 
isLessOrEqualSevereThan(IErrorLevel) - Method in interface com.helger.commons.error.IErrorLevel
 
isLessOrEqualSevereThan(THISTYPE) - Method in interface com.helger.commons.error.ISeverityComparable
Check if this object is of equal or lower level (= equally or less important) than the passed object.
isLessOrEqualSevereThan(IMPLTYPE) - Method in interface com.helger.commons.errorlist.IErrorBase
 
isLessSevereThan(IErrorLevel) - Method in interface com.helger.commons.error.IErrorLevel
 
isLessSevereThan(THISTYPE) - Method in interface com.helger.commons.error.ISeverityComparable
Check if this object is of lower level (= less important) than the passed object.
isLessSevereThan(IMPLTYPE) - Method in interface com.helger.commons.errorlist.IErrorBase
 
isLifeCycleDebuggingEnabled() - Static method in class com.helger.commons.scope.ScopeHelper
 
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.
isLogException(Throwable) - Method in class com.helger.commons.xml.serialize.read.XMLLoggingExceptionCallback
 
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.
isLowerOrEqualThan(Version) - Method in class com.helger.commons.version.Version
 
isLowerOrEqualThan100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThan100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThanOne(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThanOne(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThanTen(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThanTen(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThanZero(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerOrEqualThanZero(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThan(Version) - Method in class com.helger.commons.version.Version
 
isLowerThan100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThan100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThanOne(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThanOne(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThanTen(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThanTen(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThanZero(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isLowerThanZero(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isLT0(short, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLT0(int, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLT0(long, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLT0(double, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLT0(float, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLT0(BigDecimal, String) - Static method in class com.helger.commons.ValueEnforcer
 
isLT0(BigInteger, String) - Static method in class com.helger.commons.ValueEnforcer
 
isMac() - Method in enum com.helger.commons.system.ENewLineMode
 
isMandatory() - Method in enum com.helger.commons.state.EMandatory
 
isMandatory() - Method in interface com.helger.commons.state.IMandatoryIndicator
 
isMatchingVersion(double) - Method in enum com.helger.commons.system.EJavaVersion
 
isMoreOrEqualSevereThan(IErrorLevel) - Method in interface com.helger.commons.error.IErrorLevel
 
isMoreOrEqualSevereThan(THISTYPE) - Method in interface com.helger.commons.error.ISeverityComparable
Check if this object is of equal or higher level (= equally or more important) than the passed object.
isMoreOrEqualSevereThan(IMPLTYPE) - Method in interface com.helger.commons.errorlist.IErrorBase
 
isMoreSevereThan(IErrorLevel) - Method in interface com.helger.commons.error.IErrorLevel
 
isMoreSevereThan(THISTYPE) - Method in interface com.helger.commons.error.ISeverityComparable
Check if this object is of higher level (= more important) than the passed object.
isMoreSevereThan(IMPLTYPE) - Method in interface com.helger.commons.errorlist.IErrorBase
 
isNamespaceAware() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isNamespaceAware() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isNamespaceAware() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
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.state.IErrorIndicator
 
isNot0() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
isNotEmpty() - Method in class com.helger.commons.cache.AbstractCache
 
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(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
 
isNotEmpty() - Method in interface com.helger.commons.collection.attr.IAttributeContainer
 
isNotEmpty(Iterable<?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isNotEmpty(Collection<?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isNotEmpty(Map<?, ?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
isNotEmpty() - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
isNotEmpty() - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
isNotEmpty(Iterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
 
isNotEmpty(IIterableIterator<?>) - Static method in class com.helger.commons.collection.IteratorHelper
 
isNotEmpty(Enumeration<?>) - Static method in class com.helger.commons.collection.IteratorHelper
 
isNotEmpty() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
 
isNotEmpty() - Method in interface com.helger.commons.lang.IHasSize
 
isNotEmpty(CharSequence) - Static method in class com.helger.commons.string.StringHelper
Check if the string contains any char.
isNotEmpty(String) - Static method in class com.helger.commons.string.StringHelper
Check if the string contains any char.
isNotEmptyAfterTrim(String) - Static method in class com.helger.commons.string.StringHelper
Check if the string neither null nor empty after trimming.
isNotEqualTo100(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualTo100(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualToOne(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualToOne(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualToTen(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualToTen(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualToZero(BigDecimal) - Static method in class com.helger.commons.math.MathHelper
 
isNotEqualToZero(BigInteger) - Static method in class com.helger.commons.math.MathHelper
 
isNotifyRequired() - Method in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
 
isNotInterrupted() - Method in interface com.helger.commons.state.IInterruptIndicator
 
isNull() - Static method in interface com.helger.commons.filter.IFilter
 
isNull(Object, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed value is null.
isOdd() - Method in interface com.helger.commons.mutable.IMutableInteger
 
isOpenClose() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeBracketMode
 
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.
isOutboundMessage(MessageContext) - Static method in class com.helger.commons.ws.WSHelper
 
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
isPathSeparatorChar(char) - Static method in class com.helger.commons.io.file.FilenameHelper
Check if the passed character is a path separation character.
isPending() - Method in class com.helger.commons.csv.CSVParser
 
isPerformConsistencyChecks() - Static method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
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
 
isProcessingInstruction() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isProcessingInstruction() - Method in interface com.helger.commons.microdom.IMicroNode
 
isProductionMode() - Static method in class com.helger.commons.debug.GlobalDebug
 
isPublic(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
 
isPublicClass(Class<?>) - Static method in class com.helger.commons.lang.ClassHelper
 
isPutNamespaceContextPrefixesInRoot() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
Check if the flag for putting all namespace prefixes specified in the namespace context should be put in the root document.
isPutNamespaceContextPrefixesInRoot() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
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
 
isRecursive() - Method in class com.helger.commons.io.monitor.FileMonitor
Access method to get the recursive setting when adding files for monitoring.
isReplaceWithNothing() - Method in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
 
isRequestScopePresent() - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
isRequestSingletonInstantiated(Class<? extends AbstractRequestSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractRequestSingleton
Check if a singleton is already instantiated inside the current request scope
isRequiresNewXMLParserExplicitly() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isRequiresNewXMLParserExplicitly() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isRequiresNewXMLParserExplicitly() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
isRequiresNewXMLParserExplicitly() - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
 
isRequiresNewXMLParserExplicitly() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
isRequiresNewXMLParserExplicitly() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
isRight() - Method in interface com.helger.commons.state.ILeftRightIndicator
 
isRootItem() - Method in class com.helger.commons.tree.BasicTreeItem
 
isRootItem() - Method in interface com.helger.commons.tree.IBasicTreeItem
 
isRootItem() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
isRunning() - Method in class com.helger.commons.io.monitor.FileMonitorManager
 
isRunning() - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
 
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.
isSameOrChildOf(ITEMTYPE) - Method in class com.helger.commons.tree.BasicTreeItem
 
isSameOrChildOf(ITEMTYPE) - Method in interface com.helger.commons.tree.IBasicTreeItem
Check if this item is the same or a child of the passed item.
isSameOrChildOf(ITEMTYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
isSecureFilenameCharacter(char) - Static method in class com.helger.commons.io.file.FilenameHelper
Check if the passed character is secure to be used in filenames.
isSelfClosed() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeBracketMode
 
isSessionApplicationSingletonInstantiated(Class<? extends AbstractSessionApplicationSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractSessionApplicationSingleton
Check if a singleton is already instantiated inside the current session application scope
isSessionSingletonInstantiated(Class<? extends AbstractSessionSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractSessionSingleton
Check if a singleton is already instantiated inside the current session scope
isSet() - Method in interface com.helger.commons.wrapper.IWrapper
 
isSingletonInstantiated(IScope, Class<? extends AbstractSingleton>) - Static method in class com.helger.commons.scope.singleton.AbstractSingleton
Check if a singleton is already instantiated inside a scope
isSmaller0() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableBigDecimal
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableBigInteger
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableByte
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableChar
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableDouble
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableFloat
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableInt
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableLong
 
isSmaller0() - Method in class com.helger.commons.mutable.MutableShort
 
isSmallerOrEqual0() - Method in interface com.helger.commons.mutable.IMutableNumeric
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableBigDecimal
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableBigInteger
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableByte
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableChar
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableDouble
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableFloat
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableInt
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableLong
 
isSmallerOrEqual0() - Method in class com.helger.commons.mutable.MutableShort
 
isSpaceOnSelfClosedElement() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
Determine if a self closed element (an element having no children) should be emitted with a space at the end (<br />) or not ( <br/>)
isSpaceOnSelfClosedElement() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
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.
isStandalone() - Method in interface com.helger.commons.microdom.IMicroDocument
 
isStandalone() - Method in class com.helger.commons.microdom.MicroDocument
 
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
 
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
 
isSuccess() - Method in interface com.helger.commons.error.IErrorLevel
 
isSuccess() - Method in interface com.helger.commons.errorlist.IErrorBase
 
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
 
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.
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.
isTestRequired() - Method in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
 
isText() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
isText() - Method in enum com.helger.commons.microdom.EMicroNodeType
 
isText() - Method in interface com.helger.commons.microdom.IMicroNode
 
isThrowExceptionOnNestedComments() - Static method in class com.helger.commons.xml.serialize.write.XMLEmitter
 
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.
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.
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
 
isUnfinished() - Method in interface com.helger.commons.state.IFinishIndicator
 
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.
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.
isUsableObject() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
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
Tells if the passed String (URL) belongs to this protocol.
isUseDoubleQuotesForAttributes() - Method in interface com.helger.commons.xml.serialize.write.IXMLWriterSettings
 
isUseDoubleQuotesForAttributes() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
isUseResourceBundleCache() - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
isValid(String) - Static method in class com.helger.commons.email.EmailAddressHelper
Checks if a value is a valid e-mail address according to a certain regular expression.
isValid() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
isValid() - Method in interface com.helger.commons.scope.IScope
 
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.url.URLValidator
Checks if a value is a valid URL.
isValidating() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isValidating() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isValidating() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
isValidData(DATATYPE) - Method in class com.helger.commons.tree.BasicTreeItem
This method is called to validate a data object.
isValidData(DATATYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
This method is called to validate a data object.
isValidDataID(KEYTYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
This method is called to validate a data ID object.
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.
isValidPattern(String) - Static method in class com.helger.commons.regex.RegExHelper
Check if the passed regular expression is invalid.
isValueRequiringQuoting() - Method in class com.helger.commons.mime.MimeTypeParameter
 
isVerifyReader() - Method in class com.helger.commons.csv.CSVReader
Returns if the CSVReader will verify the reader before each read.
isWindows() - Method in enum com.helger.commons.system.ENewLineMode
 
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.
isWorkAroundMASM0003() - Method in class com.helger.commons.ws.WSClientConfig
 
isXIncludeAware() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
isXIncludeAware() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
isXIncludeAware() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
 
isXML() - Method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
 
isZlibHead(byte[], int, int) - Static method in class com.helger.commons.codec.FlateCodec
 
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>, Consumer<ICommonsList<DATATYPE>>) - Method in class com.helger.commons.math.CombinationGeneratorFlexible
Iterate all combination, no matter they are unique or not.
iterateAllCombinations(ICommonsList<DATATYPE>, boolean, Consumer<ICommonsList<DATATYPE>>) - Static method in class com.helger.commons.math.CombinationGeneratorFlexible
 
iterateAllRegisteredMicroTypeConverters(IMicroTypeConverterCallback) - Method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
Iterate all registered micro type converters.
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.collection.impl.EmptySortedSet
 
iterator() - Method in class com.helger.commons.collection.impl.SingleElementList
 
iterator() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
iterator() - Method in class com.helger.commons.collection.impl.WrappedList
 
iterator() - Method in class com.helger.commons.collection.impl.WrappedSet
 
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.lru.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.error.ResourceErrorGroup
 
iterator() - Method in class com.helger.commons.errorlist.ErrorList
 
iterator() - Method in class com.helger.commons.log.InMemoryLogger
 
iterator2() - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
IteratorHelper - Class in com.helger.commons.collection
Helper class containing several Iterator, Iterable, Enumeration etc. helper methods.
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.
IThrowingCallable<DATATYPE,EXTYPE extends Exception> - Interface in com.helger.commons.callback
This is the same as the Callable interface but following our naming conventions.
IThrowingCallableWithParameter<DATATYPE,PARAMTYPE,EXTYPE extends Exception> - Interface in com.helger.commons.callback
Like the Callable interface but including a parameter!
IThrowingRunnable<EXTYPE extends Throwable> - Interface in com.helger.commons.callback
A simple interface that looks like Runnable but may throw an exception on its execution.
IThrowingRunnableWithParameter<PARAMTYPE,EXTYPE extends Throwable> - Interface in com.helger.commons.callback
Simple callback interface to allow generic iteration with a typed callback function.
IToBooleanFunction<T> - Interface in com.helger.commons.function
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.
ITree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree
Base interface for a simple tree
ITreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree
Base interface for simple tree items
ITreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree
Interface for a simple tree item factory
ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid
Represents a basic tree item with an ID.
ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid
A factory interface that creates tree items.
ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid.unique
An abstract tree item factory that maintains a unique ID over all items!
ITreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid.unique
A specialized version of the tree, where each item is required to have a unique ID so that item searching can be performed with little runtime effort.
ITreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.helger.commons.tree.withid
Base interface for a tree with ID
ITriConsumer<T,U,V> - Interface in com.helger.commons.function
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 ObjectType and an ID.
IURIToURLConverter - Interface in com.helger.commons.url
A generic converted from String URI to ISimpleURL.
IURLData - Interface in com.helger.commons.url
Base interface representing the basic elements of a URL from a high level perspective.
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
IValidityIndicator - Interface in com.helger.commons.state
Very simple interface for an object that has valid/invalid indication.
IVirtualMachineEventSPI - Interface in com.helger.commons.vminit
The callback to implemented by VM startup SPIs.
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 Writer objects from a given name.
IXMLBracketModeDeterminator - Interface in com.helger.commons.xml.serialize.write
Interface used in writing XML to determine which of the bracket mode as outlined in EXMLSerializeBracketMode should be used for a single element.
IXMLIndentDeterminator - Interface in com.helger.commons.xml.serialize.write
Interface used in writing XML to determine the real indentation and align (as defined in EXMLSerializeIndent) that should be used for a single element.
IXMLWriterSettings - Interface in com.helger.commons.xml.serialize.write
Interface for the settings to be used for serializing XML nodes.

K

KB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
Suffix for Kilobytes
keySet() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
KeyValuePairList<DATA1TYPE,DATA2TYPE> - Class in com.helger.commons.collection.pair
This is a helper class that wraps a list of pair objects.
KeyValuePairList() - Constructor for class com.helger.commons.collection.pair.KeyValuePairList
 

L

L0 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
0
L1 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
1
L_1 - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
-1
L_DE - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
de
L_DE_AT - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
de-AT
L_DE_DE - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
de-DE
L_EN - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
en
L_EN_GB - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
en-GB
L_EN_US - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
en-US
L_FR - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
fr
L_FR_FR - Static variable in class com.helger.commons.mock.AbstractCommonsTestCase
fr-FR
last() - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
lastIndexOf(Object) - Method in class com.helger.commons.collection.impl.SingleElementList
 
lastIndexOf(Object) - Method in class com.helger.commons.collection.impl.WrappedList
 
LazilyInitialized - Annotation Type in com.helger.commons.annotation
This is an indicator, that a field is lazily initialized.
LevenshteinDistance - Class in com.helger.commons.string.util
Utility class for calculating the Levenshtein distance of 2 strings.
listIterator() - Method in class com.helger.commons.collection.impl.SingleElementList
 
listIterator(int) - Method in class com.helger.commons.collection.impl.SingleElementList
 
listIterator() - Method in class com.helger.commons.collection.impl.WrappedList
 
listIterator(int) - Method in class com.helger.commons.collection.impl.WrappedList
 
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.
load(InputStream) - Method in class com.helger.commons.lang.NonBlockingProperties
Reads a property list (key and element pairs) from the input byte stream.
LOCALE_ALL - Static variable in class com.helger.commons.CGlobal
the default locale which means "all locales".
LOCALE_FIXED_NUMBER_FORMAT - Static variable in class com.helger.commons.CGlobal
The number for formatting numbers in a machine readable way.
LOCALE_INDEPENDENT - Static variable in class com.helger.commons.CGlobal
the default locale which means "locale independent".
LOCALE_SEPARATOR - Static variable in class com.helger.commons.CGlobal
Separates language and country in a locale string representation.
LOCALE_SEPARATOR_STR - Static variable in class com.helger.commons.CGlobal
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.
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
 
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.
locked(Supplier<T>) - Method in class com.helger.commons.concurrent.SimpleLock
Execute the provided callable in a read lock.
locked(BooleanSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
Execute the provided callable in a read lock.
locked(DoubleSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
Execute the provided callable in a read lock.
locked(IntSupplier) - Method in class com.helger.commons.concurrent.SimpleLock
Execute the provided callable in a read lock.
locked(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.
lockedThrowing(IThrowingCallable<T, EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleLock
Execute the provided callable 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<?>, IHasErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
 
log(Class<?>, IHasErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
 
log(Logger, IHasErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
 
log(Logger, IHasErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
 
log(Class<?>, IErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
 
log(Class<?>, IErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
 
log(Logger, IErrorLevel, String) - Static method in class com.helger.commons.log.LogHelper
 
log(Logger, IErrorLevel, String, Throwable) - Static method in class com.helger.commons.log.LogHelper
 
LoggedException - Exception in com.helger.commons.exception
This is a wrapper for a exception that can log the passed exception when it is thrown.
LoggedException() - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(boolean) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(String) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(boolean, String) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(Throwable) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(boolean, Throwable) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(String, Throwable) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedException(boolean, String, Throwable) - Constructor for exception com.helger.commons.exception.LoggedException
 
LoggedIOException - Exception in com.helger.commons.exception
This is a wrapper for a exception that can log the passed exception when it is thrown.
LoggedIOException() - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(boolean) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(String) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(boolean, String) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(Throwable) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(boolean, Throwable) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(String, Throwable) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedIOException(boolean, String, Throwable) - Constructor for exception com.helger.commons.exception.LoggedIOException
 
LoggedRuntimeException - Exception in com.helger.commons.exception
This is a wrapper for a runtime exception that can log the passed exception when it is thrown.
LoggedRuntimeException() - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(boolean) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(String) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(boolean, String) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(Throwable) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(boolean, Throwable) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(String, Throwable) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggedRuntimeException(boolean, String, Throwable) - Constructor for exception com.helger.commons.exception.LoggedRuntimeException
 
LoggingChangeLogSerializerCallback - Class in com.helger.commons.changelog
Logging implementation of IChangeLogSerializerCallback.
LoggingChangeLogSerializerCallback() - Constructor for class com.helger.commons.changelog.LoggingChangeLogSerializerCallback
 
LoggingExceptionCallback - Class in com.helger.commons.callback.exception
A specific implementation of the IExceptionCallback interface, that logs all exceptions to a standard logger.
LoggingExceptionCallback() - Constructor for class com.helger.commons.callback.exception.LoggingExceptionCallback
 
LoggingExceptionCallback(IErrorLevel) - Constructor for class com.helger.commons.callback.exception.LoggingExceptionCallback
 
LoggingFileOperationCallback - Class in com.helger.commons.io.file
A logging implementation of the IFileOperationCallback interface.
LoggingFileOperationCallback() - Constructor for class com.helger.commons.io.file.LoggingFileOperationCallback
 
LoggingInputStream - Class in com.helger.commons.io.stream
A wrapper around an InputStream that debugs read and skip actions.
LoggingInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.LoggingInputStream
 
LoggingLRUMap<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.lru
A specific LRUMap that emits a warning once the map is full and the oldest entry gets discarded.
LoggingLRUMap(int) - Constructor for class com.helger.commons.collection.lru.LoggingLRUMap
 
LoggingLSResourceResolver - Class in com.helger.commons.xml.ls
A logging only LSResourceResolver implementation.
LoggingLSResourceResolver() - Constructor for class com.helger.commons.xml.ls.LoggingLSResourceResolver
 
LoggingOutputStream - Class in com.helger.commons.io.stream
A wrapper around an OutputStream that logs what he is doing.
LoggingOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.LoggingOutputStream
 
LoggingSAXErrorHandler - Class in com.helger.commons.xml.sax
java.xml error handler that simply logs data to a logger.
LoggingSAXErrorHandler() - Constructor for class com.helger.commons.xml.sax.LoggingSAXErrorHandler
 
LoggingSAXErrorHandler(ErrorHandler) - Constructor for class com.helger.commons.xml.sax.LoggingSAXErrorHandler
 
LoggingThreadDeadlockCallback - Class in com.helger.commons.deadlock
A logging implementation of IThreadDeadlockCallback.
LoggingThreadDeadlockCallback() - Constructor for class com.helger.commons.deadlock.LoggingThreadDeadlockCallback
 
LoggingTransformErrorListener - Class in com.helger.commons.xml.transform
ErrorListener that simply logs data to a logger.
LoggingTransformErrorListener(Locale) - Constructor for class com.helger.commons.xml.transform.LoggingTransformErrorListener
 
LoggingTransformErrorListener(ErrorListener, Locale) - Constructor for class com.helger.commons.xml.transform.LoggingTransformErrorListener
 
LoggingTransformURIResolver - Class in com.helger.commons.xml.transform
URIResolver that logs to a logger but does not resolve anything.
LoggingTransformURIResolver() - Constructor for class com.helger.commons.xml.transform.LoggingTransformURIResolver
 
LoggingTransformURIResolver(URIResolver) - Constructor for class com.helger.commons.xml.transform.LoggingTransformURIResolver
 
LogHelper - Class in com.helger.commons.log
Some utility functions to help integrating the IErrorLevel enum in this package with SLF4J logger.
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
 
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.EErrorLevel
Lowest error level within this enum
LRUMap<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.lru
A special ordered map, that has an upper limit of contained elements.
LRUMap(int) - Constructor for class com.helger.commons.collection.lru.LRUMap
Create a new object with the specified max size.
LRUSet<ELEMENTTYPE> - Class in com.helger.commons.collection.lru
A special ordered set, that has an upper limit of contained elements.
LRUSet(int) - Constructor for class com.helger.commons.collection.lru.LRUSet
 
LSResourceData - Class in com.helger.commons.xml.ls
This class encapsulates all data provided for resource resolving.
LSResourceData(String, String, String, String, String) - Constructor for class com.helger.commons.xml.ls.LSResourceData
 
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_aAttrs - Variable in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
Main attribute storage.
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.NonBlockingPushbackInputStream
The pushback buffer.
m_aCacheAccessStats - Variable in class com.helger.commons.cache.AbstractCache
 
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_aIndent - Variable in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
helper variable: current indentation.
m_aLogger - Variable in class com.helger.commons.mock.AbstractCommonsTestCase
 
m_aNSStack - Variable in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
Current stack of namespaces.
m_aQueue - Variable in class com.helger.commons.concurrent.collector.AbstractConcurrentCollector
 
m_aReadingResourceProviders - Variable in class com.helger.commons.io.resourceprovider.ReadableResourceProviderChain
 
m_aRWLock - Variable in class com.helger.commons.cache.AbstractCache
 
m_aRWLock - Variable in class com.helger.commons.scope.AbstractMapBasedScope
 
m_aRWLock - Variable in class com.helger.commons.scope.singleton.AbstractSingleton
 
m_aRWLock - Variable in class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
m_aRWLock - Variable in class com.helger.commons.xml.transform.CollectingTransformErrorListener
 
m_aSettings - Variable in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
The serialization settings
m_aSrcMap - Variable in class com.helger.commons.collection.impl.AbstractSoftMap
The internal HashMap that will hold the SoftReference.
m_aTab - Variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
 
m_aTree - Variable in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
m_aTree - Variable in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
m_aTree - Variable in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
m_aTree - Variable in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
m_aTree - Variable in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
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_nFreeCode - Variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
 
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 mark method before subsequent calls to the reset method fail.
m_nMarkPos - Variable in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
The value of the pos field at the time the last mark method 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.
mainResolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.AbstractLSResourceResolver
Allow the application to resolve external resources.
mainResolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.CollectingLSResourceResolver
 
mainResolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.LoggingLSResourceResolver
 
mainResolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.SimpleLSResourceResolver
Resolve a resource with the passed parameters
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(Set<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
makeUnmodifiable(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
makeUnmodifiable(NavigableSet<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
makeUnmodifiable(NavigableMap<KEYTYPE, VALUETYPE>) - 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(Set<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
makeUnmodifiableNotNull(Map<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
makeUnmodifiableNotNull(NavigableSet<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
makeUnmodifiableNotNull(NavigableMap<KEYTYPE, VALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
ManagedExecutorService - Class in com.helger.commons.concurrent
Wrapper around an ExecutorService with additional helper methods.
ManagedExecutorService(ExecutorService) - Constructor for class com.helger.commons.concurrent.ManagedExecutorService
 
MapBasedAttributeContainer<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.attr
Base class for all kind of any-any mapping container.
MapBasedAttributeContainer() - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
MapBasedAttributeContainer(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
MapBasedAttributeContainer(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
MapBasedAttributeContainer(IAttributeContainer<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
MapBasedAttributeContainer(boolean, ICommonsMap<KEYTYPE, VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
MapBasedAttributeContainerAny<KEYTYPE> - Class in com.helger.commons.collection.attr
Base class for all kind of string-object mapping container.
MapBasedAttributeContainerAny() - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainerAny
 
MapBasedAttributeContainerAny(KEYTYPE, Object) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainerAny
 
MapBasedAttributeContainerAny(Map<? extends KEYTYPE, ? extends Object>) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainerAny
 
MapBasedAttributeContainerAny(IAttributeContainer<? extends KEYTYPE, ? extends Object>) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainerAny
 
MapBasedAttributeContainerAny(boolean, ICommonsMap<KEYTYPE, Object>) - Constructor for class com.helger.commons.collection.attr.MapBasedAttributeContainerAny
 
MapBasedNamespaceContext - Class in com.helger.commons.xml.namespace
Represents a namespace context a 1:n (namespace:prefix) mapping.
MapBasedNamespaceContext() - Constructor for class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
MapBasedNamespaceContext(MapBasedNamespaceContext) - Constructor for class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
MapBasedNamespaceContext(IIterableNamespaceContext) - Constructor for class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
MapBasedReadOnlyAttributeContainer<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.attr
Default implementation of the IAttributeContainer based on a HashMap.
MapBasedReadOnlyAttributeContainer(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
MapBasedReadOnlyAttributeContainer(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
MapBasedReadOnlyAttributeContainer(IAttributeContainer<? extends KEYTYPE, ? extends VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
MapBasedReadOnlyAttributeContainer(boolean, ICommonsMap<KEYTYPE, VALUETYPE>) - Constructor for class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
Constructor to use a custom map for the attribute container
MapBasedXPathFunctionResolver - Class in com.helger.commons.xml.xpath
Class is used in conjunction with XPathExpression to resolve variable values used in XPath queries at runtime.
MapBasedXPathFunctionResolver() - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Default ctor.
MapBasedXPathFunctionResolver(MapBasedXPathFunctionResolver) - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Copy constructor
MapBasedXPathVariableResolver - Class in com.helger.commons.xml.xpath
Class is used in conjunction with XPathExpression to resolve variable values used in XPath queries at runtime.
MapBasedXPathVariableResolver() - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Default ctor.
MapBasedXPathVariableResolver(Map<String, ?>) - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Ctor taking another map.
MapBasedXPathVariableResolver(MapBasedXPathVariableResolver) - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Copy constructor
MapBasedXPathVariableResolverQName - Class in com.helger.commons.xml.xpath
Class is used in conjunction with XPathExpression to resolve variable values used in XPath queries at runtime.
MapBasedXPathVariableResolverQName() - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Default ctor.
MapBasedXPathVariableResolverQName(Map<QName, ?>) - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Ctor taking another map.
MapBasedXPathVariableResolverQName(MapBasedXPathVariableResolverQName) - Constructor for class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Copy constructor
MapEntry<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.impl
Simple implementation of Map.Entry.
MapEntry(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.impl.MapEntry
 
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.LoggingInputStream
 
mark(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
See the general contract of the mark method of InputStream.
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 mark and reset methods.
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 InputStream supports mark/reset.
markSupported() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
Tests if this input stream supports the mark and reset methods, 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.
maskXMLTextTo(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String, Writer) - Static method in class com.helger.commons.xml.serialize.write.XMLMaskHelper
 
matches(String) - Method in class com.helger.commons.mime.MimeTypeInfo.ExtensionWithSource
 
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_BYTE_VALUE - Static variable in class com.helger.commons.CGlobal
The maximum number that can be represented by a single byte.
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_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
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 IIntIDFactory using a single static AtomicInteger.
MemoryStaticIntIDFactory() - Constructor for class com.helger.commons.id.factory.MemoryStaticIntIDFactory
 
MemoryStaticLongIDFactory - Class in com.helger.commons.id.factory
An implementation of ILongIDFactory using a single static AtomicLong.
MemoryStaticLongIDFactory() - Constructor for class com.helger.commons.id.factory.MemoryStaticLongIDFactory
 
MessageDigestGenerator - Class in com.helger.commons.messagedigest
Base class for creating a cryptographic hash value.
MessageDigestGenerator() - Constructor for class com.helger.commons.messagedigest.MessageDigestGenerator
Create a default hash generator with the default algorithm.
MessageDigestGenerator(String) - Constructor for class com.helger.commons.messagedigest.MessageDigestGenerator
Create a default hash generator with the default algorithm and the specified security provider
MessageDigestGenerator(EMessageDigestAlgorithm...) - Constructor for class com.helger.commons.messagedigest.MessageDigestGenerator
Create a hash generator with a set of possible algorithms to use.
MessageDigestGenerator(String, EMessageDigestAlgorithm...) - Constructor for class com.helger.commons.messagedigest.MessageDigestGenerator
Create a hash generator with a set of possible algorithms to use.
MessageDigestGeneratorHelper - Class in com.helger.commons.messagedigest
Contains helper classes for handling message digests and there results.
MessageDigestInputStream - Class in com.helger.commons.io.stream
A wrapper around an InputStream that performs a hashing while reading.
MessageDigestInputStream(InputStream, EMessageDigestAlgorithm) - Constructor for class com.helger.commons.io.stream.MessageDigestInputStream
 
MessageDigestInputStream(InputStream, IMessageDigestGenerator) - Constructor for class com.helger.commons.io.stream.MessageDigestInputStream
 
MessageDigestOutputStream - Class in com.helger.commons.io.stream
A wrapper around an OutputStream that creates a message digest while writing.
MessageDigestOutputStream(OutputStream, EMessageDigestAlgorithm) - Constructor for class com.helger.commons.io.stream.MessageDigestOutputStream
 
MessageDigestOutputStream(OutputStream, IMessageDigestGenerator) - Constructor for class com.helger.commons.io.stream.MessageDigestOutputStream
 
MessageDigestValue - Class in com.helger.commons.messagedigest
Represents a single message digest value as the combination of the algorithm and the digest bytes.
MessageDigestValue(EMessageDigestAlgorithm, byte[]) - Constructor for class com.helger.commons.messagedigest.MessageDigestValue
 
MetaScopeFactory - Class in com.helger.commons.scope.mgr
The meta scope factory holding both the factory for non-web scopes as well as the factory for web-scopes.
MicroAttribute - Class in com.helger.commons.microdom
Default implementation of the IMicroAttribute interface.
MicroAttribute(String, String) - Constructor for class com.helger.commons.microdom.MicroAttribute
 
MicroAttribute(String, String, String) - Constructor for class com.helger.commons.microdom.MicroAttribute
 
MicroAttribute(IMicroQName, String) - Constructor for class com.helger.commons.microdom.MicroAttribute
 
MicroCDATA - Class in com.helger.commons.microdom
Default implementation of the IMicroCDATA interface.
MicroCDATA(char[], int, int) - Constructor for class com.helger.commons.microdom.MicroCDATA
 
MicroCDATA(CharSequence) - Constructor for class com.helger.commons.microdom.MicroCDATA
 
MicroComment - Class in com.helger.commons.microdom
Default implementation of the IMicroComment interface.
MicroComment(char[], int, int) - Constructor for class com.helger.commons.microdom.MicroComment
 
MicroComment(CharSequence) - Constructor for class com.helger.commons.microdom.MicroComment
 
MicroContainer - Class in com.helger.commons.microdom
Default implementation of the IMicroContainer interface.
MicroContainer() - Constructor for class com.helger.commons.microdom.MicroContainer
 
MicroContainer(IMicroNode...) - Constructor for class com.helger.commons.microdom.MicroContainer
 
MicroContainer(Iterable<? extends IMicroNode>) - Constructor for class com.helger.commons.microdom.MicroContainer
 
MicroDocument - Class in com.helger.commons.microdom
Default implementation of the IMicroDocument interface.
MicroDocument() - Constructor for class com.helger.commons.microdom.MicroDocument
 
MicroDocument(IMicroDocumentType) - Constructor for class com.helger.commons.microdom.MicroDocument
 
MicroDocumentType - Class in com.helger.commons.microdom
Default implementation of the IMicroDocumentType interface.
MicroDocumentType(IMicroDocumentType) - Constructor for class com.helger.commons.microdom.MicroDocumentType
 
MicroDocumentType(String, String, String) - Constructor for class com.helger.commons.microdom.MicroDocumentType
 
MicroDOMInputStreamProvider - Class in com.helger.commons.microdom.serialize
A special input stream provider that takes an existing IMicroNode and converts it to a byte array.
MicroDOMInputStreamProvider(IMicroNode) - Constructor for class com.helger.commons.microdom.serialize.MicroDOMInputStreamProvider
Constructor for MicroNodes using the default charset.
MicroDOMInputStreamProvider(IMicroNode, Charset) - Constructor for class com.helger.commons.microdom.serialize.MicroDOMInputStreamProvider
Constructor for MicroNodes.
MicroDOMInputStreamProvider(IMicroNode, IXMLWriterSettings) - Constructor for class com.helger.commons.microdom.serialize.MicroDOMInputStreamProvider
Constructor for micro nodes.
MicroElement - Class in com.helger.commons.microdom
Default implementation of the IMicroElement interface.
MicroElement(String) - Constructor for class com.helger.commons.microdom.MicroElement
 
MicroElement(String, String) - Constructor for class com.helger.commons.microdom.MicroElement
 
MicroEntityReference - Class in com.helger.commons.microdom
Default implementation of the IMicroEntityReference interface.
MicroEntityReference(String) - Constructor for class com.helger.commons.microdom.MicroEntityReference
 
MicroEvent - Class in com.helger.commons.microdom
Default implementation of the IMicroEvent interface.
MicroEvent(EMicroEvent, IMicroNode, IMicroNode) - Constructor for class com.helger.commons.microdom.MicroEvent
 
MicroException - Exception in com.helger.commons.microdom
Special MicroDOM exception.
MicroException(String) - Constructor for exception com.helger.commons.microdom.MicroException
 
MicroException(String, Throwable) - Constructor for exception com.helger.commons.microdom.MicroException
 
MicroHelper - Class in com.helger.commons.microdom.util
Some utility methods on micro nodes.
MicroProcessingInstruction - Class in com.helger.commons.microdom
Default implementation of the IMicroProcessingInstruction interface.
MicroProcessingInstruction(String) - Constructor for class com.helger.commons.microdom.MicroProcessingInstruction
 
MicroProcessingInstruction(String, String) - Constructor for class com.helger.commons.microdom.MicroProcessingInstruction
 
MicroQName - Class in com.helger.commons.microdom
Represents a simple qualified name.
MicroQName(String) - Constructor for class com.helger.commons.microdom.MicroQName
 
MicroQName(String, String) - Constructor for class com.helger.commons.microdom.MicroQName
 
MicroReader - Class in com.helger.commons.microdom.serialize
Utility class to read an XML stream into an IMicroDocument.
MicroRecursiveIterator - Class in com.helger.commons.microdom.util
Class for recursively visiting all elements of a micro node
MicroRecursiveIterator(IMicroNode) - Constructor for class com.helger.commons.microdom.util.MicroRecursiveIterator
 
MICROSECONDS_PER_MILLISECOND - Static variable in class com.helger.commons.CGlobal
Micro seconds per millisecond.
MICROSECONDS_PER_SECOND - Static variable in class com.helger.commons.CGlobal
Micro seconds per second.
MicroSerializer - Class in com.helger.commons.microdom.serialize
Materializes micro nodes into a string representation.
MicroSerializer() - Constructor for class com.helger.commons.microdom.serialize.MicroSerializer
 
MicroSerializer(IXMLWriterSettings) - Constructor for class com.helger.commons.microdom.serialize.MicroSerializer
 
MicroText - Class in com.helger.commons.microdom
Default implementation of the IMicroText interface.
MicroText(char[], int, int, boolean) - Constructor for class com.helger.commons.microdom.MicroText
 
MicroText(CharSequence) - Constructor for class com.helger.commons.microdom.MicroText
 
MicroText(CharSequence, boolean) - Constructor for class com.helger.commons.microdom.MicroText
 
MicroTypeConverter - Class in com.helger.commons.microdom.convert
A utility class for converting objects from and to IMicroElement.
MicroTypeConverterRegistry - Class in com.helger.commons.microdom.convert
A utility class for converting objects from and to IMicroElement.
MicroTypeConverterTreeXML<DATATYPE> - Class in com.helger.commons.tree.xml
A special implementation of IConverterTreeXML that uses the conversion rules stored in the MicroTypeConverterRegistry.
MicroTypeConverterTreeXML(String, Class<? extends DATATYPE>) - Constructor for class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
Constructor
MicroTypeConverterTreeXML(String, String, Class<? extends DATATYPE>) - Constructor for class com.helger.commons.tree.xml.MicroTypeConverterTreeXML
Constructor
MicroVisitor - Class in com.helger.commons.microdom.util
Helper class that visits a IMicroNode with a callback.
MicroWriter - Class in com.helger.commons.microdom.serialize
Utility class for serializing micro document objects.
MILLISECONDS_PER_HOUR - Static variable in class com.helger.commons.CGlobal
Milliseconds per hour.
MILLISECONDS_PER_MINUTE - Static variable in class com.helger.commons.CGlobal
Milliseconds per second.
MILLISECONDS_PER_SECOND - Static variable in class com.helger.commons.CGlobal
Milliseconds per second.
MIME_TYPE_INFO_XML - Static variable in class com.helger.commons.mime.MimeTypeInfoManager
 
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(IMimeType) - Constructor for class com.helger.commons.mime.MimeType
Kind of a copy constructor
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.
MimeTypeContent - Class in com.helger.commons.mime
Represent a single mapping from content bytes to an IMimeType.
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.
MimeTypeInfo - Class in com.helger.commons.mime
Represents a single MIME type with information relevant for us.
MimeTypeInfo(ICommonsOrderedSet<MimeTypeInfo.MimeTypeWithSource>, String, ICommonsOrderedSet<String>, ICommonsOrderedSet<String>, ICommonsOrderedSet<MimeTypeInfo.ExtensionWithSource>, String) - Constructor for class com.helger.commons.mime.MimeTypeInfo
 
MimeTypeInfo.ExtensionWithSource - Class in com.helger.commons.mime
 
MimeTypeInfo.MimeTypeWithSource - Class in com.helger.commons.mime
 
MimeTypeInfoManager - Class in com.helger.commons.mime
This is the central manager for all MimeTypeInfo objects.
MimeTypeInfoManager() - Constructor for class com.helger.commons.mime.MimeTypeInfoManager
Create a new empty (!!)
MimeTypeInfoMicroTypeConverterRegistrar - Class in com.helger.commons.mime
MimeTypeInfoMicroTypeConverterRegistrar() - Constructor for class com.helger.commons.mime.MimeTypeInfoMicroTypeConverterRegistrar
 
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 in com.helger.commons.mime
Exception for errors that occur during MIME type parsing.
MimeTypeParserException(String) - Constructor for exception com.helger.commons.mime.MimeTypeParserException
 
MimeTypeParserException(String, Throwable) - Constructor for exception com.helger.commons.mime.MimeTypeParserException
 
MimeTypeWithSource(String) - Constructor for class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
MimeTypeWithSource(IMimeType) - Constructor for class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
MimeTypeWithSource(IMimeType, String) - Constructor for class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
MIN_VAL - Static variable in class com.helger.commons.string.util.RomanNumeral
Minimum value incl. to be converted to a Roman numeral
MINUTES_PER_DAY - Static variable in class com.helger.commons.CGlobal
Minutes in a day.
MINUTES_PER_HOUR - Static variable in class com.helger.commons.CGlobal
Minutes in an hour.
MM_PER_INCH - Static variable in class com.helger.commons.CGlobal
Millimeter per inch (25.4)
MOCK_APPLICATION_SCOPE_ID - Static variable in class com.helger.commons.scope.mock.ScopeAwareTestSetup
 
MOCK_GLOBAL_SCOPE_ID - Static variable in class com.helger.commons.scope.mock.ScopeAwareTestSetup
 
MOCK_REQUEST_SCOPE_ID - Static variable in class com.helger.commons.scope.mock.ScopeAwareTestSetup
 
MOCK_SESSION_SCOPE_ID - Static variable in class com.helger.commons.scope.mock.ScopeAwareTestSetup
 
MockException - Exception in com.helger.commons.exception.mock
Non-runtime exception for test cases.
MockException() - Constructor for exception com.helger.commons.exception.mock.MockException
 
MockException(String) - Constructor for exception com.helger.commons.exception.mock.MockException
 
MockException(Throwable) - Constructor for exception com.helger.commons.exception.mock.MockException
 
MockException(String, Throwable) - Constructor for exception com.helger.commons.exception.mock.MockException
 
MockIOException - Exception in com.helger.commons.exception.mock
IO exception for test cases.
MockIOException() - Constructor for exception com.helger.commons.exception.mock.MockIOException
 
MockIOException(String) - Constructor for exception com.helger.commons.exception.mock.MockIOException
 
MockIOException(Throwable) - Constructor for exception com.helger.commons.exception.mock.MockIOException
 
MockIOException(String, Throwable) - Constructor for exception com.helger.commons.exception.mock.MockIOException
 
MockRuntimeException - Exception in com.helger.commons.exception.mock
Runtime exception for test cases.
MockRuntimeException() - Constructor for exception com.helger.commons.exception.mock.MockRuntimeException
 
MockRuntimeException(String) - Constructor for exception com.helger.commons.exception.mock.MockRuntimeException
 
MockRuntimeException(Throwable) - Constructor for exception com.helger.commons.exception.mock.MockRuntimeException
 
MockRuntimeException(String, Throwable) - Constructor for exception com.helger.commons.exception.mock.MockRuntimeException
 
MSG_TEXT - Static variable in exception com.helger.commons.exception.LoggedException
 
MSG_TEXT - Static variable in exception com.helger.commons.exception.LoggedIOException
 
MSG_TEXT - Static variable in exception com.helger.commons.exception.LoggedRuntimeException
 
MultiConcurrentHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on ConcurrentHashMap and CommonsArrayList values.
MultiConcurrentHashMapArrayListBased() - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapArrayListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapArrayListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on ConcurrentHashMap and CommonsHashSet values.
MultiConcurrentHashMapHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapHashSetBased(KEYTYPE, ICommonsSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on ConcurrentHashMap and CommonsLinkedHashSet values.
MultiConcurrentHashMapLinkedHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE, ICommonsOrderedSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsOrderedSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.helger.commons.collection.multimap
Multi map based on ConcurrentHashMap and CommonsTreeSet values.
MultiConcurrentHashMapTreeSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapTreeSetBased(KEYTYPE, ICommonsNavigableSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends ICommonsNavigableSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on ConcurrentHashMap and CommonsVector values.
MultiConcurrentHashMapVectorBased() - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapVectorBased
 
MultiConcurrentHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapVectorBased
 
MultiConcurrentHashMapVectorBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapVectorBased
 
MultiConcurrentHashMapVectorBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiConcurrentHashMapVectorBased
 
MultiHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on HashMap and CommonsArrayList values.
MultiHashMapArrayListBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapArrayListBased
 
MultiHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapArrayListBased
 
MultiHashMapArrayListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapArrayListBased
 
MultiHashMapArrayListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapArrayListBased
 
MultiHashMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiHashMapHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashMapBased
 
MultiHashMapHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashMapBased
 
MultiHashMapHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashMapBased
 
MultiHashMapHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashMapBased
 
MultiHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on HashMap and CommonsHashSet values.
MultiHashMapHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashSetBased
 
MultiHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashSetBased
 
MultiHashMapHashSetBased(KEYTYPE, ICommonsSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashSetBased
 
MultiHashMapHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapHashSetBased
 
MultiHashMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiHashMapLinkedHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashMapBased
 
MultiHashMapLinkedHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashMapBased
 
MultiHashMapLinkedHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashMapBased
 
MultiHashMapLinkedHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashMapBased
 
MultiHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on HashMap and CommonsLinkedHashSet values.
MultiHashMapLinkedHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapLinkedHashSetBased(KEYTYPE, ICommonsOrderedSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsOrderedSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiHashMapTreeMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeMapBased
 
MultiHashMapTreeMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeMapBased
 
MultiHashMapTreeMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeMapBased
 
MultiHashMapTreeMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeMapBased
 
MultiHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.helger.commons.collection.multimap
Multi map based on HashMap and CommonsTreeSet values.
MultiHashMapTreeSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeSetBased
 
MultiHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeSetBased
 
MultiHashMapTreeSetBased(KEYTYPE, ICommonsNavigableSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeSetBased
 
MultiHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends ICommonsNavigableSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapTreeSetBased
 
MultiHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on HashMap and CommonsVector values.
MultiHashMapVectorBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapVectorBased
 
MultiHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapVectorBased
 
MultiHashMapVectorBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapVectorBased
 
MultiHashMapVectorBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapVectorBased
 
MultiHashMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiHashMapWeakHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiHashMapWeakHashMapBased
 
MultiHashMapWeakHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapWeakHashMapBased
 
MultiHashMapWeakHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapWeakHashMapBased
 
MultiHashMapWeakHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiHashMapWeakHashMapBased
 
MultilingualText - Class in com.helger.commons.text
This class represents a multilingual text.
MultilingualText() - 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
 
MultilingualText(IMultilingualText) - Constructor for class com.helger.commons.text.MultilingualText
 
MultilingualTextConverter() - Constructor for class com.helger.commons.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter
 
MultilingualTextMicroTypeConverterRegistrar - Class in com.helger.commons.microdom.convert
MultilingualTextMicroTypeConverterRegistrar() - Constructor for class com.helger.commons.microdom.convert.MultilingualTextMicroTypeConverterRegistrar
 
MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter - Class in com.helger.commons.microdom.convert
 
MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter - Class in com.helger.commons.microdom.convert
 
MultiLinkedHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsLinkedHashMap and CommonsArrayList values.
MultiLinkedHashMapArrayListBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapArrayListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapArrayListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiLinkedHashMapHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashMapBased
 
MultiLinkedHashMapHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashMapBased
 
MultiLinkedHashMapHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashMapBased
 
MultiLinkedHashMapHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashMapBased
 
MultiLinkedHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsLinkedHashMap and CommonsHashSet values.
MultiLinkedHashMapHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapHashSetBased(KEYTYPE, ICommonsSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiLinkedHashMapLinkedHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashMapBased
 
MultiLinkedHashMapLinkedHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashMapBased
 
MultiLinkedHashMapLinkedHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashMapBased
 
MultiLinkedHashMapLinkedHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashMapBased
 
MultiLinkedHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsLinkedHashMap and CommonsLinkedHashSet values.
MultiLinkedHashMapLinkedHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased(KEYTYPE, ICommonsOrderedSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsOrderedSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiLinkedHashMapTreeMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeMapBased
 
MultiLinkedHashMapTreeMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeMapBased
 
MultiLinkedHashMapTreeMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeMapBased
 
MultiLinkedHashMapTreeMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeMapBased
 
MultiLinkedHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsLinkedHashMap and CommonsTreeSet values.
MultiLinkedHashMapTreeSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapTreeSetBased(KEYTYPE, ICommonsNavigableSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends ICommonsNavigableSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsLinkedHashMap and CommonsVector values.
MultiLinkedHashMapVectorBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapVectorBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapVectorBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiLinkedHashMapWeakHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapWeakHashMapBased
 
MultiLinkedHashMapWeakHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapWeakHashMapBased
 
MultiLinkedHashMapWeakHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapWeakHashMapBased
 
MultiLinkedHashMapWeakHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiLinkedHashMapWeakHashMapBased
 
MULTIPART_FORMDATA - Static variable in class com.helger.commons.mime.CMimeType
For HTML upload forms.
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(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
multiply(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
multiply(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
multiply(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
multiply(long) - Method in class com.helger.commons.mutable.MutableBigInteger
 
multiply(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
multiply(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
multiply(double) - Method in class com.helger.commons.mutable.MutableDouble
 
multiply(Number) - Method in class com.helger.commons.mutable.MutableDouble
 
multiply(float) - Method in class com.helger.commons.mutable.MutableFloat
 
multiply(Number) - Method in class com.helger.commons.mutable.MutableFloat
 
multiply(int) - Method in class com.helger.commons.mutable.MutableInt
 
multiply(Number) - Method in class com.helger.commons.mutable.MutableInt
 
multiply(long) - Method in class com.helger.commons.mutable.MutableLong
 
multiply(Number) - Method in class com.helger.commons.mutable.MutableLong
 
MultiTreeMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsTreeMap and CommonsArrayList values.
MultiTreeMapArrayListBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapHashMapBased<KEYTYPE1,KEYTYPE2,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiTreeMapHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashMapBased
 
MultiTreeMapHashMapBased(Comparator<? super KEYTYPE1>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashMapBased
 
MultiTreeMapHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashMapBased
 
MultiTreeMapHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashMapBased
 
MultiTreeMapHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashMapBased
 
MultiTreeMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsTreeMap and CommonsHashSet values.
MultiTreeMapHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(KEYTYPE, ICommonsSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapLinkedHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiTreeMapLinkedHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashMapBased
 
MultiTreeMapLinkedHashMapBased(Comparator<? super KEYTYPE1>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashMapBased
 
MultiTreeMapLinkedHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashMapBased
 
MultiTreeMapLinkedHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashMapBased
 
MultiTreeMapLinkedHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashMapBased
 
MultiTreeMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsTreeMap and CommonsLinkedHashSet values.
MultiTreeMapLinkedHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(KEYTYPE, ICommonsOrderedSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsOrderedSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapTreeMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiTreeMapTreeMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeMapBased
 
MultiTreeMapTreeMapBased(Comparator<? super KEYTYPE1>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeMapBased
 
MultiTreeMapTreeMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeMapBased
 
MultiTreeMapTreeMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeMapBased
 
MultiTreeMapTreeMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeMapBased
 
MultiTreeMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsTreeMap and CommonsTreeSet values.
MultiTreeMapTreeSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(KEYTYPE, ICommonsNavigableSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(Map<? extends KEYTYPE, ? extends ICommonsNavigableSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on CommonsTreeMap and CommonsVector values.
MultiTreeMapVectorBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(Comparator<? super KEYTYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapVectorBased
 
MultiTreeMapWeakHashMapBased<KEYTYPE1,KEYTYPE2 extends Comparable<? super KEYTYPE2>,VALUETYPE> - Class in com.helger.commons.collection.multimap
 
MultiTreeMapWeakHashMapBased() - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapWeakHashMapBased
 
MultiTreeMapWeakHashMapBased(Comparator<? super KEYTYPE1>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapWeakHashMapBased
 
MultiTreeMapWeakHashMapBased(KEYTYPE1, KEYTYPE2, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapWeakHashMapBased
 
MultiTreeMapWeakHashMapBased(KEYTYPE1, ICommonsMap<KEYTYPE2, VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapWeakHashMapBased
 
MultiTreeMapWeakHashMapBased(Map<? extends KEYTYPE1, ? extends ICommonsMap<KEYTYPE2, VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiTreeMapWeakHashMapBased
 
MultiWeakHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on WeakHashMap and CommonsArrayList values.
MultiWeakHashMapArrayListBased() - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapArrayListBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapArrayListBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on WeakHashMap and CommonsHashSet values.
MultiWeakHashMapHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapHashSetBased(KEYTYPE, ICommonsSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on WeakHashMap and CommonsLinkedHashSet values.
MultiWeakHashMapLinkedHashSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapLinkedHashSetBased(KEYTYPE, ICommonsOrderedSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends ICommonsOrderedSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.helger.commons.collection.multimap
Multi map based on WeakHashMap and CommonsTreeSet values.
MultiWeakHashMapTreeSetBased() - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapTreeSetBased(KEYTYPE, ICommonsNavigableSet<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends ICommonsNavigableSet<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.multimap
Multi map based on WeakHashMap and CommonsVector values.
MultiWeakHashMapVectorBased() - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapVectorBased
 
MultiWeakHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapVectorBased
 
MultiWeakHashMapVectorBased(KEYTYPE, ICommonsList<VALUETYPE>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapVectorBased
 
MultiWeakHashMapVectorBased(Map<? extends KEYTYPE, ? extends ICommonsList<VALUETYPE>>) - Constructor for class com.helger.commons.collection.multimap.MultiWeakHashMapVectorBased
 
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) and Annotation.hashCode().
MutableBigDecimal - Class in com.helger.commons.mutable
Object wrapper around a BigDecimal so that it can be passed a final object but is mutable.
MutableBigDecimal() - Constructor for class com.helger.commons.mutable.MutableBigDecimal
Initialize with default value MutableBigDecimal.DEFAULT_VALUE
MutableBigDecimal(long) - Constructor for class com.helger.commons.mutable.MutableBigDecimal
 
MutableBigDecimal(double) - 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 BigInteger so that it can be passed a final object but is mutable.
MutableBigInteger() - Constructor for class com.helger.commons.mutable.MutableBigInteger
Initialize with default value MutableBigInteger.DEFAULT_VALUE
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() - Constructor for class com.helger.commons.mutable.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class com.helger.commons.mutable.MutableBoolean
 
MutableBoolean(Boolean) - Constructor for class com.helger.commons.mutable.MutableBoolean
 
MutableBoolean(MutableBoolean) - 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() - Constructor for class com.helger.commons.mutable.MutableByte
Initialize with default value 0.
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.
MutableByte(byte) - 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() - Constructor for class com.helger.commons.mutable.MutableChar
Initialize with default value 0.
MutableChar(int) - Constructor for class com.helger.commons.mutable.MutableChar
Initialize with a certain int value.
MutableChar(Character) - Constructor for class com.helger.commons.mutable.MutableChar
Initialize with a certain value.
MutableChar(char) - Constructor for class com.helger.commons.mutable.MutableChar
Initialize with a certain value.
MutableChar(MutableChar) - Constructor for class com.helger.commons.mutable.MutableChar
 
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() - Constructor for class com.helger.commons.mutable.MutableDouble
Initialize with default value 0.0
MutableDouble(Number) - Constructor for class com.helger.commons.mutable.MutableDouble
 
MutableDouble(double) - 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() - Constructor for class com.helger.commons.mutable.MutableFloat
Initialize with default value 0.0f
MutableFloat(Number) - Constructor for class com.helger.commons.mutable.MutableFloat
 
MutableFloat(float) - 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() - Constructor for class com.helger.commons.mutable.MutableInt
Initialize with default value 0.
MutableInt(Number) - Constructor for class com.helger.commons.mutable.MutableInt
Initialize with a certain value.
MutableInt(int) - 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() - Constructor for class com.helger.commons.mutable.MutableLong
Initialize with default value 0L.
MutableLong(Number) - Constructor for class com.helger.commons.mutable.MutableLong
Initialize with a certain value.
MutableLong(long) - 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() - Constructor for class com.helger.commons.mutable.MutableShort
Initialize with default value 0.
MutableShort(int) - Constructor for class com.helger.commons.mutable.MutableShort
Initialize with a certain int value.
MutableShort(Number) - Constructor for class com.helger.commons.mutable.MutableShort
Initialize with a certain value.
MutableShort(short) - 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
 

N

NamespaceLevel() - Constructor for class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
Ctor
NamespaceStack(NamespaceContext) - Constructor for class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
NANOSECONDS_PER_MICROSECOND - Static variable in class com.helger.commons.CGlobal
Nanoseconds per microsecond.
NANOSECONDS_PER_MILLISECOND - Static variable in class com.helger.commons.CGlobal
Nanoseconds per millisecond.
NANOSECONDS_PER_SECOND - Static variable in class com.helger.commons.CGlobal
Nano seconds per second.
negate() - Method in interface com.helger.commons.filter.IFilter
 
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..
newArray(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.ArrayHelper
Wrapper that allows vararg arguments and returns the array.
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.
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.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.helger.commons.text.resourcebundle.XMLResourceBundleControl
 
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
 
newDocument() - Static method in class com.helger.commons.xml.XMLFactory
Create a new XML document without document type using version EXMLVersion.XML_10.
newDocument(DocumentBuilder) - Static method in class com.helger.commons.xml.XMLFactory
Create a new XML document without document type using version EXMLVersion.XML_10.
newDocument(EXMLVersion) - Static method in class com.helger.commons.xml.XMLFactory
Create a new XML document without document type using the default document builder.
newDocument(DocumentBuilder, EXMLVersion) - Static method in class com.helger.commons.xml.XMLFactory
Create a new XML document without document type using a custom document builder.
newDocument(String, String, String) - Static method in class com.helger.commons.xml.XMLFactory
Create a new document with a document type using version EXMLVersion.XML_10.
newDocument(EXMLVersion, String, String, String) - Static method in class com.helger.commons.xml.XMLFactory
Create a new document with a document type using the default document builder.
newDocument(DocumentBuilder, EXMLVersion, String, String, String) - Static method in class com.helger.commons.xml.XMLFactory
Create a new document with a document type using a custom document builder.
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
 
newException(Throwable) - Static method in exception com.helger.commons.exception.LoggedException
 
newException(String, Throwable) - Static method in exception com.helger.commons.exception.LoggedException
 
newException(Throwable) - Static method in exception com.helger.commons.exception.LoggedIOException
 
newException(String, Throwable) - Static method in exception com.helger.commons.exception.LoggedIOException
 
newException(Throwable) - Static method in exception com.helger.commons.exception.LoggedRuntimeException
 
newException(String, Throwable) - Static method in exception com.helger.commons.exception.LoggedRuntimeException
 
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(int) - Static method in class com.helger.commons.collection.CollectionHelper
 
newList() - 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(ELEMENTTYPE) - Static method in class com.helger.commons.collection.CollectionHelper
 
newList(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
 
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(IIterableIterator<? extends ELEMENTTYPE>) - 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
 
newListMapped(Iterable<? extends 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(Iterable<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>, Function<? super ELEMENTTYPE, ? 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(int) - Static method in class com.helger.commons.collection.CollectionHelper
 
newMap() - Static method in class com.helger.commons.collection.CollectionHelper
 
newMap(Map<KEYTYPE, VALUETYPE>, Predicate<Map.Entry<? super KEYTYPE, ? super VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newMap(KEYTYPE, VALUETYPE) - Static method in class com.helger.commons.collection.CollectionHelper
 
newMap(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
 
newMap(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(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - 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
 
newMapMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTKEYTYPE>, Function<? super SRCTYPE, ? extends DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newObjectListFromArray(Object, Class<?>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedMap(int) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedMap() - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedMap(Map<KEYTYPE, VALUETYPE>, Predicate<Map.Entry<? super KEYTYPE, ? super VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedMap(KEYTYPE, VALUETYPE) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedMap(ELEMENTTYPE...) - 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(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(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - 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
 
newOrderedMapMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, ? extends DSTKEYTYPE>, Function<? super SRCTYPE, ? extends DSTVALUETYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedSet(int) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedSet() - 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(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(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newOrderedSet(Enumeration<? 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
 
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
 
newPrimitiveQueue(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveQueue(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
 
newPrimitiveVector(boolean...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(byte...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(char...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(double...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(float...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(int...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(long...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newPrimitiveVector(short...) - Static method in class com.helger.commons.collection.PrimitiveCollectionHelper
 
newQueue(int) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue() - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue(ELEMENTTYPE) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.QueueHelper
Compared to Collections.list(Enumeration) this method is more flexible in Generics parameter.
newQueue(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueue(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.QueueHelper
 
newQueueMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.QueueHelper
 
newSet(int) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSet() - 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(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(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSet(Enumeration<? 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
 
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(Map<KEYTYPE, VALUETYPE>, Predicate<Map.Entry<? super KEYTYPE, ? super VALUETYPE>>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSortedMap(KEYTYPE, VALUETYPE) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSortedMap(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSortedMap(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(Collection<? extends Map.Entry<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(Collection<? extends ELEMENTTYPE>, Predicate<? super 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(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSortedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
newSortedSet(Enumeration<? 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
 
newStack(int) - Static method in class com.helger.commons.collection.StackHelper
 
newStack() - 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.
newStackMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.StackHelper
 
newTemplates(IReadableResource) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(Source) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(TransformerFactory, IReadableResource) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(TransformerFactory, Source) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newThread(Runnable) - Method in class com.helger.commons.concurrent.ExtendedDefaultThreadFactory
 
newTransformer() - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for no specific resource.
newTransformer(TransformerFactory) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for no specific resource.
newTransformer(IReadableResource) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(TransformerFactory, IReadableResource) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(Source) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(TransformerFactory, Source) - Static method in class com.helger.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newVector(int) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector() - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(Collection<? extends ELEMENTTYPE>, Predicate<? super ELEMENTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(ELEMENTTYPE) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(ELEMENTTYPE...) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
Compared to Collections.list(Enumeration) this method is more flexible in Generics parameter.
newVector(Iterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(Iterable<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(Collection<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
 
newVector(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
 
newVectorMapped(Collection<? extends SRCTYPE>, Function<? super SRCTYPE, DSTTYPE>) - Static method in class com.helger.commons.collection.VectorHelper
 
newVectorPrefilled(ELEMENTTYPE, int) - Static method in class com.helger.commons.collection.VectorHelper
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIterator
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorBoolean
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorByte
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorChar
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorDouble
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorInt
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorLong
 
next() - Method in class com.helger.commons.collection.iterate.ArrayIteratorShort
 
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.EmptyListIterator
 
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.collection.iterate.SingleElementIterator
 
next() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
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.iterate.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.microdom.util.MicroRecursiveIterator
 
next() - Method in class com.helger.commons.xml.ChildElementIterator
 
next() - Method in class com.helger.commons.xml.ChildNodeIterator
 
next() - Method in class com.helger.commons.xml.RecursiveChildNodeIterator
 
nextElement() - Method in class com.helger.commons.collection.iterate.ArrayEnumeration
 
nextElement() - Method in class com.helger.commons.collection.iterate.EmptyEnumeration
 
nextElement() - Method in class com.helger.commons.collection.iterate.EnumerationFromIterator
 
nextElement() - Method in class com.helger.commons.collection.iterate.SingleElementEnumeration
 
nextIndex() - Method in class com.helger.commons.collection.iterate.EmptyListIterator
 
nextIndex() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
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_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_VALUE - Static variable in class com.helger.commons.collection.map.IntFloatMap
 
NO_VALUE - Static variable in class com.helger.commons.collection.map.IntIntMap
 
NO_VALUE - Static variable in class com.helger.commons.collection.map.IntObjectMap
 
NonBlockingBitInputStream - Class in com.helger.commons.io.stream
The NonBlockingBitInputStream allows 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 NonBlockingBitOutputStream allows 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 BufferedInputStream and saves its argument, the input stream in, for later use.
NonBlockingBufferedInputStream(InputStream, int) - Constructor for class com.helger.commons.io.stream.NonBlockingBufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
NonBlockingBufferedOutputStream - Class in com.helger.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 ByteArrayInputStream so that it uses buf as its buffer array.
NonBlockingByteArrayInputStream(byte[], int, int) - Constructor for class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
Creates ByteArrayInputStream that uses aBuf as 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.
NonBlockingMessageDigestGenerator - Class in com.helger.commons.messagedigest
Base class for creating a cryptographic hash value.
NonBlockingMessageDigestGenerator() - Constructor for class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
Create a default hash generator with the default algorithm.
NonBlockingMessageDigestGenerator(String) - Constructor for class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
Create a default hash generator with the default algorithm and the specified security provider
NonBlockingMessageDigestGenerator(EMessageDigestAlgorithm...) - Constructor for class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
Create a hash generator with a set of possible algorithms to use.
NonBlockingMessageDigestGenerator(String, EMessageDigestAlgorithm...) - Constructor for class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
Create a hash generator with a set of possible algorithms to use.
NonBlockingProperties - Class in com.helger.commons.lang
The NonBlockingProperties class 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, int) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
NonBlockingPushbackInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
NonBlockingPushbackReader - Class in com.helger.commons.io.stream
A non-synchronized copy of the class PushbackReader.
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.
NonBlockingPushbackReader(Reader) - Constructor for class com.helger.commons.io.stream.NonBlockingPushbackReader
Creates a new pushback reader with a one-character pushback buffer.
NonBlockingStack<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
A version of a stack that does not use Vector but an CommonsArrayList as the underlying data structure as opposed to Stack.
NonBlockingStack() - Constructor for class com.helger.commons.collection.impl.NonBlockingStack
 
NonBlockingStack(int) - Constructor for class com.helger.commons.collection.impl.NonBlockingStack
 
NonBlockingStack(ELEMENTTYPE...) - Constructor for class com.helger.commons.collection.impl.NonBlockingStack
 
NonBlockingStack(Collection<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.NonBlockingStack
 
NonBlockingStack(NonBlockingStack<? extends ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.NonBlockingStack
 
NonBlockingStringReader - Class in com.helger.commons.io.stream
A non-synchronized copy of the class StringReader.
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.
NonBlockingStringWriter - Class in com.helger.commons.io.stream
A non-synchronized copy of the class StringWriter.
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 InputStream that 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 OutputStream that 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 Reader that 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 Writer that does not close the stream.
NonClosingWriter(Writer) - Constructor for class com.helger.commons.io.stream.NonClosingWriter
 
none() - Static method in interface com.helger.commons.filter.IFilter
 
Nonempty - Annotation Type in com.helger.commons.annotation
A specialization of the Nonnull annotation 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 null value.
noNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed iterable contains no null value.
noNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed map is neither null nor empty and that no null key or value is contained.
notEmpty(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed String is neither null nor empty.
notEmpty(T[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(boolean[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(byte[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(char[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(double[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(float[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(int[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(long[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(short[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Collection is neither null nor empty.
notEmpty(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Iterable is neither null nor empty.
notEmpty(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Collection is neither null nor empty.
notEmptyNoNullValue(T[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is neither null nor empty and that no null value is contained.
notEmptyNoNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed collection is neither null nor empty and that no null value is contained.
notEmptyNoNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed map is neither null nor empty and that no null value is contained.
notifyOnInvalidXMLCharacter(String, Set<Character>) - Method in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
Called in case XML data contains an invalid character
notNull() - Static method in interface com.helger.commons.filter.IFilter
 
notNull(T, 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 null and equal to the provided expected value.
notNullNoNullValue(T[], String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed Array is not null and that no null value is contained.
notNullNoNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed collection is not null and that no null value is contained.
notNullNoNullValue(T, String) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed map is not null and that no null value is contained.
notNullNotEquals(T, String, T) - Static method in class com.helger.commons.ValueEnforcer
Check that the passed value is not null and 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.
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.
NullOutputStream - Class in com.helger.commons.io.stream
An OutputStream that discards all bytes to be written
NullOutputStream() - Constructor for class com.helger.commons.io.stream.NullOutputStream
 

O

ObjectPool<DATATYPE> - Class in com.helger.commons.pool
A simple generic object pool with a fixed size determined in the constructor.
ObjectPool(int, IFactory<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.
ObjectType(String) - Constructor for class com.helger.commons.type.ObjectType
 
onAddItem(ITEMTYPE) - Method in class com.helger.commons.tree.withid.AbstractTreeItemWithIDFactory
 
onAddItem(ITEMTYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithIDFactory
To be called once a tree item is added to the owning tree.
onAddItem(ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
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.
onAfterInstantiation(IScope) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
Called after the singleton was instantiated.
onAppendChild(AbstractMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
Callback that is invoked once a child is to be appended.
onAppendChild(AbstractMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
onAppendChild(AbstractMicroNode) - Method in class com.helger.commons.microdom.MicroDocument
 
onApplicationScopeBegin(IApplicationScope) - Method in interface com.helger.commons.scope.spi.IApplicationScopeSPI
Called after the application scope was started
onApplicationScopeBegin(IApplicationScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onApplicationScopeEnd(IApplicationScope) - Method in interface com.helger.commons.scope.spi.IApplicationScopeSPI
Called before the application scope is shut down
onApplicationScopeEnd(IApplicationScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onBeforeDestroy(IScope) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
Called before this singleton is destroyed.
onBeforeRemoveAllAttributes() - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
Internal callback method that can be used to avoid removal of all attributes.
onBeforeRemoveAttribute(KEYTYPE) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
Internal callback method that can be used to avoid removal of an attribute.
onBeforeScopeDestruction(IScope) - Method in interface com.helger.commons.scope.IScopeDestructionAware
Called before the owning scope is destroyed.
onBeforeScopeDestruction(IScope) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
onBeforeSetAttributeValue(KEYTYPE, VALUETYPE) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
Internal callback method that can be used to check constraints on an attribute name or value.
onCache(String, IStatisticsHandlerCache) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per cache entry
onCache(String, IStatisticsHandlerCache) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
onCDATA(String) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
CDATA node.
onComment(String) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
Comment node.
onContentElementWhitespace(CharSequence) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
Ignorable whitespace characters.
onCounter(String, IStatisticsHandlerCounter) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per counter entry
onCounter(String, IStatisticsHandlerCounter) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
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
 
onDestroy(IScope) - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
onDestroy(IScope) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
Called when this singleton is destroyed.
onDestroy(IScope) - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
 
onDocumentType(String, String, String) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
On XML document type.
onElementEnd(String, String, boolean, EXMLSerializeBracketMode) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
End of an element.
onElementStart(String, String, Map<QName, String>, boolean, EXMLSerializeBracketMode) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
Start of an element.
onEntityReference(String) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
On entity reference.
onEntryRemoved(K) - Method in class com.helger.commons.collection.impl.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
 
onEvent(EMicroEvent, IMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
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
 
onFileChanged(FileChangeEvent) - Method in interface com.helger.commons.io.monitor.IFileMonitorCallback
Called when a file is changed.
onFileCreated(FileChangeEvent) - Method in interface com.helger.commons.io.monitor.IFileMonitorCallback
Called when a file is created.
onFileDeleted(FileChangeEvent) - Method in interface com.helger.commons.io.monitor.IFileMonitorCallback
Called when a file is deleted.
onGlobalBegin(String) - Static method in class com.helger.commons.scope.mgr.ScopeManager
This method is used to set the initial global scope.
onGlobalEnd() - Static method in class com.helger.commons.scope.mgr.ScopeManager
To be called when the singleton global context is to be destroyed.
onGlobalScopeBegin(IGlobalScope) - Method in interface com.helger.commons.scope.spi.IGlobalScopeSPI
Called after the global scope was started
onGlobalScopeBegin(IGlobalScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onGlobalScopeEnd(IGlobalScope) - Method in interface com.helger.commons.scope.spi.IGlobalScopeSPI
Called before the global scope is shut down
onGlobalScopeEnd(IGlobalScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
Callback that is invoked once a child is to be inserted after another child.
onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
onInsertAtIndex(int, AbstractMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
Callback that is invoked once a child is to be inserted at the specified index.
onInsertAtIndex(int, AbstractMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
Callback that is invoked once a child is to be inserted before another child.
onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
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.
onItemAfterChildren(ITEMTYPE) - Method in class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
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.
onItemBeforeChildren(ITEMTYPE) - Method in class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per keyed-counter entry
onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per keyed-size entry
onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per keyed-timer entry
onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
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.
onLevelDown() - Method in class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
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.
onLevelUp() - Method in class com.helger.commons.tree.util.TreeVisitor.HierarchyVisitorCallbackWithConversion
 
onMark(int, long) - Method in class com.helger.commons.io.stream.LoggingInputStream
 
onProcessingInstruction(String, String) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
On processing instruction
onRead(int, long) - Method in class com.helger.commons.io.stream.LoggingInputStream
 
onRemoveAllChildren() - Method in class com.helger.commons.microdom.AbstractMicroNode
Remove all children from this node.
onRemoveAllChildren() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
onRemoveChild(IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
Callback when a child is removed.
onRemoveChild(IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
onRemoveChildAtIndex(int) - Method in class com.helger.commons.microdom.AbstractMicroNode
Remove the child not at the specified index.
onRemoveChildAtIndex(int) - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
onRemoveEldestEntry(int, Map.Entry<K, V>) - Method in class com.helger.commons.collection.impl.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.lru.LoggingLRUMap
 
onRemoveEldestEntry(int, Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.collection.lru.LRUMap
Protected method that is invoked every time the oldest entry is removed.
onRemoveEldestEntry(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.lru.LRUSet
Protected method that is invoked every time an element is removed from the cache, because the maximum size is exceeded.
onRemoveItem(ITEMTYPE) - Method in class com.helger.commons.tree.withid.AbstractTreeItemWithIDFactory
 
onRemoveItem(ITEMTYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithIDFactory
To be called once a tree item is removed from the owning tree.
onRemoveItem(ITEMTYPE) - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
onRequestBegin(String, String, String) - Static method in class com.helger.commons.scope.mgr.ScopeManager
 
onRequestEnd() - Static method in class com.helger.commons.scope.mgr.ScopeManager
To be called after a request finished.
onRequestScopeBegin(IRequestScope) - Method in interface com.helger.commons.scope.spi.IRequestScopeSPI
Called after the request scope was started
onRequestScopeBegin(IRequestScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onRequestScopeEnd(IRequestScope) - Method in interface com.helger.commons.scope.spi.IRequestScopeSPI
Called before the request scope is shut down
onRequestScopeEnd(IRequestScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onReset(long) - Method in class com.helger.commons.io.stream.LoggingInputStream
 
onScopeBegin(ISessionScope) - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
Register the passed session scope in the internal map, call the #initScope() method and finally invoke the SPIs for the new scope.
onScopeDestruction(IScope) - Method in interface com.helger.commons.scope.IScopeDestructionAware
Called when the owning scope is destroyed.
onScopeDestruction(IScope) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
onScopeEnd(ISessionScope) - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
Close the passed session scope gracefully.
onSessionApplicationScopeBegin(ISessionApplicationScope) - Method in interface com.helger.commons.scope.spi.ISessionApplicationScopeSPI
Called after the session application scope was started
onSessionApplicationScopeBegin(ISessionApplicationScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onSessionApplicationScopeEnd(ISessionApplicationScope) - Method in interface com.helger.commons.scope.spi.ISessionApplicationScopeSPI
Called before the session application scope is shut down
onSessionApplicationScopeEnd(ISessionApplicationScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onSessionScopeBegin(ISessionScope) - Method in interface com.helger.commons.scope.spi.ISessionScopeSPI
Called after the session scope was started
onSessionScopeBegin(ISessionScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onSessionScopeEnd(ISessionScope) - Method in interface com.helger.commons.scope.spi.ISessionScopeSPI
Called before the session scope is shut down
onSessionScopeEnd(ISessionScope) - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
onSize(String, IStatisticsHandlerSize) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per size entry
onSize(String, IStatisticsHandlerSize) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
onSkip(long, long) - Method in class com.helger.commons.io.stream.LoggingInputStream
 
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
 
onText(String, boolean) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
Text node.
onTimer(String, IStatisticsHandlerTimer) - Method in interface com.helger.commons.statistics.util.IStatisticsVisitorCallback
Called per timer entry
onTimer(String, IStatisticsHandlerTimer) - Method in class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
onVirtualMachineStart() - Method in interface com.helger.commons.vminit.IVirtualMachineEventSPI
Called upon Java VM initialization.
onVirtualMachineStop() - Method in interface com.helger.commons.vminit.IVirtualMachineEventSPI
Called upon Java VM shutdown.
onWrite(int, long) - Method in class com.helger.commons.io.stream.LoggingOutputStream
 
onXMLDeclaration(EXMLVersion, String, boolean) - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
At the very beginning of the document (XML declaration).
or(IFilter<? super DATATYPE>) - Method in interface com.helger.commons.filter.IFilter
 
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(IFinishIndicator) - Method in interface com.helger.commons.state.IFinishIndicator
 
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
 
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.
OverrideOnDemand - Annotation Type in com.helger.commons.annotation
Just to indicate that a method is meant to be overridden in sub classes.

P

Pair<DATA1TYPE,DATA2TYPE> - Class in com.helger.commons.collection.pair
A generic pair class.
Pair() - Constructor for class com.helger.commons.collection.pair.Pair
 
Pair(T2, U2) - Constructor for class com.helger.commons.collection.pair.Pair
 
Pair(IPair<? extends DATA1TYPE, ? extends DATA2TYPE>) - Constructor for class com.helger.commons.collection.pair.Pair
 
PARAMETER_NAME_CHARSET - Static variable in class com.helger.commons.mime.CMimeType
The special "charset" MIME type parameter name
parentDirectoryPublic() - Static method in interface com.helger.commons.io.file.filter.IFileFilter
 
parentProviderHasParent() - Static method in interface com.helger.commons.hierarchy.IParentProvider
 
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(String, NumberFormat) - Static method in class com.helger.commons.locale.LocaleParser
 
parse(String, NumberFormat, Number) - 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
 
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) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, BigDecimal) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, int, RoundingMode) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, int, RoundingMode, BigDecimal) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigInteger(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigInteger with radix 10.
parseBigInteger(String, int) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigInteger with the specified radix.
parseBigInteger(String, BigInteger) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigInteger with radix 10.
parseBigInteger(String, int, BigInteger) - Static method in class com.helger.commons.string.StringParser
Parse the given String as BigInteger with the specified radix.
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 String as boolean value.
parseBool(String, boolean) - Static method in class com.helger.commons.string.StringParser
Parse the given String as 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
Try to interpret the passed Object as Boolean.
parseBoolObj(String) - Static method in class com.helger.commons.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseBoolObjExact(String) - Static method in class com.helger.commons.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseBoolObjExact(String, Boolean) - Static method in class com.helger.commons.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseByte(String, Locale, byte) - Static method in class com.helger.commons.locale.LocaleParser
 
parseByte(String, NumberFormat, byte) - Static method in class com.helger.commons.locale.LocaleParser
 
parseByte(Object, byte) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as byte with radix 10.
parseByte(Object, int, byte) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as byte with the specified radix.
parseByte(String, byte) - Static method in class com.helger.commons.string.StringParser
Parse the given String as byte with radix 10.
parseByte(String, int, byte) - Static method in class com.helger.commons.string.StringParser
Parse the given String as byte with the specified radix.
parseByteObj(Object) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Byte with radix 10.
parseByteObj(Object, Byte) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Byte with radix 10.
parseByteObj(Object, int, Byte) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Byte with the specified radix.
parseByteObj(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Byte with radix 10.
parseByteObj(String, Byte) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Byte with radix 10.
parseByteObj(String, int, Byte) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Byte with the specified radix.
parseDouble(String, Locale, double) - Static method in class com.helger.commons.locale.LocaleParser
 
parseDouble(String, NumberFormat, double) - Static method in class com.helger.commons.locale.LocaleParser
 
parseDouble(Object, double) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as double.
parseDouble(String, double) - Static method in class com.helger.commons.string.StringParser
Parse the given String as double.
parseDoubleObj(Object) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Double.
parseDoubleObj(Object, Double) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Double.
parseDoubleObj(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Double.
parseDoubleObj(String, Double) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Double.
parseFloat(String, Locale, float) - Static method in class com.helger.commons.locale.LocaleParser
 
parseFloat(String, NumberFormat, float) - Static method in class com.helger.commons.locale.LocaleParser
 
parseFloat(Object, float) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as float.
parseFloat(String, float) - Static method in class com.helger.commons.string.StringParser
Parse the given String as float.
parseFloatObj(Object) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Float.
parseFloatObj(Object, Float) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Float.
parseFloatObj(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Float.
parseFloatObj(String, Float) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Float.
parseInt(String, Locale, int) - Static method in class com.helger.commons.locale.LocaleParser
 
parseInt(String, NumberFormat, int) - Static method in class com.helger.commons.locale.LocaleParser
 
parseInt(Object, int) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as int with radix StringParser.DEFAULT_RADIX.
parseInt(Object, int, int) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as int with the specified radix.
parseInt(String, int) - Static method in class com.helger.commons.string.StringParser
Parse the given String as int with radix 10.
parseInt(String, int, int) - Static method in class com.helger.commons.string.StringParser
Parse the given String as int with the specified radix.
parseIntObj(Object) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Integer with radix 10.
parseIntObj(Object, Integer) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Integer with radix 10.
parseIntObj(Object, int, Integer) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Integer with the specified radix.
parseIntObj(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Integer with radix 10.
parseIntObj(String, Integer) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Integer with radix StringParser.DEFAULT_RADIX.
parseIntObj(String, int, Integer) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Integer with the specified radix.
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(String, Locale, long) - Static method in class com.helger.commons.locale.LocaleParser
 
parseLong(String, NumberFormat, long) - Static method in class com.helger.commons.locale.LocaleParser
 
parseLong(Object, long) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as long with radix 10.
parseLong(Object, int, long) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as long with the specified radix.
parseLong(String, long) - Static method in class com.helger.commons.string.StringParser
Parse the given String as long with radix 10.
parseLong(String, int, long) - Static method in class com.helger.commons.string.StringParser
Parse the given String as long with the specified radix.
parseLongObj(Object) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Long with radix 10.
parseLongObj(Object, Long) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Long with radix 10.
parseLongObj(Object, int, Long) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Long with the specified radix.
parseLongObj(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Long with radix 10.
parseLongObj(String, Long) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Long with radix StringParser.DEFAULT_RADIX.
parseLongObj(String, int, Long) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Long with the specified radix.
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.
parseShort(String, Locale, short) - Static method in class com.helger.commons.locale.LocaleParser
 
parseShort(String, NumberFormat, short) - Static method in class com.helger.commons.locale.LocaleParser
 
parseShort(Object, short) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as short with radix 10.
parseShort(Object, int, short) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as short with the specified radix.
parseShort(String, short) - Static method in class com.helger.commons.string.StringParser
Parse the given String as short with radix 10.
parseShort(String, int, short) - Static method in class com.helger.commons.string.StringParser
Parse the given String as short with the specified radix.
parseShortObj(Object) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Short with radix 10.
parseShortObj(Object, Short) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Short with radix 10.
parseShortObj(Object, int, Short) - Static method in class com.helger.commons.string.StringParser
Parse the given Object as Short with the specified radix.
parseShortObj(String) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Short with radix 10.
parseShortObj(String, Short) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Short with radix StringParser.DEFAULT_RADIX.
parseShortObj(String, int, Short) - Static method in class com.helger.commons.string.StringParser
Parse the given String as Short with the specified radix.
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
PATTERN_ATTVALUE - Static variable in class com.helger.commons.xml.CXMLRegEx
Pattern for attribute values
PATTERN_NAME - Static variable in class com.helger.commons.xml.CXMLRegEx
Pattern for names
PATTERN_NAME_QUICK - Static variable in class com.helger.commons.xml.CXMLRegEx
Pattern for names that is much quicker but is not 100% correct
PATTERN_NCNAME - Static variable in class com.helger.commons.xml.CXMLRegEx
Pattern for NC names
PATTERN_NMTOKEN - Static variable in class com.helger.commons.xml.CXMLRegEx
Pattern for NM tokens
PATTERN_QNAME - Static variable in class com.helger.commons.xml.CXMLRegEx
Pattern for qualified names
PB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
Suffix for Petabytes
peek() - Method in class com.helger.commons.collection.impl.NonBlockingStack
Looks at the object at the top of this stack without removing it from the stack.
PI_END - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
PI_START - Static variable in class com.helger.commons.xml.serialize.write.XMLEmitter
 
pop() - Method in class com.helger.commons.collection.impl.NonBlockingStack
Removes the object at the top of this stack and returns that object as the value of this function.
pop() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
End the current namespace level.
postAndGetInputStream(URL, int, int, IMimeType, byte[], Map<String, String>, Consumer<URLConnection>, IMutableWrapper<IOException>) - Static method in class com.helger.commons.url.URLHelper
Deprecated.
Use Apache http client or the like for a much better handling
postDestroy() - Method in class com.helger.commons.scope.AbstractMapBasedScope
Override this method to perform further actions AFTER the scope was destroyed.
postDestroy() - Method in class com.helger.commons.scope.ApplicationScope
 
postDestroy() - Method in class com.helger.commons.scope.GlobalScope
 
postDestroy() - Method in class com.helger.commons.scope.RequestScope
 
postDestroy() - Method in class com.helger.commons.scope.SessionApplicationScope
 
postDestroy() - Method in class com.helger.commons.scope.SessionScope
 
POSTFIX - Static variable in class com.helger.commons.codec.AbstractRFC1522Codec
Postfix.
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
preDestroy() - Method in class com.helger.commons.scope.AbstractMapBasedScope
Override this method to perform further actions BEFORE the scope is destroyed.
preDestroy() - Method in class com.helger.commons.scope.ApplicationScope
 
preDestroy() - Method in class com.helger.commons.scope.GlobalScope
 
preDestroy() - Method in class com.helger.commons.scope.RequestScope
 
preDestroy() - Method in class com.helger.commons.scope.SessionApplicationScope
 
preDestroy() - Method in class com.helger.commons.scope.SessionScope
 
PREFERRED_ENCODING - Static variable in class com.helger.commons.base64.Base64
Preferred encoding.
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
prependData(CharSequence) - Method in interface com.helger.commons.microdom.IMicroDataAware
Add characters to the beginning of the current data.
prependData(char[], int, int) - Method in interface com.helger.commons.microdom.IMicroDataAware
Add characters to the beginning of the current data.
prependData(char) - Method in interface com.helger.commons.microdom.IMicroDataAware
Add a character to the beginning of the current data.
prependData(CharSequence) - Method in class com.helger.commons.microdom.MicroCDATA
 
prependData(char[], int, int) - Method in class com.helger.commons.microdom.MicroCDATA
 
prependData(char) - Method in class com.helger.commons.microdom.MicroCDATA
 
prependData(CharSequence) - Method in class com.helger.commons.microdom.MicroComment
 
prependData(char[], int, int) - Method in class com.helger.commons.microdom.MicroComment
 
prependData(char) - Method in class com.helger.commons.microdom.MicroComment
 
prependData(CharSequence) - Method in class com.helger.commons.microdom.MicroText
 
prependData(char[], int, int) - Method in class com.helger.commons.microdom.MicroText
 
prependData(char) - Method in class com.helger.commons.microdom.MicroText
 
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.collection.iterate.EmptyListIterator
 
previous() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
previousIndex() - Method in class com.helger.commons.collection.iterate.EmptyListIterator
 
previousIndex() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
PrimitiveCollectionHelper - Class in com.helger.commons.collection
Collection helper for primitive data types (boolean, byte, char, double, float, int, long and short).
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
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.
PROTOCOL_FILE - Static variable in class com.helger.commons.url.URLHelper
The protocol for file resources
push(ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.NonBlockingStack
Pushes an item onto the top of this stack.
push() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
Start a new namespace level.
put(K, V) - Method in class com.helger.commons.collection.impl.AbstractSoftMap
Here we put the key, value pair into the HashMap using a SoftValue object.
put(KEYTYPE, VALUETYPE) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
put(int, float) - Method in class com.helger.commons.collection.map.IntFloatMap
 
put(int, int) - Method in class com.helger.commons.collection.map.IntIntMap
 
put(int, T) - Method in class com.helger.commons.collection.map.IntObjectMap
 
put(String, String) - Method in class com.helger.commons.url.SMap
Deprecated.
putAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
putAll(Map<? extends String, ? extends String>) - Method in class com.helger.commons.url.SMap
Deprecated.
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.multimap.IMultiMap
Add all values into the container identified by the passed key-value-map.
putAllIn(Map<? extends KEYTYPE1, ? extends Map<KEYTYPE2, VALUETYPE>>) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
Add all values into the container identified by the passed key-value-map.
putIf(KEYTYPE, VALUETYPE, Predicate<VALUETYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
putIfNotNull(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
putInCache(KEYTYPE, VALUETYPE) - Method in class com.helger.commons.cache.AbstractCache
Put a new value into the cache.
putInCacheNotLocked(KEYTYPE, VALUETYPE) - Method in class com.helger.commons.cache.AbstractCache
Put a new value into the cache.
putSingle(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.multimap.IMultiMap
Add a single value into the container identified by the passed key.
putSingle(KEYTYPE, VALUETYPE, int) - Method in interface com.helger.commons.collection.multimap.IMultiMapListBased
Add a single value into the container identified by the passed key at the specified index.
putSingle(KEYTYPE1, KEYTYPE2, VALUETYPE) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
Add a single value into the container identified by the passed key.

Q

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
 
QueueHelper - Class in com.helger.commons.collection
 
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_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

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(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() - Method in class com.helger.commons.io.stream.ByteBufferInputStream
 
read(byte[]) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
 
read(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBufferInputStream
Reads as much as possible into the destination buffer.
read() - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
 
read(byte[]) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
 
read(byte[], int, int) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
 
read(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBuffersInputStream
Reads as much as possible into the destination buffer.
read() - Method in class com.helger.commons.io.stream.CountingFileInputStream
 
read(byte[]) - Method in class com.helger.commons.io.stream.CountingFileInputStream
 
read(byte[], int, int) - Method in class com.helger.commons.io.stream.CountingFileInputStream
 
read() - Method in class com.helger.commons.io.stream.CountingInputStream
 
read(byte[], int, int) - Method in class com.helger.commons.io.stream.CountingInputStream
 
read() - Method in class com.helger.commons.io.stream.LoggingInputStream
 
read(byte[], int, int) - Method in class com.helger.commons.io.stream.LoggingInputStream
 
read() - Method in class com.helger.commons.io.stream.MessageDigestInputStream
 
read(byte[], int, int) - Method in class com.helger.commons.io.stream.MessageDigestInputStream
 
read() - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
See the general contract of the read method of InputStream.
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() - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
Reads a single character.
read(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedReader
Reads characters into a portion of an array.
read() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayInputStream
Reads up to len bytes of data into an array of bytes 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(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
Reads a single character.
read(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingPushbackReader
Reads characters into a portion of an array.
read() - Method in class com.helger.commons.io.stream.NonBlockingStringReader
Reads a single character.
read(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingStringReader
Reads characters into a portion of an array.
read(IReadableResource) - Method in class com.helger.commons.mime.MimeTypeInfoManager
Read the information from the specified resource.
ReadableResourceByteArray - Class in com.helger.commons.io.resource.inmemory
An in-memory IReadableResource based on a byte array.
ReadableResourceByteArray(byte[]) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceByteArray
 
ReadableResourceInputStream - Class in com.helger.commons.io.resource.inmemory
An in-memory IReadableResource based on an InputStream.
ReadableResourceInputStream(InputStream) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceInputStream
 
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
 
ReadableResourceSAXInputSource - Class in com.helger.commons.xml.sax
Special InputSource implementation that reads from IReadableResource or IHasInputStream objects.
ReadableResourceSAXInputSource(IReadableResource) - Constructor for class com.helger.commons.xml.sax.ReadableResourceSAXInputSource
 
ReadableResourceSAXInputSource(IHasInputStream, String) - Constructor for class com.helger.commons.xml.sax.ReadableResourceSAXInputSource
 
ReadableResourceString - Class in com.helger.commons.io.resource.inmemory
An in-memory IReadableResource based on a String which is converted to a byte array with the provided charset.
ReadableResourceString(String, Charset) - Constructor for class com.helger.commons.io.resource.inmemory.ReadableResourceString
 
readAbstractSingletonFields(ObjectInputStream) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
Set all internal status variables to the values read from the specified ObjectInputStream.
readAll() - Method in class com.helger.commons.csv.CSVReader
Reads the entire file into a list with each element being a list of String of tokens.
readAllChangeLogs() - Static method in class com.helger.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(ClassLoader) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(IHasClassLoader) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(IChangeLogSerializerCallback) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(IChangeLogSerializerCallback, ClassLoader) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
 
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.
readChangeLog(IHasInputStream) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
Read the change log resource specified by the input stream provider using the default logging callback.
readChangeLog(IHasInputStream, IChangeLogSerializerCallback) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
Read the change log resource specified by the input stream provider.
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
 
readDefault() - Method in class com.helger.commons.mime.MimeTypeInfoManager
Read the default resource.
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.
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.
readLine() - Method in class com.helger.commons.csv.CSVLineReaderBufferedReader
 
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.
readList(IHasInputStream) - Static method in class com.helger.commons.microdom.util.XMLListHandler
 
readList(IHasInputStream, Collection<String>) - Static method in class com.helger.commons.microdom.util.XMLListHandler
 
readList(InputStream) - Static method in class com.helger.commons.microdom.util.XMLListHandler
Read a predefined XML file that contains list items.
readList(InputStream, Collection<String>) - Static method in class com.helger.commons.microdom.util.XMLListHandler
Read a predefined XML file that contains list items.
readList(IMicroElement, Collection<String>) - Static method in class com.helger.commons.microdom.util.XMLListHandler
 
readLocked(Runnable) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided runnable in a read lock.
readLocked(Supplier<T>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLocked(BooleanSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLocked(DoubleSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLocked(IntSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readLocked(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.
readLockedThrowing(IThrowingCallable<T, EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a read lock.
readMap(IHasInputStream) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
 
readMap(IHasInputStream, Map<String, String>) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
 
readMap(InputStream) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
Read a mapping from the passed input stream.
readMap(InputStream, Map<String, String>) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
Read a mapping from the passed input stream.
readMap(IMicroElement, Map<String, String>) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
 
readMicroXML(InputSource) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(InputSource, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
Read the passed input source as MicroXML.
readMicroXML(InputStream) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(InputStream, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(File) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(File, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(IReadableResource) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(IReadableResource, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(IHasInputStream) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(IHasInputStream, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(Reader) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(Reader, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(String) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(String, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(CharSequence) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(CharSequence, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[]) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[], ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[], int, int) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[], int, int, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(char[]) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(char[], ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(char[], int, int) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(char[], int, int, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(ByteBuffer) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(ByteBuffer, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(URI) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(URI, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(URL) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
readMicroXML(URL, ISAXReaderSettings) - Static method in class com.helger.commons.microdom.serialize.MicroReader
 
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(Locale, String) - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
 
ReadOnlyMultilingualText(Map<Locale, String>) - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
 
ReadOnlyMultilingualText(IMultilingualText) - Constructor for class com.helger.commons.text.ReadOnlyMultilingualText
 
ReadOnlyMultilingualTextConverter() - Constructor for class com.helger.commons.microdom.convert.MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter
 
ReadOnlyPair<DATA1TYPE,DATA2TYPE> - Class in com.helger.commons.collection.pair
A generic pair class.
ReadOnlyPair(T2, U2) - Constructor for class com.helger.commons.collection.pair.ReadOnlyPair
 
ReadOnlyPair(IPair<? extends DATA1TYPE, ? extends DATA2TYPE>) - Constructor for class com.helger.commons.collection.pair.ReadOnlyPair
 
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 like DataInputStream.readUTF() but what was written in StreamHelper.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, 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.
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, Consumer<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, int, int, Consumer<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.
readXMLDOM(InputSource) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(InputStream) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(InputStream, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(Reader) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(Reader, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(URI) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(URI, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(URL) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(URL, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(File) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(File, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(IReadableResource) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(IReadableResource, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(String) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(String, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(CharSequence) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(CharSequence, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(ByteBuffer) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(ByteBuffer, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(byte[]) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(byte[], IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(byte[], int, int) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(byte[], int, int, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(char[]) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(char[], IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(char[], int, int) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(char[], int, int, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLDOM(InputSource, IDOMReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
readXMLSAX(File, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(URI, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(URL, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(IHasInputStream, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(IReadableResource, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(CharSequence, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(String, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(char[], ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(char[], int, int, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(byte[], ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(byte[], int, int, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(ByteBuffer, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(InputStream, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(Reader, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
 
readXMLSAX(InputSource, ISAXReaderSettings) - Static method in class com.helger.commons.xml.serialize.read.SAXReader
Read an XML document via a SAX handler.
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.
recurseIntoDirectory(File) - Method in class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
Override this method to manually filter the directories, which are recursed into.
RecursiveChildNodeIterator - Class in com.helger.commons.xml
Iterate all children of the start node, but NOT the start node itself.
RecursiveChildNodeIterator(Node) - Constructor for class com.helger.commons.xml.RecursiveChildNodeIterator
 
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
registerEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
registerEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.helger.commons.microdom.IMicroNode
Register a specific MicroDOM event listener.
registerHashCodeImplementation(Class<?>, IHashCodeImplementation) - Method in class com.helger.commons.hashcode.HashCodeImplementationRegistry
 
registerHashCodeImplementation(Class<?>, IHashCodeImplementation) - 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
registerMicroElementTypeConverter(Class<?>, IMicroTypeConverter) - Method in interface com.helger.commons.microdom.convert.IMicroTypeConverterRegistry
Register a new type converter.
registerMicroElementTypeConverter(Class<?>, IMicroTypeConverter) - Method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.commons.microdom.convert.BasicMicroTypeConverterRegistrar
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in interface com.helger.commons.microdom.convert.IMicroTypeConverterRegistrarSPI
Register all your dynamic micro type converters in the passed interface
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.commons.microdom.convert.MultilingualTextMicroTypeConverterRegistrar
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.commons.mime.MimeTypeInfoMicroTypeConverterRegistrar
 
registerMimeType(MimeTypeInfo) - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
registerMimeTypeContent(MimeTypeContent) - Method in class com.helger.commons.mime.MimeTypeDeterminator
Register a new MIME content type.
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
 
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(Class<SRC>, Class<DST>, ITypeConverter<SRC, DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
Register a type converter.
registerTypeConverter(Class<?>[], Class<DST>, ITypeConverter<?, DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
Register a type converter.
registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.LocaleTypeConverterRegistrar
 
registerTypeConverter(ITypeConverterRegistry) - Method in class com.helger.commons.typeconvert.MutableTypeConverterRegistrar
 
registerTypeConverter(Class<SRC>, Class<DST>, ITypeConverter<SRC, DST>) - Method in class com.helger.commons.typeconvert.TypeConverterRegistry
 
registerTypeConverter(Class<?>[], Class<DST>, ITypeConverter<?, 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<Object, DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
 
registerTypeConverterRuleAssignableSourceFixedDestination(Class<SRC>, Class<DST>, Function<SRC, DST>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
 
registerTypeConverterRuleFixedSourceAnyDestination(Class<SRC>, Function<SRC, Object>) - Method in interface com.helger.commons.typeconvert.ITypeConverterRegistry
 
registerTypeConverterRuleFixedSourceAssignableDestination(Class<SRC>, Class<DST>, Function<SRC, 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.LocaleCache
Reset the cache to the initial state.
reinitialize() - Method in class com.helger.commons.microdom.convert.MicroTypeConverterRegistry
 
reinitialize() - Method in class com.helger.commons.mime.MimeTypeDeterminator
Reset the MimeTypeContent cache to the initial state.
reinitialize() - Method in class com.helger.commons.scope.spi.ScopeSPIManager
 
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.
reinitialize() - Static method in class com.helger.commons.xml.serialize.read.DOMReader
 
reinitialize() - Static method in class com.helger.commons.xml.XMLFactory
Reinitialize the document builder factory.
reinitializeToDefault() - Method in class com.helger.commons.mime.MimeTypeInfoManager
 
release(FileLock) - Static method in class com.helger.commons.io.channel.ChannelHelper
 
remove(Object) - Method in class com.helger.commons.collection.impl.AbstractSoftMap
 
remove(int) - Method in class com.helger.commons.collection.impl.SingleElementList
 
remove(Object) - Method in class com.helger.commons.collection.impl.SingleElementList
 
remove(Object) - Method in class com.helger.commons.collection.impl.SingleElementMap
 
remove(Object) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
remove(Object) - Method in class com.helger.commons.collection.impl.WrappedList
 
remove(int) - Method in class com.helger.commons.collection.impl.WrappedList
 
remove(Object) - Method in class com.helger.commons.collection.impl.WrappedSet
 
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorBoolean
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorByte
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorChar
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorDouble
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorInt
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorLong
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.ArrayIteratorShort
Deprecated.
remove() - Method in class com.helger.commons.collection.iterate.CombinedIterator
 
remove() - Method in class com.helger.commons.collection.iterate.EmptyIterator
 
remove() - Method in class com.helger.commons.collection.iterate.EmptyListIterator
 
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.collection.iterate.ReverseListIterator
 
remove() - Method in class com.helger.commons.collection.iterate.SingleElementIterator
 
remove() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
remove(int) - Method in class com.helger.commons.collection.map.IntFloatMap
 
remove(int) - Method in class com.helger.commons.collection.map.IntIntMap
 
remove(int) - Method in class com.helger.commons.collection.map.IntObjectMap
 
remove(IError) - Method in class com.helger.commons.errorlist.ErrorList
 
remove(String) - Method in class com.helger.commons.url.SimpleURL
Remove the parameter with the given key.
removeAll() - Method in interface com.helger.commons.collection.ext.ICommonsCollection
 
removeAll() - Method in interface com.helger.commons.collection.ext.ICommonsMap
 
removeAll(Collection<?>) - Method in class com.helger.commons.collection.impl.SingleElementList
 
removeAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
removeAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedList
 
removeAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedSet
 
removeAll(IError...) - Method in class com.helger.commons.errorlist.ErrorList
 
removeAll(Collection<? extends IError>) - Method in class com.helger.commons.errorlist.ErrorList
 
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
removeAllAttributes() - Method in interface com.helger.commons.microdom.IMicroElement
Remove all attributes from this element
removeAllAttributes() - Method in class com.helger.commons.microdom.MicroElement
 
removeAllCallbacks() - Method in class com.helger.commons.callback.CallbackList
Remove all callbacks
removeAllCallbacks() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
 
removeAllChildElements(Element) - Static method in class com.helger.commons.xml.XMLHelper
Remove all child nodes of the given node.
removeAllChildren() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
removeAllChildren() - Method in interface com.helger.commons.microdom.IMicroNode
Remove all children from this node.
removeAllChildren() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
removeAllChildren() - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Remove all children from this node.
removeAllFeatures() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
removeAllFeatures() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
removeAllFeatures() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
removeAllFeatures() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
removeAllParameters() - Method in class com.helger.commons.mime.MimeType
Remove all existing parameters.
removeAllPropertyValues() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
removeAllPropertyValues() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
removeAllPropertyValues() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
removeAllPropertyValues() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
removeAndReturnElementAtIndex(List<ELEMENTTYPE>, int) - Static method in class com.helger.commons.collection.CollectionHelper
Remove the element at the specified index from the passed list.
removeAndReturnElementAtIndex(int) - Method in interface com.helger.commons.collection.ext.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.
removeAtIndex(int) - Method in interface com.helger.commons.collection.ext.ICommonsList
Remove the element at the specified index from the passed list.
removeAttribute(KEYTYPE) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainer
Remove the specified attribute from the container.
removeAttribute(KEYTYPE) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
removeAttribute(String) - Method in interface com.helger.commons.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(IMicroQName) - Method in interface com.helger.commons.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(String) - Method in class com.helger.commons.microdom.MicroElement
 
removeAttribute(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
removeAttribute(IMicroQName) - Method in class com.helger.commons.microdom.MicroElement
 
removeCallback(CALLBACKTYPE) - Method in class com.helger.commons.callback.CallbackList
Remove the specified callback
removeCallback(IThreadDeadlockCallback) - Method in class com.helger.commons.deadlock.ThreadDeadlockDetector
 
removeChild(IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
removeChild(IMicroNode) - Method in interface com.helger.commons.microdom.IMicroNode
Remove the passed child.
removeChild(ITEMTYPE) - Method in class com.helger.commons.tree.BasicTreeItem
 
removeChild(ITEMTYPE) - Method in interface com.helger.commons.tree.ITreeItem
Remove the passed node as a child node from this node.
removeChild(KEYTYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
removeChild(KEYTYPE) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Remove the passed node as a direct child node from this node.
removeChildAtIndex(int) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
removeChildAtIndex(int) - Method in interface com.helger.commons.microdom.IMicroNode
Remove the child not at the specified index.
removeEldestEntry(Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.helger.commons.collection.lru.LRUMap
 
removeFeature(EXMLParserFeature) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
removeFeature(EXMLParserFeature) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
removeFeature(EXMLParserFeature) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
removeFeature(EXMLParserFeature) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
removeFileMonitor(FileMonitor) - Method in class com.helger.commons.io.monitor.FileMonitorManager
Remove a FileMonitor.
removeFileMonitor(FileMonitor) - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Remove a FileMonitor.
removeFirst() - Method in interface com.helger.commons.collection.ext.ICommonsList
 
removeFirstElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
removeFromCache(KEYTYPE) - Method in class com.helger.commons.cache.AbstractCache
 
removeFromCache(KEYTYPE) - Method in interface com.helger.commons.cache.IMutableCache
Remove the given key from the cache.
removeFromCache(IReadableResource) - Method in class com.helger.commons.xml.schema.SchemaCache
Utility method to remove a single resource from the schema cache.
removeFunction(QName, int) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Remove the function with the specified name.
removeFunction(XPathFunctionKey) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Remove the function with the specified name.
removeFunctionsWithName(QName) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
Remove all functions with the same name.
removeHTTPHeader(String) - Method in class com.helger.commons.ws.WSClientConfig
Remove all HTTP header values with the passed name.
removeHTTPHeader(String, String) - Method in class com.helger.commons.ws.WSClientConfig
Remove the HTTP header with the passed name and value.
removeItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractApplicationSingletonTreeWithUniqueID
 
removeItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractGlobalSingletonTreeWithUniqueID
 
removeItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractRequestSingletonTreeWithUniqueID
 
removeItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionApplicationSingletonTreeWithUniqueID
 
removeItemWithID(KEYTYPE) - Method in class com.helger.commons.scope.singletons.AbstractSessionSingletonTreeWithUniqueID
 
removeItemWithID(KEYTYPE) - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
removeItemWithID(KEYTYPE) - Method in interface com.helger.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Remove the item with the specified ID
removeLast() - Method in interface com.helger.commons.collection.ext.ICommonsList
 
removeLastElement(List<ELEMENTTYPE>) - Static method in class com.helger.commons.collection.CollectionHelper
 
removeMapping(String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
removeMonitoredFile(File) - Method in class com.helger.commons.io.monitor.FileMonitor
Removes a file from being monitored.
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!
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.
removePropertyValue(EXMLParserProperty) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
removePropertyValue(EXMLParserProperty) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
removePropertyValue(EXMLParserProperty) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
removePropertyValue(EXMLParserProperty) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
removeSingle(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.multimap.IMultiMap
Remove a single element from the container identified by the passed key.
removeSingle(KEYTYPE1, KEYTYPE2) - Method in interface com.helger.commons.collection.multimap.IMultiMapMapBased
Remove a single element from the container identified by the passed key.
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.
removeVariable(String) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Remove the variable with the specified name.
removeVariable(QName) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Remove the variable with the specified name.
removeVariables(Iterable<String>) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Remove multiple variables at once.
removeVariables(Iterable<QName>) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Remove multiple variables at once.
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.
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.
reorderChildItems(Comparator<? super ITEMTYPE>) - Method in class com.helger.commons.tree.BasicTreeItem
 
reorderChildItems(Comparator<? super ITEMTYPE>) - Method in interface com.helger.commons.tree.ITreeItem
Reorder the child items based on the item itself.
reorderChildrenByItems(Comparator<? super ITEMTYPE>) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
reorderChildrenByItems(Comparator<? super ITEMTYPE>) - Method in interface com.helger.commons.tree.withid.ITreeItemWithID
Reorder the child items based on the item itself.
replaceAll(String, String, CharSequence) - Static method in class com.helger.commons.string.StringHelper
This is a fast replacement for String.replace(CharSequence, CharSequence).
replaceAll(String, char, char) - Static method in class com.helger.commons.string.StringHelper
This is a fast replacement for String.replace(CharSequence, CharSequence) for characters.
replaceAllRepeatedly(String, String, String) - Static method in class com.helger.commons.string.StringHelper
Just calls replaceAll as 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 a null new-value, which is than interpreted as an empty string instead.
replaceChild(IMicroNode, IMicroNode) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
replaceChild(IMicroNode, IMicroNode) - Method in interface com.helger.commons.microdom.IMicroNode
Replace the passed old child with the new child.
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(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, 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.
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.
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(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.
replaceTopElement(ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.NonBlockingStack
Replaces the top element in the stack.
RequestScope - Class in com.helger.commons.scope
Default implementation for non-web request scopes.
RequestScope(String, String) - Constructor for class com.helger.commons.scope.RequestScope
 
requiresNewXMLParser() - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
requiresNewXMLParser() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
requiresNewXMLParser() - Method in interface com.helger.commons.xml.serialize.read.IBaseXMLReaderSettings
Check if the current settings require a separate DOM DocumentBuilderFactory/SAX XMLReader object or if a pooled default object can be used.
requiresNewXMLParser() - Method in interface com.helger.commons.xml.serialize.read.IDOMReaderSettings
Check if the current settings require a separate DocumentBuilderFactory or if a pooled default object can be used.
requiresNewXMLParser() - Method in interface com.helger.commons.xml.serialize.read.ISAXReaderSettings
Check if the current settings require a separate DocumentBuilderFactory or if a pooled default object can be used.
requiresNewXMLParser() - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
requiresNewXMLParser() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
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.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.LoggingInputStream
 
reset() - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
See the general contract of the reset method of InputStream.
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.NonBlockingByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.helger.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 interface com.helger.commons.messagedigest.IMessageDigestGenerator
Reset the current hash so that generation can start from scratch again.
reset() - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
reset() - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
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.
resolve(String, String) - Method in class com.helger.commons.xml.transform.AbstractTransformURIResolver
 
resolveEntity(String, String) - Method in class com.helger.commons.xml.sax.EmptyEntityResolver
 
resolveFunction(QName, int) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
resolveFunction(XPathFunctionKey) - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
resolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.AbstractLSResourceResolver
 
resolveResource(String, String, String, String, String) - Method in class com.helger.commons.xml.ls.DoNothingLSResourceResolver
 
resolveVariable(QName) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
resolveVariable(QName) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
ResourceBundleHelper - Class in com.helger.commons.text.resourcebundle
Resource bundle utility methods
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(String, String) - Constructor for class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
 
ResourceBundleTextProvider(ResourceBundleKey) - Constructor for class com.helger.commons.text.resourcebundle.ResourceBundleTextProvider
 
ResourceError - Class in com.helger.commons.error
Default implementation of the IResourceError interface.
ResourceError(IResourceLocation, IErrorLevel, String) - Constructor for class com.helger.commons.error.ResourceError
 
ResourceError(IResourceLocation, IErrorLevel, String, Throwable) - Constructor for class com.helger.commons.error.ResourceError
 
ResourceError(IResourceLocation, IErrorLevel, IHasDisplayText) - Constructor for class com.helger.commons.error.ResourceError
 
ResourceError(IResourceLocation, IErrorLevel, IHasDisplayText, Throwable) - Constructor for class com.helger.commons.error.ResourceError
 
ResourceErrorGroup - Class in com.helger.commons.error
Contains a list of resource errors and some sanity access methods.
ResourceErrorGroup() - Constructor for class com.helger.commons.error.ResourceErrorGroup
 
ResourceErrorGroup(IResourceError) - Constructor for class com.helger.commons.error.ResourceErrorGroup
 
ResourceErrorGroup(IResourceError...) - Constructor for class com.helger.commons.error.ResourceErrorGroup
 
ResourceErrorGroup(Iterable<? extends IResourceError>) - Constructor for class com.helger.commons.error.ResourceErrorGroup
 
ResourceLocation - Class in com.helger.commons.error
Default implementation of the IResourceLocation interface.
ResourceLocation(String) - Constructor for class com.helger.commons.error.ResourceLocation
 
ResourceLocation(String, String) - Constructor for class com.helger.commons.error.ResourceLocation
 
ResourceLocation(String, int, int) - Constructor for class com.helger.commons.error.ResourceLocation
 
ResourceLocation(String, int, int, String) - Constructor for class com.helger.commons.error.ResourceLocation
 
ResourceLSInput - Class in com.helger.commons.xml.ls
Simple LSInput implementation.
ResourceLSInput(IReadableResource) - Constructor for class com.helger.commons.xml.ls.ResourceLSInput
 
ResourceLSInput(IHasInputStream, String) - Constructor for class com.helger.commons.xml.ls.ResourceLSInput
 
ResourceStreamResult - Class in com.helger.commons.xml.transform
Special StreamResult implementation that writes to IWritableResource or IHasOutputStream objects.
ResourceStreamResult(IWritableResource) - Constructor for class com.helger.commons.xml.transform.ResourceStreamResult
 
ResourceStreamResult(IHasOutputStream, String) - Constructor for class com.helger.commons.xml.transform.ResourceStreamResult
 
ResourceStreamSource - Class in com.helger.commons.xml.transform
Special StreamSource implementation that reads from IReadableResource or IHasInputStream objects.
ResourceStreamSource(IReadableResource) - Constructor for class com.helger.commons.xml.transform.ResourceStreamSource
 
ResourceStreamSource(IHasInputStream, String) - Constructor for class com.helger.commons.xml.transform.ResourceStreamSource
 
restart() - Method in class com.helger.commons.timing.StopWatch
Stops, resets and starts the stop watch.
restoreSessionApplicationScope(String, ISessionApplicationScope) - Method in interface com.helger.commons.scope.ISessionScope
Restore a persisted session application scope
restoreSessionApplicationScope(String, ISessionApplicationScope) - Method in class com.helger.commons.scope.SessionScope
 
resumeEncoding() - Method in class com.helger.commons.base64.Base64OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class com.helger.commons.collection.impl.SingleElementList
 
retainAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
retainAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedList
 
retainAll(Collection<?>) - Method in class com.helger.commons.collection.impl.WrappedSet
 
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.
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.
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
 
run(PARAMTYPE) - Method in class com.helger.commons.callback.adapter.AdapterRunnableToRunnableWithParameter
 
run() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnable
 
run(PARAMTYPE) - Method in class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnableWithParameter
 
run() - Method in interface com.helger.commons.callback.INonThrowingRunnable
Run it.
run(PARAMTYPE) - Method in interface com.helger.commons.callback.INonThrowingRunnableWithParameter
The callback method that is invoked.
run() - Method in interface com.helger.commons.callback.IThrowingRunnable
Run it.
run(PARAMTYPE) - Method in interface com.helger.commons.callback.IThrowingRunnableWithParameter
The callback method that is invoked.
run() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
This method starts the collector by taking objects from the internal BlockingQueue.
run() - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
This method starts the collector by taking objects from the internal BlockingQueue.
run() - Method in class com.helger.commons.io.monitor.FileMonitorManager
Asks the agent for each file being monitored to check its file for changes.
run(PrivilegedAction<T>) - Static method in class com.helger.commons.lang.priviledged.AccessControllerHelper
 
run() - Method in class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
RUN_LENGTH_EOD - Static variable in class com.helger.commons.codec.RunLengthCodec
 
runAsync(DATATYPE) - Method in interface com.helger.commons.concurrent.collector.IConcurrentPerformer
 
runAtomic(INonThrowingRunnableWithParameter<IScope>) - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
runAtomic(INonThrowingCallableWithParameter<T, IScope>) - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
runAtomic(INonThrowingRunnableWithParameter<IScope>) - Method in interface com.helger.commons.scope.IScope
Perform stuff as a single action.
runAtomic(INonThrowingCallableWithParameter<T, IScope>) - Method in interface com.helger.commons.scope.IScope
Perform stuff as a single action.
runInitialization() - Static method in class com.helger.commons.vminit.VirtualMachineInitializer
 
RunLengthCodec - Class in com.helger.commons.codec
Decoder for run length encoding
RunLengthCodec() - Constructor for class com.helger.commons.codec.RunLengthCodec
 

S

s_aLogger - Static variable in class com.helger.commons.codec.LZWCodec.AbstractLZWDictionary
 
s_aLogger - Static variable in class com.helger.commons.xml.sax.LoggingSAXErrorHandler
 
s_aLogger - Static variable in class com.helger.commons.xml.transform.LoggingTransformErrorListener
 
SafeArrayList<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
This is a specialized CommonsArrayList that can handle read accesses on list items that are not yet in the container.
SafeArrayList() - Constructor for class com.helger.commons.collection.impl.SafeArrayList
Constructor filling up the missing elements with null values.
SafeArrayList(IFactory<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.SafeArrayList
Constructor with a custom factory to fill the missing elements.
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(byte[]) - 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.
safeDecodeAsString(String, Charset) - Static method in class com.helger.commons.base64.Base64
Decode the string and convert it back 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(byte[], int, int, Charset) - Static method in class com.helger.commons.base64.Base64
Decode the byte array and convert it to a string.
safeEncode(String, Charset) - Static method in class com.helger.commons.base64.Base64
 
safeEncodeBytesToBytes(byte[]) - Static method in class com.helger.commons.base64.Base64
 
safeEncodeBytesToBytes(byte[], 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.
SafeVector<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
This is a specialized CommonsVector that can handle read accesses on list items that are not yet in the container.
SafeVector() - Constructor for class com.helger.commons.collection.impl.SafeVector
Constructor filling up the missing elements with null values.
SafeVector(IFactory<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.SafeVector
Constructor with a custom factory to fill the missing elements.
SAXReader - Class in com.helger.commons.xml.serialize.read
Helper class to read XML documents via SAX
SAXReaderDefaultSettings - Class in com.helger.commons.xml.serialize.read
SAX reader default settings
SAXReaderFactory - Class in com.helger.commons.xml.serialize.read
 
SAXReaderFactory() - Constructor for class com.helger.commons.xml.serialize.read.SAXReaderFactory
 
SAXReaderSettings - Class in com.helger.commons.xml.serialize.read
SAX reader settings
SAXReaderSettings() - Constructor for class com.helger.commons.xml.serialize.read.SAXReaderSettings
Default constructor
SAXReaderSettings(ISAXReaderSettings) - Constructor for class com.helger.commons.xml.serialize.read.SAXReaderSettings
Copy constructor
SchemaCache - Class in com.helger.commons.xml.schema
Base class for caching abstract Schema objects.
SchemaCache(String, SchemaFactory, ErrorHandler, LSResourceResolver) - Constructor for class com.helger.commons.xml.schema.SchemaCache
 
SCOPE_ATTRIBUTE_PREFIX_INTERNAL - Static variable in class com.helger.commons.scope.mgr.ScopeManager
The prefix to be used for attribute names in any scope to indicate system internal attributes
ScopeAwareTestSetup - Class in com.helger.commons.scope.mock
This class provides the initialization handling for scopes in unit tests.
ScopedFileMonitorManager - Class in com.helger.commons.scope.singletons
A global scoped singleton encapsulating a FileMonitorManager
ScopedFileMonitorManager() - Constructor for class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Deprecated.
scopedRun() - Method in class com.helger.commons.scope.util.AbstractScopeAwareCallable
Implement your code in here
scopedRun() - Method in class com.helger.commons.scope.util.AbstractScopeAwareRunnable
Implement your code in here.
ScopeHelper - Class in com.helger.commons.scope
Global scope utility methods that don't nicely fit somewhere else.
ScopeManager - Class in com.helger.commons.scope.mgr
This is the manager class for non-web scope handling.
ScopeSessionManager - Class in com.helger.commons.scope.mgr
Internal manager class for session scopes.
ScopeSessionManager() - Constructor for class com.helger.commons.scope.mgr.ScopeSessionManager
Deprecated.
ScopeSPIManager - Class in com.helger.commons.scope.spi
This is an internal class, that triggers the SPI implementations registered for scope lifecycle SPI implementations.
ScopeTestRule - Class in com.helger.commons.scope.mock
Special JUnit test rule to initialize scopes correctly.
ScopeTestRule() - Constructor for class com.helger.commons.scope.mock.ScopeTestRule
 
ScriptHelper - Class in com.helger.commons.script
Helper class for javax.script package.
SEC1 - Static variable in class com.helger.commons.lang.TimeValue
Special instance representing 1 second
SECONDS_PER_DAY - Static variable in class com.helger.commons.CGlobal
Seconds in a day.
SECONDS_PER_HOUR - Static variable in class com.helger.commons.CGlobal
Seconds in an hour.
SECONDS_PER_MINUTE - Static variable in class com.helger.commons.CGlobal
Seconds in a minute.
SecurityManagerHelper - Class in com.helger.commons.lang
Utility methods to handle the SecurityManager more easily.
selfDestruct() - Method in interface com.helger.commons.scope.ISessionScope
A special internal method that destroys the session.
selfDestruct() - Method in class com.helger.commons.scope.SessionScope
 
SEP - Static variable in class com.helger.commons.codec.AbstractRFC1522Codec
Separator.
SEPARATOR_CONTENTTYPE_SUBTYPE - Static variable in class com.helger.commons.mime.CMimeType
The character used to separate content type and sub type: '/'
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: '='
SerializationConverter - Class in com.helger.commons.serialize.convert
A utility class for converting objects from and to serializable format.
SerializationConverterRegistry - Class in com.helger.commons.serialize.convert
The registry that keeps the mappings for serialization converters.
ServiceLoaderHelper - Class in com.helger.commons.lang
ServiceLoader helper class.
SessionApplicationScope - Class in com.helger.commons.scope
Represents a single "session application scope".
SessionApplicationScope(String) - Constructor for class com.helger.commons.scope.SessionApplicationScope
 
SessionScope - Class in com.helger.commons.scope
Default implementation of the ISessionScope interface
SessionScope(String) - Constructor for class com.helger.commons.scope.SessionScope
 
set(ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
Clear and add the passed value
set(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.SafeArrayList
 
set(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.SafeVector
 
set(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.SingleElementList
 
set(int, ELEMENTTYPE) - Method in class com.helger.commons.collection.impl.WrappedList
 
set(ELEMENTTYPE) - Method in class com.helger.commons.collection.iterate.EmptyListIterator
 
set(ELEMENTTYPE) - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
set(long) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
set(double) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
set(MutableBigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
set(BigDecimal) - Method in class com.helger.commons.mutable.MutableBigDecimal
 
set(long) - Method in class com.helger.commons.mutable.MutableBigInteger
 
set(MutableBigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
set(BigInteger) - Method in class com.helger.commons.mutable.MutableBigInteger
 
set(Boolean) - Method in class com.helger.commons.mutable.MutableBoolean
 
set(MutableBoolean) - Method in class com.helger.commons.mutable.MutableBoolean
 
set(boolean) - Method in class com.helger.commons.mutable.MutableBoolean
 
set(int) - Method in class com.helger.commons.mutable.MutableByte
 
set(byte) - Method in class com.helger.commons.mutable.MutableByte
 
set(Number) - Method in class com.helger.commons.mutable.MutableByte
 
set(int) - Method in class com.helger.commons.mutable.MutableChar
 
set(MutableChar) - Method in class com.helger.commons.mutable.MutableChar
 
set(char) - Method in class com.helger.commons.mutable.MutableChar
 
set(double) - Method in class com.helger.commons.mutable.MutableDouble
 
set(Number) - Method in class com.helger.commons.mutable.MutableDouble
 
set(float) - Method in class com.helger.commons.mutable.MutableFloat
 
set(Number) - Method in class com.helger.commons.mutable.MutableFloat
 
set(int) - Method in class com.helger.commons.mutable.MutableInt
 
set(Number) - Method in class com.helger.commons.mutable.MutableInt
 
set(long) - Method in class com.helger.commons.mutable.MutableLong
 
set(Number) - Method in class com.helger.commons.mutable.MutableLong
 
set(int) - Method in class com.helger.commons.mutable.MutableShort
 
set(short) - Method in class com.helger.commons.mutable.MutableShort
 
set(Number) - Method in class com.helger.commons.mutable.MutableShort
 
set(DATATYPE) - Method in interface com.helger.commons.wrapper.IMutableWrapper
Change the wrapped object.
set(DATATYPE) - Method in class com.helger.commons.wrapper.Wrapper
 
setAccessible(AccessibleObject) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
 
setAccessible(AccessibleObject, boolean) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
 
setAddPaddding(boolean) - Method in class com.helger.commons.codec.Base32Codec
 
setAll(Collection<? extends ELEMENTTYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
Clear and add all provided values.
setAll(ELEMENTTYPE...) - Method in interface com.helger.commons.collection.ext.ICommonsCollection
Clear and add all provided values.
setAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.ext.ICommonsMap
Clear and add all provided values.
setAllVariables(Map<String, ?>) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
Set multiple variables at once.
setAllVariables(Map<QName, ?>) - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
Set multiple variables at once.
setAnchor(String) - Method in class com.helger.commons.url.SimpleURL
 
setAndInitRequestScope(String, IRequestScope) - Static method in class com.helger.commons.scope.mgr.ScopeManager
This method is only to be called by this class and the web scope manager!
setAnnotation(Class<?>, boolean) - Method in class com.helger.commons.cache.AnnotationUsageCache
 
setAttribute(KEYTYPE, VALUETYPE) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainer
Set/overwrite an attribute value.
setAttribute(KEYTYPE, boolean) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainerAny
Set/overwrite an in attribute value.
setAttribute(KEYTYPE, int) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainerAny
Set/overwrite an in attribute value.
setAttribute(KEYTYPE, long) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainerAny
Set/overwrite an in attribute value.
setAttribute(KEYTYPE, double) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainerAny
Set/overwrite an in attribute value.
setAttribute(KEYTYPE, VALUETYPE) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
setAttribute(String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, String) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, String) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, IHasAttributeValue) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, IHasAttributeValue) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, IHasAttributeValue) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, boolean) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, boolean) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, boolean) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, int) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, int) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, int) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, long) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String, long) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(IMicroQName, long) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, String, String) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(IMicroQName, String) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, IHasAttributeValue) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, String, IHasAttributeValue) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(IMicroQName, IHasAttributeValue) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, boolean) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, String, boolean) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(IMicroQName, boolean) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, int) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, String, int) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(IMicroQName, int) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, long) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(String, String, long) - Method in class com.helger.commons.microdom.MicroElement
 
setAttribute(IMicroQName, long) - Method in class com.helger.commons.microdom.MicroElement
 
setAttributes(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainer
Set/overwrite an arbitrary number of attribute values.
setAttributes(IAttributeContainer<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.helger.commons.collection.attr.IMutableAttributeContainer
Set/overwrite an arbitrary number of attribute values.
setAttributes(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
setAttributes(IAttributeContainer<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
setAttributeValue(String) - Method in interface com.helger.commons.microdom.IMicroAttribute
Set the value of the attribute.
setAttributeValue(String) - Method in class com.helger.commons.microdom.MicroAttribute
 
setAttributeWithConversion(String, Object) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttributeWithConversion(String, String, Object) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttributeWithConversion(IMicroQName, Object) - Method in interface com.helger.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttributeWithConversion(String, Object) - Method in class com.helger.commons.microdom.MicroElement
 
setAttributeWithConversion(String, String, Object) - Method in class com.helger.commons.microdom.MicroElement
 
setAttributeWithConversion(IMicroQName, Object) - Method in class com.helger.commons.microdom.MicroElement
 
setBaseURI(String) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setBracketModeDeterminator(IXMLBracketModeDeterminator) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
setByteStream(InputStream) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setCertifiedText(boolean) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setCharacterStream(Reader) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setCharset(Charset) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the serialization charset.
setCheckForFallback(boolean) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
setCheckForOverride(boolean) - Method in class com.helger.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
setChecksPerRun(int) - Method in class com.helger.commons.io.monitor.FileMonitorManager
set the number of files to check per run. a additional delay will be added if there are more files to check
setChecksPerRun(int) - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
set the number of files to check per run. a additional delay will be added if there are more files to check
setChildNode(byte, LZWCodec.LZWNode) - Method in class com.helger.commons.codec.LZWCodec.LZWNode
 
setCoalescing(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setCoalescing(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setCompressedRequest(boolean) - Method in class com.helger.commons.ws.WSClientConfig
Forces this client to send compressed HTTP content.
setCompressedResponse(boolean) - Method in class com.helger.commons.ws.WSClientConfig
Add a hint that this client understands compressed HTTP content.
setConnectionTimeoutMS(int) - Method in class com.helger.commons.ws.WSClientConfig
Set the connection timeout in milliseconds.
setContentHandler(ContentHandler) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setContentHandler(ContentHandler) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setContextClassLoader(ClassLoader) - Static method in class com.helger.commons.lang.ClassLoaderHelper
 
setContextClassLoader(ClassLoader) - Static method in interface com.helger.commons.lang.priviledged.IPrivilegedAction
 
setCookiesSupportEnabled(boolean) - Method in class com.helger.commons.ws.WSClientConfig
 
setData(CharSequence) - Method in interface com.helger.commons.microdom.IMicroDataAware
Change the character sequence.
setData(CharSequence) - Method in class com.helger.commons.microdom.MicroCDATA
 
setData(CharSequence) - Method in class com.helger.commons.microdom.MicroComment
 
setData(CharSequence) - Method in class com.helger.commons.microdom.MicroText
 
setData(DATATYPE) - Method in class com.helger.commons.tree.BasicTreeItem
 
setData(DATATYPE) - Method in interface com.helger.commons.tree.IBasicTreeItem
Change the data associated with this node.
setData(DATATYPE) - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
setDebugApplicationScopeEnabled(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable application scope life cycle debugging.
setDebugGlobalScopeEnabled(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable global scope life cycle debugging.
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.
setDebugRequestScopeEnabled(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable request scope life cycle debugging.
setDebugSessionApplicationScopeEnabled(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable session application scope life cycle debugging.
setDebugSessionScopeEnabled(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable session scope life cycle debugging.
setDebugWithStackTrace(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable stack traces when debugging scopes.
setDeclarationHandler(DeclHandler) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setDeclarationHandler(DeclHandler) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setDefaultNamespaceURI(String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
Set the default namespace URL
setDelay(long) - Method in class com.helger.commons.io.monitor.FileMonitorManager
Set the delay between runs.
setDelay(long) - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Set the delay between runs.
setDestroyAllSessionsOnScopeEnd(boolean) - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
setDestroyed(boolean) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
setDTDHandler(DTDHandler) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setDTDHandler(DTDHandler) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setEmitNamespaces(boolean) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
setEncodeBlanks(boolean) - Method in class com.helger.commons.codec.RFC1522QCodec
Defines whether optional transformation of SPACE characters is to be used
setEncoding(String) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setEndAllSessionsOnScopeEnd(boolean) - Method in class com.helger.commons.scope.mgr.ScopeSessionManager
 
setEntityResolver(EntityResolver) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setEntityResolver(EntityResolver) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setEntityResolver(EntityResolver) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setEntityResolver(EntityResolver) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setErrorHandler(ErrorHandler) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setErrorHandler(ErrorHandler) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setErrorHandler(ErrorHandler) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setErrorHandler(ErrorHandler) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setEscape(boolean) - Method in class com.helger.commons.microdom.MicroText
 
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.
setExceptionHandler(IExceptionCallback<Throwable>) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setExceptionHandler(IExceptionCallback<Throwable>) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setExceptionHandler(IExceptionCallback<Throwable>) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setExceptionHandler(IExceptionCallback<Throwable>) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setExceptionOnDeleteRoot(boolean) - Static method in class com.helger.commons.io.file.FileOperations
 
setExpandEntityReferences(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setExpandEntityReferences(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setFirst(ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsList
 
setFirst(DATA1TYPE) - Method in interface com.helger.commons.collection.pair.IMutablePair
Set the first value.
setFirst(DATA1TYPE) - Method in class com.helger.commons.collection.pair.Pair
 
setGlobalScope(IGlobalScope) - Static method in class com.helger.commons.scope.mgr.ScopeManager
This method is only to be called by this class and the web scope manager!
setHostnameVerifier(HostnameVerifier) - Method in class com.helger.commons.ws.WSClientConfig
Change the HostnameVerifier to be used by this client.
setHostnameVerifierTrustAll() - Method in class com.helger.commons.ws.WSClientConfig
Set the HostnameVerifier to a "trust all" verifier.
setHTTPHeader(String, String) - Method in class com.helger.commons.ws.WSClientConfig
Add an HTTP header to be send.
setHTTPHeader(String, Collection<String>) - Method in class com.helger.commons.ws.WSClientConfig
Add an HTTP header to be send.
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.
setIgnoringComments(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setIgnoringComments(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setIgnoringElementContentWhitespace(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setIgnoringElementContentWhitespace(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setInceptionYear(int) - Static method in class com.helger.commons.vendor.VendorInfo
 
setIncorrectCharacterHandling(EXMLIncorrectCharacterHandling) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the way how to handle invalid characters.
setIndent(EXMLSerializeIndent) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the way how to indent/align
setIndentationString(String) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
setIndentDeterminator(IXMLIndentDeterminator) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the dynamic (per-element) indent determinator to be used.
setInDestruction(boolean) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
setIndex(int) - Method in class com.helger.commons.string.util.StringScanner
 
setInInstantiation(boolean) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
setInPreDestruction(boolean) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
setInstantiated(boolean) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
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
setLast(ELEMENTTYPE) - Method in interface com.helger.commons.collection.ext.ICommonsList
 
setLexicalHandler(LexicalHandler) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setLexicalHandler(LexicalHandler) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setLifeCycleDebuggingEnabled(boolean) - Static method in class com.helger.commons.scope.ScopeHelper
Enable or disable scope life cycle debugging for all scopes.
setLineEnd(String) - Method in class com.helger.commons.csv.CSVWriter
Set the line delimiting string.
setLocale(Locale) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setLocale(Locale) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setLongIDFactory(ILongIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
setMapName(String) - Method in class com.helger.commons.collection.lru.LoggingLRUMap
 
setMapping(String, String) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
Add a new prefix to namespace mapping.
setMappings(IIterableNamespaceContext) - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
setMetroDebugSystemProperties(boolean) - Static method in class com.helger.commons.ws.WSHelper
Enable advanced JAX-WS debugging on more or less all relevant layers.
setNamespaceAware(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setNamespaceAware(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setNamespaceContext(NamespaceContext) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the namespace context to be used.
setNamespaceURI(String) - Method in interface com.helger.commons.microdom.IMicroElement
Set a new namespace URI for this element.
setNamespaceURI(String) - Method in class com.helger.commons.microdom.MicroElement
 
setNewLineMode(ENewLineMode) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
setPad(byte) - Method in class com.helger.commons.codec.Base32Codec
 
setPassword(String) - Method in class com.helger.commons.ws.WSClientConfig
Set the HTTP Basic Auth password to be used.
setPerformConsistencyChecks(boolean) - Static method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
Enable or disable the internal consistency checks.
setPerformer(IConcurrentPerformer<List<DATATYPE>>) - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorMultiple
Set the performer to be used.
setPerformer(IConcurrentPerformer<DATATYPE>) - Method in class com.helger.commons.concurrent.collector.ConcurrentCollectorSingle
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 Hashtable method put.
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, String) - Static method in class com.helger.commons.system.SystemProperties
Set a system property value under consideration of an eventually present SecurityManager.
setPropertyValue(EXMLParserProperty, Object) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setPropertyValue(EXMLParserProperty, Object) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setPropertyValue(EXMLParserProperty, Object) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setPropertyValue(EXMLParserProperty, Object) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setPublicId(String) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setPutNamespaceContextPrefixesInRoot(boolean) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
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.
setRecursive(boolean) - Method in class com.helger.commons.io.monitor.FileMonitor
Access method to set the recursive setting when adding files for monitoring.
setRequestTimeoutMS(int) - Method in class com.helger.commons.ws.WSClientConfig
Set the request timeout in milliseconds.
setRequiresNewXMLParserExplicitly(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Static method in class com.helger.commons.xml.serialize.read.SAXReaderDefaultSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
setSchema(Schema) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setSchema(Schema) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setScopeFactory(IScopeFactory) - Static method in class com.helger.commons.scope.mgr.MetaScopeFactory
Set the default non-web scope factory
setSecond(DATA2TYPE) - Method in interface com.helger.commons.collection.pair.IMutablePair
Set the second value.
setSecond(DATA2TYPE) - Method in class com.helger.commons.collection.pair.Pair
 
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.
setSerializeComments(EXMLSerializeComments) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the way how comments should be handled.
setSerializeDocType(EXMLSerializeDocType) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the way how to handle the doc type.
setSerializeVersion(EXMLSerializeVersion) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the preferred XML version to use.
setSerializeXMLDeclaration(EXMLSerializeXMLDeclaration) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
Set the way how to handle the XML declaration.
setSkipLines(int) - Method in class com.helger.commons.csv.CSVReader
Sets the line number to skip for start reading.
setSOAPAction(String) - Method in class com.helger.commons.ws.WSClientConfig
Set the SOAP Action to be used.
setSpaceOnSelfClosedElement(boolean) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
setSSLSocketFactory(SSLSocketFactory) - Method in class com.helger.commons.ws.WSClientConfig
Change the SSLSocketFactory to be used by this client.
setSSLSocketFactoryTrustAll() - Method in class com.helger.commons.ws.WSClientConfig
Set the SSLSocketFactory to be used by this client to one that trusts all servers.
setStandalone(boolean) - Method in interface com.helger.commons.microdom.IMicroDocument
Change the standalone state of this document.
setStandalone(boolean) - Method in class com.helger.commons.microdom.MicroDocument
 
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.
setStringData(String) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setStringIDFactory(IStringIDFactory) - Static method in class com.helger.commons.id.factory.GlobalIDFactory
 
setSystemId(String) - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
setText(Locale, String) - Method in class com.helger.commons.changelog.ChangeLogEntry
Set the change text of this entry in the specified locale.
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.
setThrowExceptionOnNestedComments(boolean) - Static method in class com.helger.commons.xml.serialize.write.XMLEmitter
Define whether nested XML comments throw an exception or not.
setupScopeTests() - Static method in class com.helger.commons.scope.mock.ScopeAwareTestSetup
Run this before tests are executed to initialize a global scope and a request.
setUseDoubleQuotesForAttributes(boolean) - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
setUseResourceBundleCache(boolean) - Method in class com.helger.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
Change whether the internal resource bundle cache should be used.
setUserName(String) - Method in class com.helger.commons.ws.WSClientConfig
Set the HTTP Basic Auth user name to be used.
setValidating(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setValidating(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setValue(VALUETYPE) - Method in class com.helger.commons.collection.impl.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.
setWorkAroundMASM0003(boolean) - Method in class com.helger.commons.ws.WSClientConfig
 
setWrappedResourceResolver(LSResourceResolver) - Method in class com.helger.commons.xml.ls.AbstractLSResourceResolver
 
setXIncludeAware(boolean) - Static method in class com.helger.commons.xml.serialize.read.DOMReaderDefaultSettings
 
setXIncludeAware(boolean) - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
setXMLElementAttributeLimit(int) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the number of attributes an element can have.
setXMLEntityExpansionLimit(int) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the number of entity expansions.
setXMLEntityExpansionLimit(String) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the number of entity expansions.
setXMLMaxGeneralEntitySizeLimit(int) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the maximum size of any general entities.
setXMLMaxOccur(int) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the number of content model nodes that may be created when building a grammar for a W3C XML Schema that contains maxOccurs attributes with values other than "unbounded".
setXMLMaxParameterEntitySizeLimit(int) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the maximum size of any parameter entities, including the result of nesting multiple parameter entities.
setXMLTotalEntitySizeLimit(int) - Static method in class com.helger.commons.xml.XMLSystemProperties
Limit the total size of all entities that include general and parameter entities.
shortValue() - Method in class com.helger.commons.mutable.MutableShort
 
shutdownAndWaitUntilAllTasksAreFinished() - Method in class com.helger.commons.concurrent.ManagedExecutorService
Call shutdown on the ExecutorService and wait indefinitely until it terminated.
shutdownAndWaitUntilAllTasksAreFinished(long, TimeUnit) - Method in class com.helger.commons.concurrent.ManagedExecutorService
Call shutdown on the ExecutorService and wait indefinitely until it terminated.
shutdownAndWaitUntilAllTasksAreFinished(ExecutorService) - Static method in class com.helger.commons.concurrent.ManagedExecutorService
 
shutdownAndWaitUntilAllTasksAreFinished(ExecutorService, long, TimeUnit) - Static method in class com.helger.commons.concurrent.ManagedExecutorService
 
shutdownScopeTests() - Static method in class com.helger.commons.scope.mock.ScopeAwareTestSetup
Run this after your tests to shutdown the request and the global scope.
SimpleFileIO - Class in com.helger.commons.io.file
All kind of file handling stuff.
SimpleLock - Class in com.helger.commons.concurrent
This is an extension around ReentrantLock that allows for easy usage with Java 8 :) See SimpleLock.locked(Runnable) and SimpleLock.locked(Runnable) method.
SimpleLock() - Constructor for class com.helger.commons.concurrent.SimpleLock
Default constructor creating a default ReentrantLock
SimpleLock(boolean) - Constructor for class com.helger.commons.concurrent.SimpleLock
Constructor creating a ReentrantLock with the provided fairness
SimpleLSResourceResolver - Class in com.helger.commons.xml.ls
A simple LS resource resolver that can handle URLs, JAR files and file system resources.
SimpleLSResourceResolver() - Constructor for class com.helger.commons.xml.ls.SimpleLSResourceResolver
 
SimpleLSResourceResolver(ClassLoader) - Constructor for class com.helger.commons.xml.ls.SimpleLSResourceResolver
 
SimpleReadWriteLock - Class in com.helger.commons.concurrent
This is an extension around ReentrantReadWriteLock that allows for easy usage with Java 8 :) See SimpleReadWriteLock.readLocked(Runnable) and SimpleReadWriteLock.writeLocked(Runnable) method.
SimpleReadWriteLock() - Constructor for class com.helger.commons.concurrent.SimpleReadWriteLock
Default constructor creating a default ReentrantReadWriteLock
SimpleReadWriteLock(boolean) - Constructor for class com.helger.commons.concurrent.SimpleReadWriteLock
Constructor creating a ReentrantReadWriteLock with 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(URL) - Constructor for class com.helger.commons.url.SimpleURL
 
SimpleURL(URL, Charset) - Constructor for class com.helger.commons.url.SimpleURL
 
SimpleURL(String) - Constructor for class com.helger.commons.url.SimpleURL
 
SimpleURL(String, Charset) - Constructor for class com.helger.commons.url.SimpleURL
 
SimpleURL(String, Map<String, String>) - Constructor for class com.helger.commons.url.SimpleURL
 
SimpleURL(String, Charset, 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(String, Charset, Map<String, String>, String) - Constructor for class com.helger.commons.url.SimpleURL
 
SimpleURL(IURLData) - 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.
SingleElementEnumeration<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
Specialized enumeration for enumerating exactly one element.
SingleElementEnumeration(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.iterate.SingleElementEnumeration
 
SingleElementIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
Specialized iterator for iterating exactly one element.
SingleElementIterator(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.iterate.SingleElementIterator
 
SingleElementList<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
Implementation of the ICommonsList interface handling exactly one element and no more!
SingleElementList() - Constructor for class com.helger.commons.collection.impl.SingleElementList
 
SingleElementList(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.impl.SingleElementList
 
SingleElementListIterator<ELEMENTTYPE> - Class in com.helger.commons.collection.iterate
Specialized version of the ListIterator interface for a single element.
SingleElementListIterator(ELEMENTTYPE) - Constructor for class com.helger.commons.collection.iterate.SingleElementListIterator
 
SingleElementMap<KEYTYPE,VALUETYPE> - Class in com.helger.commons.collection.impl
ICommonsMap implementation that can only keep 0 or 1 element.
SingleElementMap() - Constructor for class com.helger.commons.collection.impl.SingleElementMap
 
SingleElementMap(KEYTYPE, VALUETYPE) - Constructor for class com.helger.commons.collection.impl.SingleElementMap
 
SingleElementNamespaceContext - Class in com.helger.commons.xml.namespace
Represents a namespace context having exactly 1 item.
SingleElementNamespaceContext(String) - Constructor for class com.helger.commons.xml.namespace.SingleElementNamespaceContext
Create a namespace context with the default (empty) prefix
SingleElementNamespaceContext(String, String) - Constructor for class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
SingleError - Class in com.helger.commons.errorlist
Represents an overall form error.
SingleError(IErrorLevel, String) - Constructor for class com.helger.commons.errorlist.SingleError
 
SingleError(IErrorLevel, String, String) - Constructor for class com.helger.commons.errorlist.SingleError
 
SingleError(String, IErrorLevel, String, String) - Constructor for class com.helger.commons.errorlist.SingleError
 
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.
size() - Method in class com.helger.commons.collection.impl.AbstractSoftMap
 
size() - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
size() - Method in class com.helger.commons.collection.impl.SingleElementList
 
size() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
size() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
size() - Method in class com.helger.commons.collection.impl.WrappedList
 
size() - Method in class com.helger.commons.collection.impl.WrappedSet
 
size() - Method in class com.helger.commons.collection.lru.LRUSet
 
size() - Method in class com.helger.commons.collection.map.IntFloatMap
 
size() - Method in class com.helger.commons.collection.map.IntIntMap
 
size() - Method in class com.helger.commons.collection.map.IntObjectMap
 
size() - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
 
size() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceStack
 
SizeDouble - Class in com.helger.commons.dimension
This class represents an object having width and height.
SizeDouble(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeDouble
 
SizeDouble(IHasDimensionDouble) - Constructor for class com.helger.commons.dimension.SizeDouble
 
SizeDouble(double, double) - 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(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeFloat
 
SizeFloat(IHasDimensionFloat) - Constructor for class com.helger.commons.dimension.SizeFloat
 
SizeFloat(float, float) - 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.
SizeHelper(Locale) - Constructor for class com.helger.commons.io.misc.SizeHelper
 
SizeHelper(DecimalFormatSymbols) - 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(IHasDimensionInt) - Constructor for class com.helger.commons.dimension.SizeInt
 
SizeInt(int, int) - Constructor for class com.helger.commons.dimension.SizeInt
 
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.LoggingInputStream
 
skip(long) - Method in class com.helger.commons.io.stream.NonBlockingBufferedInputStream
See the general contract of the skip method of InputStream.
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 n bytes of input from this input stream.
skip(long) - Method in class com.helger.commons.io.stream.NonBlockingPushbackInputStream
Skips over and discards n bytes 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.
skip(int) - Method in class com.helger.commons.string.util.StringScanner
 
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
 
sleep(TimeValue) - Static method in class com.helger.commons.thread.ThreadHelper
Sleep the current thread for a certain amount of time
sleep(long, TimeUnit) - Static method in class com.helger.commons.thread.ThreadHelper
Sleep the current thread for a certain amount of time
sleep(long) - Static method in class com.helger.commons.thread.ThreadHelper
Sleep the current thread for a certain amount of time
sleepMinutes(long) - Static method in class com.helger.commons.thread.ThreadHelper
Sleep the current thread for a certain amount of time
sleepSeconds(long) - Static method in class com.helger.commons.thread.ThreadHelper
Sleep the current thread for a certain amount of time
SLF4J - Static variable in class com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
 
SMap - Class in com.helger.commons.url
A special URL parameter map that is made for best inline usage.
SMap() - Constructor for class com.helger.commons.url.SMap
Create an empty map.
SMap(Map<String, String>) - Constructor for class com.helger.commons.url.SMap
Create a map base on the given map.
SMap(String, String) - Constructor for class com.helger.commons.url.SMap
 
SMap(String, int) - Constructor for class com.helger.commons.url.SMap
 
SoftHashMap<K,V> - Class in com.helger.commons.collection.impl
Soft HashMap implementation based on http://www.javaspecialists.eu/archive/Issue015.html
The entrySet implementation is from org.hypergraphdb.util
SoftHashMap() - Constructor for class com.helger.commons.collection.impl.SoftHashMap
 
SoftLinkedHashMap<K,V> - Class in com.helger.commons.collection.impl
Soft HashMap implementation based on http://www.javaspecialists.eu/archive/Issue015.html
The entrySet implementation is from org.hypergraphdb.util
SoftLinkedHashMap(int) - Constructor for class com.helger.commons.collection.impl.SoftLinkedHashMap
 
sort(IBasicTree<? extends DATATYPE, ITEMTYPE>, Comparator<? super DATATYPE>) - Static method in class com.helger.commons.tree.sort.TreeSorter
Sort each level of the passed tree with the specified comparator.
sort(IBasicTree<DATATYPE, ITEMTYPE>) - Static method in class com.helger.commons.tree.sort.TreeSorter
Sort each level of the passed tree with the specified comparator.
sortByID(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super KEYTYPE>) - Static method in class com.helger.commons.tree.sort.TreeWithIDSorter
Sort each level of the passed tree on the ID with the specified comparator.
sortByID(IBasicTree<DATATYPE, ITEMTYPE>) - Static method in class com.helger.commons.tree.sort.TreeWithIDSorter
Sort each level of the passed tree on the ID with the specified comparator.
sortByValue(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super DATATYPE>) - Static method in class com.helger.commons.tree.sort.TreeWithIDSorter
Sort each level of the passed tree on the value with the specified comparator.
sortByValue(IBasicTree<DATATYPE, ITEMTYPE>) - Static method in class com.helger.commons.tree.sort.TreeWithIDSorter
Sort each level of the passed tree on the value with the specified comparator.
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.io.monitor.FileMonitorManager
Starts monitoring the files
start() - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Starts monitoring the files
start() - Method in class com.helger.commons.timing.StopWatch
Start the stop watch.
startsWith(byte[]) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
 
startsWith(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
 
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.AbstractCache
The prefix to be used for statistics elements
StatisticsExporter - Class in com.helger.commons.statistics.util
Class for exporting statistics.
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
StatisticsVisitorCallbackToXML - Class in com.helger.commons.statistics.util
Special implementation of the IStatisticsVisitorCallback interface that fills a micro element with all current values
StatisticsVisitorCallbackToXML(IMicroElement) - Constructor for class com.helger.commons.statistics.util.StatisticsVisitorCallbackToXML
 
stop() - Method in class com.helger.commons.deadlock.ThreadDeadlockDetectionTimer
Stop the deadlock detection task
stop() - Method in class com.helger.commons.io.monitor.FileMonitorManager
Stops monitoring the files.
stop() - Method in class com.helger.commons.scope.singletons.ScopedFileMonitorManager
Stops monitoring the files.
stop() - Method in interface com.helger.commons.state.IStoppable
 
stop() - Method in class com.helger.commons.timing.StopWatch
Stop the stop watch.
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
stopAndGetMillis() - Method in class com.helger.commons.timing.StopWatch
Stop the stop watch and get the elapsed milliseconds since the start.
stopAndGetNanos() - Method in class com.helger.commons.timing.StopWatch
Stop the stop watch and get the elapsed nanoseconds since the start.
stopAndGetSeconds() - Method in class com.helger.commons.timing.StopWatch
Stop the stop watch and get the elapsed seconds since the start.
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.
STORAGE_PATH - Static variable in class com.helger.commons.scope.mock.ScopeAwareTestSetup
 
STORAGE_PATH - Static variable in class com.helger.commons.scope.mock.ScopeTestRule
 
store(Writer, String) - Method in class com.helger.commons.lang.NonBlockingProperties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
store(OutputStream, String) - Method in class com.helger.commons.lang.NonBlockingProperties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
STR_ALL - Static variable in class com.helger.commons.CGlobal
The language string representing the "all" locale.
STR_INDEPENDENT - Static variable in class com.helger.commons.CGlobal
The language string representing the "independent" locale.
StreamHelper - Class in com.helger.commons.io.stream
Some very basic IO stream utility stuff.
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!
StringBasedMicroTypeConverter - Class in com.helger.commons.microdom.convert
An implementation if IMicroTypeConverter that uses a regular type converter conversion (see TypeConverter) from and to string for conversion.
StringBasedMicroTypeConverter(Class<?>) - Constructor for class com.helger.commons.microdom.convert.StringBasedMicroTypeConverter
 
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.
StringIDFactory - Class in com.helger.commons.id.factory
An IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.getNewIntID() to create unique IDs.
StringIDFactory(IStringIDFactory) - Constructor for class com.helger.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 IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.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 IStringIDFactory implementation that uses a constant prefix and a long supplied from GlobalIDFactory.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 IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.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 IStringIDFactory implementation that uses a constant prefix and a long supplied from GlobalIDFactory.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 InputStream provider based on a String.
StringInputStreamProvider(char[], Charset) - Constructor for class com.helger.commons.io.streamprovider.StringInputStreamProvider
 
StringInputStreamProvider(char[], int, int, 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
 
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.
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.
StringMicroTypeConverter - Class in com.helger.commons.microdom.convert
Default IMicroTypeConverter implementation for String objects.
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
An Reader provider based on a String.
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, String, String) - Static method in class com.helger.commons.regex.RegExHelper
 
stringReplacePattern(String, int, String, String) - Static method in class com.helger.commons.regex.RegExHelper
 
StringSAXInputSource - Class in com.helger.commons.xml.sax
Special InputSource implementation that reads from a predefined String.
StringSAXInputSource(char[]) - Constructor for class com.helger.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(char[], int, int) - Constructor for class com.helger.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(CharSequence) - Constructor for class com.helger.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(String) - Constructor for class com.helger.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(String, String) - Constructor for class com.helger.commons.xml.sax.StringSAXInputSource
 
StringScanner - Class in com.helger.commons.string.util
Simple string scanner.
StringScanner(String) - Constructor for class com.helger.commons.string.util.StringScanner
 
StringStreamResult - Class in com.helger.commons.xml.transform
Special StreamResult implementation that writes to String objects.
StringStreamResult() - Constructor for class com.helger.commons.xml.transform.StringStreamResult
 
StringStreamResult(String) - Constructor for class com.helger.commons.xml.transform.StringStreamResult
 
StringStreamSource - Class in com.helger.commons.xml.transform
Special StreamSource implementation that reads from String objects.
StringStreamSource(char[]) - Constructor for class com.helger.commons.xml.transform.StringStreamSource
 
StringStreamSource(char[], int, int) - Constructor for class com.helger.commons.xml.transform.StringStreamSource
 
StringStreamSource(CharSequence) - Constructor for class com.helger.commons.xml.transform.StringStreamSource
 
StringStreamSource(String) - Constructor for class com.helger.commons.xml.transform.StringStreamSource
 
StringStreamSource(String, String) - Constructor for class com.helger.commons.xml.transform.StringStreamSource
 
StringWriterProvider - Class in com.helger.commons.io.streamprovider
An Writer provider based on a String.
StringWriterProvider() - Constructor for class com.helger.commons.io.streamprovider.StringWriterProvider
 
subList(int, int) - Method in class com.helger.commons.collection.impl.SingleElementList
 
subList(int, int) - Method in class com.helger.commons.collection.impl.WrappedList
 
subSet(Object, Object) - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
subtractPercent(BigDecimal, BigDecimal) - Static method in class com.helger.commons.math.MathHelper
Subtract x% from base
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
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.
SYSTEM_PROPERTY_ELEMENT_ATTRIBUTE_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_ENTITY_EXPANSION_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
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_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_JAXP_DEBUG - Static variable in class com.helger.commons.debug.GlobalDebug
 
SYSTEM_PROPERTY_JDX_XML_ELEMENT_ATTRIBUTE_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_ENTITY_EXPANSION_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_MAX_GENERAL_ENTITY_SIZE_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_MAX_OCCUR - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_MAX_PARAMETER_ENTITY_SIZE_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
SYSTEM_PROPERTY_JDX_XML_TOTAL_ENTITY_SIZE_LIMIT - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
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_MAX_OCCUR - Static variable in class com.helger.commons.xml.XMLSystemProperties
 
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_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
 

T

tailSet(Object) - Method in class com.helger.commons.collection.impl.EmptySortedSet
 
TB_SUFFIX - Static variable in class com.helger.commons.io.misc.SizeHelper
Suffix for Terabytes
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 ICloneable is 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
 
testIfAllSPIImplementationsAreValid(String, boolean) - Static method in class com.helger.commons.mock.CommonsTestHelper
 
testIfAllSPIImplementationsAreValid() - Static method in class com.helger.commons.mock.CommonsTestHelper
 
testIfAllSPIImplementationsAreValid(boolean) - Static method in class com.helger.commons.mock.CommonsTestHelper
 
testIfAllSunJaxwsFilesAreValid(String, boolean) - Static method in class com.helger.commons.mock.CommonsTestHelper
 
testIfAllSunJaxwsFilesAreValid(boolean) - Static method in class com.helger.commons.mock.CommonsTestHelper
 
testIfAllSunJaxwsFilesAreValid() - Static method in class com.helger.commons.mock.CommonsTestHelper
 
testInParallel(int, IThrowingRunnable<? extends Throwable>) - Static method in class com.helger.commons.mock.CommonsTestHelper
Run something in parallel
testMicroTypeConversion(T) - Static method in class com.helger.commons.mock.CommonsTestHelper
Test if the MicroTypeConverter is OK.
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_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.
ThirdPartyModule - Class in com.helger.commons.thirdparty
The default implementation of the IThirdPartyModule interface.
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
 
ThreadHelper - Class in com.helger.commons.thread
Some thread utility methods.
TimeValue - Class in com.helger.commons.lang
Pair of TimeUnit and a value.
TimeValue(TimeUnit, long) - Constructor for class com.helger.commons.lang.TimeValue
 
toArray() - Method in class com.helger.commons.collection.impl.SingleElementList
 
toArray(ARRAYELEMENTTYPE[]) - Method in class com.helger.commons.collection.impl.SingleElementList
 
toArray() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
toArray(ARRAYELEMENTTYPE[]) - Method in class com.helger.commons.collection.impl.WrappedCollection
 
toArray() - Method in class com.helger.commons.collection.impl.WrappedList
 
toArray(ARRAYELEMENTTYPE[]) - Method in class com.helger.commons.collection.impl.WrappedList
 
toArray() - Method in class com.helger.commons.collection.impl.WrappedSet
 
toArray(ARRAYELEMENTTYPE[]) - Method in class com.helger.commons.collection.impl.WrappedSet
 
toBigDecimal(int) - Static method in class com.helger.commons.math.MathHelper
 
toBigDecimal(long) - Static method in class com.helger.commons.math.MathHelper
 
toBigDecimal(float) - Static method in class com.helger.commons.math.MathHelper
 
toBigDecimal(double) - Static method in class com.helger.commons.math.MathHelper
 
toBigDecimal(Number) - 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
 
toByteArray() - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Creates a newly allocated byte array.
top() - Method in class com.helger.commons.collection.impl.NonBlockingStack
Looks at the object at the top of this stack without removing it from the stack.
toString() - Method in class com.helger.commons.cache.AbstractCache
 
toString() - Method in class com.helger.commons.cache.AnnotationUsageCache
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterCallableToCallableWithParam
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallable
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToCallableWithParameter
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToRunnableWithParameter
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnable
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterRunnableToThrowingRunnableWithParameter
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallable
 
toString() - Method in class com.helger.commons.callback.adapter.AdapterThrowingRunnableToCallableWithParameter
 
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.changelog.AbstractChangeLogEntry
 
toString() - Method in class com.helger.commons.changelog.ChangeLog
 
toString() - Method in class com.helger.commons.changelog.ChangeLogEntry
 
toString() - Method in class com.helger.commons.changelog.ChangeLogRelease
 
toString() - Method in class com.helger.commons.codec.LZWCodec.LZWNode
 
toString() - Method in class com.helger.commons.collection.attr.MapBasedAttributeContainer
 
toString() - Method in class com.helger.commons.collection.attr.MapBasedReadOnlyAttributeContainer
 
toString() - Method in class com.helger.commons.collection.impl.MapEntry
 
toString() - Method in class com.helger.commons.collection.impl.NonBlockingStack
 
toString() - Method in class com.helger.commons.collection.impl.SafeArrayList
 
toString() - Method in class com.helger.commons.collection.impl.SafeVector
 
toString() - Method in class com.helger.commons.collection.impl.SingleElementList
 
toString() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
toString() - Method in class com.helger.commons.collection.impl.WrappedCollection
 
toString() - Method in class com.helger.commons.collection.impl.WrappedList
 
toString() - Method in class com.helger.commons.collection.impl.WrappedSet
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayEnumeration
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIterator
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorBoolean
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorByte
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorChar
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorDouble
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorFloat
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorInt
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorLong
 
toString() - Method in class com.helger.commons.collection.iterate.ArrayIteratorShort
 
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.EmptyListIterator
 
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.iterate.SingleElementEnumeration
 
toString() - Method in class com.helger.commons.collection.iterate.SingleElementIterator
 
toString() - Method in class com.helger.commons.collection.iterate.SingleElementListIterator
 
toString() - Method in class com.helger.commons.collection.lru.LoggingLRUMap
 
toString() - Method in class com.helger.commons.collection.lru.LRUMap
 
toString() - Method in class com.helger.commons.collection.lru.LRUSet
 
toString() - Method in class com.helger.commons.collection.pair.Pair
 
toString() - Method in class com.helger.commons.collection.pair.ReadOnlyPair
 
toString() - Method in class com.helger.commons.concurrent.ExtendedDefaultThreadFactory
 
toString() - Method in class com.helger.commons.datetime.DateTimeFormatterPattern
 
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.email.EmailAddress
 
toString() - Method in class com.helger.commons.error.ErrorLevel
 
toString() - Method in class com.helger.commons.error.ResourceError
 
toString() - Method in class com.helger.commons.error.ResourceErrorGroup
 
toString() - Method in class com.helger.commons.error.ResourceLocation
 
toString() - Method in class com.helger.commons.errorlist.ErrorList
 
toString() - Method in class com.helger.commons.errorlist.FormErrors
 
toString() - Method in class com.helger.commons.errorlist.SingleError
 
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.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.file.FileIOError
 
toString() - Method in class com.helger.commons.io.file.FileOperationManager
 
toString() - Method in class com.helger.commons.io.file.iterate.FileSystemRecursiveIterator
 
toString() - Method in class com.helger.commons.io.misc.SizeHelper
 
toString() - Method in class com.helger.commons.io.monitor.FileChangeEvent
 
toString() - Method in class com.helger.commons.io.monitor.FileMonitor
 
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.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.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.LoggingInputStream
 
toString() - Method in class com.helger.commons.io.stream.LoggingOutputStream
 
toString() - Method in class com.helger.commons.io.stream.MessageDigestInputStream
 
toString() - Method in class com.helger.commons.io.stream.MessageDigestOutputStream
 
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.
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.lang.TimeValue
 
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.messagedigest.MessageDigestGenerator
 
toString() - Method in class com.helger.commons.messagedigest.MessageDigestValue
 
toString() - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
toString() - Method in class com.helger.commons.microdom.AbstractMicroNode
 
toString() - Method in class com.helger.commons.microdom.AbstractMicroNodeWithChildren
 
toString() - Method in class com.helger.commons.microdom.MicroAttribute
 
toString() - Method in class com.helger.commons.microdom.MicroCDATA
 
toString() - Method in class com.helger.commons.microdom.MicroComment
 
toString() - Method in class com.helger.commons.microdom.MicroDocument
 
toString() - Method in class com.helger.commons.microdom.MicroDocumentType
 
toString() - Method in class com.helger.commons.microdom.MicroElement
 
toString() - Method in class com.helger.commons.microdom.MicroEntityReference
 
toString() - Method in class com.helger.commons.microdom.MicroEvent
 
toString() - Method in class com.helger.commons.microdom.MicroProcessingInstruction
 
toString() - Method in class com.helger.commons.microdom.MicroQName
 
toString() - Method in class com.helger.commons.microdom.MicroText
 
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.MimeTypeInfo.ExtensionWithSource
 
toString() - Method in class com.helger.commons.mime.MimeTypeInfo.MimeTypeWithSource
 
toString() - Method in class com.helger.commons.mime.MimeTypeInfo
 
toString() - Method in class com.helger.commons.mime.MimeTypeParameter
 
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.regex.RegExPattern
 
toString() - Method in class com.helger.commons.scope.AbstractMapBasedScope
 
toString() - Method in class com.helger.commons.scope.GlobalScope
 
toString() - Method in class com.helger.commons.scope.RequestScope
 
toString() - Method in class com.helger.commons.scope.SessionScope
 
toString() - Method in class com.helger.commons.scope.singleton.AbstractSingleton
 
toString() - Method in class com.helger.commons.scope.util.AbstractScopeAwareCallable
 
toString() - Method in class com.helger.commons.scope.util.AbstractScopeAwareRunnable
 
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
 
toString() - Method in class com.helger.commons.string.util.StringScanner
 
toString() - Method in class com.helger.commons.text.AbstractReadOnlyMapBasedMultilingualText
 
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.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.tree.BasicTree
 
toString() - Method in class com.helger.commons.tree.BasicTreeItem
 
toString() - Method in class com.helger.commons.tree.withid.BasicTreeItemWithID
 
toString() - Method in class com.helger.commons.tree.withid.BasicTreeWithID
 
toString() - Method in class com.helger.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
toString() - Method in class com.helger.commons.tree.withid.folder.BasicFolderTreeItem
 
toString() - Method in class com.helger.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
toString() - Method in class com.helger.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
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.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
 
toString() - Method in class com.helger.commons.xml.ChildElementIterator
 
toString() - Method in class com.helger.commons.xml.ChildNodeIterator
 
toString() - Method in class com.helger.commons.xml.ls.LSResourceData
 
toString() - Method in class com.helger.commons.xml.ls.ResourceLSInput
 
toString() - Method in class com.helger.commons.xml.namespace.MapBasedNamespaceContext
 
toString() - Method in class com.helger.commons.xml.namespace.SingleElementNamespaceContext
 
toString() - Method in class com.helger.commons.xml.RecursiveChildNodeIterator
 
toString() - Method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
 
toString() - Method in class com.helger.commons.xml.sax.CollectingSAXErrorHandler
 
toString() - Method in class com.helger.commons.xml.sax.ReadableResourceSAXInputSource
 
toString() - Method in class com.helger.commons.xml.sax.StringSAXInputSource
 
toString() - Method in class com.helger.commons.xml.schema.SchemaCache
 
toString() - Method in class com.helger.commons.xml.serialize.read.DOMReaderSettings
 
toString() - Method in class com.helger.commons.xml.serialize.read.SAXReaderSettings
 
toString() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer.NamespaceLevel
 
toString() - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorXML
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLEmitter
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorHTML
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorXML
 
toString() - Method in class com.helger.commons.xml.serialize.write.XMLWriterSettings
 
toString() - Method in class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
toString() - Method in class com.helger.commons.xml.transform.AbstractTransformURIResolver
 
toString() - Method in class com.helger.commons.xml.transform.CachingTransformStreamSource
 
toString() - Method in class com.helger.commons.xml.transform.CollectingTransformErrorListener
 
toString() - Method in class com.helger.commons.xml.transform.ResourceStreamResult
 
toString() - Method in class com.helger.commons.xml.transform.ResourceStreamSource
 
toString() - Method in class com.helger.commons.xml.transform.StringStreamResult
 
toString() - Method in class com.helger.commons.xml.transform.StringStreamSource
 
toString() - Method in class com.helger.commons.xml.xpath.MapBasedXPathFunctionResolver
 
toString() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolver
 
toString() - Method in class com.helger.commons.xml.xpath.MapBasedXPathVariableResolverQName
 
toString() - Method in class com.helger.commons.xml.xpath.XPathFunctionKey
 
ToStringGenerator - Class in com.helger.commons.string
This is a utility class for easier toString method creations.
ToStringGenerator(Object) - Constructor for class com.helger.commons.string.ToStringGenerator
 
transfer(ByteBuffer, ByteBuffer, boolean) - Static method in class com.helger.commons.lang.ByteBufferHelper
Transfer as much as possible from source to dest buffer.
TransformResultFactory - Class in com.helger.commons.xml.transform
Factory class to create the correct Result objects for different output types.
TransformSourceFactory - Class in com.helger.commons.xml.transform
Factory class to create the correct Source objects for different input types.
Translatable - Annotation Type in com.helger.commons.annotation
An informational annotation that indicates that something is meant to be translated.
TreeSorter - Class in com.helger.commons.tree.sort
Sort ITree instances recursively.
TreeVisitor - Class in com.helger.commons.tree.util
A specialized walker that iterates all elements in a tree and calls a callback method.
TreeVisitor.HierarchyVisitorCallbackWithConversion<ITEMTYPE,DATATYPE> - Class in com.helger.commons.tree.util
 
TreeWithIDBuilder - Class in com.helger.commons.tree.util
Utility classes for building a tree from flat collections.
TreeWithIDSearcher - Class in com.helger.commons.tree.util
A utility class that helps searching items within trees.
TreeWithIDSorter - Class in com.helger.commons.tree.sort
Sort ITreeWithID instances recursively - either by ID or by value
TreeXMLConverter - Class in com.helger.commons.tree.xml
Convert a tree to XML
trim(String) - Static method in class com.helger.commons.string.StringHelper
Trim the passed string, if it is not null.
trimEnd(String, String) - Static method in class com.helger.commons.string.StringHelper
Trim the passed tail from the source value.
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.
trimEndRepeatedly(String, String) - Static method in class com.helger.commons.string.StringHelper
 
trimEndRepeatedly(String, char) - 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, String) - Static method in class com.helger.commons.string.StringHelper
Trim the passed lead from the source value.
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.
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, String) - Static method in class com.helger.commons.string.StringHelper
 
trimStartRepeatedly(String, char) - 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.
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
 
TypeConverter - Class in com.helger.commons.typeconvert
Helper class for converting base types likes "boolean" to object types like "Boolean".
TypeConverterException - Exception in com.helger.commons.typeconvert
Exceptions of this type are only thrown from the TypeConverter class if type conversion fails.
TypeConverterException(Class<?>, TypeConverterException.EReason) - Constructor for exception com.helger.commons.typeconvert.TypeConverterException
Constructor only with a destination class.
TypeConverterException(Class<?>, Class<?>, TypeConverterException.EReason) - Constructor for exception com.helger.commons.typeconvert.TypeConverterException
Constructor.
TypeConverterException(Class<?>, Class<?>, TypeConverterException.EReason, Throwable) - Constructor for exception 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<Object, 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<SRC, 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<SRC, 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<SRC, DST>) - Constructor for class com.helger.commons.typeconvert.rule.TypeConverterRuleFixedSourceAssignableDestination
 
TypedObject<IDTYPE extends Serializable> - Class in com.helger.commons.type
Base implementation of an object that has an ObjectType and 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.

U

uncheckedCast(SRCTYPE) - Static method in class com.helger.commons.lang.GenericReflection
 
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
unlock() - Method in class com.helger.commons.concurrent.NonReentrantLock
 
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(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(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(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.
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(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.
unregisterEqualsImplementation(Class<?>) - Method in class com.helger.commons.equals.EqualsImplementationRegistry
 
unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.helger.commons.microdom.AbstractMicroNode
 
unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.helger.commons.microdom.IMicroNode
Unregister a specific MicroDOM event listener.
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.
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 - Annotation Type in com.helger.commons.annotation
A code comment for elements that were removed at a specific version.
update(byte) - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
Update the hash with the given byte.
update(String, Charset) - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
Update the hash with the bytes of the given string in the given charset.
update(byte[]) - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
Update the hash with the given byte array.
update(byte[], int, int) - Method in interface com.helger.commons.messagedigest.IMessageDigestGenerator
Update the hash with a slice of the given byte array.
update(byte) - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
update(byte[], int, int) - Method in class com.helger.commons.messagedigest.MessageDigestGenerator
 
update(byte) - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
update(byte[], int, int) - Method in class com.helger.commons.messagedigest.NonBlockingMessageDigestGenerator
 
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
URLCodec() - Constructor for class com.helger.commons.codec.URLCodec
Default constructor with the UTF-8 charset.
URLCodec(BitSet) - Constructor for class com.helger.commons.codec.URLCodec
 
URLData - Class in com.helger.commons.url
Default implementation of the IURLData interface.
URLData(String) - Constructor for class com.helger.commons.url.URLData
 
URLData(String, ICommonsOrderedMap<String, String>) - Constructor for class com.helger.commons.url.URLData
 
URLData(String, ICommonsOrderedMap<String, String>, 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.
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.
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
 
URLProtocol - Class in com.helger.commons.url
A simple implementation of the IURLProtocol interface.
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 IReadableResource interface 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.
UseDirectEqualsAndHashCode - Annotation Type in com.helger.commons.annotation
Indicate that a class's native implementations of Annotation.equals(Object) and Annotation.hashCode() should be used an 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.
Utf8ResourceBundle - Class in com.helger.commons.text.resourcebundle
Helper class to handle read-only property resource bundles reading only UTF-8 text strings.

V

validate(IReadableResource, IReadableResource) - Static method in class com.helger.commons.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource[], IReadableResource) - Static method in class com.helger.commons.xml.schema.XMLSchemaValidationHelper
 
validate(Schema, IReadableResource) - Static method in class com.helger.commons.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource, Source) - Static method in class com.helger.commons.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource[], Source) - Static method in class com.helger.commons.xml.schema.XMLSchemaValidationHelper
 
validate(Schema, Source) - Static method in class com.helger.commons.xml.schema.XMLSchemaValidationHelper
 
ValueEnforcer - Class in com.helger.commons
 
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.changelog.EChangeLogAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.changelog.EChangeLogCategory
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.error.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.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.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.messagedigest.EMessageDigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.microdom.EMicroEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.microdom.EMicroNodeType
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.scope.mgr.EScope
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(boolean) - Static method in enum com.helger.commons.state.EChange
 
valueOf(IChangeIndicator) - Static method in enum com.helger.commons.state.EChange
 
valueOf(String) - 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.EContinue
 
valueOf(IContinueIndicator) - Static method in enum com.helger.commons.state.EContinue
 
valueOf(String) - 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.EEnabled
 
valueOf(IEnabledIndicator) - Static method in enum com.helger.commons.state.EEnabled
 
valueOf(String) - Static method in enum com.helger.commons.state.EFinish
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.helger.commons.state.EFinish
 
valueOf(IFinishIndicator) - Static method in enum com.helger.commons.state.EFinish
 
valueOf(String) - 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.EInterrupt
 
valueOf(IInterruptIndicator) - Static method in enum com.helger.commons.state.EInterrupt
 
valueOf(String) - Static method in enum com.helger.commons.state.ELeftRight
Returns the enum constant of this type with the specified name.
valueOf(ILeftRightIndicator) - Static method in enum com.helger.commons.state.ELeftRight
 
valueOf(String) - 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.EMandatory
 
valueOf(IMandatoryIndicator) - Static method in enum com.helger.commons.state.EMandatory
 
valueOf(String) - 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.ESuccess
 
valueOf(ISuccessIndicator) - Static method in enum com.helger.commons.state.ESuccess
 
valueOf(String) - Static method in enum com.helger.commons.state.ETopBottom
Returns the enum constant of this type with the specified name.
valueOf(ITopBottomIndicator) - Static method in enum com.helger.commons.state.ETopBottom
 
valueOf(String) - 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.ETriState
 
valueOf(Boolean) - Static method in enum com.helger.commons.state.ETriState
 
valueOf(ITriState) - Static method in enum com.helger.commons.state.ETriState
 
valueOf(String) - 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.EValidity
 
valueOf(IValidityIndicator) - Static method in enum com.helger.commons.state.EValidity
 
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.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.
valueOf(String) - Static method in enum com.helger.commons.xml.dom.EXMLDOMFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.dom.EXMLDOMFeatureVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.dom.EXMLDOMNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.EXMLParserFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.EXMLParserFeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.EXMLParserProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.EXMLParserPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.EXMLVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLCharMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeBracketMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeComments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeDocType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeXMLDeclaration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.commons.xml.transform.EXMLTransformTexts
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.changelog.EChangeLogAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.changelog.EChangeLogCategory
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() - Method in class com.helger.commons.collection.impl.SingleElementMap
 
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.error.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.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.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.messagedigest.EMessageDigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.microdom.EMicroEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.microdom.EMicroNodeType
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.scope.mgr.EScope
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.EFinish
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.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.
values() - Static method in enum com.helger.commons.xml.dom.EXMLDOMFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.dom.EXMLDOMFeatureVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.dom.EXMLDOMNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.EXMLParserFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.EXMLParserFeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.EXMLParserProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.EXMLParserPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.EXMLVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLCharMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLIncorrectCharacterHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeBracketMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeComments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeDocType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeIndent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.serialize.write.EXMLSerializeXMLDeclaration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.commons.xml.transform.EXMLTransformTexts
Returns an array containing the constants of this enum type, in the order they are declared.
VectorHelper - Class in com.helger.commons.collection
 
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(String, SSLSession) - Method in class com.helger.commons.ws.HostnameVerifierVerifyAll
 
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.
Version(String) - Constructor for class com.helger.commons.version.Version
Construct a version object from a string.
Version(String, boolean) - Constructor for class com.helger.commons.version.Version
Construct a version object from a string.
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(String) - Constructor for class com.helger.commons.version.VersionRange
Construct a version range object from a string.
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.
VersionRange(Version, boolean, Version, boolean) - Constructor for class com.helger.commons.version.VersionRange
Create a new version range depicted by two versions.
VerySecureRandom - Class in com.helger.commons.random
A secure random generator initialized with another secure random generator.
VirtualMachineInitializer - Class in com.helger.commons.vminit
This class should be run upon VM initialization.
VisibleForTesting - Annotation Type in com.helger.commons.annotation
Just to indicate that a method has only increased visibility for testing.
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.
visit(IMicroNode, IHierarchyVisitorCallback<? super IMicroNode>) - Static method in class com.helger.commons.microdom.util.MicroVisitor
Iterate the passed node and invoke the callback for all child nodes.
visit(T, IChildrenProvider<T>, IHierarchyVisitorCallback<? super T>) - Static method in class com.helger.commons.microdom.util.MicroVisitor
Iterate the passed node and invoke the callback for all child nodes.
visitAll(IHierarchyVisitorCallback<? super CHILDTYPE>, boolean) - Static method in class com.helger.commons.hierarchy.visit.ChildrenProviderHierarchyVisitor
 
visitAll(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
 
visitFrom(CHILDTYPE, IChildrenProvider<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.
visitTree(IBasicTree<DATATYPE, ITEMTYPE>, IHierarchyVisitorCallback<? super ITEMTYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTree(IBasicTree<DATATYPE, ITEMTYPE>, IChildrenProvider<ITEMTYPE>, IHierarchyVisitorCallback<? super ITEMTYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTreeData(IBasicTree<DATATYPE, ITEMTYPE>, IHierarchyVisitorCallback<? super DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTreeData(IBasicTree<DATATYPE, ITEMTYPE>, IChildrenProvider<ITEMTYPE>, IHierarchyVisitorCallback<? super DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTreeItem(ITEMTYPE, IHierarchyVisitorCallback<? super ITEMTYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTreeItem(ITEMTYPE, IChildrenProvider<ITEMTYPE>, IHierarchyVisitorCallback<? super ITEMTYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTreeItemData(ITEMTYPE, IHierarchyVisitorCallback<? super DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 
visitTreeItemData(ITEMTYPE, IChildrenProvider<ITEMTYPE>, IHierarchyVisitorCallback<? super DATATYPE>) - Static method in class com.helger.commons.tree.util.TreeVisitor
 

W

waitUntilAllTasksAreFinished() - Method in class com.helger.commons.concurrent.ManagedExecutorService
Wait indefinitely on the ExecutorService until it terminates.
waitUntilAllTasksAreFinished(long, TimeUnit) - Method in class com.helger.commons.concurrent.ManagedExecutorService
Wait indefinitely on the ExecutorService until it terminates.
warn(Serializable) - Method in class com.helger.commons.log.InMemoryLogger
 
warn(Serializable, Throwable) - Method in class com.helger.commons.log.InMemoryLogger
 
warning(SAXParseException) - Method in class com.helger.commons.xml.sax.AbstractSAXErrorHandler
 
warning(TransformerException) - Method in class com.helger.commons.xml.transform.AbstractTransformErrorListener
 
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
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
withFilter(IFilter<? super ELEMENTTYPE>) - Method in interface com.helger.commons.collection.iterate.IIterableIterator
 
withMapper(Function<? super ELEMENTTYPE, ? extends DSTTYPE>) - Method in interface com.helger.commons.collection.iterate.IIterableIterator
 
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(Object) - Static method in interface com.helger.commons.traits.IConvertibleDirectTrait
Convert the passed object to a convertible object :)
WrappedCollection<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
This is a facade for a Set.
WrappedCollection(Collection<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.WrappedCollection
 
WrappedInputStream - Class in com.helger.commons.io.stream
A wrapper around another FilterInputStream to make the wrapped InputStream accessible.
WrappedInputStream(InputStream) - Constructor for class com.helger.commons.io.stream.WrappedInputStream
 
WrappedList<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
This is a facade for a List.
WrappedList(List<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.WrappedList
 
WrappedOutputStream - Class in com.helger.commons.io.stream
A wrapper around another FilterOutputStream to make the wrapped OutputStream accessible.
WrappedOutputStream(OutputStream) - Constructor for class com.helger.commons.io.stream.WrappedOutputStream
 
WrappedReader - Class in com.helger.commons.io.stream
A wrapper around another FilterReader to make the wrapped Reader accessible.
WrappedReader(Reader) - Constructor for class com.helger.commons.io.stream.WrappedReader
 
WrappedSet<ELEMENTTYPE> - Class in com.helger.commons.collection.impl
This is a facade for a Set.
WrappedSet(Set<ELEMENTTYPE>) - Constructor for class com.helger.commons.collection.impl.WrappedSet
 
WrappedWriter - Class in com.helger.commons.io.stream
A wrapper around another FilterWriter to make the wrapped Writer accessible.
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(DATATYPE) - Constructor for class com.helger.commons.wrapper.Wrapper
Constructor with an existing object.
Wrapper(IWrapper<DATATYPE>) - Constructor for class com.helger.commons.wrapper.Wrapper
Copy constructor.
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(int) - Method in class com.helger.commons.base64.Base64OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.helger.commons.base64.Base64OutputStream
Calls Base64OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
 
write(ByteBuffer) - Method in class com.helger.commons.io.stream.ByteBufferOutputStream
Write the content from the passed byte buffer to this output stream.
write(int) - Method in class com.helger.commons.io.stream.CountingFileOutputStream
 
write(byte[]) - Method in class com.helger.commons.io.stream.CountingFileOutputStream
 
write(byte[], int, 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.LoggingOutputStream
 
write(int) - Method in class com.helger.commons.io.stream.MessageDigestOutputStream
 
write(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
Writes a single character.
write(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class com.helger.commons.io.stream.NonBlockingBufferedWriter
Writes a portion of a String.
write(int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[]) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Writes nLen bytes from the specified byte array starting at offset nOfs to this byte array output stream.
write(int) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
Write a single character.
write(char[], int, int) - Method in class com.helger.commons.io.stream.NonBlockingStringWriter
Write a portion of an array of characters.
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.NonBlockingStringWriter
Write a portion of a string.
write(byte[], int, int) - Method in class com.helger.commons.io.stream.NullOutputStream
Does nothing - output to /dev/null.
write(int) - Method in class com.helger.commons.io.stream.NullOutputStream
Does nothing - output to /dev/null.
write(byte[]) - Method in class com.helger.commons.io.stream.NullOutputStream
Does nothing - output to /dev/null.
write(NODETYPE, XMLEmitter) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
 
write(NODETYPE, OutputStream) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
Write the specified node to the specified OutputStream.
write(NODETYPE, Writer) - Method in class com.helger.commons.xml.serialize.write.AbstractXMLSerializer
Write the specified node to the specified Writer.
writeAbstractSingletonFields(ObjectOutputStream) - Method in class com.helger.commons.scope.singleton.AbstractSingleton
Write the internal status variables to the passed ObjectOutputStream.
writeAll(List<? extends List<String>>, boolean) - Method in class com.helger.commons.csv.CSVWriter
Writes the entire list to a CSV file.
writeAll(List<? extends List<String>>) - Method in class com.helger.commons.csv.CSVWriter
Writes the entire list to a CSV file with quoting enabled.
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.
writeChangeLog(ChangeLog) - Static method in class com.helger.commons.changelog.ChangeLogSerializer
 
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
 
writeDigestBytes(OutputStream) - Method in class com.helger.commons.messagedigest.MessageDigestValue
Write the digest bytes to the specified output stream.
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
 
writeList(Collection<String>, IHasOutputStream) - Static method in class com.helger.commons.microdom.util.XMLListHandler
 
writeList(Collection<String>, OutputStream) - Static method in class com.helger.commons.microdom.util.XMLListHandler
Write the passed collection to the passed output stream using the predefined XML layout.
writeLocked(Runnable) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided runnable in a write lock.
writeLocked(Supplier<T>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLocked(BooleanSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLocked(DoubleSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLocked(IntSupplier) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeLocked(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.
writeLockedThrowing(IThrowingCallable<T, EXTYPE>) - Method in class com.helger.commons.concurrent.SimpleReadWriteLock
Execute the provided callable in a write lock.
writeMap(Map<String, String>, IHasOutputStream) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
 
writeMap(Map<String, String>, OutputStream) - Static method in class com.helger.commons.microdom.util.XMLMapHandler
Write the passed map to the passed output stream using the predefined XML layout.
writeNext(Iterator<String>, boolean) - Method in class com.helger.commons.csv.CSVWriter
Writes the next line to the file.
writeNext(Iterable<String>, boolean) - Method in class com.helger.commons.csv.CSVWriter
Writes the next line to the file.
writeNext(Iterable<String>) - Method in class com.helger.commons.csv.CSVWriter
Writes the next line to the file.
writeNext(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.
writeNext(String[], int, int, 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.
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[], int, int) - Static method in class com.helger.commons.io.stream.StreamHelper
Write bytes to an OutputStream.
writeStream(OutputStream, byte[]) - 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(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.
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 class com.helger.commons.io.stream.ByteBufferOutputStream
Write everything to the passed output stream and clear the contained buffer.
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(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).
writeToAndClose(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) and afterwards closes the passed output stream.
writeToFile(IMicroNode, File) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
Write a Micro Node to a file using the default settings.
writeToFile(IMicroNode, File, IXMLWriterSettings) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
Write a Micro Node to a file.
writeToStream(IMicroNode, OutputStream) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
Write a Micro Node to an output stream using the default settings.
writeToStream(IMicroNode, OutputStream, IXMLWriterSettings) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
Write a Micro Node to an OutputStream.
writeToStream(Node, OutputStream) - Static method in class com.helger.commons.xml.serialize.write.XMLWriter
Write a node to an OutputStream using the default settings.
writeToStream(Node, OutputStream, IXMLWriterSettings) - Static method in class com.helger.commons.xml.serialize.write.XMLWriter
Write a node to an OutputStream using custom settings.
writeToWriter(IMicroNode, Writer, IXMLWriterSettings) - Static method in class com.helger.commons.microdom.serialize.MicroWriter
Write a Micro Node to a Writer.
writeToWriter(Node, Writer) - Static method in class com.helger.commons.xml.serialize.write.XMLWriter
Write a node to a Writer using the default settings.
writeToWriter(Node, Writer, IXMLWriterSettings) - Static method in class com.helger.commons.xml.serialize.write.XMLWriter
Write a node to a Writer using the default settings.
WSClientConfig - Class in com.helger.commons.ws
Base configuration for a webservice client caller.
WSClientConfig(URL) - Constructor for class com.helger.commons.ws.WSClientConfig
Creates a service caller for the service meta data interface
WSHelper - Class in com.helger.commons.ws
Helper class for Webservice invocations and servics

X

XML_ATTR_XMLNS - Static variable in class com.helger.commons.xml.CXML
The default xmlns attribute
XML_ATTR_XSD_TARGETNAMESPACE - Static variable in class com.helger.commons.xml.CXML
Special XSD attribute targetNamespace
XML_ATTR_XSI_NONAMESPACESCHEMALOCATION - Static variable in class com.helger.commons.xml.CXML
Special XSI attribute noNamespaceSchemaLocation
XML_ATTR_XSI_SCHEMALOCATION - Static variable in class com.helger.commons.xml.CXML
Special XSI attribute schemaLocation
XML_NS_PREFIX_XSD - Static variable in class com.helger.commons.xml.CXML
The preferred XML Schema namespace prefix
XML_NS_PREFIX_XSI - Static variable in class com.helger.commons.xml.CXML
Preferred XML Schema instance namespace prefix
XML_NS_XML - Static variable in class com.helger.commons.xml.CXML
The XML namespace URI
XML_NS_XSD - Static variable in class com.helger.commons.xml.CXML
The XML schema namespace URI
XML_NS_XSI - Static variable in class com.helger.commons.xml.CXML
XML Schema instance namespace URI
XML_PREFIX_NAMESPACE_SEP - Static variable in class com.helger.commons.xml.CXML
separator between namespace prefix and element name
XML_PREFIX_NAMESPACE_SEP_STR - Static variable in class com.helger.commons.xml.CXML
separator between namespace prefix and element name
XMLBracketModeDeterminatorHTML4 - Class in com.helger.commons.xml.serialize.write
Implementation of IXMLBracketModeDeterminator for HTML4.
XMLBracketModeDeterminatorHTML4() - Constructor for class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML4
 
XMLBracketModeDeterminatorHTML5 - Class in com.helger.commons.xml.serialize.write
Implementation of IXMLBracketModeDeterminator for HTML5.
XMLBracketModeDeterminatorHTML5() - Constructor for class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorHTML5
 
XMLBracketModeDeterminatorXML - Class in com.helger.commons.xml.serialize.write
Implementation of IXMLBracketModeDeterminator for real XML (and XHTML).
XMLBracketModeDeterminatorXML() - Constructor for class com.helger.commons.xml.serialize.write.XMLBracketModeDeterminatorXML
 
XMLCharHelper - Class in com.helger.commons.xml.serialize.write
This class contains XML utility methods for character handling.
XMLDebug - Class in com.helger.commons.xml
Misc.
XMLEmitter - Class in com.helger.commons.xml.serialize.write
Converts XML constructs into a string representation.
XMLEmitter(Writer, IXMLWriterSettings) - Constructor for class com.helger.commons.xml.serialize.write.XMLEmitter
 
XMLFactory - Class in com.helger.commons.xml
Utility class for creating XML DOM documents.
XMLHelper - Class in com.helger.commons.xml
This class contains multiple XML utility methods.
XMLIndentDeterminatorHTML - Class in com.helger.commons.xml.serialize.write
Implementation of IXMLIndentDeterminator for real HTML.
XMLIndentDeterminatorHTML() - Constructor for class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorHTML
 
XMLIndentDeterminatorXML - Class in com.helger.commons.xml.serialize.write
Implementation of IXMLIndentDeterminator for real XML.
XMLIndentDeterminatorXML() - Constructor for class com.helger.commons.xml.serialize.write.XMLIndentDeterminatorXML
 
XMLListHandler - Class in com.helger.commons.microdom.util
Simple class that reads a list from an XML input stream.
XMLLoggingExceptionCallback - Class in com.helger.commons.xml.serialize.read
A special version of the LoggingExceptionCallback that handles the most common XML exceptions in a nice way :)
XMLLoggingExceptionCallback() - Constructor for class com.helger.commons.xml.serialize.read.XMLLoggingExceptionCallback
 
XMLLoggingExceptionCallback(IErrorLevel) - Constructor for class com.helger.commons.xml.serialize.read.XMLLoggingExceptionCallback
 
XMLMapHandler - Class in com.helger.commons.microdom.util
Simple class that reads a generic String-to-String mapping from a classpath resource into a Map.
XMLMaskHelper - Class in com.helger.commons.xml.serialize.write
This class contains all the methods for masking XML content.
XMLReaderFactoryCommons - Class in com.helger.commons.xml.serialize.read
Factory for creating an XML reader.
XMLResourceBundle - Class in com.helger.commons.text.resourcebundle
Helper class to handle XML based properties.
XMLResourceBundleControl - Class in com.helger.commons.text.resourcebundle
Special ResourceBundle.Control to handle XML files
XMLResourceBundleControl() - Constructor for class com.helger.commons.text.resourcebundle.XMLResourceBundleControl
 
XMLSchemaCache - Class in com.helger.commons.xml.schema
This class is used to cache XML schema objects.
XMLSchemaCache() - Constructor for class com.helger.commons.xml.schema.XMLSchemaCache
 
XMLSchemaCache(ErrorHandler) - Constructor for class com.helger.commons.xml.schema.XMLSchemaCache
 
XMLSchemaCache(LSResourceResolver) - Constructor for class com.helger.commons.xml.schema.XMLSchemaCache
 
XMLSchemaCache(ErrorHandler, LSResourceResolver) - Constructor for class com.helger.commons.xml.schema.XMLSchemaCache
 
XMLSchemaValidationHelper - Class in com.helger.commons.xml.schema
A helper class for simple XSD validation.
XMLSerializer - Class in com.helger.commons.xml.serialize.write
Internal XML serializer that takes org.w3c.dom.Node objects, extracts the information to serialize and passes the respective information to an XMLEmitter object.
XMLSerializer(IXMLWriterSettings) - Constructor for class com.helger.commons.xml.serialize.write.XMLSerializer
 
XMLSystemProperties - Class in com.helger.commons.xml
This class wraps all the special Java XML system properties.
XMLTransformerFactory - Class in com.helger.commons.xml.transform
A global factory for XML transformation objects.
XMLWriter - Class in com.helger.commons.xml.serialize.write
This is a helper class to serialize DOM nodes to a String.
XMLWriterSettings - Class in com.helger.commons.xml.serialize.write
Default implementation of the IXMLWriterSettings interface.
XMLWriterSettings() - Constructor for class com.helger.commons.xml.serialize.write.XMLWriterSettings
Creates a default settings object with the following settings: XML version 1.0 with XML declaration with document type with comments Indented and aligned Writing invalid characters to the file as is - may result in invalid XML files Default character set UTF-8 No namespace context
XMLWriterSettings(IXMLWriterSettings) - Constructor for class com.helger.commons.xml.serialize.write.XMLWriterSettings
Copy constructor.
XPathExpressionHelper - Class in com.helger.commons.xml.xpath
Utility class to evaluate XPath expressions more easily
XPathFunctionKey - Class in com.helger.commons.xml.xpath
This class contains a single key for a map-based function resolver.
XPathFunctionKey(QName, int) - Constructor for class com.helger.commons.xml.xpath.XPathFunctionKey
Constructor
XPathHelper - Class in com.helger.commons.xml.xpath
Utility class to create XPath and XPathExpression objects more easily.
A B C D E F G H I K L M N O P Q R S T U V W X 

Copyright © 2014–2016 Philip Helger. All rights reserved.