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

A

abs(int) - Static method in class com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.
AbstractCache<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
Abstract base implementation of ISimpleCache
AbstractCache(String) - Constructor for class com.phloc.commons.cache.AbstractCache
 
AbstractChangeLogEntry - Class in com.phloc.commons.changelog
Base class for all changelog entries
AbstractChangeLogEntry(Date) - Constructor for class com.phloc.commons.changelog.AbstractChangeLogEntry
Constructor.
AbstractChildrenProviderWithUniqueIDHasChildren<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
An abstract implementation of the IChildrenProviderWithUniqueID interface that works with all types that implement IHasChildren.
AbstractChildrenProviderWithUniqueIDHasChildren() - Constructor for class com.phloc.commons.parent.impl.AbstractChildrenProviderWithUniqueIDHasChildren
 
AbstractCodec - Class in com.phloc.commons.codec
Abstract base class for codec
AbstractCodec() - Constructor for class com.phloc.commons.codec.AbstractCodec
 
AbstractCodepointIterator - Class in com.phloc.commons.i18n
Provides an iterator over Unicode Codepoints
AbstractCodepointIterator() - Constructor for class com.phloc.commons.i18n.AbstractCodepointIterator
 
AbstractCodepointIterator(int, int) - Constructor for class com.phloc.commons.i18n.AbstractCodepointIterator
 
AbstractCollationComparator<DATATYPE> - Class in com.phloc.commons.compare
An abstract implementation of a Comparator that uses collations for ordering.
AbstractCollationComparator() - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Comparator with default locale Collator and default sort order.
AbstractCollationComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Comparator with default locale Collator and default sort order and a nested comparator.
AbstractCollationComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Comparator with default locale Collator.
AbstractCollationComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Comparator with default locale Collator and a nested comparator.
AbstractCollationComparator(Locale) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Comparator with default sort order and specified sort locale.
AbstractCollationComparator(Locale, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Comparator with default sort order but special locale and a nested comparator.
AbstractCollationComparator(Locale, ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Constructor with locale and sort order.
AbstractCollationComparator(Locale, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Constructor with locale and sort order and a nested comparator.
AbstractCollationComparator(Collator) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Constructor with Collator using the default sort order
AbstractCollationComparator(Collator, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Constructor with Collator using the default sort order and a nested comparator.
AbstractCollationComparator(Collator, ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Constructor with Collator and sort order.
AbstractCollationComparator(Collator, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
Constructor with Collator and sort order and a nested comparator.
AbstractComparator<DATATYPE> - Class in com.phloc.commons.compare
Abstract comparator class that supports a sort order.
AbstractComparator() - Constructor for class com.phloc.commons.compare.AbstractComparator
Comparator with default sort order and no nested comparator.
AbstractComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractComparator
Constructor with sort order.
AbstractComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractComparator
Comparator with default sort order and a nested comparator.
AbstractComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractComparator
Comparator with sort order and a nested comparator.
AbstractConcurrentCollector<DATATYPE> - Class in com.phloc.commons.concurrent.collector
Abstract concurrent collector.
AbstractConcurrentCollector(int) - Constructor for class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
Constructor.
AbstractEnumTextResolverWithOverrideAndFallback - Class in com.phloc.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.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
AbstractFileFilter - Class in com.phloc.commons.io.file.filter
Abstract base implementation of FileFilter with some conversion methods.
AbstractFileFilter() - Constructor for class com.phloc.commons.io.file.filter.AbstractFileFilter
 
AbstractFilter<DATATYPE> - Class in com.phloc.commons.filter
An abstract implementation of IFilter that has an optional nested filter.
AbstractFilter() - Constructor for class com.phloc.commons.filter.AbstractFilter
 
AbstractFilter(IFilter<DATATYPE>) - Constructor for class com.phloc.commons.filter.AbstractFilter
 
AbstractFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid.folder
The default folder tree item factory implementation.
AbstractFolderTreeItemFactory(ICombinator<KEYTYPE>) - Constructor for class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
AbstractIntegerComparator<DATATYPE> - Class in com.phloc.commons.compare
Abstract comparator that handles values that can be represented as long values.
AbstractIntegerComparator() - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
 
AbstractIntegerComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
Compare with a special order.
AbstractIntegerComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
Comparator with default sort order and a nested comparator.
AbstractIntegerComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
Comparator with sort order and a nested comparator.
AbstractJAXBMarshaller<JAXBTYPE> - Class in com.phloc.commons.jaxb.utils
This is the abstract reader and writer base class for JAXB enabled document types.
AbstractJAXBMarshaller(Class<JAXBTYPE>, IReadableResource) - Constructor for class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Constructor.
AbstractJAXBMarshaller(Class<JAXBTYPE>, List<? extends IReadableResource>) - Constructor for class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Constructor.
AbstractJAXBMarshaller(Class<JAXBTYPE>, IReadableResource...) - Constructor for class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Constructor.
AbstractMessageDigestGenerator - Class in com.phloc.commons.messagedigest
Base class for creating a cryptographic hash value.
AbstractMessageDigestGenerator() - Constructor for class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
 
AbstractMicroNode - Class in com.phloc.commons.microdom.impl
This is an abstract base class for the micro document object model.
AbstractMicroNode() - Constructor for class com.phloc.commons.microdom.impl.AbstractMicroNode
 
AbstractMicroNodeWithChildren - Class in com.phloc.commons.microdom.impl
Basic implementation class for the micro document object model.
AbstractMicroNodeWithChildren() - Constructor for class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on ConcurrentHashMap.
AbstractMultiConcurrentHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
AbstractMultiConcurrentHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on ConcurrentHashMap and List values.
AbstractMultiConcurrentHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
 
AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on ConcurrentHashMap and Set values.
AbstractMultiConcurrentHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiConcurrentHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiConcurrentHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiConcurrentHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
 
AbstractMultiHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on HashMap.
AbstractMultiHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
AbstractMultiHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
AbstractMultiHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
AbstractMultiHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
AbstractMultiHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on HashMap and List values.
AbstractMultiHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
 
AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on HashMap and Set values.
AbstractMultiHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
 
AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on LinkedHashMap.
AbstractMultiLinkedHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on LinkedHashMap and List values.
AbstractMultiLinkedHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
 
AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on LinkedHashMap and Set values.
AbstractMultiLinkedHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiLinkedHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiLinkedHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiLinkedHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
 
AbstractMultiTreeMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on TreeMap.
AbstractMultiTreeMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on TreeMap and List values.
AbstractMultiTreeMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
 
AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on TreeMap and Set values.
AbstractMultiTreeMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiTreeMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
 
AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on WeakHashMap.
AbstractMultiWeakHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
AbstractMultiWeakHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on WeakHashMap and List values.
AbstractMultiWeakHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
 
AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Abstract multi map based on WeakHashMap and Set values.
AbstractMultiWeakHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMultiWeakHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMultiWeakHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractMultiWeakHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
 
AbstractNamespaceContext - Class in com.phloc.commons.xml.namespace
Represents an abstract namespace context that does the predefined mapping as stated in the Javadoc.
AbstractNamespaceContext() - Constructor for class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
AbstractNotifyingCache<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
A caching class that has the ability to fill itself with the abstract getValueToCache(Object) method.
AbstractNotifyingCache(String) - Constructor for class com.phloc.commons.cache.AbstractNotifyingCache
 
AbstractNotifyingCacheWithMaxSize<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
A caching class that has the ability to fill itself with the abstract getValueToCache(Object) method and has an upper limit of elements that can reside in the cache.
AbstractNotifyingCacheWithMaxSize(String, int) - Constructor for class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
 
AbstractNumericComparator<DATATYPE> - Class in com.phloc.commons.compare
Abstract comparator that handles values that can be represented as double values.
AbstractNumericComparator() - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
 
AbstractNumericComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
Compare with a special order.
AbstractNumericComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
Comparator with default sort order and a nested comparator.
AbstractNumericComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
Comparator with sort order and a nested comparator.
AbstractPartComparator<DATATYPE,PARTTYPE> - Class in com.phloc.commons.compare
This class is an AbstractComparator that extracts a certain data element from the main object to compare.
AbstractPartComparator(Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
Comparator with default sort order and no nested comparator.
AbstractPartComparator(ESortOrder, Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
Constructor with sort order and no nested comparator.
AbstractPartComparator(Comparator<? super DATATYPE>, Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
Comparator with default sort order and a nested comparator.
AbstractPartComparator(ESortOrder, Comparator<? super DATATYPE>, Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
Constructor with sort order and a nested comparator.
AbstractPartComparatorComparable<DATATYPE,PARTTYPE extends Comparable<? super PARTTYPE>> - Class in com.phloc.commons.compare
This class is an AbstractComparator that extracts a certain data element from the main object to compare.
AbstractPartComparatorComparable() - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
Comparator with default sort order.
AbstractPartComparatorComparable(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
Constructor with sort order.
AbstractPartComparatorComparable(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
Comparator with default sort order and a nested comparator.
AbstractPartComparatorComparable(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
Comparator with sort order and a nested comparator.
AbstractPersistingIntIDFactory - Class in com.phloc.commons.idfactory
This implementation of IIntIDFactory reads IDs from a device.
AbstractPersistingIntIDFactory(int) - Constructor for class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
 
AbstractPersistingLongIDFactory - Class in com.phloc.commons.idfactory
This implementation of ILongIDFactory reads IDs from a device.
AbstractPersistingLongIDFactory(int) - Constructor for class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
 
AbstractPhlocTestCase - Class in com.phloc.commons.mock
Base class for all JUnit tests requiring setup and teardown handling.
AbstractPhlocTestCase() - Constructor for class com.phloc.commons.mock.AbstractPhlocTestCase
 
AbstractReadonlyAttributeContainer - Class in com.phloc.commons.collections.attrs
Abstract base class for all kind of string-object mapping container.
AbstractReadonlyAttributeContainer() - Constructor for class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
AbstractRFC1522Codec - Class in com.phloc.commons.codec
Implements methods common to all codecs defined in RFC 1522.
AbstractRFC1522Codec() - Constructor for class com.phloc.commons.codec.AbstractRFC1522Codec
 
AbstractSAXErrorHandler - Class in com.phloc.commons.xml.sax
java.xml error handler base class.
AbstractSAXErrorHandler() - Constructor for class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
Constructor without parent error handler.
AbstractSAXErrorHandler(ErrorHandler) - Constructor for class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
Constructor that takes a parent error handler to be called.
AbstractSerializableFilter<DATATYPE> - Class in com.phloc.commons.filter
An abstract implementation of ISerializableFilter that has an optional nested filter.
AbstractSerializableFilter() - Constructor for class com.phloc.commons.filter.AbstractSerializableFilter
 
AbstractSerializableFilter(ISerializableFilter<DATATYPE>) - Constructor for class com.phloc.commons.filter.AbstractSerializableFilter
 
AbstractSerializerPhloc<NODETYPE> - Class in com.phloc.commons.xml.serialize
Abstract XML serializer implementation that works with IMicroNode and org.w3c.dom.Node objects.
AbstractSerializerPhloc(IXMLWriterSettings) - Constructor for class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
AbstractSerializerPhloc.NamespaceLevel - Class in com.phloc.commons.xml.serialize
Contains the XML namespace definitions for a single element.
AbstractSerializerPhloc.NamespaceLevel(Map<String, String>) - Constructor for class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
Extract all attribute starting with "xmlns" and create the appropriate prefix mapping.
AbstractSerializerPhloc.NamespaceStack - Class in com.phloc.commons.xml.serialize
Contains the hierarchy of XML namespaces within a document structure.
AbstractSerializerPhloc.NamespaceStack(NamespaceContext) - Constructor for class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
 
AbstractSimpleTextProvider - Class in com.phloc.commons.text.impl
An abstract implementation of the ISimpleTextProvider that has default implementations for the formatting things.
AbstractSimpleTextProvider() - Constructor for class com.phloc.commons.text.impl.AbstractSimpleTextProvider
 
AbstractSimpleURL - Class in com.phloc.commons.url
Abstraction of the string parts of a URL but much simpler (and faster) than URL.
AbstractSimpleURL() - Constructor for class com.phloc.commons.url.AbstractSimpleURL
 
AbstractSimpleURL(String) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
 
AbstractSimpleURL(String, Map<String, String>) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
 
AbstractSimpleURL(String, Map<String, String>, String) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
 
AbstractSimpleURL(IURLData) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
 
AbstractStringFormatter - Class in com.phloc.commons.format.impl
Base implementation class of the IFormatter interface that provides the common functionality.
AbstractStringFormatter() - Constructor for class com.phloc.commons.format.impl.AbstractStringFormatter
Default constructor
AbstractStringFormatter(IFormatter) - Constructor for class com.phloc.commons.format.impl.AbstractStringFormatter
 
AbstractTextProvider - Class in com.phloc.commons.text.impl
An abstract implementation of the ITextProvider that has default implementations for the formatting things.
AbstractTextProvider() - Constructor for class com.phloc.commons.text.impl.AbstractTextProvider
 
AbstractTransformErrorListener - Class in com.phloc.commons.xml.transform
Abstract implementation of a transformation ErrorListener.
AbstractTransformErrorListener() - Constructor for class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
AbstractTransformErrorListener(ErrorListener) - Constructor for class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
AbstractTransformURIResolver - Class in com.phloc.commons.xml.transform
Abstract base implementation of the URIResolver interface.
AbstractTransformURIResolver() - Constructor for class com.phloc.commons.xml.transform.AbstractTransformURIResolver
 
AbstractTransformURIResolver(URIResolver) - Constructor for class com.phloc.commons.xml.transform.AbstractTransformURIResolver
 
AbstractTreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.simple
Abstract implementation of the ITreeItemFactory interface
AbstractTreeItemFactory() - Constructor for class com.phloc.commons.tree.simple.AbstractTreeItemFactory
 
AbstractTreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid
Abstract tree item with ID factory implementation
AbstractTreeItemWithIDFactory() - Constructor for class com.phloc.commons.tree.withid.AbstractTreeItemWithIDFactory
 
AbstractTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid.unique
An abstract tree item factory that maintains a unique ID over all items.
AbstractTreeItemWithUniqueIDFactory() - Constructor for class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
AbstractTreeItemWithUniqueIDFactory(Map<KEYTYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
AbstractTypeConverterRule - Class in com.phloc.commons.typeconvert.rule
Abstract type converter rule implementation
AbstractTypeConverterRule(ITypeConverterRule.ESubType) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRule
 
AbstractTypeConverterRuleAnySourceFixedDestination - Class in com.phloc.commons.typeconvert.rule
Abstract type converter than can convert from a base source class to a destination class.
AbstractTypeConverterRuleAnySourceFixedDestination(Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
 
AbstractTypeConverterRuleAssignableSourceFixedDestination - Class in com.phloc.commons.typeconvert.rule
Abstract type converter than can convert from a base source class to a destination class.
AbstractTypeConverterRuleAssignableSourceFixedDestination(Class<?>, Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
 
AbstractTypeConverterRuleFixedSourceAnyDestination - Class in com.phloc.commons.typeconvert.rule
Abstract type converter than can convert from a base source class to a destination class.
AbstractTypeConverterRuleFixedSourceAnyDestination(Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
 
AbstractTypeConverterRuleFixedSourceAssignableDestination - Class in com.phloc.commons.typeconvert.rule
Abstract type converter than can convert from a base source class to a destination class.
AbstractTypeConverterRuleFixedSourceAssignableDestination(Class<?>, Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
 
AbstractValidationEventHandler - Class in com.phloc.commons.jaxb.validation
An abstract implementation of the JAXB ValidationEventHandler interface.
AbstractValidationEventHandler() - Constructor for class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
Constructor not encapsulating any existing handler.
AbstractValidationEventHandler(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
Constructor.
AbstractWrappedList<ELEMENTTYPE> - Class in com.phloc.commons.collections.list
This is a facade for a list.
AbstractWrappedList(List<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.list.AbstractWrappedList
 
accept(int) - Method in interface com.phloc.commons.i18n.ICodepointFilter
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
 
accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysFalse
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysTrue
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterEndsWith
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterEquals
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterEqualsIgnoreCase
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterNotEquals
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterPublicDirectory
 
accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterStartsWith
 
AccessControllerHelper - Class in com.phloc.commons.priviledged
Simple wrapper around AccessController to catch exceptions centrally.
AdapterCallableToCallableWithParam<DATATYPE,PARAMTYPE> - Class in com.phloc.commons.callback
A helper class that converts a Callable into an IThrowingCallableWithParameter.
AdapterCallableToCallableWithParam(Callable<DATATYPE>) - Constructor for class com.phloc.commons.callback.AdapterCallableToCallableWithParam
 
AdapterRunnableToCallable<DATATYPE> - Class in com.phloc.commons.callback
A helper class that converts a Runnable into an INonThrowingCallable.
AdapterRunnableToCallable(Runnable) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallable
 
AdapterRunnableToCallable(Runnable, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallable
 
AdapterRunnableToCallableWithParameter<DATATYPE,PARAMTYPE> - Class in com.phloc.commons.callback
AdapterRunnableToCallableWithParameter(INonThrowingRunnableWithParameter<PARAMTYPE>) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
 
AdapterRunnableToCallableWithParameter(INonThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
 
AdapterRunnableToRunnableWithParameter<PARAMTYPE> - Class in com.phloc.commons.callback
A helper class that converts a Runnable into an IThrowingRunnableWithParameter.
AdapterRunnableToRunnableWithParameter(Runnable) - Constructor for class com.phloc.commons.callback.AdapterRunnableToRunnableWithParameter
 
AdapterRunnableToThrowingRunnable - Class in com.phloc.commons.callback
A helper class that converts a Runnable into an IThrowingRunnable.
AdapterRunnableToThrowingRunnable(Runnable) - Constructor for class com.phloc.commons.callback.AdapterRunnableToThrowingRunnable
 
AdapterThrowingRunnableToCallable<DATATYPE> - Class in com.phloc.commons.callback
A helper class that converts a IThrowingRunnable into an IThrowingCallable.
AdapterThrowingRunnableToCallable(IThrowingRunnable) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
 
AdapterThrowingRunnableToCallable(IThrowingRunnable, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
 
AdapterThrowingRunnableToCallableWithParameter<DATATYPE,PARAMTYPE> - Class in com.phloc.commons.callback
A helper class that converts a IThrowingRunnable into an IThrowingCallable.
AdapterThrowingRunnableToCallableWithParameter(IThrowingRunnableWithParameter<PARAMTYPE>) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
 
AdapterThrowingRunnableToCallableWithParameter(IThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
 
add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
add(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SingleElementList
 
add(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SingleElementList
 
add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.LRUSet
 
add(DATA1TYPE, DATA2TYPE) - Method in class com.phloc.commons.collections.pair.KeyValuePairList
Add the pair to the list.
add(String) - Method in class com.phloc.commons.url.SimpleURL
Add a parameter without a value
add(String, String) - Method in class com.phloc.commons.url.SimpleURL
 
add(String, int) - Method in class com.phloc.commons.url.SimpleURL
 
add(String, long) - Method in class com.phloc.commons.url.SimpleURL
 
add(String, BigInteger) - Method in class com.phloc.commons.url.SimpleURL
 
add(String, String) - Method in class com.phloc.commons.url.SMap
 
add(String, Locale) - Method in class com.phloc.commons.url.SMap
 
add(String, int) - Method in class com.phloc.commons.url.SMap
 
addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
addAll(int, Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.SingleElementList
 
addAll(int, Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.SingleElementList
 
addAll(Map<String, String>) - Method in class com.phloc.commons.url.SimpleURL
 
addAll(Map<String, String>) - Method in class com.phloc.commons.url.SMap
 
addAllPermutations(List<DATATYPE>, int, Collection<List<DATATYPE>>) - Static method in class com.phloc.commons.math.CombinationGenerator
Fill a list with all permutations of the input elements.
addChangeNotifier(IChangeNotify<IMultiLingualText>) - Method in class com.phloc.commons.text.impl.MultiLingualText
 
addChangeNotifier(IChangeNotify<IMultiLingualText>) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
addChangeNotifier(IChangeNotify<IMultiLingualText>) - Method in interface com.phloc.commons.text.IMultiLingualText
Add a notification callback that is called, when the object is changed.
addEntry(ChangeLogEntry) - Method in class com.phloc.commons.changelog.ChangeLog
Add a new change log entry at the end.
addEntry(int, ChangeLogEntry) - Method in class com.phloc.commons.changelog.ChangeLog
Add a new change log entry at the specified index.
addEntry(byte[], boolean) - Method in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
addFileMonitor(FileMonitor) - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Add a new FileMonitor.
addFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainer
 
addFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
addFlag(String) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
Add a flag if it is not yet present.
addFlags(Collection<String>) - Method in class com.phloc.commons.collections.flags.FlagContainer
 
addFlags(String...) - Method in class com.phloc.commons.collections.flags.FlagContainer
 
addFlags(Collection<String>) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
Add an arbitrary number of flags if they are not yet present.
addFlags(String...) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
Add an arbitrary number of flags if they are not yet present.
addIfNonNull(String, String) - Method in class com.phloc.commons.url.SimpleURL
 
addIfNotNull(String, String) - Method in class com.phloc.commons.url.SMap
 
addIssue(String) - Method in class com.phloc.commons.changelog.ChangeLogEntry
Add a new issue ID to this entry.
addListener(IThreadDeadlockListener) - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
 
addListener(IThreadDeadlockListener) - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
 
addMapping(String, String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
Add a new prefix to namespace mapping.
addMonitoredFile(File) - Method in class com.phloc.commons.io.monitor.FileMonitor
Adds a file to be monitored.
addNamespaceMapping(String, String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
 
addNonNullValue(DATA1TYPE, DATA2TYPE) - Method in class com.phloc.commons.collections.pair.KeyValuePairList
Add the pair only if the value is non-null
addParameter(String, String) - Method in class com.phloc.commons.mime.MimeType
Add a parameter.
addParameter(MimeTypeParameter) - Method in class com.phloc.commons.mime.MimeType
Add a parameter.
addPercent(BigDecimal, BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
Add x% to base
addRelease(ChangeLogRelease) - Method in class com.phloc.commons.changelog.ChangeLog
Add a new release at the end.
addRelease(int, ChangeLogRelease) - Method in class com.phloc.commons.changelog.ChangeLog
Add a new release at the specified index.
addResourceError(IResourceError) - Method in class com.phloc.commons.error.ResourceErrorGroup
Add a new resource error item.
addResourceErrorGroup(IResourceErrorGroup) - Method in class com.phloc.commons.error.ResourceErrorGroup
Add a all resource errors of the other group
addSize(String, long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedSize
Add a new size
addSize(long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerSize
Add a new size
addText(Locale, String) - Method in class com.phloc.commons.text.impl.MultiLingualText
 
addText(Locale, String) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
addText(Locale, String) - Method in interface com.phloc.commons.text.IMultiLingualText
Add a text in the specified locale.
addTextDE(String) - Method in class com.phloc.commons.text.impl.TextProvider
 
addTextEN(String) - Method in class com.phloc.commons.text.impl.TextProvider
 
addTime(String, long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedTimer
Add a single execution time.
addTime(long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerTimer
Add a single execution time.
addToItemStore(KEYTYPE, ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
addUniqueVariable(String, Object) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
after() - Method in class com.phloc.commons.mock.DebugModeTestRule
 
afterChange(DATATYPE) - Method in interface com.phloc.commons.callback.IChangeNotify
Called after the object changed.
aggregate(Collection<SRCTYPE>) - Method in class com.phloc.commons.aggregate.AggregatorAlwaysNull
 
aggregate(Collection<SRCTYPE>) - Method in class com.phloc.commons.aggregate.AggregatorConstant
 
aggregate(Collection<DATATYPE>) - Method in class com.phloc.commons.aggregate.AggregatorUseAll
 
aggregate(Collection<DATATYPE>) - Method in class com.phloc.commons.aggregate.AggregatorUseFirst
 
aggregate(Collection<DATATYPE>) - Method in class com.phloc.commons.aggregate.AggregatorUseLast
 
aggregate(Collection<SRCTYPE>) - Method in interface com.phloc.commons.aggregate.IAggregator
 
AggregatorAlwaysNull<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
Always returns null.
AggregatorAlwaysNull() - Constructor for class com.phloc.commons.aggregate.AggregatorAlwaysNull
 
AggregatorConstant<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
Always returns null.
AggregatorConstant(DSTTYPE) - Constructor for class com.phloc.commons.aggregate.AggregatorConstant
 
AggregatorFactoryConst<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
Implementation if IAggregatorFactory with a constant instance
AggregatorFactoryConst(IAggregator<SRCTYPE, DSTTYPE>) - Constructor for class com.phloc.commons.aggregate.AggregatorFactoryConst
 
AggregatorFactoryNewInstance<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
Factory for new aggregator objects.
AggregatorFactoryNewInstance(Class<DATATYPE>) - Constructor for class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
 
AggregatorUseAll<DATATYPE> - Class in com.phloc.commons.aggregate
Always use the complete list of results.
AggregatorUseAll() - Constructor for class com.phloc.commons.aggregate.AggregatorUseAll
 
AggregatorUseFirst<DATATYPE> - Class in com.phloc.commons.aggregate
Always use the last result.
AggregatorUseFirst() - Constructor for class com.phloc.commons.aggregate.AggregatorUseFirst
 
AggregatorUseLast<DATATYPE> - Class in com.phloc.commons.aggregate
Always use the last result.
AggregatorUseLast() - Constructor for class com.phloc.commons.aggregate.AggregatorUseLast
 
allowsForQueryParameters() - Method in enum com.phloc.commons.url.EURLProtocol
 
allowsForQueryParameters() - Method in interface com.phloc.commons.url.IURLProtocol
 
allowsForQueryParameters() - Method in class com.phloc.commons.url.URLProtocol
 
AMPERSAND - Static variable in class com.phloc.commons.url.URLUtils
Separator between params: &
AMPERSAND_STR - Static variable in class com.phloc.commons.url.URLUtils
 
and(IChangeIndicator) - Method in enum com.phloc.commons.state.EChange
 
and(IContinueIndicator) - Method in enum com.phloc.commons.state.EContinue
 
and(IEnabledIndicator) - Method in enum com.phloc.commons.state.EEnabled
 
and(IFinishIndicator) - Method in enum com.phloc.commons.state.EFinish
 
and(IInterruptIndicator) - Method in enum com.phloc.commons.state.EInterrupt
 
and(IMandatoryIndicator) - Method in enum com.phloc.commons.state.EMandatory
 
and(ISuccessIndicator) - Method in enum com.phloc.commons.state.ESuccess
 
and(IValidityIndicator) - Method in enum com.phloc.commons.state.EValidity
 
AnnotationUsageCache - Class in com.phloc.commons.cache
A simple cache for the usage of a certain annotation class at other classes.
AnnotationUsageCache(Class<? extends Annotation>) - Constructor for class com.phloc.commons.cache.AnnotationUsageCache
Constructor
append(int, boolean) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, byte) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, char) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, double) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, float) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, int) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, long) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, short) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Atomic type hash code generation.
append(int, Object) - Static method in class com.phloc.commons.hash.HashCodeCalculator
Object hash code generation.
append(boolean) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(byte) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(char) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(double) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(float) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(int) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(long) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(short) - Method in class com.phloc.commons.hash.HashCodeGenerator
Atomic type hash code generation.
append(Object) - Method in class com.phloc.commons.hash.HashCodeGenerator
Object hash code generation.
append(Enum<?>) - Method in class com.phloc.commons.hash.HashCodeGenerator
Object hash code generation.
append(boolean[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(byte[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(char[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(double[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(float[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(int[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(long[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(short[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(Object[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(Enum<?>[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
Array hash code generation.
append(StringBuffer) - Method in class com.phloc.commons.hash.HashCodeGenerator
Type specific hash code generation because parameter class has no overloaded equals method.
append(StringBuilder) - Method in class com.phloc.commons.hash.HashCodeGenerator
Type specific hash code generation because parameter class has no overloaded equals method.
append(Iterable<?>) - Method in class com.phloc.commons.hash.HashCodeGenerator
 
append(Map<?, ?>) - Method in class com.phloc.commons.hash.HashCodeGenerator
 
append(Node) - Method in class com.phloc.commons.hash.HashCodeGenerator
 
append(boolean) - Method in interface com.phloc.commons.IAppendable
 
append(byte) - Method in interface com.phloc.commons.IAppendable
 
append(char) - Method in interface com.phloc.commons.IAppendable
 
append(double) - Method in interface com.phloc.commons.IAppendable
 
append(float) - Method in interface com.phloc.commons.IAppendable
 
append(int) - Method in interface com.phloc.commons.IAppendable
 
append(long) - Method in interface com.phloc.commons.IAppendable
 
append(short) - Method in interface com.phloc.commons.IAppendable
 
append(Object) - Method in interface com.phloc.commons.IAppendable
 
append(Enum<?>) - Method in interface com.phloc.commons.IAppendable
 
append(boolean[]) - Method in interface com.phloc.commons.IAppendable
 
append(byte[]) - Method in interface com.phloc.commons.IAppendable
 
append(char[]) - Method in interface com.phloc.commons.IAppendable
 
append(double[]) - Method in interface com.phloc.commons.IAppendable
 
append(float[]) - Method in interface com.phloc.commons.IAppendable
 
append(int[]) - Method in interface com.phloc.commons.IAppendable
 
append(long[]) - Method in interface com.phloc.commons.IAppendable
 
append(short[]) - Method in interface com.phloc.commons.IAppendable
 
append(Object[]) - Method in interface com.phloc.commons.IAppendable
 
append(Enum<?>[]) - Method in interface com.phloc.commons.IAppendable
 
append(Iterable<?>) - Method in interface com.phloc.commons.IAppendable
 
append(Map<?, ?>) - Method in interface com.phloc.commons.IAppendable
 
append(Node) - Method in interface com.phloc.commons.IAppendable
 
append(CharSequence) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
append(CharSequence, int, int) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
append(char) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
append(IMicroNode, Object) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
 
append(String, boolean) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, boolean[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, byte) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, byte[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, char) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, char[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, double) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, double[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, float) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, float[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, int) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, int[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, long) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, long[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, short) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, short[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, Enum<?>) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, Object) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(String, Object[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
append(Node, Object) - Static method in class com.phloc.commons.xml.XMLHelper
 
append(Node, Collection<?>) - Static method in class com.phloc.commons.xml.XMLHelper
 
appendCDATA(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATA(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendCDATA(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendCDATA(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendCDATAWithConversion(Object) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a CDATA node to this node.
appendCDATAWithConversion(Object) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendChild(NODETYPE) - Method in interface com.phloc.commons.microdom.IMicroNode
Append any child to the node.
appendChild(NODETYPE) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendComment(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a comment node to this node.
appendComment(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a comment node to this node.
appendComment(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a comment node to this node.
appendComment(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendComment(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendComment(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendCommentWithConversion(Object) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a comment node to this node.
appendCommentWithConversion(Object) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendContainer() - Method in interface com.phloc.commons.microdom.IMicroNode
Append a new container to this node
appendContainer() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendData(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Append characters to the string.
appendData(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Append characters to the string.
appendData(char) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Append a character to the string.
appendData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
appendData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
appendData(char) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
appendData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
appendData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
appendData(char) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
appendData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroText
 
appendData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroText
 
appendData(char) - Method in class com.phloc.commons.microdom.impl.MicroText
 
appendDataValue(IMicroElement, DATATYPE) - Method in interface com.phloc.commons.tree.utils.xml.IConverterTreeItemToMicroNode
 
appendDataValue(IMicroElement, DATATYPE) - Method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
 
appendElement(String) - Method in interface com.phloc.commons.microdom.IMicroNode
Append an element without namespace to this node.
appendElement(String, String) - Method in interface com.phloc.commons.microdom.IMicroNode
Append an element with namespace to this node.
appendElement(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroNode
Append an element without namespace to this node.
appendElement(String, IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroNode
Append an element with namespace to this node.
appendElement(String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendElement(String, String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendElement(IHasElementName) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendElement(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendEntityReference(String) - Method in interface com.phloc.commons.microdom.IMicroNode
Append an entity reference to this node.
appendEntityReference(String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendIfNotEmpty(String, boolean[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, byte[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, char[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, double[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, float[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, int[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, long[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, short[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, Object[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, Collection<?>) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotEmpty(String, Map<?, ?>) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, boolean[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, byte[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, char[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, double[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, float[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, int[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, long[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, short[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, Object) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIfNotNull(String, Object[]) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendIgnorableWhitespaceText(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node which is ignorable whitespace content to this node.
appendIgnorableWhitespaceText(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendIgnorableWhitespaceText(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendIgnorableWhitespaceText(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendPassword(String) - Method in class com.phloc.commons.string.ToStringGenerator
 
appendProcessingInstruction(String, String) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a processing instruction to this node.
appendProcessingInstruction(String, String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendStackToString(StringBuilder, StackTraceElement[]) - Static method in class com.phloc.commons.lang.StackTraceHelper
 
appendText(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node to this node.
appendText(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node to this node.
appendText(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node to this node.
appendText(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendText(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendText(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
appendTextWithConversion(Object) - Method in interface com.phloc.commons.microdom.IMicroNode
Append a text node to this node.
appendTextWithConversion(Object) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
APPLICATION_ATOM_XML - Static variable in class com.phloc.commons.mime.CMimeType
Atom XML feed.
APPLICATION_FORCE_DOWNLOAD - Static variable in class com.phloc.commons.mime.CMimeType
Downloadable document.
APPLICATION_JAVA_APPLET - Static variable in class com.phloc.commons.mime.CMimeType
Java applet
APPLICATION_JSON - Static variable in class com.phloc.commons.mime.CMimeType
JSON document.
APPLICATION_MS_EXCEL - Static variable in class com.phloc.commons.mime.CMimeType
Excel document.
APPLICATION_MS_EXCEL_2007 - Static variable in class com.phloc.commons.mime.CMimeType
Excel 2007 document
APPLICATION_MS_POWERPOINT - Static variable in class com.phloc.commons.mime.CMimeType
PowerPoint document.
APPLICATION_MS_POWERPOINT_2007 - Static variable in class com.phloc.commons.mime.CMimeType
PowerPoint 2007 document.
APPLICATION_MS_WORD - Static variable in class com.phloc.commons.mime.CMimeType
Word document.
APPLICATION_MS_WORD_2007 - Static variable in class com.phloc.commons.mime.CMimeType
Word 2007 document
APPLICATION_OCTET_STREAM - Static variable in class com.phloc.commons.mime.CMimeType
Any byte stream.
APPLICATION_PDF - Static variable in class com.phloc.commons.mime.CMimeType
PDF document.
APPLICATION_RSS_XML - Static variable in class com.phloc.commons.mime.CMimeType
RSS XML feed.
APPLICATION_SHOCKWAVE_FLASH - Static variable in class com.phloc.commons.mime.CMimeType
Shockwave/Flash
APPLICATION_TEXT_HTML - Static variable in class com.phloc.commons.mime.CMimeType
HTML document.
APPLICATION_WAP_XHTML_XML - Static variable in class com.phloc.commons.mime.CMimeType
WAP XHTML document
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.phloc.commons.mime.CMimeType
For URL posting
APPLICATION_XHTML_XML - Static variable in class com.phloc.commons.mime.CMimeType
XHTML document.
APPLICATION_ZIP - Static variable in class com.phloc.commons.mime.CMimeType
ZIP document.
applyTo(XMLReader, boolean) - Method in enum com.phloc.commons.xml.EXMLParserFeature
 
applyTo(DocumentBuilderFactory, boolean) - Method in enum com.phloc.commons.xml.EXMLParserFeature
 
applyTo(XMLReader, Object) - Method in enum com.phloc.commons.xml.EXMLParserProperty
 
applyTo(DocumentBuilderFactory, Object) - Method in enum com.phloc.commons.xml.EXMLParserProperty
 
areConvertibleClasses(Class<?>, Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
Check if the passed classes are convertible.
areDebugConsistencyChecksEnabled() - Static method in class com.phloc.commons.regex.RegExPattern
 
areEqual(T, T) - Static method in class com.phloc.commons.equals.EqualsImplementationRegistry
 
areEqual(Object, Object) - Method in interface com.phloc.commons.equals.IEqualsImplementation
Check if the passed two objects are identical or not.
ArrayConversionHelper - Class in com.phloc.commons.convert.collections
This utility class provides conversions from array objects.
ArrayEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
This is a small helper class implementing Enumeration for array input data.
ArrayEnumeration(ELEMENTTYPE...) - Constructor for class com.phloc.commons.collections.iterate.ArrayEnumeration
Constructor iterating over the whole array
ArrayEnumeration(ELEMENTTYPE[], int, int) - Constructor for class com.phloc.commons.collections.iterate.ArrayEnumeration
Constructor iterating an array partially.
ArrayHelper - Class in com.phloc.commons.collections
Provides additional helper methods for array handling.
ArrayIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays.
ArrayIterator(ELEMENTTYPE...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIterator
 
ArrayIteratorBoolean - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of boolean.
ArrayIteratorBoolean(boolean...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
ArrayIteratorByte - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of byte.
ArrayIteratorByte(byte...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
ArrayIteratorChar - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of char.
ArrayIteratorChar(char...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
ArrayIteratorDouble - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of double.
ArrayIteratorDouble(double...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
ArrayIteratorFloat - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of float.
ArrayIteratorFloat(float...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
ArrayIteratorInt - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of int.
ArrayIteratorInt(int...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
ArrayIteratorLong - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of long.
ArrayIteratorLong(long...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
ArrayIteratorShort - Class in com.phloc.commons.collections.iterate
This is a small helper class for iterating over arrays of short.
ArrayIteratorShort(short...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
ASCII85Codec - Class in com.phloc.commons.codec
Decoder for ASCII85 encoded values
ASCII85Codec() - Constructor for class com.phloc.commons.codec.ASCII85Codec
 
ASCIIHexCodec - Class in com.phloc.commons.codec
Decoder for ASCII Hex encoding
ASCIIHexCodec() - Constructor for class com.phloc.commons.codec.ASCIIHexCodec
 
asDouble(DATATYPE) - Method in class com.phloc.commons.compare.AbstractNumericComparator
 
asLong(DATATYPE) - Method in class com.phloc.commons.compare.AbstractIntegerComparator
 
asLong(Thread) - Method in class com.phloc.commons.concurrent.ComparatorThreadID
 
asLong(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasSimpleIntID
 
asLong(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasSimpleLongID
 
assertEquals(double, double) - Static method in class com.phloc.commons.mock.PhlocAssert
 
assertEquals(double, Double) - Static method in class com.phloc.commons.mock.PhlocAssert
 
assertEquals(String, double, double) - Static method in class com.phloc.commons.mock.PhlocAssert
 
assertEquals(float, float) - Static method in class com.phloc.commons.mock.PhlocAssert
 
assertEquals(float, Float) - Static method in class com.phloc.commons.mock.PhlocAssert
 
assertEquals(String, float, float) - Static method in class com.phloc.commons.mock.PhlocAssert
 
assignFrom(IReadonlyMultiLingualText) - Method in class com.phloc.commons.text.impl.MultiLingualText
 
assignFrom(IReadonlyMultiLingualText) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
assignFrom(IReadonlyMultiLingualText) - Method in interface com.phloc.commons.text.IMultiLingualText
Assign all fields from the passed object.
asString(DATATYPE) - Method in class com.phloc.commons.compare.AbstractCollationComparator
Abstract method that needs to be overridden to convert an object to a string representation for comparison.
asString(Object) - Method in class com.phloc.commons.compare.ComparatorAsString
 
asString(String) - Method in class com.phloc.commons.compare.ComparatorString
 
asString(Thread) - Method in class com.phloc.commons.concurrent.ComparatorThreadName
 
asString(DATATYPE) - Method in class com.phloc.commons.error.ComparatorHasErrorID
 
asString(File) - Method in class com.phloc.commons.io.file.ComparatorFileAbsolutePath
 
asString(File) - Method in class com.phloc.commons.io.file.ComparatorFileName
 
asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocale
 
asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayName
 
asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayNameInLocale
 
asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayNameNative
 
asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleCountry
 
asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountry
 
asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryInLocale
 
asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryNative
 
asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguage
 
asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageInLocale
 
asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageNative
 
asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleLanguage
 
asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorDisplayNameProvider
 
asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorDisplayTextProvider
 
asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorHasDisplayName
 
asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorHasDisplayText
 
asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorHasName
 
ATTR_AVERAGE - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_COUNT - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_HITS - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_ID - Static variable in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
ATTR_INVOCATIONCOUNT - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_KEY - Static variable in class com.phloc.commons.microdom.reader.XMLMapHandler
Attribute name for key of a single mapping
ATTR_MAX - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_MIN - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_MISSES - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_NAME - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_SUM - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Attribute name for XML export
ATTR_VALUE - Static variable in class com.phloc.commons.microdom.reader.XMLListHandler
Attribute name for the item value
ATTR_VALUE - Static variable in class com.phloc.commons.microdom.reader.XMLMapHandler
Attribute name for value of a single mapping
AUDIO_MP3 - Static variable in class com.phloc.commons.mime.CMimeType
For MP3 files
AUML_LC - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ä
AUML_LC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ä
AUML_UC - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character Ä
AUML_UC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character Ä
available() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
available() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
available() - Method in class com.phloc.commons.io.streams.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.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 

B

B_SUFFIX - Static variable in class com.phloc.commons.io.misc.SizeHelper
Suffix for Bytes
Base64 - Class in com.phloc.commons.base64
Encodes and decodes to and from Base64 notation.
BASE64 - Static variable in class com.phloc.commons.thirdparty.ThirdPartyModuleProvider_phloc_commons
 
Base64.InputStream - Class in com.phloc.commons.base64
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.phloc.commons.base64.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.phloc.commons.base64.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.phloc.commons.base64
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.phloc.commons.base64.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.phloc.commons.base64.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
Base64Codec - Class in com.phloc.commons.codec
Encoder and decoder for Base64
Base64Codec() - Constructor for class com.phloc.commons.codec.Base64Codec
 
Base64Helper - Class in com.phloc.commons.base64
A small helper class for easier usage of the Base64 class without exception catching.
BaseTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the base type converter
BaseTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.BaseTypeConverterRegistrar
 
BasicFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid.folder
Abstract implementation class for a folder tree.
BasicFolderTree(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.withid.folder.BasicFolderTree
Constructor
BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid.folder
Base implementation of the IFolderTreeItem interface.
BasicFolderTreeItem(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
Constructor for root object
BasicFolderTreeItem(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, ITEMTYPE>, KEYTYPE) - Constructor for class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
Constructor for root object
BasicFolderTreeItem(ITEMTYPE, KEYTYPE) - Constructor for class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
Constructor for normal elements
BasicMicroTypeConverterRegistrar - Class in com.phloc.commons.microdom.convert.impl
Implementation of IMicroTypeConverterRegistrarSPI for basic types like Boolean, Byte, Integer, AtomicInteger etc.
BasicMicroTypeConverterRegistrar() - Constructor for class com.phloc.commons.microdom.convert.impl.BasicMicroTypeConverterRegistrar
 
BasicSerializationConverterRegistrar - Class in com.phloc.commons.serialize.convert.impl
Implementation of ISerializationConverterRegistrarSPI for basic types like Charset etc.
BasicSerializationConverterRegistrar() - Constructor for class com.phloc.commons.serialize.convert.impl.BasicSerializationConverterRegistrar
 
BasicTree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.simple
Root class for a simple tree.
BasicTree(ITreeItemFactory<DATATYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.simple.BasicTree
 
BasicTreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.simple
Basic implementation of the ITreeItem interface
BasicTreeItem(ITreeItemFactory<DATATYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.simple.BasicTreeItem
Constructor for root object.
BasicTreeItem(ITEMTYPE) - Constructor for class com.phloc.commons.tree.simple.BasicTreeItem
Constructor for normal elements.
BasicTreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid
Basic tree item with ID implementation, independent of the implementation type.
BasicTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.withid.BasicTreeItemWithID
Constructor for root object with a null data ID
BasicTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>, KEYTYPE) - Constructor for class com.phloc.commons.tree.withid.BasicTreeItemWithID
Constructor for root object
BasicTreeItemWithID(ITEMTYPE, KEYTYPE) - Constructor for class com.phloc.commons.tree.withid.BasicTreeItemWithID
Constructor for normal elements
BasicTreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.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.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
BasicTreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid
Base class for a tree having items with IDs.
BasicTreeWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.withid.BasicTreeWithID
 
before() - Method in class com.phloc.commons.mock.DebugModeTestRule
 
beforeChange(DATATYPE) - Method in interface com.phloc.commons.callback.IChangeNotify
Called before the object will be changed.
begin() - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
begin() - Method in interface com.phloc.commons.hierarchy.IBaseHierarchyWalker
Called before the tree walking starts.
BIGDEC_100 - Static variable in class com.phloc.commons.CGlobal
The BigDecimal representation of 100
BIGDEC_MAX_DOUBLE - Static variable in class com.phloc.commons.CGlobal
The BigDecimal for the largest possible double value
BIGDEC_MAX_LONG - Static variable in class com.phloc.commons.CGlobal
The BigDecimal for the largest possible long value
BIGDEC_MIN_DOUBLE - Static variable in class com.phloc.commons.CGlobal
The BigDecimal for the smallest possible double value
BIGDEC_MIN_LONG - Static variable in class com.phloc.commons.CGlobal
The BigDecimal for the smallest possible long value
BIGDEC_MINUS_ONE - Static variable in class com.phloc.commons.CGlobal
The BigDecimal representation of -1
BIGINT_100 - Static variable in class com.phloc.commons.CGlobal
The BigInteger representation of 100
BIGINT_MAX_LONG - Static variable in class com.phloc.commons.CGlobal
The BigInteger for the largest possible long value
BIGINT_MIN_LONG - Static variable in class com.phloc.commons.CGlobal
The BigInteger for the smallest possible long value
BIGINT_MINUS_ONE - Static variable in class com.phloc.commons.CGlobal
The BigInteger representation of -1
BIT_NOT_SET - Static variable in class com.phloc.commons.CGlobal
Value if a bit is not set.
BIT_SET - Static variable in class com.phloc.commons.CGlobal
Value if a bit is set.
BitInputStream - Class in com.phloc.commons.io.streams
The BitInputStream allows reading individual bits from a general Java InputStream.
BitInputStream(InputStream, ByteOrder) - Constructor for class com.phloc.commons.io.streams.BitInputStream
Create a new bit input stream based on an existing Java InputStream.
BitOutputStream - Class in com.phloc.commons.io.streams
The BitOutputStream allows writing individual bits to a general Java OutputStream.
BitOutputStream(OutputStream, ByteOrder) - Constructor for class com.phloc.commons.io.streams.BitOutputStream
Create a new bit output stream based on an existing Java OutputStream.
BITS_PER_BYTE - Static variable in class com.phloc.commons.CGlobal
Number of bits in a byte.
BITS_PER_INT - Static variable in class com.phloc.commons.CGlobal
Number of bits in an int.
BITS_PER_LONG - Static variable in class com.phloc.commons.CGlobal
Number of bits in a long.
BITS_PER_SHORT - Static variable in class com.phloc.commons.CGlobal
Number of bits in a short.
BitSetHelper - Class in com.phloc.commons.lang
Helper class to work with bit sets.
BooleanHelper - Class in com.phloc.commons.lang
Misc helper methods for handling booleans.
booleanValue() - Method in class com.phloc.commons.mutable.MutableBoolean
 
borrowObject() - Method in interface com.phloc.commons.pool.IObjectPool
Borrow an object from the pool.
borrowObject() - Method in class com.phloc.commons.pool.ObjectPool
 
BracketFormatter - Class in com.phloc.commons.format.impl
Format objects by surrounding them with brackets: [...]
BracketFormatter() - Constructor for class com.phloc.commons.format.impl.BracketFormatter
 
BracketFormatter(IFormatter) - Constructor for class com.phloc.commons.format.impl.BracketFormatter
 
buildMimeType(String) - Method in enum com.phloc.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.phloc.commons.tree.utils.build.TreeWithIDBuilder
A generic method to build a tree of objects.
buildTree(DATATYPE[], IParentProvider<DATATYPE>) - Static method in class com.phloc.commons.tree.utils.build.TreeWithIDBuilder
A generic method to build a tree of objects.
buildTree(Collection<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.build.TreeWithIDBuilder
A generic method to build a tree of objects.
buildTree(IChildrenProvider<DATATYPE>) - Static method in class com.phloc.commons.tree.utils.build.TreeWithIDBuilder
 
BYTE_BUFFER_SIZE - Static variable in class com.phloc.commons.charset.StringEncoder
 
ByteArrayInputStreamProvider - Class in com.phloc.commons.io.streamprovider
An InputStream provider based on a byte array.
ByteArrayInputStreamProvider(byte[]) - Constructor for class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
 
ByteArrayInputStreamProvider(byte[], int, int) - Constructor for class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
 
ByteArrayOutputStreamProvider - Class in com.phloc.commons.io.streamprovider
An OutputStream provider based on a byte array.
ByteArrayOutputStreamProvider() - Constructor for class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
ByteBufferInputStream - Class in com.phloc.commons.io.streams
InputStream wrapped around a single ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class com.phloc.commons.io.streams.ByteBufferInputStream
Constructor
ByteBufferInputStreamProvider - Class in com.phloc.commons.io.streamprovider
An InputStream provider based on a ByteBuffer.
ByteBufferInputStreamProvider(ByteBuffer) - Constructor for class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
 
ByteBufferOutputStream - Class in com.phloc.commons.io.streams
Wrapper for an OutputStream around a ByteBuffer.
ByteBufferOutputStream() - Constructor for class com.phloc.commons.io.streams.ByteBufferOutputStream
Create a new object with the ByteBufferOutputStream.DEFAULT_BUF_SIZE buffer size and it can grow.
ByteBufferOutputStream(int) - Constructor for class com.phloc.commons.io.streams.ByteBufferOutputStream
Constructor for an output stream than can grow.
ByteBufferOutputStream(int, boolean) - Constructor for class com.phloc.commons.io.streams.ByteBufferOutputStream
Constructor
ByteBufferOutputStream(byte[]) - Constructor for class com.phloc.commons.io.streams.ByteBufferOutputStream
Constructor with an existing byte array to wrap.
ByteBufferOutputStream(byte[], int, int) - Constructor for class com.phloc.commons.io.streams.ByteBufferOutputStream
Constructor with an existing byte array to wrap.
ByteBufferOutputStream(ByteBuffer, boolean) - Constructor for class com.phloc.commons.io.streams.ByteBufferOutputStream
Constructor
ByteBuffersInputStream - Class in com.phloc.commons.io.streams
InputStream wrapped around one or more ByteBuffer objects.
ByteBuffersInputStream(ByteBuffer...) - Constructor for class com.phloc.commons.io.streams.ByteBuffersInputStream
Constructor
ByteBufferUtils - Class in com.phloc.commons.lang
Contains some ByteBuffer utility methods.
BYTES_PER_GIGABYTE - Static variable in class com.phloc.commons.CGlobal
Bytes per gigabyte.
BYTES_PER_KILOBYTE - Static variable in class com.phloc.commons.CGlobal
Bytes per kilobyte.
BYTES_PER_KILOBYTE_LONG - Static variable in class com.phloc.commons.CGlobal
Bytes per kilobyte.
BYTES_PER_MEGABYTE - Static variable in class com.phloc.commons.CGlobal
Bytes per megabyte.
BYTES_PER_PETABYTE - Static variable in class com.phloc.commons.CGlobal
Bytes per petabyte.
BYTES_PER_TERABYTE - Static variable in class com.phloc.commons.CGlobal
Bytes per terabyte.
byteValue() - Method in class com.phloc.commons.mutable.MutableByte
 

C

cacheHit() - Method in interface com.phloc.commons.stats.IStatisticsHandlerCache
 
cacheMiss() - Method in interface com.phloc.commons.stats.IStatisticsHandlerCache
 
CachingSAXInputSource - Class in com.phloc.commons.xml.sax
InputSource that ensures that the passed InputStream is closed.
CachingSAXInputSource(IReadableResource) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(IInputStreamProvider) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(InputStream) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
 
CachingSAXInputSource(InputStream, String) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
 
CachingTransformStreamSource - Class in com.phloc.commons.xml.transform
Source that ensures that the passed InputStream is copied.
CachingTransformStreamSource(IReadableResource) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(IInputStreamProvider) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(InputStream) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
 
CachingTransformStreamSource(InputStream, String) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
 
call(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterCallableToCallableWithParam
 
call() - Method in class com.phloc.commons.callback.AdapterRunnableToCallable
 
call(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
 
call() - Method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
 
call(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
 
call() - Method in interface com.phloc.commons.callback.INonThrowingCallable
The call back method to be called.
call(PARAMTYPE) - Method in interface com.phloc.commons.callback.INonThrowingCallableWithParameter
The call back method to be called.
call(PARAMTYPE) - Method in interface com.phloc.commons.callback.IThrowingCallableWithParameter
The call back method to be called.
call(Class<?>, IMicroTypeConverter) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverterCallback
Invoked for each converter.
call(PrivilegedAction<T>) - Static method in class com.phloc.commons.priviledged.AccessControllerHelper
 
call(Class<?>, ISerializationConverter) - Method in interface com.phloc.commons.serialize.convert.ISerializationConverterCallback
Invoked for each converter.
call(Class<?>, Class<?>, ITypeConverter) - Method in interface com.phloc.commons.typeconvert.ITypeConverterCallback
 
canConvert(Class<?>, Class<?>) - Method in interface com.phloc.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.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
 
canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
 
canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
 
canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
 
canConvertLongToInt(long) - Static method in class com.phloc.commons.math.MathHelper
 
canExecute(File) - Static method in class com.phloc.commons.io.file.FileUtils
Tests whether the application can execute the file denoted by this abstract pathname.
canExecute() - Method in class com.phloc.commons.io.resource.FileSystemResource
Tests whether the application can execute the file denoted by this abstract pathname.
canGrow() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
canRead(File) - Static method in class com.phloc.commons.io.file.FileUtils
Tests whether the application can read the file denoted by this abstract pathname.
canRead(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
 
canRead(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
 
canRead() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
canRead() - Method in class com.phloc.commons.io.resource.FileSystemResource
Tests whether the application can read the file denoted by this abstract pathname.
canReadAndWriteFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
Check if the passed file can read and write.
canReadNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
 
canWrite(File) - Static method in class com.phloc.commons.io.file.FileUtils
Tests whether the application can modify the file denoted by this abstract pathname.
canWrite() - Method in class com.phloc.commons.io.resource.FileSystemResource
Tests whether the application can modify the file denoted by this abstract pathname.
CChangeLog - Class in com.phloc.commons.changelog
This class contains constants for the use of changelogs.
CCharset - Class in com.phloc.commons.charset
Charset constants.
CDATA_END - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
CDATA_START - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
CDefault - Class in com.phloc.commons
A class containing default values for all primitive and primitive wrapper types.
CGlobal - Class in com.phloc.commons
A class declaring system wide constants.
CGStringHelper - Class in com.phloc.commons.lang
Special string helper especially for Java internal class name handling etc.
ChangeLog - Class in com.phloc.commons.changelog
This class represents a single change log with a list of entries and releases.
ChangeLog(String, String) - Constructor for class com.phloc.commons.changelog.ChangeLog
Constructor.
CHANGELOG_NAMESPACE_10 - Static variable in class com.phloc.commons.changelog.CChangeLog
The namespace used in XML
CHANGELOG_SCHEMALOCATION_10 - Static variable in class com.phloc.commons.changelog.CChangeLog
The schemaLocation value of the changeLog 1.0 XSD
CHANGELOG_XML_FILENAME - Static variable in class com.phloc.commons.changelog.CChangeLog
The default file name of the changelog XML
CHANGELOG_XSD_10 - Static variable in class com.phloc.commons.changelog.CChangeLog
The classpath relative path to the changelog XSD file
ChangeLogEntry - Class in com.phloc.commons.changelog
This class represents a single entry in the changelog.
ChangeLogEntry(ChangeLog, Date, EChangeLogAction, EChangeLogCategory, boolean) - Constructor for class com.phloc.commons.changelog.ChangeLogEntry
Constructor.
ChangeLogRelease - Class in com.phloc.commons.changelog
This class represents a single release within a changelog.
ChangeLogRelease(Date, Version) - Constructor for class com.phloc.commons.changelog.ChangeLogRelease
Constructor.
ChangeLogSerializer - Class in com.phloc.commons.changelog
This class handles the reading and writing of changelog objects.
changeParent(ITEMTYPE) - Method in interface com.phloc.commons.tree.IBasicTreeItem
Change the parent node of this node to another node (subordination).
changeParent(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
changeParent(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
ChangeWithValue<DATATYPE> - Class in com.phloc.commons.state.impl
Wraps a change indicator and an arbitrary value.
ChangeWithValue(IChangeIndicator, DATATYPE) - Constructor for class com.phloc.commons.state.impl.ChangeWithValue
Constructor
channelCopy(ReadableByteChannel, WritableByteChannel) - Static method in class com.phloc.commons.io.channels.ChannelUtils
Copy all content from the source channel to the destination channel.
ChannelUtils - Class in com.phloc.commons.io.channels
Some very basic NIO channel utility stuff.
CHAR_BUFFER_SIZE - Static variable in class com.phloc.commons.charset.StringEncoder
 
CHARSET_ISO_8859_1 - Static variable in class com.phloc.commons.charset.CCharset
The special ANSI charset to be used in all applications.
CHARSET_ISO_8859_1_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The ISO-8859-1 charset object.
CHARSET_SERVICE_LOADER - Static variable in class com.phloc.commons.charset.CCharset
The charset used by the ServiceLoader to read the service files.
CHARSET_SERVICE_LOADER_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The charset used by the ServiceLoader to read the service files.
CHARSET_TO_USE - Static variable in class com.phloc.commons.idfactory.FileIntIDFactory
The charset to use for writing the file
CHARSET_TO_USE - Static variable in class com.phloc.commons.idfactory.FileLongIDFactory
The charset to use for writing the file
CHARSET_URL - Static variable in class com.phloc.commons.url.URLUtils
Default URL charset is UTF-8
CHARSET_URL_OBJ - Static variable in class com.phloc.commons.url.URLUtils
Default URL charset is UTF-8
CHARSET_US_ASCII - Static variable in class com.phloc.commons.charset.CCharset
The special US ACSII charset to be used in all applications.
CHARSET_US_ASCII_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The US-ASCII charset object.
CHARSET_UTF_16 - Static variable in class com.phloc.commons.charset.CCharset
The special UTF-16 charset to be used in all applications.
CHARSET_UTF_16_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The UTF-16 charset object.
CHARSET_UTF_16BE - Static variable in class com.phloc.commons.charset.CCharset
The special UTF-16BE charset to be used in all applications.
CHARSET_UTF_16BE_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The UTF-16BE charset object.
CHARSET_UTF_16LE - Static variable in class com.phloc.commons.charset.CCharset
The special UTF-16LE charset to be used in all applications.
CHARSET_UTF_16LE_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The UTF-16LE charset object.
CHARSET_UTF_8 - Static variable in class com.phloc.commons.charset.CCharset
The special UTF-8 charset to be used in all applications.
CHARSET_UTF_8_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The UTF-8 charset object.
CHARSET_WINDOWS_1252 - Static variable in class com.phloc.commons.charset.CCharset
The non-standard Windows 1252 charset name.
CHARSET_WINDOWS_1252_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The non-standard Windows 1252 charset object.
CharsetManager - Class in com.phloc.commons.charset
Whole lotta charset management routines.
CharsetTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the locale specific type converter
CharsetTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.CharsetTypeConverterRegistrar
 
charValue() - Method in class com.phloc.commons.mutable.MutableChar
 
check(int) - Method in enum com.phloc.commons.i18n.ECodepointProfile
 
checkPatternConsistency(String) - Static method in class com.phloc.commons.regex.RegExPattern
 
ChildElementIterator - Class in com.phloc.commons.xml
Iterate child elements of a single node.
ChildElementIterator(Node) - Constructor for class com.phloc.commons.xml.ChildElementIterator
 
ChildElementIterator(Node, IFilter<Element>) - Constructor for class com.phloc.commons.xml.ChildElementIterator
 
ChildNodeIterator - Class in com.phloc.commons.xml
Iterate child elements of a single node.
ChildNodeIterator(Node) - Constructor for class com.phloc.commons.xml.ChildNodeIterator
 
ChildrenProviderElementWithName - Class in com.phloc.commons.microdom.utils
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.phloc.commons.microdom.utils.ChildrenProviderElementWithName
 
ChildrenProviderElementWithName(String, String) - Constructor for class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
 
ChildrenProviderHasChildren<CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
A standard implementation of the IChildrenProvider interface that works with all types that implement IHasChildren.
ChildrenProviderHasChildren() - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
 
ChildrenProviderHasChildrenSorted<CHILDTYPE extends IHasChildrenSorted<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
An IChildrenProviderSorted implementation for object implementing the IHasChildrenSorted interface.
ChildrenProviderHasChildrenSorted() - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorted
 
ChildrenProviderHasChildrenSorting<CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
An implementation of the IChildrenProvider interface that works with all types that implement IHasChildren.
ChildrenProviderHasChildrenSorting(Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorting
 
ChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>> - Class in com.phloc.commons.parent.impl
An implementation of the IChildrenProviderWithID interface that works with all types that implement IHasChildren and IHasID.
ChildrenProviderHasChildrenWithID() - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenWithID
 
ChildrenProviderSorting<CHILDTYPE> - Class in com.phloc.commons.parent.impl
An IChildrenProvider that returns the children in ChildrenProviderSorting.getChildren(Object) sorted.
ChildrenProviderSorting(IChildrenProvider<CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderSorting
Constructor.
ChildrenProviderSortingWithID<KEYTYPE,CHILDTYPE> - Class in com.phloc.commons.parent.impl
An IChildrenProviderWithID with ID that returns the children in ChildrenProviderSorting.getChildren(Object) sorted.
ChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE, CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderSortingWithID
 
ChildrenProviderSortingWithUniqueID<KEYTYPE,CHILDTYPE> - Class in com.phloc.commons.parent.impl
An IChildrenProviderWithID with ID that returns the children in ChildrenProviderSorting.getChildren(Object) sorted.
ChildrenProviderSortingWithUniqueID(IChildrenProviderWithUniqueID<KEYTYPE, CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderSortingWithUniqueID
 
ChildrenProviderWalker<CHILDTYPE> - Class in com.phloc.commons.parent.utils
Recursively visit all children provided by a given IChildrenProvider and call a callback for each visited child.
ChildrenProviderWalker(IChildrenProvider<CHILDTYPE>, IHierarchyWalkerCallback<CHILDTYPE>) - Constructor for class com.phloc.commons.parent.utils.ChildrenProviderWalker
 
ChildrenProviderWalkerDynamic<CHILDTYPE> - Class in com.phloc.commons.parent.utils
Recursively visit all children provided by a given IChildrenProvider and call a callback for each visited child.
ChildrenProviderWalkerDynamic(IChildrenProvider<CHILDTYPE>, IHierarchyWalkerDynamicCallback<CHILDTYPE>) - Constructor for class com.phloc.commons.parent.utils.ChildrenProviderWalkerDynamic
 
CJMX - Class in com.phloc.commons.jmx
Constants for JMX usage
ClassHelper - Class in com.phloc.commons.lang
Small class helper utility stuff class.
ClassHierarchyCache - Class in com.phloc.commons.lang
A small class hierarchy cache
CLASSPATH_PREFIX_LONG - Static variable in class com.phloc.commons.io.resource.ClassPathResource
Use this prefix to uniquely identify classpath resources
CLASSPATH_PREFIX_SHORT - Static variable in class com.phloc.commons.io.resource.ClassPathResource
Use this prefix to uniquely identify classpath resources - alternative
ClassPathHelper - Class in com.phloc.commons.utils
Utility class for dealing with the Java class path.
ClassPathResource - Class in com.phloc.commons.io.resource
Wraps a class path object as a readable resource.
ClassPathResource(URL) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
Create a new class path resource, using the specified URL.
ClassPathResource(URL, ClassLoader) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
Create a new class path resource using the specified URL and class loader (optional).
ClassPathResource(String) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
Create a new class path resource, using the specified path.
ClassPathResource(String, ClassLoader) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
Create a new class path resource using the specified path and class loader (optional).
ClassPathResourceProvider - Class in com.phloc.commons.io.resourceprovider
Simple resource provider that only uses files.
ClassPathResourceProvider() - Constructor for class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
ClassPathResourceProvider(String) - Constructor for class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
cleanup() - Static method in class com.phloc.commons.cleanup.CommonsCleanup
Cleanup all custom caches contained in phloc-commons.
clear() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
clear() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
clear() - Method in class com.phloc.commons.collections.flags.FlagContainer
 
clear() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
clear() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
clear() - Method in class com.phloc.commons.collections.list.SingleElementList
 
clear() - Method in class com.phloc.commons.collections.SingleElementMap
 
clear() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
clear() - Method in class com.phloc.commons.log.InMemoryLogger
 
clear() - Method in interface com.phloc.commons.state.IClearable
Reset the contents of the element to the after-construction state.
clear() - Method in class com.phloc.commons.text.impl.MultiLingualText
 
clear() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
clear() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
clearCache() - Method in class com.phloc.commons.cache.AbstractCache
 
clearCache() - Method in class com.phloc.commons.cache.AnnotationUsageCache
 
clearCache() - Method in interface com.phloc.commons.cache.SimpleCacheMBean
Remove all cached elements.
clearCache() - Static method in class com.phloc.commons.compare.CollatorUtils
Clear all cached collators.
clearCache() - Static method in class com.phloc.commons.equals.EqualsImplementationRegistry
 
clearCache() - Static method in class com.phloc.commons.gfx.ImageDataManager
Remove all cached elements
clearCache() - Static method in class com.phloc.commons.hash.HashCodeImplementationRegistry
 
clearCache() - Static method in class com.phloc.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.phloc.commons.lang.EnumHelper
 
clearCache() - Static method in class com.phloc.commons.locale.LocaleUtils
Clear all stored locale lists
clearCache() - Static method in class com.phloc.commons.stats.StatisticsManager
 
clearCache() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
 
clearCache() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
clearCache() - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
Clear the complete resource bundle cache using the default class loader!
clearCache(ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
Clear the complete resource bundle cache using the specified class loader!
clearCachedSize(IReadableResource) - Static method in class com.phloc.commons.gfx.ImageDataManager
Remove a single resource from the cache.
clearLastValidationErrors() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Clear the latest parsing errors.
clearPatternCache() - Static method in class com.phloc.commons.regex.RegExPool
Clear all cached patterns.
clearResourceErrors() - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
Clear all currently stored errors.
clearResourceErrors() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
Clear all currently stored errors.
clearResourceErrors() - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
Clear all currently stored errors.
CloneHelper - Class in com.phloc.commons.lang
Helper class for cloning objects.
close() - Method in class com.phloc.commons.base64.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close(Channel) - Static method in class com.phloc.commons.io.channels.ChannelUtils
 
close() - Method in class com.phloc.commons.io.streams.BitInputStream
Close the underlying input stream.
close() - Method in class com.phloc.commons.io.streams.BitOutputStream
Flush the data and close the underlying output stream.
close() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
close() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
close() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
close() - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
Close the underlying input stream.
close() - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
Flush the data and close the underlying output stream.
close() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
 
close() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
 
close() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Closing a StringWriter has no effect.
close() - Method in class com.phloc.commons.io.streams.NonClosingInputStream
 
close() - Method in class com.phloc.commons.io.streams.NonClosingOutputStream
 
close(Closeable) - Static method in class com.phloc.commons.io.streams.StreamUtils
Close the passed stream by encapsulating the declared IOException.
close(Socket) - Static method in class com.phloc.commons.io.streams.StreamUtils
Special close version for Socket as they are not implementing Closeable :(
close(ServerSocket) - Static method in class com.phloc.commons.io.streams.StreamUtils
Special close version for ServerSocket as they are not implementing Closeable :(
close() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
close() - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
close() - Method in class com.phloc.commons.io.streams.WrappedReader
 
close() - Method in class com.phloc.commons.io.streams.WrappedWriter
 
closeWithoutFlush(Closeable) - Static method in class com.phloc.commons.io.streams.StreamUtils
Close the passed object, without trying to call flush on it.
CMimeType - Class in com.phloc.commons.mime
Contains a collection of well-known constant MIME types.
CODE_CLEARTABLE - Static variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
Special code to clear the table
CODE_EOF - Static variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
Special code for end of file
Codepoint - Class in com.phloc.commons.i18n
Represents a single Unicode Codepoint
Codepoint(byte[], Charset) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a Codepoint from a byte array with the specified charset encoding.
Codepoint(CharSequence) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a Codepoint from a CharSequence.
Codepoint(String) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a Codepoint from a String.
Codepoint(char[]) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a Codepoint from a char array.
Codepoint(char) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a codepoint from a single char
Codepoint(char, char) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a codepoint from a surrogate pair
Codepoint(Codepoint) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a codepoint as a copy of another codepoint
Codepoint(int) - Constructor for class com.phloc.commons.i18n.Codepoint
Create a codepoint from a specific integer value
codepointAt(CharSequence, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Return the codepoint at the given location, automatically dealing with surrogate pairs
CodepointIteratorByteArray - Class in com.phloc.commons.i18n
 
CodepointIteratorByteArray(byte[], Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorByteArray
 
CodepointIteratorByteBuffer - Class in com.phloc.commons.i18n
 
CodepointIteratorByteBuffer(ByteBuffer, Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorByteBuffer
 
CodepointIteratorCharArray - Class in com.phloc.commons.i18n
 
CodepointIteratorCharArray(char[]) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharArray
 
CodepointIteratorCharArray(char[], int, int) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharArray
 
CodepointIteratorCharBuffer - Class in com.phloc.commons.i18n
 
CodepointIteratorCharBuffer(CharBuffer) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharBuffer
 
CodepointIteratorCharSequence - Class in com.phloc.commons.i18n
 
CodepointIteratorCharSequence(CharSequence) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharSequence
 
CodepointIteratorCharSequence(CharSequence, int, int) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharSequence
 
CodepointIteratorInputStream - Class in com.phloc.commons.i18n
 
CodepointIteratorInputStream(InputStream, Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorInputStream
 
CodepointIteratorReadableByteChannel - Class in com.phloc.commons.i18n
 
CodepointIteratorReadableByteChannel(ReadableByteChannel, Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorReadableByteChannel
 
CodepointIteratorReader - Class in com.phloc.commons.i18n
 
CodepointIteratorReader(Reader) - Constructor for class com.phloc.commons.i18n.CodepointIteratorReader
 
CodepointIteratorRestricted - Class in com.phloc.commons.i18n
 
CodepointIteratorRestricted(AbstractCodepointIterator, ICodepointFilter) - Constructor for class com.phloc.commons.i18n.CodepointIteratorRestricted
 
CodepointIteratorRestricted(AbstractCodepointIterator, ICodepointFilter, boolean) - Constructor for class com.phloc.commons.i18n.CodepointIteratorRestricted
 
CodepointIteratorRestricted(AbstractCodepointIterator, ICodepointFilter, boolean, boolean) - Constructor for class com.phloc.commons.i18n.CodepointIteratorRestricted
 
CodepointUtils - Class in com.phloc.commons.i18n
General utilities for dealing with Unicode characters
CodingStyleguideUnaware - Annotation Type in com.phloc.commons.annotations
This is an indicator, that an object is aware to break the style guide.
CollatorUtils - Class in com.phloc.commons.compare
Helper class to easily create commonly used Collator objects.
CollectingLoggingValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
CollectingLoggingValidationEventHandlerFactory() - Constructor for class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
 
CollectingLoggingValidationEventHandlerFactory(boolean) - Constructor for class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
 
CollectingLSResourceResolver - Class in com.phloc.commons.xml.ls
A class that collects all requested resources.
CollectingLSResourceResolver() - Constructor for class com.phloc.commons.xml.ls.CollectingLSResourceResolver
 
CollectingLSResourceResolver(LSResourceResolver) - Constructor for class com.phloc.commons.xml.ls.CollectingLSResourceResolver
 
CollectingSAXErrorHandler - Class in com.phloc.commons.xml.sax
An error handler implementation that stores all warnings, errors and fatal errors.
CollectingSAXErrorHandler() - Constructor for class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
CollectingSAXErrorHandler(ErrorHandler) - Constructor for class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
CollectingTransformErrorListener - Class in com.phloc.commons.xml.transform
This implementation of ErrorListener saves all occurred warnings/errors/fatals in a list for later evaluation.
CollectingTransformErrorListener() - Constructor for class com.phloc.commons.xml.transform.CollectingTransformErrorListener
 
CollectingTransformErrorListener(ErrorListener) - Constructor for class com.phloc.commons.xml.transform.CollectingTransformErrorListener
 
CollectingValidationEventHandler - Class in com.phloc.commons.jaxb.validation
An implementation of the JAXB ValidationEventHandler interface.
CollectingValidationEventHandler() - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
 
CollectingValidationEventHandler(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
 
CollectingValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
CollectingValidationEventHandlerFactory() - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
 
CollectingValidationEventHandlerFactory(boolean) - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
 
CollectionTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the base type converter
CollectionTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.CollectionTypeConverterRegistrar
 
com.phloc.commons - package com.phloc.commons
 
com.phloc.commons.aggregate - package com.phloc.commons.aggregate
 
com.phloc.commons.annotations - package com.phloc.commons.annotations
 
com.phloc.commons.base64 - package com.phloc.commons.base64
 
com.phloc.commons.cache - package com.phloc.commons.cache
 
com.phloc.commons.cache.convert - package com.phloc.commons.cache.convert
 
com.phloc.commons.callback - package com.phloc.commons.callback
 
com.phloc.commons.changelog - package com.phloc.commons.changelog
 
com.phloc.commons.charset - package com.phloc.commons.charset
 
com.phloc.commons.cleanup - package com.phloc.commons.cleanup
 
com.phloc.commons.codec - package com.phloc.commons.codec
 
com.phloc.commons.collections - package com.phloc.commons.collections
 
com.phloc.commons.collections.attrs - package com.phloc.commons.collections.attrs
 
com.phloc.commons.collections.flags - package com.phloc.commons.collections.flags
 
com.phloc.commons.collections.iterate - package com.phloc.commons.collections.iterate
 
com.phloc.commons.collections.list - package com.phloc.commons.collections.list
 
com.phloc.commons.collections.multimap - package com.phloc.commons.collections.multimap
 
com.phloc.commons.collections.pair - package com.phloc.commons.collections.pair
 
com.phloc.commons.collections.triple - package com.phloc.commons.collections.triple
 
com.phloc.commons.combine - package com.phloc.commons.combine
 
com.phloc.commons.compare - package com.phloc.commons.compare
 
com.phloc.commons.concurrent - package com.phloc.commons.concurrent
 
com.phloc.commons.concurrent.collector - package com.phloc.commons.concurrent.collector
 
com.phloc.commons.convert - package com.phloc.commons.convert
 
com.phloc.commons.convert.collections - package com.phloc.commons.convert.collections
 
com.phloc.commons.crypto - package com.phloc.commons.crypto
 
com.phloc.commons.deadlock - package com.phloc.commons.deadlock
 
com.phloc.commons.email - package com.phloc.commons.email
 
com.phloc.commons.encode - package com.phloc.commons.encode
 
com.phloc.commons.equals - package com.phloc.commons.equals
 
com.phloc.commons.error - package com.phloc.commons.error
 
com.phloc.commons.exceptions - package com.phloc.commons.exceptions
 
com.phloc.commons.factory - package com.phloc.commons.factory
 
com.phloc.commons.filter - package com.phloc.commons.filter
 
com.phloc.commons.filter.collections - package com.phloc.commons.filter.collections
 
com.phloc.commons.format - package com.phloc.commons.format
 
com.phloc.commons.format.impl - package com.phloc.commons.format.impl
 
com.phloc.commons.gfx - package com.phloc.commons.gfx
 
com.phloc.commons.hash - package com.phloc.commons.hash
 
com.phloc.commons.hierarchy - package com.phloc.commons.hierarchy
 
com.phloc.commons.i18n - package com.phloc.commons.i18n
 
com.phloc.commons.id - package com.phloc.commons.id
 
com.phloc.commons.idfactory - package com.phloc.commons.idfactory
 
com.phloc.commons.io - package com.phloc.commons.io
 
com.phloc.commons.io.channels - package com.phloc.commons.io.channels
 
com.phloc.commons.io.file - package com.phloc.commons.io.file
 
com.phloc.commons.io.file.filter - package com.phloc.commons.io.file.filter
 
com.phloc.commons.io.file.iterate - package com.phloc.commons.io.file.iterate
 
com.phloc.commons.io.misc - package com.phloc.commons.io.misc
 
com.phloc.commons.io.monitor - package com.phloc.commons.io.monitor
 
com.phloc.commons.io.resolver - package com.phloc.commons.io.resolver
 
com.phloc.commons.io.resource - package com.phloc.commons.io.resource
 
com.phloc.commons.io.resourceprovider - package com.phloc.commons.io.resourceprovider
 
com.phloc.commons.io.streamprovider - package com.phloc.commons.io.streamprovider
 
com.phloc.commons.io.streams - package com.phloc.commons.io.streams
 
com.phloc.commons.jaxb - package com.phloc.commons.jaxb
 
com.phloc.commons.jaxb.utils - package com.phloc.commons.jaxb.utils
 
com.phloc.commons.jaxb.validation - package com.phloc.commons.jaxb.validation
 
com.phloc.commons.jmx - package com.phloc.commons.jmx
 
com.phloc.commons.lang - package com.phloc.commons.lang
 
com.phloc.commons.locale - package com.phloc.commons.locale
 
com.phloc.commons.locale.country - package com.phloc.commons.locale.country
 
com.phloc.commons.locale.language - package com.phloc.commons.locale.language
 
com.phloc.commons.log - package com.phloc.commons.log
 
com.phloc.commons.math - package com.phloc.commons.math
 
com.phloc.commons.messagedigest - package com.phloc.commons.messagedigest
 
com.phloc.commons.microdom - package com.phloc.commons.microdom
 
com.phloc.commons.microdom.convert - package com.phloc.commons.microdom.convert
 
com.phloc.commons.microdom.convert.impl - package com.phloc.commons.microdom.convert.impl
 
com.phloc.commons.microdom.impl - package com.phloc.commons.microdom.impl
 
com.phloc.commons.microdom.reader - package com.phloc.commons.microdom.reader
 
com.phloc.commons.microdom.serialize - package com.phloc.commons.microdom.serialize
 
com.phloc.commons.microdom.utils - package com.phloc.commons.microdom.utils
 
com.phloc.commons.mime - package com.phloc.commons.mime
 
com.phloc.commons.mock - package com.phloc.commons.mock
 
com.phloc.commons.mutable - package com.phloc.commons.mutable
 
com.phloc.commons.name - package com.phloc.commons.name
 
com.phloc.commons.parent - package com.phloc.commons.parent
 
com.phloc.commons.parent.impl - package com.phloc.commons.parent.impl
 
com.phloc.commons.parent.utils - package com.phloc.commons.parent.utils
 
com.phloc.commons.pool - package com.phloc.commons.pool
 
com.phloc.commons.priviledged - package com.phloc.commons.priviledged
 
com.phloc.commons.random - package com.phloc.commons.random
 
com.phloc.commons.regex - package com.phloc.commons.regex
 
com.phloc.commons.serialize.convert - package com.phloc.commons.serialize.convert
 
com.phloc.commons.serialize.convert.impl - package com.phloc.commons.serialize.convert.impl
 
com.phloc.commons.state - package com.phloc.commons.state
 
com.phloc.commons.state.impl - package com.phloc.commons.state.impl
 
com.phloc.commons.stats - package com.phloc.commons.stats
 
com.phloc.commons.stats.utils - package com.phloc.commons.stats.utils
 
com.phloc.commons.stats.visit - package com.phloc.commons.stats.visit
 
com.phloc.commons.string - package com.phloc.commons.string
 
com.phloc.commons.system - package com.phloc.commons.system
 
com.phloc.commons.text - package com.phloc.commons.text
 
com.phloc.commons.text.impl - package com.phloc.commons.text.impl
 
com.phloc.commons.text.resolve - package com.phloc.commons.text.resolve
 
com.phloc.commons.text.resource - package com.phloc.commons.text.resource
 
com.phloc.commons.text.utils - package com.phloc.commons.text.utils
 
com.phloc.commons.thirdparty - package com.phloc.commons.thirdparty
 
com.phloc.commons.timing - package com.phloc.commons.timing
 
com.phloc.commons.tree - package com.phloc.commons.tree
 
com.phloc.commons.tree.simple - package com.phloc.commons.tree.simple
 
com.phloc.commons.tree.utils.build - package com.phloc.commons.tree.utils.build
 
com.phloc.commons.tree.utils.search - package com.phloc.commons.tree.utils.search
 
com.phloc.commons.tree.utils.sort - package com.phloc.commons.tree.utils.sort
 
com.phloc.commons.tree.utils.walk - package com.phloc.commons.tree.utils.walk
 
com.phloc.commons.tree.utils.xml - package com.phloc.commons.tree.utils.xml
 
com.phloc.commons.tree.withid - package com.phloc.commons.tree.withid
 
com.phloc.commons.tree.withid.folder - package com.phloc.commons.tree.withid.folder
 
com.phloc.commons.tree.withid.unique - package com.phloc.commons.tree.withid.unique
 
com.phloc.commons.type - package com.phloc.commons.type
 
com.phloc.commons.typeconvert - package com.phloc.commons.typeconvert
 
com.phloc.commons.typeconvert.impl - package com.phloc.commons.typeconvert.impl
 
com.phloc.commons.typeconvert.rule - package com.phloc.commons.typeconvert.rule
 
com.phloc.commons.url - package com.phloc.commons.url
 
com.phloc.commons.url.encode - package com.phloc.commons.url.encode
 
com.phloc.commons.utils - package com.phloc.commons.utils
 
com.phloc.commons.vendor - package com.phloc.commons.vendor
 
com.phloc.commons.version - package com.phloc.commons.version
 
com.phloc.commons.vminit - package com.phloc.commons.vminit
 
com.phloc.commons.xml - package com.phloc.commons.xml
 
com.phloc.commons.xml.dom - package com.phloc.commons.xml.dom
 
com.phloc.commons.xml.ls - package com.phloc.commons.xml.ls
 
com.phloc.commons.xml.namespace - package com.phloc.commons.xml.namespace
 
com.phloc.commons.xml.sax - package com.phloc.commons.xml.sax
 
com.phloc.commons.xml.schema - package com.phloc.commons.xml.schema
 
com.phloc.commons.xml.serialize - package com.phloc.commons.xml.serialize
 
com.phloc.commons.xml.transform - package com.phloc.commons.xml.transform
 
com.phloc.commons.xml.xpath - package com.phloc.commons.xml.xpath
 
CombinationGenerator<DATATYPE> - Class in com.phloc.commons.math
Utility class for generating all possible combinations of elements for a specified number of available slots.
CombinationGenerator(List<DATATYPE>, int) - Constructor for class com.phloc.commons.math.CombinationGenerator
Ctor
CombinationGeneratorFlexible<DATATYPE> - Class in com.phloc.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.phloc.commons.math.CombinationGeneratorFlexible
Ctor
CombinatorString - Class in com.phloc.commons.combine
A simple combinator that simply concatenates 2 strings.
CombinatorStringIgnoreNull - Class in com.phloc.commons.combine
A simple combinator that concatenates 2 strings by ignoring null values.
CombinatorStringWithSeparator - Class in com.phloc.commons.combine
A simple combinator that concatenates 2 strings using a common separator.
CombinatorStringWithSeparator(String) - Constructor for class com.phloc.commons.combine.CombinatorStringWithSeparator
 
CombinatorStringWithSeparatorIgnoreNull - Class in com.phloc.commons.combine
A simple combinator that concatenates 2 strings using a separator in case the strings to be concatenated are not null.
CombinatorStringWithSeparatorIgnoreNull(String) - Constructor for class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
 
combine(String, String) - Method in class com.phloc.commons.combine.CombinatorString
 
combine(String, String) - Method in class com.phloc.commons.combine.CombinatorStringIgnoreNull
 
combine(String, String) - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
 
combine(String, String) - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
 
combine(DATATYPE, DATATYPE) - Method in interface com.phloc.commons.combine.ICombinator
Combine the passed elements in the correct order.
CombinedEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
A specific enumeration iterating over two consecutive enumerations.
CombinedEnumeration(Enumeration<? extends ELEMENTTYPE>, Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.CombinedEnumeration
 
CombinedIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
A specific enumeration iterating over two consecutive enumerations.
CombinedIterator(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.CombinedIterator
 
COMMENT_END - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
COMMENT_START - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
CommonsCleanup - Class in com.phloc.commons.cleanup
The sole purpose of this class to clear all caches, that reside in this library.
comparator() - Method in class com.phloc.commons.collections.EmptySortedSet
 
ComparatorAsString - Class in com.phloc.commons.compare
A simple collation aware comparator that compares objects by their "toString" representation.
ComparatorAsString() - Constructor for class com.phloc.commons.compare.ComparatorAsString
Comparator with default locale Collator and default sort order.
ComparatorAsString(Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Comparator with default locale Collator and default sort order and a nested comparator.
ComparatorAsString(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Comparator with default locale Collator.
ComparatorAsString(ESortOrder, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Comparator with default locale Collator and a nested comparator.
ComparatorAsString(Locale) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Comparator with default sort order and specified sort locale.
ComparatorAsString(Locale, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Comparator with default sort order but special locale and a nested comparator.
ComparatorAsString(Locale, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Constructor with locale and sort order.
ComparatorAsString(Locale, ESortOrder, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Constructor with locale and sort order and a nested comparator.
ComparatorAsString(Collator) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Constructor with Collator using the default sort order
ComparatorAsString(Collator, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Constructor with Collator using the default sort order and a nested comparator.
ComparatorAsString(Collator, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Constructor with Collator and sort order.
ComparatorAsString(Collator, ESortOrder, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
Constructor with Collator and sort order and a nested comparator.
ComparatorChangeLogComponent - Class in com.phloc.commons.changelog
Special comparator to sort change logs by their component.
ComparatorChangeLogComponent() - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
Comparator with default sort order and no nested comparator.
ComparatorChangeLogComponent(ESortOrder) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
Constructor with sort order.
ComparatorChangeLogComponent(Comparator<? super ChangeLog>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
Comparator with default sort order and a nested comparator.
ComparatorChangeLogComponent(ESortOrder, Comparator<? super ChangeLog>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
Comparator with sort order and a nested comparator.
ComparatorChangeLogEntryDate - Class in com.phloc.commons.changelog
Special comparator to sort change log entries by their date and in case of equality by the parent change logs component name.
ComparatorChangeLogEntryDate() - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
Comparator with default sort order and no nested comparator.
ComparatorChangeLogEntryDate(ESortOrder) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
Constructor with sort order.
ComparatorChangeLogEntryDate(Comparator<? super ChangeLogEntry>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
Comparator with default sort order and a nested comparator.
ComparatorChangeLogEntryDate(ESortOrder, Comparator<? super ChangeLogEntry>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
Comparator with sort order and a nested comparator.
ComparatorComparable<DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.compare
This is another *lol* class: a Comparator for Comparable objects.
ComparatorComparable() - Constructor for class com.phloc.commons.compare.ComparatorComparable
Comparator with default sort order and no nested comparator.
ComparatorComparable(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorComparable
Constructor with sort order.
ComparatorComparable(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparable
Comparator with default sort order and a nested comparator.
ComparatorComparable(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparable
Comparator with sort order and a nested comparator.
ComparatorComparableNullAware<DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.compare
This is another *lol* class: a Comparator for Comparable objects.
ComparatorComparableNullAware() - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
Comparator with default sort order.
ComparatorComparableNullAware(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
Constructor with sort order.
ComparatorComparableNullAware(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
Comparator with default sort order and a nested comparator.
ComparatorComparableNullAware(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
Comparator with sort order and a nested comparator.
ComparatorDefaultTreeItem<DATATYPE> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting DefaultTreeItem items by their value using an explicit Comparator.
ComparatorDefaultTreeItem(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
Constructor with default sort order.
ComparatorDefaultTreeItem(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
Constructor with sort order.
ComparatorDefaultTreeItem(Comparator<? super DefaultTreeItem<DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
Comparator with default sort order and a nested comparator.
ComparatorDefaultTreeItem(ESortOrder, Comparator<? super DefaultTreeItem<DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
Constructor with sort order and a nested comparator.
ComparatorDefaultTreeItemComparable<DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting DefaultTreeItem items by their value using an comparable value types.
ComparatorDefaultTreeItemComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
Comparator with default sort order.
ComparatorDefaultTreeItemComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
Constructor with sort order.
ComparatorDefaultTreeItemComparable(Comparator<? super DefaultTreeItem<DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
Comparator with default sort order and a nested comparator.
ComparatorDefaultTreeItemComparable(ESortOrder, Comparator<? super DefaultTreeItem<DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
Comparator with sort order and a nested comparator.
ComparatorDefaultTreeItemWithIDData<IDTYYPE,DATATYPE> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting DefaultTreeItemWithID items by their value using an explicit Comparator.
ComparatorDefaultTreeItemWithIDData(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
Constructor with default sort order.
ComparatorDefaultTreeItemWithIDData(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
Constructor with sort order.
ComparatorDefaultTreeItemWithIDData(Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
Comparator with default sort order and a nested comparator.
ComparatorDefaultTreeItemWithIDData(ESortOrder, Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
Constructor with sort order and a nested comparator.
ComparatorDefaultTreeItemWithIDDataComparable<IDTYYPE,DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting DefaultTreeItemWithID items by their value using an comparable value types.
ComparatorDefaultTreeItemWithIDDataComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
Comparator with default sort order.
ComparatorDefaultTreeItemWithIDDataComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
Constructor with sort order.
ComparatorDefaultTreeItemWithIDDataComparable(Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
Comparator with default sort order and a nested comparator.
ComparatorDefaultTreeItemWithIDDataComparable(ESortOrder, Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
Comparator with sort order and a nested comparator.
ComparatorDisplayNameProvider<DATATYPE> - Class in com.phloc.commons.name
This is a collation Comparator for objects that implement the IDisplayNameProvider interface.
ComparatorDisplayNameProvider(Locale, IDisplayNameProvider<DATATYPE>) - Constructor for class com.phloc.commons.name.ComparatorDisplayNameProvider
Constructor.
ComparatorDisplayNameProvider(Locale, IDisplayNameProvider<DATATYPE>, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorDisplayNameProvider
Constructor.
ComparatorDisplayTextProvider<DATATYPE> - Class in com.phloc.commons.name
This is a collation Comparator for objects that implement the IDisplayTextProvider interface.
ComparatorDisplayTextProvider(Locale, IDisplayTextProvider<DATATYPE>, Locale) - Constructor for class com.phloc.commons.name.ComparatorDisplayTextProvider
Constructor.
ComparatorDisplayTextProvider(Locale, IDisplayTextProvider<DATATYPE>, Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorDisplayTextProvider
Constructor.
ComparatorFileAbsolutePath - Class in com.phloc.commons.io.file
Sort files by their absolute path name.
ComparatorFileAbsolutePath() - Constructor for class com.phloc.commons.io.file.ComparatorFileAbsolutePath
 
ComparatorFileAbsolutePath(Locale) - Constructor for class com.phloc.commons.io.file.ComparatorFileAbsolutePath
 
ComparatorFileName - Class in com.phloc.commons.io.file
Sort files by their base name.
ComparatorFileName() - Constructor for class com.phloc.commons.io.file.ComparatorFileName
 
ComparatorFileName(Locale) - Constructor for class com.phloc.commons.io.file.ComparatorFileName
 
ComparatorHasDisplayName<DATATYPE extends IHasDisplayName> - Class in com.phloc.commons.name
This is a collation Comparator for objects that implement the IHasDisplayName interface.
ComparatorHasDisplayName(Locale) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayName
Comparator with default sort order but special collation locale.
ComparatorHasDisplayName(Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayName
Comparator with special sort order and a special collation locale.
ComparatorHasDisplayText<DATATYPE extends IHasDisplayText> - Class in com.phloc.commons.name
This is a collation Comparator for objects that implement the IHasDisplayText interface.
ComparatorHasDisplayText(Locale, Locale) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayText
Constructor.
ComparatorHasDisplayText(Locale, Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayText
Constructor.
ComparatorHasErrorID<DATATYPE extends IHasErrorID> - Class in com.phloc.commons.error
Special comparator that compares based on an error ID
ComparatorHasErrorID() - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Comparator with default locale Collator and default sort order.
ComparatorHasErrorID(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Comparator with default locale Collator and default sort order and a nested comparator.
ComparatorHasErrorID(ESortOrder) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Comparator with default locale Collator.
ComparatorHasErrorID(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Comparator with default locale Collator and a nested comparator.
ComparatorHasErrorID(Locale) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Comparator with default sort order and specified sort locale.
ComparatorHasErrorID(Locale, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Comparator with default sort order but special locale and a nested comparator.
ComparatorHasErrorID(Locale, ESortOrder) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Constructor with locale and sort order.
ComparatorHasErrorID(Locale, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Constructor with locale and sort order and a nested comparator.
ComparatorHasErrorID(Collator) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Constructor with Collator using the default sort order
ComparatorHasErrorID(Collator, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Constructor with Collator using the default sort order and a nested comparator.
ComparatorHasErrorID(Collator, ESortOrder) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Constructor with Collator and sort order.
ComparatorHasErrorID(Collator, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
Constructor with Collator and sort order and a nested comparator.
ComparatorHasID<IDTYPE,DATATYPE extends IHasID<IDTYPE>> - Class in com.phloc.commons.id
This is a collation Comparator for objects that implement the IHasID interface with a class that does NOT implements Comparable.
ComparatorHasID(Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
Comparator with default sort order and no nested comparator.
ComparatorHasID(ESortOrder, Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
Constructor with sort order and no nested comparator.
ComparatorHasID(Comparator<? super DATATYPE>, Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
Comparator with default sort order and a nested comparator.
ComparatorHasID(ESortOrder, Comparator<? super DATATYPE>, Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
Constructor with sort order and a nested comparator.
ComparatorHasIDComparable<IDTYPE extends Comparable<? super IDTYPE>,DATATYPE extends IHasID<IDTYPE>> - Class in com.phloc.commons.id
This is a collation Comparator for objects that implement the IHasID interface with a class that implements Comparable.
ComparatorHasIDComparable() - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
Comparator with default sort order and no nested comparator.
ComparatorHasIDComparable(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
Constructor with sort order.
ComparatorHasIDComparable(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
Comparator with default sort order and a nested comparator.
ComparatorHasIDComparable(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
Comparator with sort order and a nested comparator.
ComparatorHasIDInteger<DATATYPE extends IHasID<Integer>> - Class in com.phloc.commons.id
This is a collation Comparator for objects that implement the IHasID interface with Integer.
ComparatorHasIDInteger() - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
Comparator with default sort order and no nested comparator.
ComparatorHasIDInteger(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
Constructor with sort order.
ComparatorHasIDInteger(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
Comparator with default sort order and a nested comparator.
ComparatorHasIDInteger(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
Comparator with sort order and a nested comparator.
ComparatorHasIDString<DATATYPE extends IHasID<String>> - Class in com.phloc.commons.id
This is a collation Comparator for objects that implement the IHasID interface with String.
ComparatorHasIDString() - Constructor for class com.phloc.commons.id.ComparatorHasIDString
Comparator with default sort order and no nested comparator.
ComparatorHasIDString(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasIDString
Constructor with sort order.
ComparatorHasIDString(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDString
Comparator with default sort order and a nested comparator.
ComparatorHasIDString(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDString
Comparator with sort order and a nested comparator.
ComparatorHasName<DATATYPE extends IHasName> - Class in com.phloc.commons.name
This is a collation Comparator for objects that implement the IHasName interface.
ComparatorHasName(Locale) - Constructor for class com.phloc.commons.name.ComparatorHasName
 
ComparatorHasName(Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorHasName
 
ComparatorHasSimpleIntID<DATATYPE extends IHasSimpleIntID> - Class in com.phloc.commons.id
This is a collation Comparator for objects that implement the IHasSimpleIntID interface.
ComparatorHasSimpleIntID() - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
Comparator with default sort order and no nested comparator.
ComparatorHasSimpleIntID(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
Constructor with sort order.
ComparatorHasSimpleIntID(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
Comparator with default sort order and a nested comparator.
ComparatorHasSimpleIntID(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
Comparator with sort order and a nested comparator.
ComparatorHasSimpleLongID<DATATYPE extends IHasSimpleLongID> - Class in com.phloc.commons.id
This is a collation Comparator for objects that implement the IHasSimpleIntID interface.
ComparatorHasSimpleLongID() - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
Comparator with default sort order and no nested comparator.
ComparatorHasSimpleLongID(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
Constructor with sort order.
ComparatorHasSimpleLongID(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
Comparator with default sort order and a nested comparator.
ComparatorHasSimpleLongID(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
Comparator with sort order and a nested comparator.
ComparatorLocale - Class in com.phloc.commons.locale
Compare Locale objects by their String representation.
ComparatorLocale() - Constructor for class com.phloc.commons.locale.ComparatorLocale
 
ComparatorLocale(Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocale
 
ComparatorLocaleCountry - Class in com.phloc.commons.locale.country
Comparator that sorts Locale objects by their country ID.
ComparatorLocaleCountry(Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleCountry
 
ComparatorLocaleDisplayCountry - Class in com.phloc.commons.locale.country
Comparator that sorts Locale objects by their country display name in the system locale.
ComparatorLocaleDisplayCountry(Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountry
 
ComparatorLocaleDisplayCountryInLocale - Class in com.phloc.commons.locale.country
Comparator that sorts Locale objects by their country display name in the passed locale.
ComparatorLocaleDisplayCountryInLocale(Locale, Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryInLocale
 
ComparatorLocaleDisplayCountryNative - Class in com.phloc.commons.locale.country
Comparator that sorts Locale objects by their country display name in its own locale.
ComparatorLocaleDisplayCountryNative(Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryNative
 
ComparatorLocaleDisplayLanguage - Class in com.phloc.commons.locale.language
Comparator that sorts Locale objects by their language display name in the system locale.
ComparatorLocaleDisplayLanguage(Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguage
 
ComparatorLocaleDisplayLanguageInLocale - Class in com.phloc.commons.locale.language
Comparator that sorts Locale objects by their language display name in the passed locale.
ComparatorLocaleDisplayLanguageInLocale(Locale, Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageInLocale
 
ComparatorLocaleDisplayLanguageNative - Class in com.phloc.commons.locale.language
Comparator that sorts Locale objects by their language display name in its own locale.
ComparatorLocaleDisplayLanguageNative(Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageNative
 
ComparatorLocaleDisplayName - Class in com.phloc.commons.locale
Comparator that sorts Locale objects by their display name in the system locale.
ComparatorLocaleDisplayName(Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocaleDisplayName
 
ComparatorLocaleDisplayNameInLocale - Class in com.phloc.commons.locale
Comparator that sorts Locale objects by their display name in a given locale.
ComparatorLocaleDisplayNameInLocale(Locale, Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocaleDisplayNameInLocale
 
ComparatorLocaleDisplayNameNative - Class in com.phloc.commons.locale
Comparator to sort Locale objects in the order given by their native name.
ComparatorLocaleDisplayNameNative(Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocaleDisplayNameNative
 
ComparatorLocaleLanguage - Class in com.phloc.commons.locale.language
Comparator to sort Locale objects by their system language.
ComparatorLocaleLanguage(Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleLanguage
 
ComparatorPairFirst<DATA1TYPE extends Comparable<? super DATA1TYPE>,DATA2TYPE> - Class in com.phloc.commons.collections.pair
Comparator comparing IReadonlyPair objects by the first element
ComparatorPairFirst() - Constructor for class com.phloc.commons.collections.pair.ComparatorPairFirst
 
ComparatorPairFirst(ESortOrder) - Constructor for class com.phloc.commons.collections.pair.ComparatorPairFirst
 
ComparatorPairSecond<DATA1TYPE,DATA2TYPE extends Comparable<? super DATA2TYPE>> - Class in com.phloc.commons.collections.pair
Comparator comparing IReadonlyPair objects by the second element
ComparatorPairSecond() - Constructor for class com.phloc.commons.collections.pair.ComparatorPairSecond
 
ComparatorPairSecond(ESortOrder) - Constructor for class com.phloc.commons.collections.pair.ComparatorPairSecond
 
ComparatorString - Class in com.phloc.commons.compare
A simple collation aware comparator that compares String objects.
ComparatorString() - Constructor for class com.phloc.commons.compare.ComparatorString
Comparator with default locale Collator and default sort order.
ComparatorString(Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
Comparator with default locale Collator and default sort order and a nested comparator.
ComparatorString(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorString
Comparator with default locale Collator.
ComparatorString(ESortOrder, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
Comparator with default locale Collator and a nested comparator.
ComparatorString(Locale) - Constructor for class com.phloc.commons.compare.ComparatorString
Comparator with default sort order and specified sort locale.
ComparatorString(Locale, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
Comparator with default sort order but special locale and a nested comparator.
ComparatorString(Locale, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorString
Constructor with locale and sort order.
ComparatorString(Locale, ESortOrder, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
Constructor with locale and sort order and a nested comparator.
ComparatorString(Collator) - Constructor for class com.phloc.commons.compare.ComparatorString
Constructor with Collator using the default sort order
ComparatorString(Collator, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
Constructor with Collator using the default sort order and a nested comparator.
ComparatorString(Collator, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorString
Constructor with Collator and sort order.
ComparatorString(Collator, ESortOrder, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
Constructor with Collator and sort order and a nested comparator.
ComparatorStringLongestFirst - Class in com.phloc.commons.compare
A special comparator that sorts String, but the longest strings come first.
ComparatorStringLongestFirst() - Constructor for class com.phloc.commons.compare.ComparatorStringLongestFirst
Comparator without a nested comparator.
ComparatorStringLongestFirst(Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorStringLongestFirst
Comparator with a nested comparator.
ComparatorThreadID - Class in com.phloc.commons.concurrent
Comparator for ordering Thread objects by their ID.
ComparatorThreadID() - Constructor for class com.phloc.commons.concurrent.ComparatorThreadID
 
ComparatorThreadID(ESortOrder) - Constructor for class com.phloc.commons.concurrent.ComparatorThreadID
 
ComparatorThreadName - Class in com.phloc.commons.concurrent
Comparator for ordering Thread objects by their name.
ComparatorThreadName(Locale) - Constructor for class com.phloc.commons.concurrent.ComparatorThreadName
 
ComparatorThreadName(Locale, ESortOrder) - Constructor for class com.phloc.commons.concurrent.ComparatorThreadName
 
ComparatorTreeItemData<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting IBasicTreeItem items by their data using an explicit Comparator.
ComparatorTreeItemData(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
Constructor with default sort order.
ComparatorTreeItemData(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
Constructor with sort order.
ComparatorTreeItemData(Comparator<? super ITEMTYPE>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
Comparator with default sort order and a nested comparator.
ComparatorTreeItemData(ESortOrder, Comparator<? super ITEMTYPE>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
Constructor with sort order and a nested comparator.
ComparatorTreeItemDataComparable<DATATYPE extends Comparable<? super DATATYPE>,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting IBasicTreeItem items by their value using an comparable value types.
ComparatorTreeItemDataComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
Comparator with default sort order.
ComparatorTreeItemDataComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
Constructor with sort order.
ComparatorTreeItemDataComparable(Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
Comparator with default sort order and a nested comparator.
ComparatorTreeItemDataComparable(ESortOrder, Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
Comparator with sort order and a nested comparator.
ComparatorTreeItemID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting ITreeItemWithID items by their ID using an explicit Comparator.
ComparatorTreeItemID(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
Comparator with default sort order and no nested comparator.
ComparatorTreeItemID(ESortOrder, Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
Constructor with sort order and no nested comparator.
ComparatorTreeItemID(Comparator<? super ITEMTYPE>, Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
Comparator with default sort order and a nested comparator.
ComparatorTreeItemID(ESortOrder, Comparator<? super ITEMTYPE>, Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
Constructor with sort order and a nested comparator.
ComparatorTreeItemIDComparable<KEYTYPE extends Comparable<? super KEYTYPE>,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
Comparator for sorting ITreeItemWithID items by their comparable ID.
ComparatorTreeItemIDComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
Comparator with default sort order and no nested comparator.
ComparatorTreeItemIDComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
Constructor with sort order.
ComparatorTreeItemIDComparable(Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
Comparator with default sort order and a nested comparator.
ComparatorTreeItemIDComparable(ESortOrder, Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
Comparator with sort order and a nested comparator.
ComparatorUtils - Class in com.phloc.commons.compare
Helper class to easily create commonly used Comparator objects.
compare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractComparator
 
compare(byte, byte) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for byte
compare(char, char) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for byte
compare(double, double) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for doubles
compare(float, float) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for floats
compare(int, int) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for int
compare(long, long) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for long
compare(short, short) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for short
compare(T, T) - Method in class com.phloc.commons.compare.ReverseComparator
 
compareFalseBeforeTrue(boolean, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for boolean, true before false
compareTo(Codepoint) - Method in class com.phloc.commons.i18n.Codepoint
 
compareTo(MutableBigDecimal) - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
compareTo(MutableBigInteger) - Method in class com.phloc.commons.mutable.MutableBigInteger
 
compareTo(MutableBoolean) - Method in class com.phloc.commons.mutable.MutableBoolean
 
compareTo(MutableByte) - Method in class com.phloc.commons.mutable.MutableByte
 
compareTo(MutableChar) - Method in class com.phloc.commons.mutable.MutableChar
 
compareTo(MutableDouble) - Method in class com.phloc.commons.mutable.MutableDouble
 
compareTo(MutableFloat) - Method in class com.phloc.commons.mutable.MutableFloat
 
compareTo(MutableInt) - Method in class com.phloc.commons.mutable.MutableInt
 
compareTo(MutableLong) - Method in class com.phloc.commons.mutable.MutableLong
 
compareTo(MutableShort) - Method in class com.phloc.commons.mutable.MutableShort
 
compareTo(ObjectType) - Method in class com.phloc.commons.type.ObjectType
 
compareTo(Version) - Method in class com.phloc.commons.version.Version
Compares two Version objects.
compareTo(VersionRange) - Method in class com.phloc.commons.version.VersionRange
Compare this version range to another version range.
compareTrueBeforeFalse(boolean, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
Special version for boolean, true before false
CompareUtils - Class in com.phloc.commons.compare
A small helper class that provides comparison methods that are null safe.
ConcurrentCollectorMultiple<DATATYPE> - Class in com.phloc.commons.concurrent.collector
Concurrent collector that performs action on multiple objects at once
ConcurrentCollectorMultiple() - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
Constructor that uses AbstractConcurrentCollector.DEFAULT_MAX_QUEUE_SIZE elements as the maximum queue length.
ConcurrentCollectorMultiple(IThrowingRunnableWithParameter<List<DATATYPE>>) - Constructor for class com.phloc.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, IThrowingRunnableWithParameter<List<DATATYPE>>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
Constructor.
ConcurrentCollectorSingle<DATATYPE> - Class in com.phloc.commons.concurrent.collector
Concurrent collector that performs action on each object separately
ConcurrentCollectorSingle() - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
Constructor that uses AbstractConcurrentCollector.DEFAULT_MAX_QUEUE_SIZE elements as the maximum queue length.
ConcurrentCollectorSingle(IThrowingRunnableWithParameter<DATATYPE>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
Constructor that uses AbstractConcurrentCollector.DEFAULT_MAX_QUEUE_SIZE elements as the maximum queue length.
ConcurrentCollectorSingle(int, IThrowingRunnableWithParameter<DATATYPE>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
Constructor.
CONSTANT_NULL - Static variable in class com.phloc.commons.string.ToStringGenerator
String to be emitted for null values
CONSTANT_PASSWORD - Static variable in class com.phloc.commons.string.ToStringGenerator
String to be emited for password values
CONSTANT_THIS - Static variable in class com.phloc.commons.string.ToStringGenerator
String to be emitted for this values
ConstantTextProvider - Class in com.phloc.commons.text.impl
An implementation of the ITextProvider interface that always returns a constant string.
ConstantTextProvider(String) - Constructor for class com.phloc.commons.text.impl.ConstantTextProvider
 
ConstantValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
Implementation of IValidationEventHandlerFactory using a constant ValidationEventHandler object.
ConstantValidationEventHandlerFactory(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.ConstantValidationEventHandlerFactory
 
ContainerConversionHelper - Class in com.phloc.commons.convert.collections
This utility class helps applying conversions onto collections.
ContainerEqualsUtils - Class in com.phloc.commons.equals
A special equals helper class that handles collections and container classes.
ContainerEqualsUtils.EContainerType - Enum in com.phloc.commons.equals
This enum differentiates the different meta container types.
ContainerHelper - Class in com.phloc.commons.collections
Provides various helper methods to handle collections like List, Set and Map.
contains(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed search value is contained in the passed value array.
contains(Object) - Method in class com.phloc.commons.collections.EmptySortedSet
 
contains(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
contains(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
 
contains(String, String) - Static method in class com.phloc.commons.string.StringHelper
Check if sSearch is contained within sText.
contains(String, char) - Static method in class com.phloc.commons.string.StringHelper
Check if cSearch is contained within sText.
containsAll(Collection<?>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
containsAll(Collection<?>) - Method in class com.phloc.commons.collections.list.SingleElementList
 
containsAny(char[], char[]) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Check if any of the passed searched characters in contained in the input string.
containsAnyNullElement(T[]) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed array contains at least one null element.
containsAnyNullElement(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Check if the passed collection contains at least one null element.
containsAtLeastOneError() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains at least one error or fatal error message.
containsAtLeastOneError() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsAtLeastOneError() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsAtLeastOneError() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
containsAtLeastOneFailure() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains at least one failure message.
containsAtLeastOneFailure() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsAtLeastOneFailure() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsAtLeastOneSuccess() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains at least one success message.
containsAtLeastOneSuccess() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsAtLeastOneSuccess() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsAttribute(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Check if an attribute of the given name is contained.
containsAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
containsAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
containsAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
containsChildItemWithDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
containsChildItemWithDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Check if a direct child item with the given ID is present
containsCountry(Locale) - Static method in class com.phloc.commons.locale.country.CountryCache
Check if the passed country is known.
containsCountry(String) - Static method in class com.phloc.commons.locale.country.CountryCache
Check if the passed country is known.
containsFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainer
 
containsFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
containsFlag(String) - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
Check if an flag of the given name is contained.
containsFlag(String) - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
containsIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
Check if sSearch is contained within sText ignoring case.
containsIgnoreCase(String, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
Check if cSearch is contained within sText ignoring case.
containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLCDATAChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLCDATAChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLNameChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLNameChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLTextChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsInvalidXMLTextChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
containsItemWithDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
containsItemWithDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
Check if an item with the given ID is contained.
containsItemWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
containsItemWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Check if a tree item corresponding to the given ID is present.
containsKey(Object) - Method in class com.phloc.commons.collections.SingleElementMap
 
containsLocale(Locale) - Method in interface com.phloc.commons.IHasLocales
Check if the passed locale is directly contained.
containsLocale(String) - Static method in class com.phloc.commons.locale.LocaleCache
Check if the passed language is in the cache.
containsLocale(String, String) - Static method in class com.phloc.commons.locale.LocaleCache
Check if the passed language is in the cache.
containsLocale(String, String, String) - Static method in class com.phloc.commons.locale.LocaleCache
Check if the passed language is in the cache.
containsLocale(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
containsLocale(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
 
containsLocaleWithFallback(Locale) - Method in interface com.phloc.commons.IHasLocales
Check if the passed locale is directly or by fallback contained.
containsLocaleWithFallback(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
containsLocaleWithFallback(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
 
containsNoAttribute() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
 
containsNoAttribute() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
containsNoAttribute() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
containsNoAttribute() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
containsNoError() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains no error or fatal error message.
containsNoError() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsNoError() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsNoFailure() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains no failure message.
containsNoFailure() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsNoFailure() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsNoFlag() - Method in class com.phloc.commons.collections.flags.FlagContainer
 
containsNoFlag() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
containsNoFlag() - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
 
containsNoFlag() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
containsNoSuccess() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains no success message.
containsNoSuccess() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsNoSuccess() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsOnlyError() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains only error or fatal error messages.
containsOnlyError() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsOnlyError() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsOnlyFailure() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains only failure messages.
containsOnlyFailure() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsOnlyFailure() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsOnlyNullElements(T[]) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed array contains only null element.
containsOnlyNullElements(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Check if the passed collection contains only null element.
containsOnlySuccess() - Method in interface com.phloc.commons.error.IHasErrorLevels
Check if this group contains only success messages.
containsOnlySuccess() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
containsOnlySuccess() - Method in class com.phloc.commons.log.InMemoryLogger
 
containsPathSeparatorChar(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
 
containsPropertyName(String) - Static method in class com.phloc.commons.SystemProperties
Check if a system property with the given name exists.
containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
containsSingle(KEYTYPE, VALUETYPE) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
Check a single element from the container identified by the passed key is present.
ContainsSoftMigration - Annotation Type in com.phloc.commons.annotations
This is a source-only indicator for objects that contain soft migration.
containsUnitTestElement(Throwable) - Static method in class com.phloc.commons.lang.StackTraceHelper
Check if the passed stack trace array contains a unit test element.
containsUnitTestElement(StackTraceElement[]) - Static method in class com.phloc.commons.lang.StackTraceHelper
Check if the passed stack trace array contains a unit test element.
containsValue(Object) - Method in class com.phloc.commons.collections.SingleElementMap
 
continueProcessing(EErrorLevel) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
Should the processing be continued?
convert(SRCTYPE) - Method in interface com.phloc.commons.convert.IUnidirectionalConverter
Convert the passed source object to the destination type.
convert(IHasID<DATATYPE>) - Method in class com.phloc.commons.convert.UnidirectionalConverterHasIDID
 
convert(IHasName) - Method in class com.phloc.commons.convert.UnidirectionalConverterHasNameString
 
convert(DATATYPE) - Method in class com.phloc.commons.convert.UnidirectionalConverterIdentity
 
convert(Integer) - Method in class com.phloc.commons.convert.UnidirectionalConverterIntegerString
 
convert(KEYTYPE) - Method in class com.phloc.commons.convert.UnidirectionalConverterMapGet
 
convert(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.convert.UnidirectionalConverterPairFirst
 
convert(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.convert.UnidirectionalConverterPairSecond
 
convert(String) - Method in class com.phloc.commons.convert.UnidirectionalConverterStringInteger
 
convert(Object) - Method in interface com.phloc.commons.typeconvert.ITypeConverter
Convert the passed source object to the destination type.
convert(Object) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
 
convert(boolean, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(byte, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(char, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(double, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(float, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(int, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(long, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convert(short, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
 
convertIfNecessary(Object, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to the destination class, if a conversion is necessary.
convertIfNecessary(ITypeConverterProvider, Object, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to the destination class, if a conversion is necessary.
convertToBoolean(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to boolean
convertToByte(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to byte
convertToChar(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to char
convertToDouble(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to double
convertToDst(SRCTYPE) - Method in interface com.phloc.commons.convert.IBidirectionalConverter
Convert from SRC to DST.
convertToFloat(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to float
convertToInt(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to int
convertToLong(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to long
convertToMicroElement(Object, String, String) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverter
Convert the passed object to a micro element using the specified tag name
convertToMicroElement(Object, String, String) - Method in class com.phloc.commons.microdom.convert.impl.StringBasedMicroTypeConverter
 
convertToMicroElement(Object, String, String) - Method in class com.phloc.commons.microdom.convert.impl.StringMicroTypeConverter
 
convertToMicroElement(Object, String) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverter
 
convertToMicroElement(Object, String, String) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverter
 
convertToMicroNode(Node) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
 
convertToNative(IMicroElement) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverter
Convert the passed object to a native element.
convertToNative(IMicroElement) - Method in class com.phloc.commons.microdom.convert.impl.StringBasedMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.phloc.commons.microdom.convert.impl.StringMicroTypeConverter
 
convertToNative(IMicroElement, Class<DSTTYPE>) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverter
 
convertToShort(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
Convert the passed source value to short
convertToSrc(DSTTYPE) - Method in interface com.phloc.commons.convert.IBidirectionalConverter
Convert from DST to SRC
copyDirRecursive(File, File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
copyDirRecursive(File, File) - Static method in class com.phloc.commons.io.file.FileOperations
Copy a directory including all child objects.
copyDirRecursive(File, File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Copy a directory including all child objects.
copyFile(File, File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
copyFile(File, File) - Static method in class com.phloc.commons.io.file.FileOperations
Copies the source file to the target file.
copyFile(File, File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Copies the source file to the target file.
copyInputStreamToOutputStream(InputStream, OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, byte[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, byte[], MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStream(InputStream, OutputStream, byte[], MutableLong, Long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStreamAndCloseOS(InputStream, OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStreamWithLimit(InputStream, OutputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyInputStreamToOutputStreamWithLimitAndCloseOS(InputStream, OutputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given input stream to the given output stream.
copyReaderToWriter(Reader, Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, char[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, char[], MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriter(Reader, Writer, char[], MutableLong, Long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriterAndCloseWriter(Reader, Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriterWithLimit(Reader, Writer, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
copyReaderToWriterWithLimitAndCloseWriter(Reader, Writer, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Pass the content of the given reader to the given writer.
COPYRIGHT - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ©
COPYRIGHT_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ©
CountingFileInputStream - Class in com.phloc.commons.io.streams
A special FileInputStream sub class that keeps track of all read bytes for the statistics handler.
CountingFileInputStream(File) - Constructor for class com.phloc.commons.io.streams.CountingFileInputStream
 
CountingFileInputStream(String) - Constructor for class com.phloc.commons.io.streams.CountingFileInputStream
 
CountingFileOutputStream - Class in com.phloc.commons.io.streams
A special FileOutputStream sub class that keeps track of all written bytes for the statistics handler.
CountingFileOutputStream(File) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
 
CountingFileOutputStream(File, EAppend) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
 
CountingFileOutputStream(String) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
 
CountingFileOutputStream(String, EAppend) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
 
CountingInputStream - Class in com.phloc.commons.io.streams
A wrapper around an InputStream that counts the number of read bytes.
CountingInputStream(InputStream) - Constructor for class com.phloc.commons.io.streams.CountingInputStream
 
CountingOutputStream - Class in com.phloc.commons.io.streams
A wrapper around an OutputStream that counts the number of read bytes.
CountingOutputStream(OutputStream) - Constructor for class com.phloc.commons.io.streams.CountingOutputStream
 
CountryCache - Class in com.phloc.commons.locale.country
This is a global cache for country objects to avoid too many object flowing around.
create() - Method in class com.phloc.commons.aggregate.AggregatorFactoryConst
 
create() - Method in class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
 
create(ELEMENTTYPE[]) - Static method in class com.phloc.commons.collections.iterate.ArrayIterator
 
create(Enumeration<? extends ELEMENTTYPE>, Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.CombinedEnumeration
 
create(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.CombinedIterator
 
create(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
create(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
create(ELEMENTTYPE[]) - Static method in class com.phloc.commons.collections.iterate.IterableIterator
 
create(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.IterableIterator
 
create(Iterator<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.IterableIterator
 
create(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.ReverseListIterator
 
create(T) - Static method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
create(T) - Static method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
create(T) - Static method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
create(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.list.SingleElementList
 
create() - Static method in class com.phloc.commons.collections.NonBlockingStack
 
create(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.NonBlockingStack
 
create(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.NonBlockingStack
 
create(NonBlockingStack<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.NonBlockingStack
 
create(T, U) - Static method in class com.phloc.commons.collections.pair.Pair
 
create(T, U) - Static method in class com.phloc.commons.collections.pair.ReadonlyPair
 
create(T, U, V) - Static method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
create(T, U, V) - Static method in class com.phloc.commons.collections.triple.Triple
 
create(Comparator<U>) - Static method in class com.phloc.commons.compare.ReverseComparator
 
create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterHasIDID
 
create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterIdentity
Get a converter instance that does not conversion at all.
create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterPairFirst
Get a generic data converter that extracts the first element out of a pair.
create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterPairSecond
Get a generic data converter that extracts the second element out of a pair.
create() - Static method in class com.phloc.commons.encode.IdentityDecoder
Factory method for this class
create() - Static method in class com.phloc.commons.encode.IdentityEncoder
Factory method for this class
create() - Method in class com.phloc.commons.factory.FactoryConstantValue
 
create(DATATYPE) - Static method in class com.phloc.commons.factory.FactoryConstantValue
 
create() - Method in class com.phloc.commons.factory.FactoryNewInstance
 
create(Class<DATATYPE>) - Static method in class com.phloc.commons.factory.FactoryNewInstance
 
create(Class<DATATYPE>, boolean) - Static method in class com.phloc.commons.factory.FactoryNewInstance
 
create() - Method in class com.phloc.commons.factory.FactoryNull
 
create() - Method in interface com.phloc.commons.factory.IFactory
Create an object of the desired type.
create(PARAMTYPE) - Method in interface com.phloc.commons.factory.IFactoryWithParameter
Create an object of the desired type.
create(PARAM1TYPE, PARAM2TYPE) - Method in interface com.phloc.commons.factory.IFactoryWithTwoParameters
Create an object of the desired type.
create(DATATYPE) - Method in interface com.phloc.commons.factory.IHierarchicalFactory
Create an object of the desired type.
create(DATATYPE, PARAMTYPE) - Method in interface com.phloc.commons.factory.IHierarchicalFactoryWithParameter
Create an object of the desired type.
create(IFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.FilterChainAND
 
create(Iterable<? extends IFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.FilterChainAND
 
create(IFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.FilterChainOR
 
create(Iterable<? extends IFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.FilterChainOR
 
create(ISerializableFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.SerializableFilterChainAND
 
create(Iterable<? extends ISerializableFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.SerializableFilterChainAND
 
create(ISerializableFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.SerializableFilterChainOR
 
create(Iterable<? extends ISerializableFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.SerializableFilterChainOR
 
create(FileFilter) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
create(FilenameFilter) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
create(String, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses a certain FilenameFilter.
create(File, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses a certain FilenameFilter.
create(String, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses multiple FilenameFilter objects that all need to match.
create(File, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses multiple FilenameFilter objects that all need to match.
create(String, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses a certain FileFilter.
create(File, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses a certain FileFilter.
create(String, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses multiple FileFilter objects that all need to match.
create(File, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
Create a new non-recursive file system iterator that uses multiple FileFilter objects that all need to match.
create(String, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(File, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(String, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(File, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(String, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(File, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(String, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(File, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Create a new iterator that recursively descends into sub-directories starting from the given base directory.
create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
 
create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
 
create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.ConstantValidationEventHandlerFactory
 
create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandlerFactory
 
create(ValidationEventHandler) - Method in interface com.phloc.commons.jaxb.validation.IValidationEventHandlerFactory
Create a validation event handler
create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.LoggingValidationEventHandlerFactory
 
create(Hashtable<String, String>) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
 
create(Map<String, String>) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
 
create(byte[], EMessageDigestAlgorithm) - Static method in class com.phloc.commons.messagedigest.MessageDigestValue
Create a new MessageDigestValue object based on the passed source byte array
create(DATATYPE) - Static method in class com.phloc.commons.mutable.Wrapper
Static factory method with automatic type deduction.
create(DefaultTreeItem<DATATYPE>) - Method in class com.phloc.commons.tree.simple.DefaultTreeItemFactory
 
create(ITEMTYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItemFactory
Create an object of the desired type.
create(String, Class<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
Factory method.
create(String, String, Class<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
Factory method
create(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Method in class com.phloc.commons.tree.withid.DefaultTreeItemWithIDFactory
 
create(ITEMTYPE, KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithIDFactory
Create an object of the desired type.
create(ITEMTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
create(ITypedObject<IDTYPE>) - Static method in class com.phloc.commons.type.TypedObject
 
create(ObjectType, IDTYPE) - Static method in class com.phloc.commons.type.TypedObject
 
create(File) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(URI) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(URL) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(IInputStreamProvider) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(IReadableResource) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(CharSequence) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(String) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(char[]) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(char[], int, int) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(byte[]) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(byte[], int, int) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(ByteBuffer) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(InputStream) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create(Reader) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
 
create() - Method in class com.phloc.commons.xml.serialize.SAXReaderFactory
 
create(File) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
 
create(IWritableResource) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
 
create(OutputStream) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
 
create(Writer) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
 
create(Node) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
 
create(File) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(URI) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(URL) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(IInputStreamProvider) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(IReadableResource) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(CharSequence) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(String) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(char[]) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(char[], int, int) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(byte[]) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(byte[], int, int) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(ByteBuffer) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(InputStream) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(Reader) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create(Node) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
 
create_DE(String) - Static method in class com.phloc.commons.text.impl.TextProvider
 
create_DE_EN(String, String) - Static method in class com.phloc.commons.text.impl.TextProvider
 
create_EN(String) - Static method in class com.phloc.commons.text.impl.TextProvider
 
createAdapter(Runnable) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallable
Create a callable that always returns null.
createAdapter(Runnable, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallable
Create a callable that always returns the passed value.
createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE>) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
Create a callable that always returns null.
createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
Create a callable that always returns the passed value.
createAdapter(IThrowingRunnable) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
Create a callable that always returns null.
createAdapter(IThrowingRunnable, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
Create a callable that always returns the passed value.
createAdapter(IThrowingRunnableWithParameter<PARAMTYPE>) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
Create a callable that always returns null.
createAdapter(IThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
Create a callable that always returns the passed value.
createBeginEnd(ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIterator
 
createBeginEnd(boolean[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
createBeginEnd(byte[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
createBeginEnd(char[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
createBeginEnd(double[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
createBeginEnd(float[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
createBeginEnd(int[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
createBeginEnd(long[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
createBeginEnd(short[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
createBitSet(byte) - Static method in class com.phloc.commons.lang.BitSetHelper
Convert the passed byte value to an bit set of size 8.
createBitSet(short) - Static method in class com.phloc.commons.lang.BitSetHelper
Convert the passed short value to an bit set of size 16.
createBitSet(int) - Static method in class com.phloc.commons.lang.BitSetHelper
Convert the passed int value to an bit set of size 32.
createBitSet(long) - Static method in class com.phloc.commons.lang.BitSetHelper
Convert the passed long value to an bit set of size 64.
createCache() - Method in class com.phloc.commons.cache.AbstractCache
Create a new cache map.
createCache() - Method in class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
 
createCache() - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversionAndMaxSize
 
createChanged(DATATYPE) - Static method in class com.phloc.commons.state.impl.ChangeWithValue
Create a new changed object with the given value.
createChildItem(DATATYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
Add a child item to this item.
createChildItem(DATATYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItem
Add a child item to this item.
createChildItem(KEYTYPE, DATATYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
createChildItem(KEYTYPE, DATATYPE, boolean) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
createChildItem(KEYTYPE, DATATYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Add a direct child item to this item.
createChildItem(KEYTYPE, DATATYPE, boolean) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Add a direct child item to this item.
createCloneOnDemand(ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReaderSettings
Create a clone of the passed settings, depending on the parameter.
createDefaultDocumentBuilderFactory() - Static method in class com.phloc.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.phloc.commons.io.file.FileOperationManager
 
createDir(File) - Static method in class com.phloc.commons.io.file.FileOperations
Create a new directory.
createDir(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Create a new directory.
createDirIfNotExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
createDirIfNotExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
Create a new directory if it does not exist.
createDirIfNotExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Create a new directory if it does not exist.
createDirRecursive(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
createDirRecursive(File) - Static method in class com.phloc.commons.io.file.FileOperations
Create a new directory.
createDirRecursive(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Create a new directory.
createDirRecursiveIfNotExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
createDirRecursiveIfNotExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
Create a new directory if it does not exist.
createDirRecursiveIfNotExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Create a new directory if it does not exist.
createDocumentBuilder() - Static method in class com.phloc.commons.xml.XMLFactory
Create a document builder without a certain schema, using the default DocumentBuilderFactory.
createDocumentBuilder(Schema) - Static method in class com.phloc.commons.xml.XMLFactory
Create a document builder for a certain schema.
createDocumentBuilder(DocumentBuilderFactory) - Static method in class com.phloc.commons.xml.XMLFactory
Create a document builder without a certain schema, using the passed DocumentBuilderFactory.
createDocumentBuilderFactory(Schema) - Static method in class com.phloc.commons.xml.XMLFactory
Create a new DocumentBuilderFactory for the specified schema, with the following settings: coalescing, comment ignoring and namespace aware.
createEmpty() - Static method in class com.phloc.commons.collections.iterate.IterableIterator
 
createFailure(DATATYPE) - Static method in class com.phloc.commons.state.impl.SuccessWithValue
Create a new failure object with the given value.
createFileMonitor(IFileListener) - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Create a new FileMonitor based on the passed file listener.
createForSet(ICombinator<K>) - Static method in class com.phloc.commons.tree.withid.folder.DefaultFolderTree
Create a new DefaultFolderTree using a set as the container.
createFromMap(Map<String, String>) - Static method in class com.phloc.commons.text.impl.MultiLingualText
 
createFromMap(Map<String, String>) - Static method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
createListDocument(Collection<String>) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
 
createLogMessage(EErrorLevel, Serializable, Throwable) - Method in class com.phloc.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.phloc.commons.microdom.reader.XMLMapHandler
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapArrayListBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapTreeSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapVectorBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapArrayListBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapTreeSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapVectorBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapArrayListBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapTreeSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapVectorBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapArrayListBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapLinkedHashSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapTreeSetBased
 
createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapVectorBased
 
createNewXPath() - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath without any special settings using the default XPathFactory.
createNewXPath(XPathFactory) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath without any special settings.
createNewXPath(XPathVariableResolver) - Static method in class com.phloc.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.phloc.commons.xml.xpath.XPathHelper
Create a new XPath with the passed variable resolver.
createNewXPath(XPathFunctionResolver) - Static method in class com.phloc.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.phloc.commons.xml.xpath.XPathHelper
Create a new XPath with the passed function resolver.
createNewXPath(NamespaceContext) - Static method in class com.phloc.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.phloc.commons.xml.xpath.XPathHelper
Create a new XPath with the passed namespace context.
createNewXPath(XPathVariableResolver, NamespaceContext) - Static method in class com.phloc.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.phloc.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.phloc.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.phloc.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(XPathVariableResolver, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(XPathFunctionResolver, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(NamespaceContext, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation using the default XPathFactory.
createNewXPathExpresion(String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluatio using the default XPathFactoryn.
createNewXPathExpresion(XPath, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
Create a new XPath expression for evaluation.
createOfsLen(ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIterator
 
createOfsLen(boolean[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
createOfsLen(byte[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
createOfsLen(char[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
createOfsLen(double[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
createOfsLen(float[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
createOfsLen(int[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
createOfsLen(long[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
createOfsLen(short[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
createReader(String) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
createReader(char[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
createReader(InputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
createReader(InputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
createRoot() - Method in interface com.phloc.commons.factory.IHierarchicalRootFactory
Create the root object.
createRoot() - Method in class com.phloc.commons.tree.simple.DefaultTreeItemFactory
 
createRoot() - Method in interface com.phloc.commons.tree.simple.ITreeItemFactory
Create the root object.
createRoot() - Method in class com.phloc.commons.tree.withid.DefaultTreeItemWithIDFactory
 
createRoot() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
createRoot() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithIDFactory
Create the root object.
createRoot() - Method in class com.phloc.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
 
createSuccess(DATATYPE) - Static method in class com.phloc.commons.state.impl.SuccessWithValue
Create a new success object with the given value.
createTransformerFactory(ErrorListener, URIResolver) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
 
createUnchanged(DATATYPE) - Static method in class com.phloc.commons.state.impl.ChangeWithValue
Create a new unchanged object with the given value.
createUniquePrefix() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
Create a new unique namespace prefix.
createValidationSchema() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
createWithClones(IMicroNode...) - Static method in class com.phloc.commons.microdom.impl.MicroContainer
Create a new IMicroContainer that contains clones of all passed nodes
createWithClones(Iterable<? extends IMicroNode>) - Static method in class com.phloc.commons.microdom.impl.MicroContainer
Create a new IMicroContainer that contains clones of all passed nodes
createWithDefaultProperties(Object) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
Create a standard ObjectName using the default domain and only the "type" property.
createWithDefaultProperties(Object, String) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
Create a standard ObjectName using the default domain and the "type" and "name" properties.
createWriter(OutputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
createWriter(OutputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
createXMLEmitter(Writer, IXMLWriterSettings) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
createXMLReader() - Static method in class com.phloc.commons.xml.serialize.SAXReaderFactory
 
createXMLReader() - Static method in class com.phloc.commons.xml.serialize.XMLReaderFactoryPhloc
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class com.phloc.commons.xml.serialize.XMLReaderFactoryPhloc
Attempt to create an XML reader from a class name.
CryptoPolicy - Class in com.phloc.commons.crypto
Helper class to see if unlimited strength crypto is available.
CSpecialChars - Class in com.phloc.commons.charset
These constants only exist to work around the common file encoding problem with Cp1252/UTF-8.
CURRENT_YEAR - Static variable in class com.phloc.commons.CGlobal
The year when the application was started.
customizeMarshaller(Marshaller) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Customize the passed marshaller before marshalling something.
customizeUnmarshaller(Unmarshaller) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Customize the passed unmarshaller before un something.
CustomLicense - Class in com.phloc.commons.thirdparty
Represents a custom license.
CustomLicense(String, String, Version, String) - Constructor for class com.phloc.commons.thirdparty.CustomLicense
Create a custom license.
CXML - Class in com.phloc.commons.xml
This is just a workaround if Xerces is not in the build path.
CXMLRegEx - Class in com.phloc.commons.xml
XML regular expressions.

D

DateFormatSymbolsFactory - Class in com.phloc.commons.lang
A small helper class, that constructs DateFormatSymbols objects in the best suitable way.
DateTimeTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the date and time specific type converter
DateTimeTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.DateTimeTypeConverterRegistrar
 
DCTCodec - Class in com.phloc.commons.codec
Decoder for Discrete Cosinus Transformation (DCT)
DCTCodec() - Constructor for class com.phloc.commons.codec.DCTCodec
 
DE - Static variable in class com.phloc.commons.text.impl.TextProvider
German locale used
DebugInputStream - Class in com.phloc.commons.io.streams
A wrapper around an InputStream that debugs read and skip actions.
DebugInputStream(InputStream) - Constructor for class com.phloc.commons.io.streams.DebugInputStream
 
debugLogDOMFeatures() - Static method in class com.phloc.commons.xml.XMLDebug
Emit all supported features to the logger.
DebugModeTestRule - Class in com.phloc.commons.mock
A JUnit test rule that sets global debug and trace flag for a test
DebugModeTestRule() - Constructor for class com.phloc.commons.mock.DebugModeTestRule
 
DebugModeTestRule(boolean, boolean) - Constructor for class com.phloc.commons.mock.DebugModeTestRule
 
DebugOutputStream - Class in com.phloc.commons.io.streams
A wrapper around an OutputStream that logs what he is doing.
DebugOutputStream(OutputStream) - Constructor for class com.phloc.commons.io.streams.DebugOutputStream
 
dec() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
dec(BigDecimal) - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
dec() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
dec(BigInteger) - Method in class com.phloc.commons.mutable.MutableBigInteger
 
dec() - Method in class com.phloc.commons.mutable.MutableByte
 
dec(int) - Method in class com.phloc.commons.mutable.MutableByte
 
dec() - Method in class com.phloc.commons.mutable.MutableChar
 
dec(int) - Method in class com.phloc.commons.mutable.MutableChar
 
dec() - Method in class com.phloc.commons.mutable.MutableDouble
 
dec(double) - Method in class com.phloc.commons.mutable.MutableDouble
 
dec() - Method in class com.phloc.commons.mutable.MutableFloat
 
dec(float) - Method in class com.phloc.commons.mutable.MutableFloat
 
dec() - Method in class com.phloc.commons.mutable.MutableInt
 
dec(int) - Method in class com.phloc.commons.mutable.MutableInt
 
dec() - Method in class com.phloc.commons.mutable.MutableLong
 
dec(long) - Method in class com.phloc.commons.mutable.MutableLong
 
dec() - Method in class com.phloc.commons.mutable.MutableShort
 
dec(int) - Method in class com.phloc.commons.mutable.MutableShort
 
DecimalFormatSymbolsFactory - Class in com.phloc.commons.lang
A small helper class, that constructs DecimalFormatSymbols objects in the best suitable way.
DECODE - Static variable in class com.phloc.commons.base64.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class com.phloc.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.phloc.commons.base64.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.phloc.commons.base64.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.phloc.commons.base64.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(byte[]) - Method in class com.phloc.commons.charset.StringDecoder
 
decode(byte[], int, int) - Method in class com.phloc.commons.charset.StringDecoder
 
decode(ByteBuffer) - Method in class com.phloc.commons.charset.StringDecoder
 
decode(String, Charset) - Method in class com.phloc.commons.codec.AbstractCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.ASCII85Codec
 
decode(byte[]) - Method in class com.phloc.commons.codec.ASCIIHexCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.Base64Codec
 
decode(byte[]) - Method in class com.phloc.commons.codec.DCTCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.FlateCodec
 
decode(byte[]) - Method in interface com.phloc.commons.codec.IByteArrayDecoder
Decode a byte array.
decode(String, Charset) - Method in interface com.phloc.commons.codec.ICodec
Decode the passed string.
decode(byte[]) - Method in class com.phloc.commons.codec.LZWCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.QuotedPrintableCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.RFC1522BCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.RFC1522QCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.RunLengthCodec
 
decode(byte[]) - Method in class com.phloc.commons.codec.URLCodec
 
decode(DATATYPE) - Method in interface com.phloc.commons.encode.IDecoder
Decode the passed source object
decode(DATATYPE) - Method in class com.phloc.commons.encode.IdentityDecoder
 
decode(String) - Method in class com.phloc.commons.url.encode.URLParameterDecoder
 
decodeASCII85(byte[]) - Static method in class com.phloc.commons.codec.ASCII85Codec
 
decodeASCIIHex(byte[]) - Static method in class com.phloc.commons.codec.ASCIIHexCodec
 
decodeDCT(byte[]) - Static method in class com.phloc.commons.codec.DCTCodec
 
decodeFileToFile(String, String) - Static method in class com.phloc.commons.base64.Base64
Reads infile and decodes it to outfile.
decodeFlate(byte[]) - Static method in class com.phloc.commons.codec.FlateCodec
 
decodeFromFile(String) - Static method in class com.phloc.commons.base64.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeLZW(byte[]) - Static method in class com.phloc.commons.codec.LZWCodec
 
decodeLZW(InputStream, OutputStream) - Static method in class com.phloc.commons.codec.LZWCodec
 
decodeQuotedPrintable(byte[]) - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
 
DecoderException - Exception in com.phloc.commons.codec
Exception occurred in an decoder
DecoderException(String) - Constructor for exception com.phloc.commons.codec.DecoderException
 
DecoderException(Throwable) - Constructor for exception com.phloc.commons.codec.DecoderException
 
DecoderException(String, Throwable) - Constructor for exception com.phloc.commons.codec.DecoderException
 
decodeRunLength(byte[]) - Static method in class com.phloc.commons.codec.RunLengthCodec
 
decodeText(String) - Method in class com.phloc.commons.codec.AbstractRFC1522Codec
Applies an RFC 1522 compliant decoding scheme to the given string of text.
decodeText(String) - Method in interface com.phloc.commons.codec.IStringCodec
Decode the passed string.
decodeText(String) - Method in class com.phloc.commons.codec.QuotedPrintableCodec
 
decodeText(String, Charset) - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
 
decodeText(String) - Method in class com.phloc.commons.codec.RFC1522BCodec
Decodes a Base64 string into its original form.
decodeText(String) - Method in class com.phloc.commons.codec.RFC1522QCodec
Decodes a quoted-printable string into its original form.
decodeText(String) - Method in class com.phloc.commons.codec.URLCodec
 
decodeText(String, Charset) - Static method in class com.phloc.commons.codec.URLCodec
 
decodeToFile(String, String) - Static method in class com.phloc.commons.base64.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.phloc.commons.base64.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class com.phloc.commons.base64.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeURL(byte[]) - Static method in class com.phloc.commons.codec.URLCodec
 
DEFAULT - Static variable in enum com.phloc.commons.compare.ESortOrder
The default sort order is ESortOrder.ASCENDING
DEFAULT - Static variable in enum com.phloc.commons.io.EAppend
The default is EAppend.TRUNCATE
DEFAULT - Static variable in enum com.phloc.commons.system.ENewLineMode
 
DEFAULT - Static variable in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
The default setting as it was in previous versions of phloc-commons
DEFAULT - Static variable in enum com.phloc.commons.xml.EXMLVersion
The default XML version to be used, if none is specified.
DEFAULT_ALGORITHM - Static variable in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
The default algorithm that should be used.
DEFAULT_APPEND - Static variable in class com.phloc.commons.io.streams.CountingFileOutputStream
By default append is enabled
DEFAULT_BOOLEAN - Static variable in class com.phloc.commons.CDefault
Default boolean value
DEFAULT_BOOLEAN_OBJ - Static variable in class com.phloc.commons.CDefault
Boolean value of CDefault.DEFAULT_BOOLEAN
DEFAULT_BUF_SIZE - Static variable in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
DEFAULT_BYTE - Static variable in class com.phloc.commons.CDefault
Default byte value
DEFAULT_BYTE_OBJ - Static variable in class com.phloc.commons.CDefault
Byte value of CDefault.DEFAULT_BYTE
DEFAULT_CAN_GROW - Static variable in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
DEFAULT_CHAR - Static variable in class com.phloc.commons.CDefault
Default char value
DEFAULT_CHAR_OBJ - Static variable in class com.phloc.commons.CDefault
Character value of CDefault.DEFAULT_CHAR
DEFAULT_CHARSET - Static variable in class com.phloc.commons.charset.CCharset
The default charset to be used in all applications.
DEFAULT_CHARSET_OBJ - Static variable in class com.phloc.commons.charset.CCharset
The default charset object.
DEFAULT_CONNECT_TIMEOUT - Static variable in class com.phloc.commons.io.resource.URLResource
 
DEFAULT_DEBUG_MODE - Static variable in class com.phloc.commons.GlobalDebug
By default debug mode is disabled
DEFAULT_DELAY - Static variable in class com.phloc.commons.io.monitor.FileMonitorManager
 
DEFAULT_DO_LOG - Static variable in exception com.phloc.commons.exceptions.LoggedException
The default setting, whether runtime exceptions are logged, if no parameter is specified.
DEFAULT_DO_LOG - Static variable in exception com.phloc.commons.exceptions.LoggedRuntimeException
The default setting, whether runtime exceptions are logged, if no parameter is specified.
DEFAULT_DOM_COALESCING - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default coalescing
DEFAULT_DOM_EXPAND_ENTITY_REFERENCES - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default entity reference expanding
DEFAULT_DOM_IGNORING_COMMENTS - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default ignoring comments
DEFAULT_DOM_IGNORING_ELEMENT_CONTENT_WHITESPACE - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default not ignoring element content whitespace
DEFAULT_DOM_NAMESPACE_AWARE - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default namespace aware
DEFAULT_DOM_VALIDATING - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default not DTD validating
DEFAULT_DOM_XINCLUDE_AWARE - Static variable in class com.phloc.commons.xml.XMLFactory
DocumentBuilderFactory is by default not XInclude aware
DEFAULT_DOUBLE - Static variable in class com.phloc.commons.CDefault
Default double value
DEFAULT_DOUBLE_OBJ - Static variable in class com.phloc.commons.CDefault
Double value of CDefault.DEFAULT_DOUBLE
DEFAULT_EMIT_NAMESPACES - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
By default namespaces are written.
DEFAULT_ENCAPSULATE_HANDLER - Static variable in class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
By default the old event handler is encapsulated into the created LoggingValidationEventHandler.
DEFAULT_ENCAPSULATE_HANDLER - Static variable in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
By default the old event handler is encapsulated into the created CollectingValidationEventHandler.
DEFAULT_ENCAPSULATE_HANDLER - Static variable in class com.phloc.commons.jaxb.validation.LoggingValidationEventHandlerFactory
By default the old event handler is encapsulated into the created LoggingValidationEventHandler.
DEFAULT_ENCODE_BLANKS - Static variable in class com.phloc.commons.codec.RFC1522QCodec
 
DEFAULT_ESCAPE - Static variable in class com.phloc.commons.microdom.impl.MicroText
By default the text should be XML escaped when emitting to a file etc.
DEFAULT_FLOAT - Static variable in class com.phloc.commons.CDefault
Default float value
DEFAULT_FLOAT_OBJ - Static variable in class com.phloc.commons.CDefault
Float value of CDefault.DEFAULT_FLOAT
DEFAULT_FORMATTED - Static variable in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
DEFAULT_IGNORABLE_WHITESPACE - Static variable in class com.phloc.commons.microdom.impl.MicroText
By default the text is not ignorable whitespaces
DEFAULT_INCEPTION_YEAR - Static variable in class com.phloc.commons.vendor.VendorInfo
Default inception year
DEFAULT_INDENTATION_STRING - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
By default indentation happens with 2 spaces
DEFAULT_INT - Static variable in class com.phloc.commons.CDefault
Default int value
DEFAULT_INT_OBJ - Static variable in class com.phloc.commons.CDefault
Integer value of CDefault.DEFAULT_INT
DEFAULT_JMX_ENABLED - Static variable in class com.phloc.commons.cache.AbstractCache
By default JMS is disabled
DEFAULT_JMX_ENABLED - Static variable in class com.phloc.commons.stats.StatisticsManager
By default JMX is disabled
DEFAULT_LANGUAGE - Static variable in class com.phloc.commons.CGlobal
The default language in case no other language is specified.
DEFAULT_LOCALE - Static variable in class com.phloc.commons.CGlobal
The very hardcoded default locale that cannot be changed.
DEFAULT_LONG - Static variable in class com.phloc.commons.CDefault
Default long value
DEFAULT_LONG_OBJ - Static variable in class com.phloc.commons.CDefault
Long value of CDefault.DEFAULT_LONG
DEFAULT_MAX_FILES - Static variable in class com.phloc.commons.io.monitor.FileMonitorManager
 
DEFAULT_MAX_PERFORM_COUNT - Static variable in class com.phloc.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.phloc.commons.concurrent.collector.AbstractConcurrentCollector
Default maximum queue size
DEFAULT_MIME_TYPE - Static variable in class com.phloc.commons.mime.MimeTypeDeterminator
 
DEFAULT_NAMESPACE_CTX - Static variable in class com.phloc.commons.xml.serialize.XMLWriter
By default no XML namespace map is present
DEFAULT_NAMESPACE_PREFIX_PREFIX - Static variable in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
The prefix to be used for created namespace prefixes :) (e.g. for "ns0" or "ns1")
DEFAULT_NEWLINE_STRING - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
By default the platform newline string is used.
DEFAULT_NULL_VALUES_COME_FIRST - Static variable in class com.phloc.commons.compare.ComparatorComparableNullAware
Default value wether null values come first or last
DEFAULT_NULL_VALUES_COME_FIRST - Static variable in class com.phloc.commons.compare.CompareUtils
By default null values come first
DEFAULT_OPTIONAL - Static variable in class com.phloc.commons.thirdparty.ThirdPartyModule
By default a third-party module is not optional
DEFAULT_PREFIX - Static variable in class com.phloc.commons.idfactory.GlobalIDFactory
The default prefix to use for creating IDs
DEFAULT_PRINT_ZERO_ELEMENTS - Static variable in class com.phloc.commons.version.Version
Default value for printing zero elements in getAsString
DEFAULT_PRODUCTION_MODE - Static variable in class com.phloc.commons.GlobalDebug
By default production mode is disable
DEFAULT_PUT_NAMESPACE_CONTEXT_PREFIXES_IN_ROOT - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
By default namespace context prefixes are not put inside the root element (for backwards compatibility)
DEFAULT_QUOTING - Static variable in class com.phloc.commons.mime.CMimeType
The default quoting algorithm to be used: EMimeQuoting.QUOTED_STRING
DEFAULT_RADIX - Static variable in class com.phloc.commons.string.StringParser
The default radix used to convert string values to numeric values
DEFAULT_READ_TIMEOUT - Static variable in class com.phloc.commons.io.resource.URLResource
 
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY - Static variable in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
DEFAULT_REQUIRES_NEW_XML_PARSER_EXPLICITLY - Static variable in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
DEFAULT_RESERVE_COUNT - Static variable in class com.phloc.commons.idfactory.FileIntIDFactory
The default number of values to reserve with a single IO action
DEFAULT_RESERVE_COUNT - Static variable in class com.phloc.commons.idfactory.FileLongIDFactory
The default number of values to reserve with a single IO action
DEFAULT_SHORT - Static variable in class com.phloc.commons.CDefault
Default short value
DEFAULT_SHORT_OBJ - Static variable in class com.phloc.commons.CDefault
Short value of CDefault.DEFAULT_SHORT
DEFAULT_SPACE_ON_SELF_CLOSED_ELEMENT - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
By default a leading space is inserted before a self closed element (e.g.
DEFAULT_STANDALONE - Static variable in class com.phloc.commons.microdom.impl.MicroDocument
By default a document is not standalone
DEFAULT_START - Static variable in class com.phloc.commons.timing.StopWatch
By default the stop watch is not started automatically
DEFAULT_START_ID - Static variable in class com.phloc.commons.idfactory.MemoryIntIDFactory
The default start ID to use.
DEFAULT_START_ID - Static variable in class com.phloc.commons.idfactory.MemoryLongIDFactory
The default start ID to use.
DEFAULT_THROW_EXCEPTION_ON_NESTED_COMMENTS - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
By default an exception is thrown for nested comments
DEFAULT_TRACE_MODE - Static variable in class com.phloc.commons.GlobalDebug
By default trace mode is disabled
DEFAULT_USE_DOUBLE_QUOTES_FOR_ATTRIBUTES - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
By default double quotes are used to wrap attribute values
DEFAULT_USE_RESOURCE_BUNDLE_CACHE - Static variable in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
By default the resource bundle cache is used
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableBigDecimal
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableBigInteger
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableBoolean
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableByte
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableChar
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableDouble
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableFloat
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableInt
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableLong
The default value if the default constructor is used.
DEFAULT_VALUE - Static variable in class com.phloc.commons.mutable.MutableShort
The default value if the default constructor is used.
DEFAULT_VENDOR_EMAIL - Static variable in class com.phloc.commons.vendor.VendorInfo
Default vendor email
DEFAULT_VENDOR_EMAIL_SUFFIX - Static variable in class com.phloc.commons.vendor.VendorInfo
Vendor email suffix starting from '@'
DEFAULT_VENDOR_LOCATION - Static variable in class com.phloc.commons.vendor.VendorInfo
Where the vendor is located by default
DEFAULT_VENDOR_NAME - Static variable in class com.phloc.commons.vendor.VendorInfo
Default vendor name
DEFAULT_VENDOR_URL - Static variable in class com.phloc.commons.vendor.VendorInfo
Complete vendor web URL
DEFAULT_VENDOR_URL_WITHOUT_PROTOCOL - Static variable in class com.phloc.commons.vendor.VendorInfo
Default vendor URL without http:// prefix
DEFAULT_VERSION_RANGE_STRING - Static variable in class com.phloc.commons.version.VersionRange
Default version range string.
DEFAULT_VERSION_STRING - Static variable in class com.phloc.commons.version.Version
default version if nothing is specified.
DEFAULT_WARN_ON_DELETE_ROOT - Static variable in class com.phloc.commons.io.file.FileOperations
The default value for warning if we're about to delete the root directory.
DEFAULT_XML_CHARSET - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
The default charset is UTF-8
DEFAULT_XML_CHARSET_OBJ - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
The default charset is UTF-8
DEFAULT_XML_SETTINGS - Static variable in class com.phloc.commons.xml.serialize.XMLWriterSettings
The default settings to use
DEFAULT_XML_VERSION - Static variable in class com.phloc.commons.xml.serialize.XMLWriter
The default XML version to be used
DefaultEqualsImplementationRegistrarSPI - Class in com.phloc.commons.equals
This class registers the default equals implementations.
DefaultEqualsImplementationRegistrarSPI() - Constructor for class com.phloc.commons.equals.DefaultEqualsImplementationRegistrarSPI
 
DefaultExecutorServiceFactory - Class in com.phloc.commons.concurrent
Factory for creating ExecutorService objects using the Executors.newFixedThreadPool(int) method.
DefaultExecutorServiceFactory() - Constructor for class com.phloc.commons.concurrent.DefaultExecutorServiceFactory
 
DefaultFileListener - Class in com.phloc.commons.io.monitor
Default empty implementation of IFileListener
DefaultFileListener() - Constructor for class com.phloc.commons.io.monitor.DefaultFileListener
 
DefaultFileOperationCallback - Class in com.phloc.commons.io.file
Default implementation of IFileOperationCallback doing nothing.
DefaultFileOperationCallback() - Constructor for class com.phloc.commons.io.file.DefaultFileOperationCallback
 
DefaultFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>> - Class in com.phloc.commons.tree.withid.folder
Root class for a simple tree.
DefaultFolderTree(ICombinator<KEYTYPE>) - Constructor for class com.phloc.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.phloc.commons.tree.withid.folder.DefaultFolderTree
Constructor
DefaultFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>> - Class in com.phloc.commons.tree.withid.folder
Default implementation of the IFolderTreeItem interface.
DefaultFolderTreeItem(IFolderTreeItemFactory<KEYTYPE, DATATYPE, COLLTYPE, DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>>) - Constructor for class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItem
Constructor for root object
DefaultFolderTreeItem(DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>, KEYTYPE) - Constructor for class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItem
Constructor for normal elements
DefaultFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>> - Class in com.phloc.commons.tree.withid.folder
The default folder tree item factory implementation.
DefaultFolderTreeItemFactory(ICombinator<KEYTYPE>) - Constructor for class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItemFactory
 
DefaultHashCodeImplementationRegistrarSPI - Class in com.phloc.commons.hash
This class registers the default hash code implementations.
DefaultHashCodeImplementationRegistrarSPI() - Constructor for class com.phloc.commons.hash.DefaultHashCodeImplementationRegistrarSPI
 
DefaultHierarchyWalker - Class in com.phloc.commons.hierarchy
The default implementation of the IBaseHierarchyWalker interface.
DefaultHierarchyWalker() - Constructor for class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
DefaultHierarchyWalker(int) - Constructor for class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
DefaultHierarchyWalkerCallback<DATATYPE> - Class in com.phloc.commons.hierarchy
The default implementation of the IHierarchyWalkerCallback interface doing nothing.
DefaultHierarchyWalkerCallback() - Constructor for class com.phloc.commons.hierarchy.DefaultHierarchyWalkerCallback
 
DefaultHierarchyWalkerCallback(int) - Constructor for class com.phloc.commons.hierarchy.DefaultHierarchyWalkerCallback
 
DefaultHierarchyWalkerDynamicCallback<DATATYPE> - Class in com.phloc.commons.hierarchy
The default implementation of the IHierarchyWalkerDynamicCallback interface doing nothing.
DefaultHierarchyWalkerDynamicCallback() - Constructor for class com.phloc.commons.hierarchy.DefaultHierarchyWalkerDynamicCallback
 
DefaultHierarchyWalkerDynamicCallback(int) - Constructor for class com.phloc.commons.hierarchy.DefaultHierarchyWalkerDynamicCallback
 
DefaultResourceProvider - Class in com.phloc.commons.io.resourceprovider
The default resource provider.
DefaultResourceProvider() - Constructor for class com.phloc.commons.io.resourceprovider.DefaultResourceProvider
 
DefaultSchemaCache - Class in com.phloc.commons.xml.schema
Abstract base class for caching abstract Schema objects.
DefaultSchemaCache(String, SchemaFactory, ErrorHandler, LSResourceResolver) - Constructor for class com.phloc.commons.xml.schema.DefaultSchemaCache
 
DefaultStatisticsVisitor - Class in com.phloc.commons.stats.visit
Default implementation of the IStatisticsVisitor interface that does nothing.
DefaultStatisticsVisitor() - Constructor for class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
DefaultTextResolver - Class in com.phloc.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.phloc.commons.xml.transform
Implementation of the URIResolver interface using SimpleLSResourceResolver to resolve resources.
DefaultTransformURIResolver() - Constructor for class com.phloc.commons.xml.transform.DefaultTransformURIResolver
 
DefaultTransformURIResolver(URIResolver) - Constructor for class com.phloc.commons.xml.transform.DefaultTransformURIResolver
 
DefaultTree<DATATYPE> - Class in com.phloc.commons.tree.simple
Default implementation of the ITree interface using DefaultTreeItem tree items
DefaultTree() - Constructor for class com.phloc.commons.tree.simple.DefaultTree
 
DefaultTree(ITreeItemFactory<DATATYPE, DefaultTreeItem<DATATYPE>>) - Constructor for class com.phloc.commons.tree.simple.DefaultTree
 
DefaultTreeItem<DATATYPE> - Class in com.phloc.commons.tree.simple
Default implementation of the ITreeItem interface
DefaultTreeItem(ITreeItemFactory<DATATYPE, DefaultTreeItem<DATATYPE>>) - Constructor for class com.phloc.commons.tree.simple.DefaultTreeItem
Constructor for root object.
DefaultTreeItem(DefaultTreeItem<DATATYPE>) - Constructor for class com.phloc.commons.tree.simple.DefaultTreeItem
Constructor for normal elements.
DefaultTreeItemFactory<DATATYPE> - Class in com.phloc.commons.tree.simple
Implementation of the ITreeItemFactory for DefaultTreeItem implementation
DefaultTreeItemFactory() - Constructor for class com.phloc.commons.tree.simple.DefaultTreeItemFactory
 
DefaultTreeItemWithID<KEYTYPE,DATATYPE> - Class in com.phloc.commons.tree.withid
Special implementation of BasicTreeItemWithID using the item type DefaultTreeItemWithID.
DefaultTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, DefaultTreeItemWithID<KEYTYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.withid.DefaultTreeItemWithID
Constructor for root object
DefaultTreeItemWithID(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Constructor for class com.phloc.commons.tree.withid.DefaultTreeItemWithID
Constructor for normal elements
DefaultTreeItemWithIDFactory<KEYTYPE,DATATYPE> - Class in com.phloc.commons.tree.withid
Special implementation of AbstractTreeItemWithIDFactory using the item type DefaultTreeItemWithID.
DefaultTreeItemWithIDFactory() - Constructor for class com.phloc.commons.tree.withid.DefaultTreeItemWithIDFactory
 
DefaultTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE> - Class in com.phloc.commons.tree.withid.unique
A special tree item factory that maintains a unique ID over all items!
DefaultTreeItemWithUniqueIDFactory() - Constructor for class com.phloc.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
 
DefaultTreeWithGlobalUniqueID<KEYTYPE,DATATYPE> - Class in com.phloc.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.phloc.commons.tree.withid.unique.DefaultTreeWithGlobalUniqueID
 
DefaultTreeWithGlobalUniqueID(ITreeItemWithUniqueIDFactory<KEYTYPE, DATATYPE, DefaultTreeItemWithID<KEYTYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.withid.unique.DefaultTreeWithGlobalUniqueID
 
DefaultTreeWithID<KEYTYPE,DATATYPE> - Class in com.phloc.commons.tree.withid
Root class for a simple tree.
DefaultTreeWithID() - Constructor for class com.phloc.commons.tree.withid.DefaultTreeWithID
 
DefaultTreeWithID(ITreeItemWithIDFactory<KEYTYPE, DATATYPE, DefaultTreeItemWithID<KEYTYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.withid.DefaultTreeWithID
 
DefaultXMLIterationHandler - Class in com.phloc.commons.xml
Empty implementation of IXMLIterationHandler that does nothing.
DefaultXMLIterationHandler() - Constructor for class com.phloc.commons.xml.DefaultXMLIterationHandler
 
DelegatingCodepointIterator - Class in com.phloc.commons.i18n
Base implementation of a CodepointIterator that filters the output of another ICodepointIterator
DelegatingCodepointIterator(AbstractCodepointIterator) - Constructor for class com.phloc.commons.i18n.DelegatingCodepointIterator
 
deleteDir(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
deleteDir(File) - Static method in class com.phloc.commons.io.file.FileOperations
Delete an existing directory.
deleteDir(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Delete an existing directory.
deleteDirIfExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
deleteDirIfExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
Delete an existing directory if it is existing.
deleteDirIfExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Delete an existing directory if it is existing.
deleteDirRecursive(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
deleteDirRecursive(File) - Static method in class com.phloc.commons.io.file.FileOperations
Delete an existing directory including all child objects.
deleteDirRecursive(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Delete an existing directory including all child objects.
deleteDirRecursiveIfExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
deleteDirRecursiveIfExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
Delete an existing directory including all child objects if it is existing.
deleteDirRecursiveIfExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Delete an existing directory including all child objects if it is existing.
deleteFile(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
deleteFile(File) - Static method in class com.phloc.commons.io.file.FileOperations
Delete an existing file.
deleteFile(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Delete an existing file.
deleteFileIfExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
deleteFileIfExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
Delete a file if it is existing.
deleteFileIfExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Delete a file if it is existing.
detachFromParent() - Method in interface com.phloc.commons.microdom.IMicroNode
Detach this node from the parent node so it can be inserted into another node without problems.
detachFromParent() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
determineIfItIsCurrentJVMVendor() - Method in enum com.phloc.commons.system.EJVMVendor
 
DevelopersNote - Annotation Type in com.phloc.commons.annotations
Just a debugging measurement to add comments to all elements.
directGetParams() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
directGetParams() - Method in interface com.phloc.commons.url.IURLData
 
directGetParams() - Method in class com.phloc.commons.url.URLData
 
directGetStringBuilder() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
 
DisplayNameProviderFromHasDisplayName - Class in com.phloc.commons.name
Default implementation of IDisplayNameProvider for IHasDisplayName objects.
DisplayNameProviderFromHasDisplayName() - Constructor for class com.phloc.commons.name.DisplayNameProviderFromHasDisplayName
 
DisplayTextProviderFromHasDisplayText - Class in com.phloc.commons.name
Default implementation of IDisplayTextProvider for IHasDisplayText objects.
DisplayTextProviderFromHasDisplayText() - Constructor for class com.phloc.commons.name.DisplayTextProviderFromHasDisplayText
 
DO_BREAK_LINES - Static variable in class com.phloc.commons.base64.Base64
Do break lines when encoding.
DOM_CERTIFIED - Static variable in class com.phloc.commons.xml.CXML
DOM LS feature
DOM_CHECK_CHAR_NORMALIZATION - Static variable in class com.phloc.commons.xml.CXML
DOM level 3 feature
DOM_DISALLOW_DOCTYPE - Static variable in class com.phloc.commons.xml.CXML
DOM LS feature
DOM_DISCARD_DEFAULT_CONTENT - Static variable in class com.phloc.commons.xml.CXML
DOM level 3 feature
DOM_FORMAT_PRETTY_PRINT - Static variable in class com.phloc.commons.xml.CXML
DOM LS feature
DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS - Static variable in class com.phloc.commons.xml.CXML
DOM LS feature
DOM_NORMALIZE_CHARACTERS - Static variable in class com.phloc.commons.xml.CXML
DOM level 3 feature
DOM_SPLIT_CDATA - Static variable in class com.phloc.commons.xml.CXML
DOM level 3 feature
DOM_UNKNOWNCHARS - Static variable in class com.phloc.commons.xml.CXML
DOM LS feature
DOM_WELLFORMED - Static variable in class com.phloc.commons.xml.CXML
DOM level 3 feature
DOM_XMLDECL - Static variable in class com.phloc.commons.xml.CXML
DOM LS feature
DOMInputStreamProvider - Class in com.phloc.commons.xml.serialize
A special input stream provider that takes an existing Node and converts it to a byte array.
DOMInputStreamProvider(Node) - Constructor for class com.phloc.commons.xml.serialize.DOMInputStreamProvider
Constructor for W3C nodes using the default XML charset.
DOMInputStreamProvider(Node, String) - Constructor for class com.phloc.commons.xml.serialize.DOMInputStreamProvider
Deprecated.
DOMInputStreamProvider(Node, Charset) - Constructor for class com.phloc.commons.xml.serialize.DOMInputStreamProvider
Constructor for W3C nodes.
DOMInputStreamProvider(Node, IXMLWriterSettings) - Constructor for class com.phloc.commons.xml.serialize.DOMInputStreamProvider
Constructor for W3C nodes.
DOMReaderDefaultSettings - Class in com.phloc.commons.xml.serialize
DOM reader default settings
DOMReaderSettings - Class in com.phloc.commons.xml.serialize
DOM reader settings
DOMReaderSettings() - Constructor for class com.phloc.commons.xml.serialize.DOMReaderSettings
Constructor using the default settings from DOMReaderDefaultSettings.
DOMReaderSettings(IDOMReaderSettings) - Constructor for class com.phloc.commons.xml.serialize.DOMReaderSettings
Copy constructor.
DoNothingExceptionHandler - Class in com.phloc.commons.callback
A specific implementation of the IExceptionHandler interface, that swallows all exceptions and does nothing.
DoNothingExceptionHandler() - Constructor for class com.phloc.commons.callback.DoNothingExceptionHandler
 
DoNothingLSResourceResolver - Class in com.phloc.commons.xml.ls
A LSResourceResolver implementation that does nothing.
DoNothingLSResourceResolver() - Constructor for class com.phloc.commons.xml.ls.DoNothingLSResourceResolver
 
DoNothingSAXErrorHandler - Class in com.phloc.commons.xml.sax
java.xml error handler that ignores all errors.
DoNothingSAXErrorHandler() - Constructor for class com.phloc.commons.xml.sax.DoNothingSAXErrorHandler
 
DoNothingTransformErrorListener - Class in com.phloc.commons.xml.transform
ErrorListener that does nothing.
DoNothingTransformErrorListener() - Constructor for class com.phloc.commons.xml.transform.DoNothingTransformErrorListener
 
DoNothingTransformErrorListener(ErrorListener) - Constructor for class com.phloc.commons.xml.transform.DoNothingTransformErrorListener
 
DoNothingTransformURIResolver - Class in com.phloc.commons.xml.transform
URIResolver that does nothing.
DoNothingTransformURIResolver() - Constructor for class com.phloc.commons.xml.transform.DoNothingTransformURIResolver
 
DoNothingValidationEventHandler - Class in com.phloc.commons.jaxb.validation
An implementation of the JAXB ValidationEventHandler interface that does nothing an swallows all errors.
DoNothingValidationEventHandler() - Constructor for class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandler
 
DoNothingValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
DoNothingValidationEventHandlerFactory() - Constructor for class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandlerFactory
 
DONT_GUNZIP - Static variable in class com.phloc.commons.base64.Base64
Specify that gzipped data should not be automatically gunzipped.
doStandardResourceResolving(String, String) - Static method in class com.phloc.commons.xml.ls.SimpleLSResourceResolver
Do the standard resource resolving of sSystemId relative to sBaseURI
doubleValue() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableByte
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableChar
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableDouble
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableFloat
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableInt
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableLong
 
doubleValue() - Method in class com.phloc.commons.mutable.MutableShort
 

E

EAppend - Enum in com.phloc.commons.io
Small enum for determining the append or truncate state of output streams.
EBaseType - Enum in com.phloc.commons.type
Contains generic type definitions independent from the underlying language.
EChange - Enum in com.phloc.commons.state
Small enum for setter method to identify whether a value has changed or not.
EChangeLogAction - Enum in com.phloc.commons.changelog
Represents the possible actions in a change log.
EChangeLogCategory - Enum in com.phloc.commons.changelog
Represents the category of a single change log entry.
ECodepointProfile - Enum in com.phloc.commons.i18n
 
EContinue - Enum in com.phloc.commons.state
Small enum for manager actions to indicate continue or break states.
ECountry - Enum in com.phloc.commons.locale.country
Country enum.
ECountryName - Enum in com.phloc.commons.locale.country
Country enum name.
ECountrySubName - Enum in com.phloc.commons.locale.country
Country sub-element name enum.
EEnabled - Enum in com.phloc.commons.state
Small enum for setter method to identify whether an object is enabled or not.
EErrorLevel - Enum in com.phloc.commons.error
Represents a generic error level.
EFileIOErrorCode - Enum in com.phloc.commons.io.file
Represents a set of predefined error codes that can occur in file operations.
EFileIOOperation - Enum in com.phloc.commons.io.file
An enumeration that encapsulates all available file IO operation types.
EFinish - Enum in com.phloc.commons.state
Small enum for manager actions to indicate finished or unfinished states.
EHierarchyCallbackReturn - Enum in com.phloc.commons.hierarchy
Return value for hierarchy iteration.
EInterrupt - Enum in com.phloc.commons.state
Small enum for setter method to identify whether a value has changed or not.
EJavaVersion - Enum in com.phloc.commons.system
Enum for representing the current Java JDK version.
EJVMVendor - Enum in com.phloc.commons.system
Determine the current JVM (Java Virtual Machine) vendor.
ELeftRight - Enum in com.phloc.commons.state
Small enum for left and right
ELEMENT_CACHE - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_COUNTER - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_DATA - Static variable in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
ELEMENT_ITEM - Static variable in class com.phloc.commons.microdom.reader.XMLListHandler
Element name of a single item
ELEMENT_ITEM - Static variable in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
ELEMENT_KEY - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDCOUNTER - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDSIZE - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_KEYEDTIMER - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_LIST - Static variable in class com.phloc.commons.microdom.reader.XMLListHandler
Name of the root element
ELEMENT_MAP - Static variable in class com.phloc.commons.microdom.reader.XMLMapHandler
Element name for a single mapping
ELEMENT_MAPPING - Static variable in class com.phloc.commons.microdom.reader.XMLMapHandler
Root element name
ELEMENT_ROOT - Static variable in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
ELEMENT_SIZE - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_STATISTICS - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELEMENT_TIMER - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
Element name for XML export
ELicense - Enum in com.phloc.commons.thirdparty
Represents a bunch of Open Source licenses regularly used.
ELocaleName - Enum in com.phloc.commons.locale
 
EMAIL_ADDRESS_PATTERN - Static variable in class com.phloc.commons.email.EmailAddressUtils
This is the email RegEx :)
EmailAddress - Class in com.phloc.commons.email
This class handles a single email address.
EmailAddress(IEmailAddress) - Constructor for class com.phloc.commons.email.EmailAddress
 
EmailAddress(String) - Constructor for class com.phloc.commons.email.EmailAddress
 
EmailAddress(String, String) - Constructor for class com.phloc.commons.email.EmailAddress
 
EmailAddressUtils - Class in com.phloc.commons.email
Perform simple email address validation based on a regular expression.
EMandatory - Enum in com.phloc.commons.state
Small enum for setter method to identify whether a value is mandatory or not.
EMessageDigestAlgorithm - Enum in com.phloc.commons.messagedigest
A selection of common hash algorithms.
EMicroEvent - Enum in com.phloc.commons.microdom
All available micro DOM events.
EMicroNodeType - Enum in com.phloc.commons.microdom
Denotes the type of IMicroNode objects.
EMimeContentType - Enum in com.phloc.commons.mime
Determines the most well known MIME content types.
EMimeQuoting - Enum in com.phloc.commons.mime
Defines the possible MIME type parameter value quotings
emitNode(IXMLIterationHandler, IMicroNode, IMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.serialize.MicroSerializer
 
emitNode(IXMLIterationHandler, NODETYPE, NODETYPE, NODETYPE) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
emitNode(IXMLIterationHandler, Node, Node, Node) - Method in class com.phloc.commons.xml.serialize.XMLSerializerPhloc
 
EMPTY_BOOLEAN_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty boolean array
EMPTY_BOOLEAN_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty boolean array
EMPTY_BYTE_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty byte array
EMPTY_BYTE_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty byte array
EMPTY_CHAR_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty char array
EMPTY_CHAR_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty char array
EMPTY_DOUBLE_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty double array
EMPTY_DOUBLE_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty double array
EMPTY_FLOAT_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty float array
EMPTY_FLOAT_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty float array
EMPTY_INT_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty int array
EMPTY_INT_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty int array
EMPTY_LONG_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty long array
EMPTY_LONG_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty long array
EMPTY_MULTILINGUAL_TEXT - Static variable in class com.phloc.commons.text.impl.MultiLingualText
Default empty multilingual text - don't modify this object!!!
EMPTY_OBJECT_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty Object array
EMPTY_SHORT_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty short array
EMPTY_SHORT_OBJ_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty short array
EMPTY_STRING_ARRAY - Static variable in class com.phloc.commons.collections.ArrayHelper
Constant empty String array
EMPTY_URL - Static variable in class com.phloc.commons.url.ReadonlySimpleURL
Empty URL
EMPTY_URL_DATA - Static variable in class com.phloc.commons.url.URLData
The string representing an empty URL.
EMPTY_URL_STRING - Static variable in interface com.phloc.commons.url.ISimpleURL
The string representing an empty URL.
EmptyEntityResolver - Class in com.phloc.commons.xml.sax
Special EntityResolver implementation that always delivers an empty document.
EmptyEntityResolver() - Constructor for class com.phloc.commons.xml.sax.EmptyEntityResolver
 
EmptyEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Represents a fixed Enumeration implementation that contains no elements.
EmptyIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Implementation of an empty enumerator.
EmptyListIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Utility implementation of the ListIterator for an empty list :)
EmptySortedSet - Class in com.phloc.commons.collections
Default implementation of an empty sorted set.
EN - Static variable in class com.phloc.commons.text.impl.TextProvider
English locale used
ENABLE_GLOBAL_DEBUG - Static variable in class com.phloc.commons.mock.DebugModeTestRule
When this rule is used, global debug is enabled.
ENABLE_GLOBAL_TRACE - Static variable in class com.phloc.commons.mock.DebugModeTestRule
When this rule is used, global trace is disabled.
enableDebugConsistencyChecks(boolean) - Static method in class com.phloc.commons.regex.RegExPattern
 
ENCODE - Static variable in class com.phloc.commons.base64.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class com.phloc.commons.base64.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class com.phloc.commons.base64.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encode(String, ByteBuffer) - Method in class com.phloc.commons.charset.StringEncoder
Encodes string into destination.
encode(String, Charset) - Method in class com.phloc.commons.codec.AbstractCodec
 
encode(byte[]) - Method in class com.phloc.commons.codec.Base64Codec
 
encode(byte[]) - Method in class com.phloc.commons.codec.FlateCodec
 
encode(byte[]) - Method in interface com.phloc.commons.codec.IByteArrayEncoder
Encode a byte array.
encode(String, Charset) - Method in interface com.phloc.commons.codec.ICodec
Encode the passed string.
encode(byte[]) - Method in class com.phloc.commons.codec.LZWCodec
 
encode(byte[]) - Method in class com.phloc.commons.codec.QuotedPrintableCodec
 
encode(byte[]) - Method in class com.phloc.commons.codec.RFC1522BCodec
 
encode(byte[]) - Method in class com.phloc.commons.codec.RFC1522QCodec
 
encode(byte[]) - Method in class com.phloc.commons.codec.URLCodec
 
encode(DATATYPE) - Method in class com.phloc.commons.encode.IdentityEncoder
 
encode(DATATYPE) - Method in interface com.phloc.commons.encode.IEncoder
Encode the passed source object
encode(String) - Method in class com.phloc.commons.url.encode.URLParameterEncoder
 
encodeBytes(byte[]) - Static method in class com.phloc.commons.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.phloc.commons.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.phloc.commons.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.phloc.commons.base64.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class com.phloc.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.phloc.commons.base64.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class com.phloc.commons.base64.Base64
Reads infile and encodes it to outfile.
encodeFlate(byte[]) - Static method in class com.phloc.commons.codec.FlateCodec
 
encodeFromFile(String) - Static method in class com.phloc.commons.base64.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeLZW(byte[]) - Static method in class com.phloc.commons.codec.LZWCodec
 
encodeLZW(byte[], OutputStream) - Static method in class com.phloc.commons.codec.LZWCodec
LZW-encode the passed byte array to the passed output stream
encodeObject(Serializable) - Static method in class com.phloc.commons.base64.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.phloc.commons.base64.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeQuotedPrintable(int, NonBlockingByteArrayOutputStream) - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
Encodes byte into its quoted-printable representation.
encodeQuotedPrintable(BitSet, byte[]) - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
 
EncoderException - Exception in com.phloc.commons.codec
Exception occurred in an encoder
EncoderException(String) - Constructor for exception com.phloc.commons.codec.EncoderException
 
EncoderException(Throwable) - Constructor for exception com.phloc.commons.codec.EncoderException
 
EncoderException(String, Throwable) - Constructor for exception com.phloc.commons.codec.EncoderException
 
encodeText(String, Charset) - Method in class com.phloc.commons.codec.AbstractRFC1522Codec
Applies an RFC 1522 compliant encoding scheme to the given string of text with the given charset.
encodeText(String) - Method in interface com.phloc.commons.codec.IStringCodec
Encode the passed string.
encodeText(String) - Method in class com.phloc.commons.codec.QuotedPrintableCodec
 
encodeText(BitSet, String) - Method in class com.phloc.commons.codec.QuotedPrintableCodec
 
encodeText(String, Charset) - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
Encode the passed text using the default BitSet.
encodeText(BitSet, String, Charset) - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
Encode the passed text using a custom BitSet
encodeText(String) - Method in class com.phloc.commons.codec.RFC1522BCodec
Encodes a string into its Base64 form using the default charset.
encodeText(String) - Method in class com.phloc.commons.codec.RFC1522QCodec
Encodes a string into its quoted-printable form using the default charset.
encodeText(String) - Method in class com.phloc.commons.codec.URLCodec
 
encodeText(BitSet, String) - Method in class com.phloc.commons.codec.URLCodec
 
encodeText(String, Charset) - Static method in class com.phloc.commons.codec.URLCodec
Encode the passed text using the default BitSet.
encodeText(BitSet, String, Charset) - Static method in class com.phloc.commons.codec.URLCodec
Encode the passed text using a custom BitSet
encodeToFile(byte[], String) - Static method in class com.phloc.commons.base64.Base64
Convenience method for encoding data to a file.
encodeURL(int, NonBlockingByteArrayOutputStream) - Static method in class com.phloc.commons.codec.URLCodec
Encodes byte into its URL representation.
encodeURL(BitSet, byte[]) - Static method in class com.phloc.commons.codec.URLCodec
 
end() - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
end() - Method in interface com.phloc.commons.hierarchy.IBaseHierarchyWalker
Called after the tree walking ended.
endsWith(CharSequence, char) - Static method in class com.phloc.commons.string.StringHelper
 
endsWith(CharSequence, CharSequence) - Static method in class com.phloc.commons.string.StringHelper
 
endsWithAny(CharSequence, char[]) - Static method in class com.phloc.commons.string.StringHelper
 
endsWithIgnoreCase(CharSequence, char) - Static method in class com.phloc.commons.string.StringHelper
 
endsWithIgnoreCase(String, String) - Static method in class com.phloc.commons.string.StringHelper
 
endsWithPathSeparatorChar(CharSequence) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed character sequence ends with a path separation character.
ENewLineMode - Enum in com.phloc.commons.system
Determines the different newline modes for th different operating systems.
ensureParentDirectoryIsPresent(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
ensurePathEndingWithoutSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Ensure that the passed path does NOT end with a directory separator character.
ensurePathEndingWithSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Ensure that the passed path ends with a directory separator character.
ensurePathStartingWithSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Ensure that the passed path starts with a directory separator character.
entrySet() - Method in class com.phloc.commons.collections.SingleElementMap
 
EnumerationFromIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
This is a helper class to create an Enumeration from an existing Iterator
EnumerationFromIterator(Iterable<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
EnumerationFromIterator(Iterator<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
EnumHelper - Class in com.phloc.commons.lang
Some enum utility methods.
EnumTextResolverWithPropertiesOverrideAndFallback - Class in com.phloc.commons.text.resolve
Text resolving class that performs the fallback handling for locales other than German and English.
EnumTextResolverWithPropertiesOverrideAndFallback() - Constructor for class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
EOperatingSystem - Enum in com.phloc.commons.system
This enumeration is used to determine the currently running Operating system.
EProcessorArchitecture - Enum in com.phloc.commons.system
Enum for representing the current processor architecture.
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorAlwaysNull
 
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorConstant
 
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorFactoryConst
 
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
 
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorUseAll
 
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorUseFirst
 
equals(Object) - Method in class com.phloc.commons.aggregate.AggregatorUseLast
 
equals(Object) - Method in class com.phloc.commons.cache.LoggingLRUCache
 
equals(Object) - Method in class com.phloc.commons.changelog.AbstractChangeLogEntry
 
equals(Object) - Method in class com.phloc.commons.changelog.ChangeLog
 
equals(Object) - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
equals(Object) - Method in class com.phloc.commons.changelog.ChangeLogRelease
 
equals(Object) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
equals(Object) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
equals(Object) - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
equals(Object) - Method in class com.phloc.commons.collections.flags.FlagContainer
 
equals(Object) - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
equals(Object) - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayEnumeration
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIterator
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.EmptyEnumeration
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.EmptyIterator
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
equals(Object) - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
equals(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
equals(Object) - Method in class com.phloc.commons.collections.list.SafeArrayList
 
equals(Object) - Method in class com.phloc.commons.collections.list.SafeVector
 
equals(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
 
equals(Object) - Method in class com.phloc.commons.collections.LRUCache
 
equals(Object) - Method in class com.phloc.commons.collections.LRUSet
 
equals(Object) - Method in class com.phloc.commons.collections.NonBlockingStack
 
equals(Object) - Method in class com.phloc.commons.collections.pair.Pair
 
equals(Object) - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
 
equals(Object) - Method in class com.phloc.commons.collections.pair.ReadonlyPair
 
equals(Object) - Method in class com.phloc.commons.collections.SingleElementMap
 
equals(Object) - Method in class com.phloc.commons.collections.SingleMapEntry
 
equals(Object) - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
equals(Object) - Method in class com.phloc.commons.collections.triple.Triple
 
equals(Object) - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
 
equals(Object) - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
 
equals(Object) - Method in class com.phloc.commons.email.EmailAddress
 
equals(Object, Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
Check if the content of the passed containers is equal.
equals(boolean, boolean) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(byte, byte) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(char, char) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(double, double) - Static method in class com.phloc.commons.equals.EqualsUtils
Check if two double values are equal.
equals(float, float) - Static method in class com.phloc.commons.equals.EqualsUtils
Check if two float values are equal.
equals(int, int) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(long, long) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(short, short) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(Object, Object) - Static method in class com.phloc.commons.equals.EqualsUtils
 
equals(Object) - Method in class com.phloc.commons.error.ResourceError
 
equals(Object) - Method in class com.phloc.commons.error.ResourceErrorGroup
 
equals(Object) - Method in class com.phloc.commons.error.ResourceLocation
 
equals(Object) - Method in class com.phloc.commons.factory.FactoryConstantValue
 
equals(Object) - Method in class com.phloc.commons.factory.FactoryNewInstance
 
equals(Object) - Method in class com.phloc.commons.factory.FactoryNull
 
equals(Object) - Method in class com.phloc.commons.filter.AbstractFilter
 
equals(Object) - Method in class com.phloc.commons.filter.AbstractSerializableFilter
 
equals(Object) - Method in class com.phloc.commons.filter.FilterChainAND
 
equals(Object) - Method in class com.phloc.commons.filter.FilterChainOR
 
equals(Object) - Method in class com.phloc.commons.filter.FilterFalse
 
equals(Object) - Method in class com.phloc.commons.filter.FilterInverted
 
equals(Object) - Method in class com.phloc.commons.filter.FilterNotNull
 
equals(Object) - Method in class com.phloc.commons.filter.FilterNull
 
equals(Object) - Method in class com.phloc.commons.filter.FilterTrue
 
equals(Object) - Method in class com.phloc.commons.filter.SerializableFilterChainAND
 
equals(Object) - Method in class com.phloc.commons.filter.SerializableFilterChainOR
 
equals(Object) - Method in class com.phloc.commons.filter.SerializableFilterInverted
 
equals(Object) - Method in class com.phloc.commons.format.FormattedObject
 
equals(Object) - Method in class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
 
equals(Object) - Method in class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
 
equals(Object) - Method in class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
 
equals(Object) - Method in class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
 
equals(Object) - Method in class com.phloc.commons.gfx.ScalableSize
 
equals(Object) - Method in class com.phloc.commons.hash.HashCodeGenerator
Deprecated.
equals(Object) - Method in class com.phloc.commons.i18n.Codepoint
 
equals(Object) - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.FileIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.FileLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.MemoryIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.MemoryLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
equals(Object) - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
equals(Object) - Method in class com.phloc.commons.io.file.FileIOError
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
 
equals(Object) - Method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
 
equals(Object) - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
equals(Object) - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
equals(Object) - Method in class com.phloc.commons.io.resource.ClassPathResource
 
equals(Object) - Method in class com.phloc.commons.io.resource.FileSystemResource
 
equals(Object) - Method in class com.phloc.commons.io.resource.URLResource
 
equals(Object) - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
equals(Object) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
equals(Object) - Method in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
equals(Object) - Method in class com.phloc.commons.io.resourceprovider.URLResourceProvider
 
equals(Object) - Method in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
equals(Object) - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
equals(Object) - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
 
equals(Object) - Method in class com.phloc.commons.io.streamprovider.StringWriterProvider
 
equals(Object) - Method in class com.phloc.commons.lang.TimeValue
 
equals(Object) - Method in class com.phloc.commons.messagedigest.MessageDigestValue
 
equals(Object) - Method in class com.phloc.commons.mime.MimeType
 
equals(Object) - Method in class com.phloc.commons.mime.MimeTypeContent
 
equals(Object) - Method in class com.phloc.commons.mime.MimeTypeParameter
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableBigInteger
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableBoolean
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableByte
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableChar
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableDouble
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableFloat
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableInt
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableLong
 
equals(Object) - Method in class com.phloc.commons.mutable.MutableShort
 
equals(Object) - Method in class com.phloc.commons.mutable.Wrapper
 
equals(Object) - Method in class com.phloc.commons.regex.RegExPattern
 
equals(Object) - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
equals(Object) - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
equals(Object) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
equals(Object) - Method in class com.phloc.commons.text.impl.MultiLingualText
 
equals(Object) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
equals(Object) - Method in class com.phloc.commons.text.impl.TextProvider
 
equals(Object) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
equals(Object) - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
equals(Object) - Method in class com.phloc.commons.thirdparty.CustomLicense
 
equals(Object) - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
equals(Object) - Method in class com.phloc.commons.tree.simple.BasicTree
 
equals(Object) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
equals(Object) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
equals(Object) - Method in class com.phloc.commons.tree.withid.BasicTreeWithID
 
equals(Object) - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
equals(Object) - Method in class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
 
equals(Object) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
equals(Object) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
equals(Object) - Method in class com.phloc.commons.type.ObjectType
 
equals(Object) - Method in class com.phloc.commons.type.TypedObject
 
equals(Object) - Method in class com.phloc.commons.url.AbstractSimpleURL
 
equals(Object) - Method in class com.phloc.commons.url.URLData
 
equals(Object) - Method in class com.phloc.commons.url.URLProtocol
 
EQUALS - Static variable in class com.phloc.commons.url.URLUtils
Separator between param name and param value: =
equals(Object) - Method in class com.phloc.commons.version.Version
 
equals(Object) - Method in class com.phloc.commons.version.VersionRange
 
equals(Object) - Method in class com.phloc.commons.xml.FilterElementWithNamespace
 
equals(Object) - Method in class com.phloc.commons.xml.FilterElementWithNamespaceAndLocalName
 
equals(Object) - Method in class com.phloc.commons.xml.FilterElementWithoutNamespace
 
equals(Object) - Method in class com.phloc.commons.xml.FilterElementWithTagName
 
equals(Object) - Method in class com.phloc.commons.xml.FilterNodeIsElement
 
equals(Object) - Method in class com.phloc.commons.xml.ls.LSResourceData
 
equals(Object) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
equals(Object) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
EQUALS_STR - Static variable in class com.phloc.commons.url.URLUtils
 
equalsAsList(Object, Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
This is a sanity method that first calls ContainerEqualsUtils.getAsList(Object) on both objects an than calls ContainerEqualsUtils.equals(Object, Object) on the collections.
EqualsImplementationRegistry - Class in com.phloc.commons.equals
The default implementation of IEqualsImplementationRegistry.
EqualsUtils - Class in com.phloc.commons.equals
A small helper class that provides helper methods for easy equals method generation
ER_END - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
ER_START - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
ERandomAccessFileMode - Enum in com.phloc.commons.io.file
Represents a set of predefined open modes for RandomAccessFile objects.
error(Serializable) - Method in class com.phloc.commons.log.InMemoryLogger
 
error(Serializable, Throwable) - Method in class com.phloc.commons.log.InMemoryLogger
 
error(SAXParseException) - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
 
error(TransformerException) - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
ESortOrder - Enum in com.phloc.commons.compare
Defines possible sort orders.
ESuccess - Enum in com.phloc.commons.state
Small enum for manager actions to indicate success or failure.
ETopBottom - Enum in com.phloc.commons.state
Small enum for top and bottom
ETriState - Enum in com.phloc.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.phloc.commons.charset
Defines the most common Byte Order Markers for Unicode encoded text files.
EURLProtocol - Enum in com.phloc.commons.url
Specifies a list of known protocols.
EURO - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character €
EURO_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character €
EValidity - Enum in com.phloc.commons.state
Small enum for checks to indicate valid or invalid.
evalXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document, QName) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPath(XPath, String, Document, QName) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToBoolean(XPath, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNode(XPath, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNodeList(XPath, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToNumber(XPath, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToString(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToString(String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
evalXPathToString(XPath, String, Document) - Static method in class com.phloc.commons.xml.xpath.XPathExpressionHelper
 
EVENT_DOMNODE_INSERTED - Static variable in class com.phloc.commons.xml.CXML
DOM event
exists() - Method in interface com.phloc.commons.io.IResourceBase
 
exists() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
exists() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
exists() - Method in class com.phloc.commons.io.resource.URLResource
 
existsDir(File) - Static method in class com.phloc.commons.io.file.FileUtils
Check if the passed directory exists.
existsFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
Check if the passed file exists.
existsNoCacheUsage() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
EXMLCharMode - Enum in com.phloc.commons.xml
Defines the different characters modes that are relevant to determine invalid characters as well characters to be masked.
EXMLDOMFeature - Enum in com.phloc.commons.xml.dom
Represents different DOM features.
EXMLDOMFeatureVersion - Enum in com.phloc.commons.xml.dom
Represents different DOM versions for XML feature tests.
EXMLDOMNodeType - Enum in com.phloc.commons.xml.dom
Represents the different DOM node types.
EXMLIncorrectCharacterHandling - Enum in com.phloc.commons.xml
Define what to do, when an invalid character is to be serialized to XML.
EXMLParserFeature - Enum in com.phloc.commons.xml
Contains constants for parser features.
EXMLParserFeatureType - Enum in com.phloc.commons.xml
Contains the types of XML parser features.
EXMLParserProperty - Enum in com.phloc.commons.xml
Contains constants for parser properties.
EXMLParserPropertyType - Enum in com.phloc.commons.xml
Contains the types of XML parser properties.
EXMLSerializeComments - Enum in com.phloc.commons.xml.serialize
Determines whether comments should be serialized or not.
EXMLSerializeDocType - Enum in com.phloc.commons.xml.serialize
Used for creating string representation of XML.
EXMLSerializeFormat - Enum in com.phloc.commons.xml.serialize
Determines the output format for XML serialization.
EXMLSerializeIndent - Enum in com.phloc.commons.xml.serialize
Determines the indentation and alignment mode of XML serialization.
EXMLSerializeVersion - Enum in com.phloc.commons.xml.serialize
XML serialization version.
EXMLTransformTexts - Enum in com.phloc.commons.xml.transform
 
EXMLVersion - Enum in com.phloc.commons.xml
XML version determinator.
exposeMBean(Object, ObjectName) - Static method in class com.phloc.commons.jmx.JMXUtils
 
exposeMBeanWithAutoName(Object) - Static method in class com.phloc.commons.jmx.JMXUtils
 
exposeMBeanWithAutoName(Object, String) - Static method in class com.phloc.commons.jmx.JMXUtils
 
ExtendedDefaultThreadFactory - Class in com.phloc.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.phloc.commons.concurrent.ExtendedDefaultThreadFactory
 
ExtendedDefaultThreadFactory(String) - Constructor for class com.phloc.commons.concurrent.ExtendedDefaultThreadFactory
 
EXTENSION_SEPARATOR - Static variable in class com.phloc.commons.io.file.FilenameHelper
The file extension separation character.

F

FactorialHelper - Class in com.phloc.commons.math
Smart class for calculating factorials.
FactoryConstantValue<DATATYPE> - Class in com.phloc.commons.factory
Implementation of IFactory that returns a constant value
FactoryConstantValue(DATATYPE) - Constructor for class com.phloc.commons.factory.FactoryConstantValue
 
FactoryNewInstance<DATATYPE> - Class in com.phloc.commons.factory
Implementation of IFactory that always creates a new instance via reflection
FactoryNewInstance(Class<? extends DATATYPE>, boolean) - Constructor for class com.phloc.commons.factory.FactoryNewInstance
 
FactoryNull<DATATYPE> - Class in com.phloc.commons.factory
An instance of IFactory that always returns null.
fatalError(SAXParseException) - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
 
fatalError(TransformerException) - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
FileChangeEvent - Class in com.phloc.commons.io.monitor
An event fired when a file is changed.
FileChangeEvent(File) - Constructor for class com.phloc.commons.io.monitor.FileChangeEvent
 
FileFilterAlwaysFalse - Class in com.phloc.commons.io.file.filter
A file filter that declines all elements.
FileFilterAlwaysTrue - Class in com.phloc.commons.io.file.filter
A file filter that accepts all elements.
FileFilterDirectoryFromFilenameFilter - Class in com.phloc.commons.io.file.filter
A special directory file filter that uses and external filename filter to determine the validity.
FileFilterDirectoryFromFilenameFilter(FilenameFilter) - Constructor for class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
 
FileFilterDirectoryOnly - Class in com.phloc.commons.io.file.filter
A file filter that accepts only directories.
FileFilterDirectoryPublic - Class in com.phloc.commons.io.file.filter
A file filter that matches if the passed file is a directory and is public, meaning it does not start with "."
FileFilterFileFromFilenameFilter - Class in com.phloc.commons.io.file.filter
A special file filter that uses and external filename filter to determine the validity.
FileFilterFileFromFilenameFilter(FilenameFilter) - Constructor for class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
 
FileFilterFileOnly - Class in com.phloc.commons.io.file.filter
A file filter that accepts only files.
FileFilterFromFilenameFilter - Class in com.phloc.commons.io.file.filter
A special file filter that uses and external filename filter to determine the validity.
FileFilterFromFilenameFilter(FilenameFilter) - Constructor for class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
 
FileFilterParentDirectoryPublic - Class in com.phloc.commons.io.file.filter
A file filter that matches if the direct parent directory is public, meaning it does not start with "."
FileFilterToIFilterAdapter - Class in com.phloc.commons.io.file.filter
Converts FileFilter and FilenameFilter objects to an IFilter object.
FileFilterToIFilterAdapter(FilenameFilter) - Constructor for class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
FileFilterToIFilterAdapter(FileFilter) - Constructor for class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
FileIntIDFactory - Class in com.phloc.commons.idfactory
File based persisting IIntIDFactory implementation.
FileIntIDFactory(File) - Constructor for class com.phloc.commons.idfactory.FileIntIDFactory
 
FileIntIDFactory(File, int) - Constructor for class com.phloc.commons.idfactory.FileIntIDFactory
 
FileIOError - Class in com.phloc.commons.io.file
Represents an error with an additional error object.
FileIOError(EFileIOOperation, EFileIOErrorCode) - Constructor for class com.phloc.commons.io.file.FileIOError
 
FileIOError(EFileIOOperation, EFileIOErrorCode, File) - Constructor for class com.phloc.commons.io.file.FileIOError
 
FileIOError(EFileIOOperation, EFileIOErrorCode, File, File) - Constructor for class com.phloc.commons.io.file.FileIOError
 
FileIOError(EFileIOOperation, EFileIOErrorCode, Exception) - Constructor for class com.phloc.commons.io.file.FileIOError
 
FileLongIDFactory - Class in com.phloc.commons.idfactory
File based persisting ILongIDFactory implementation.
FileLongIDFactory(File) - Constructor for class com.phloc.commons.idfactory.FileLongIDFactory
 
FileLongIDFactory(File, int) - Constructor for class com.phloc.commons.idfactory.FileLongIDFactory
 
FileMonitor - Class in com.phloc.commons.io.monitor
A polling file monitor implementation.
FileMonitor(IFileListener) - Constructor for class com.phloc.commons.io.monitor.FileMonitor
 
FileMonitorManager - Class in com.phloc.commons.io.monitor
This class manages all the available FileMonitor objects.
FileMonitorManager() - Constructor for class com.phloc.commons.io.monitor.FileMonitorManager
 
FilenameFilterAlwaysFalse - Class in com.phloc.commons.io.file.filter
A filename filter that declines all files.
FilenameFilterAlwaysTrue - Class in com.phloc.commons.io.file.filter
A filename filter that accepts all files.
FilenameFilterEndsWith - Class in com.phloc.commons.io.file.filter
A filename filter that checks whether a file has the specified extension.
FilenameFilterEndsWith(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterEndsWith
 
FilenameFilterEquals - Class in com.phloc.commons.io.file.filter
A filename filter that checks whether a file has the specified name.
FilenameFilterEquals(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterEquals
 
FilenameFilterEqualsIgnoreCase - Class in com.phloc.commons.io.file.filter
A filename filter that checks whether a file has the specified name.
FilenameFilterEqualsIgnoreCase(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterEqualsIgnoreCase
 
FilenameFilterMatchAnyRegEx - Class in com.phloc.commons.io.file.filter
A filter that only accepts certain file names, based on a regular expression.
FilenameFilterMatchAnyRegEx(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
 
FilenameFilterMatchAnyRegEx(String...) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
 
FilenameFilterMatchNoRegEx - Class in com.phloc.commons.io.file.filter
A filter that rejects certain file names, based on a regular expression.
FilenameFilterMatchNoRegEx(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
 
FilenameFilterMatchNoRegEx(String...) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
 
FilenameFilterNotEquals - Class in com.phloc.commons.io.file.filter
A filename filter that checks whether a file does not have the specified name.
FilenameFilterNotEquals(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterNotEquals
 
FilenameFilterPublicDirectory - Class in com.phloc.commons.io.file.filter
A filter that accepts all public directories (directories who's name does not start with a dot!)
FilenameFilterStartsWith - Class in com.phloc.commons.io.file.filter
A filename filter that checks whether a file starts with a certain text.
FilenameFilterStartsWith(String) - Constructor for class com.phloc.commons.io.file.filter.FilenameFilterStartsWith
 
FilenameHelper - Class in com.phloc.commons.io.file
All kind of file name handling stuff.
FileOperationManager - Class in com.phloc.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.phloc.commons.io.file.FileOperationManager
 
FileOperationManager(IFileOperationCallback) - Constructor for class com.phloc.commons.io.file.FileOperationManager
 
FileOperations - Class in com.phloc.commons.io.file
Wraps file operations.
FileSystemByteStreamResolver - Class in com.phloc.commons.io.resolver
Implementation of the IInputStreamResolver and IOutputStreamResolver interfaces for File objects.
FileSystemByteStreamResolver(String) - Constructor for class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
FileSystemByteStreamResolver(File) - Constructor for class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
FileSystemCharStreamResolver - Class in com.phloc.commons.io.resolver
Implementation of the IInputStreamResolver and IOutputStreamResolver interfaces for File objects.
FileSystemCharStreamResolver(String, Charset) - Constructor for class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
FileSystemCharStreamResolver(File, Charset) - Constructor for class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
FileSystemFolderTree - Class in com.phloc.commons.io.file.iterate
Represents a folder tree with the file system contents.
FileSystemFolderTree(String) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(File) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(String, FilenameFilter, FilenameFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(String, FileFilter, FileFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(File, FilenameFilter, FilenameFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemFolderTree(File, FileFilter, FileFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemFolderTree
 
FileSystemIterator - Class in com.phloc.commons.io.file.iterate
Iterate over the content of a single directory.
FileSystemIterator(String) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemIterator
Constructor.
FileSystemIterator(File) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemIterator
Constructor.
FileSystemRecursiveIterator - Class in com.phloc.commons.io.file.iterate
Recursively iterate the content of a file system directory.
FileSystemRecursiveIterator(String) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(String, FilenameFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(String, FileFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(String, AbstractFileFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(String, IFilter<File>) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File, FilenameFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File, FileFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File, AbstractFileFilter) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemRecursiveIterator(File, IFilter<File>) - Constructor for class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Constructor for recursively iterating a file system directory.
FileSystemResource - Class in com.phloc.commons.io.resource
Implementation of the IReadableResource and IWritableResource interfaces for file system objects.
FileSystemResource(URI) - Constructor for class com.phloc.commons.io.resource.FileSystemResource
 
FileSystemResource(String, String) - Constructor for class com.phloc.commons.io.resource.FileSystemResource
 
FileSystemResource(String) - Constructor for class com.phloc.commons.io.resource.FileSystemResource
 
FileSystemResource(File, String) - Constructor for class com.phloc.commons.io.resource.FileSystemResource
 
FileSystemResource(File) - Constructor for class com.phloc.commons.io.resource.FileSystemResource
 
FileSystemResourceProvider - Class in com.phloc.commons.io.resourceprovider
Simple resource provider that only uses files.
FileSystemResourceProvider() - Constructor for class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
FileSystemResourceProvider(String) - Constructor for class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
FileSystemResourceProvider(File) - Constructor for class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
FileUtils - Class in com.phloc.commons.io.file
Miscellaneous file utility methods.
FilterChainAND<DATATYPE> - Class in com.phloc.commons.filter
An implementation of IFilter that chains multiple instances of IFilter with an AND operator.
FilterChainAND(IFilter<? super DATATYPE>...) - Constructor for class com.phloc.commons.filter.FilterChainAND
 
FilterChainAND(Iterable<? extends IFilter<? super DATATYPE>>) - Constructor for class com.phloc.commons.filter.FilterChainAND
 
FilterChainOR<DATATYPE> - Class in com.phloc.commons.filter
An implementation of IFilter that chains multiple instances of IFilter with an OR operator.
FilterChainOR(IFilter<? super DATATYPE>...) - Constructor for class com.phloc.commons.filter.FilterChainOR
 
FilterChainOR(Iterable<? extends IFilter<? super DATATYPE>>) - Constructor for class com.phloc.commons.filter.FilterChainOR
 
FilterElementWithNamespace - Class in com.phloc.commons.xml
An implementation of ISerializableFilter on Element objects that will only return elements with a certain namespace URI.
FilterElementWithNamespace(String) - Constructor for class com.phloc.commons.xml.FilterElementWithNamespace
 
FilterElementWithNamespaceAndLocalName - Class in com.phloc.commons.xml
An implementation of ISerializableFilter on Element objects that will only return elements with a certain namespace URI and a certain local name.
FilterElementWithNamespaceAndLocalName(String, String) - Constructor for class com.phloc.commons.xml.FilterElementWithNamespaceAndLocalName
 
FilterElementWithoutNamespace - Class in com.phloc.commons.xml
An implementation of IFilter on Element objects that will only return elements without a namespace URI.
FilterElementWithTagName - Class in com.phloc.commons.xml
An implementation of ISerializableFilter on Element objects that will only return elements with a certain tag name and without a namespace URI.
FilterElementWithTagName(String) - Constructor for class com.phloc.commons.xml.FilterElementWithTagName
 
FilterFalse<DATATYPE> - Class in com.phloc.commons.filter
A filter implementation that always returns false.
FilterInverted<DATATYPE> - Class in com.phloc.commons.filter
A filter implementation that inverts the result of another filter.
FilterInverted(IFilter<DATATYPE>) - Constructor for class com.phloc.commons.filter.FilterInverted
 
FilterIterator<ELEMENTTYPE> - Class in com.phloc.commons.filter.collections
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<ELEMENTTYPE>) - Constructor for class com.phloc.commons.filter.collections.FilterIterator
Constructor.
FilterIterator(Iterator<? extends ELEMENTTYPE>, IFilter<ELEMENTTYPE>) - Constructor for class com.phloc.commons.filter.collections.FilterIterator
Constructor.
FilterIterator(Iterable<? extends ELEMENTTYPE>, IFilter<ELEMENTTYPE>) - Constructor for class com.phloc.commons.filter.collections.FilterIterator
Constructor.
FilterNodeIsElement - Class in com.phloc.commons.xml
An implementation of IFilter on Node objects that will only return Element nodes.
FilterNodeIsElement() - Constructor for class com.phloc.commons.xml.FilterNodeIsElement
 
FilterNodeIsElement(IFilter<Element>) - Constructor for class com.phloc.commons.xml.FilterNodeIsElement
 
FilterNotNull<DATATYPE> - Class in com.phloc.commons.filter
A filter implementation where all non-null values match.
FilterNull<DATATYPE> - Class in com.phloc.commons.filter
A filter implementation where all null values match.
FilterTrue<DATATYPE> - Class in com.phloc.commons.filter
A filter implementation that always returns true.
findAllItemsWithIDRecursive(IBasicTree<DATATYPE, ITEMTYPE>, KEYTYPE) - Static method in class com.phloc.commons.tree.utils.search.TreeWithIDSearcher
Fill all items with the same ID by linearly scanning of the tree.
findAllItemsWithIDRecursive(ITEMTYPE, KEYTYPE) - Static method in class com.phloc.commons.tree.utils.search.TreeWithIDSearcher
Fill all items with the same ID by linearly scanning the tree.
FINDBUGS - Static variable in class com.phloc.commons.thirdparty.ThirdPartyModuleProvider_phloc_commons
 
findConstructor(DATATYPE, Class<?>...) - Static method in class com.phloc.commons.lang.GenericReflection
 
findFirstIndex(char...) - Method in class com.phloc.commons.text.utils.StringScanner
 
finish(byte[], int, int) - Method in class com.phloc.commons.charset.StringDecoder
 
finish(ByteBuffer) - Method in class com.phloc.commons.charset.StringDecoder
 
first() - Method in class com.phloc.commons.collections.EmptySortedSet
 
firstElement() - Method in class com.phloc.commons.collections.NonBlockingStack
 
FlagContainer - Class in com.phloc.commons.collections.flags
The not-thread safe implementation of IFlagContainer.
FlagContainer() - Constructor for class com.phloc.commons.collections.flags.FlagContainer
 
FlagContainer(Collection<String>) - Constructor for class com.phloc.commons.collections.flags.FlagContainer
 
FlagContainer(String...) - Constructor for class com.phloc.commons.collections.flags.FlagContainer
 
FlagContainer(IReadonlyFlagContainer) - Constructor for class com.phloc.commons.collections.flags.FlagContainer
 
FlagContainerThreadSafe - Class in com.phloc.commons.collections.flags
Base class for all kind of string-object mapping container.
FlagContainerThreadSafe() - Constructor for class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
FlagContainerThreadSafe(Collection<String>) - Constructor for class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
FlagContainerThreadSafe(String...) - Constructor for class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
FlagContainerThreadSafe(IReadonlyFlagContainer) - Constructor for class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
FlateCodec - Class in com.phloc.commons.codec
Encoder and decoder for flate compression
FlateCodec() - Constructor for class com.phloc.commons.codec.FlateCodec
 
floatValue() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
floatValue() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
floatValue() - Method in class com.phloc.commons.mutable.MutableByte
 
floatValue() - Method in class com.phloc.commons.mutable.MutableChar
 
floatValue() - Method in class com.phloc.commons.mutable.MutableDouble
 
floatValue() - Method in class com.phloc.commons.mutable.MutableFloat
 
floatValue() - Method in class com.phloc.commons.mutable.MutableInt
 
floatValue() - Method in class com.phloc.commons.mutable.MutableLong
 
floatValue() - Method in class com.phloc.commons.mutable.MutableShort
 
flush() - Method in class com.phloc.commons.io.streams.BitOutputStream
Write the current cache to the stream and reset the buffer.
flush() - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
Write the current cache to the stream and reset the buffer.
flush() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Flushes the stream.
flush() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Flush the stream.
flush(Flushable) - Static method in class com.phloc.commons.io.streams.StreamUtils
Flush the passed object encapsulating the declared IOException.
flush() - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
flush() - Method in class com.phloc.commons.io.streams.WrappedWriter
 
flushBase64() - Method in class com.phloc.commons.base64.Base64.OutputStream
Method added by PHIL.
forBits(int) - Static method in enum com.phloc.commons.system.EProcessorArchitecture
Get the processor architecture based on the passed number of bits.
FormattedObject - Class in com.phloc.commons.format
This class represents a single object with an additional formatter.
FormattedObject(Object, IFormatter) - Constructor for class com.phloc.commons.format.FormattedObject
Init the field with a value.
FormattedObject(Object, IFormatterProvider) - Constructor for class com.phloc.commons.format.FormattedObject
Init the field with a value.
FormatterProviderConstant - Class in com.phloc.commons.format
Implementation of the IFormatterProvider interface always returning a constant value.
FormatterProviderConstant(IFormatter) - Constructor for class com.phloc.commons.format.FormatterProviderConstant
 
forName(String) - Static method in enum com.phloc.commons.system.EOperatingSystem
Retrieves the operating system for the provided name.

G

GB_SUFFIX - Static variable in class com.phloc.commons.io.misc.SizeHelper
Suffix for Gigabytes
GenericReflection - Class in com.phloc.commons.lang
This is a special helper class that provides many utility methods that require the SuppressWarnings("unchecked") annotation.
get(int) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
get(int) - Method in class com.phloc.commons.collections.list.SafeArrayList
 
get(int) - Method in class com.phloc.commons.collections.list.SafeVector
 
get(int) - Method in class com.phloc.commons.collections.list.SingleElementList
 
get(Object) - Method in class com.phloc.commons.collections.SingleElementMap
 
get() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
Get the next char
get(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
Get the specified char
get() - Method in class com.phloc.commons.i18n.CodepointIteratorCharArray
 
get(int) - Method in class com.phloc.commons.i18n.CodepointIteratorCharArray
 
get() - Method in class com.phloc.commons.i18n.CodepointIteratorCharBuffer
 
get(int) - Method in class com.phloc.commons.i18n.CodepointIteratorCharBuffer
 
get() - Method in class com.phloc.commons.i18n.CodepointIteratorCharSequence
 
get(int) - Method in class com.phloc.commons.i18n.CodepointIteratorCharSequence
 
get() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
get(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
get() - Method in interface com.phloc.commons.mutable.IReadonlyWrapper
 
get() - Method in class com.phloc.commons.mutable.Wrapper
 
get() - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
get() - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
getAbsoluteWithEnsuredParentDirectory(File, String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get a concatenated absolute path consisting of the parent directory and the file path.
getAction() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
getAddress() - Method in class com.phloc.commons.email.EmailAddress
 
getAddress() - Method in interface com.phloc.commons.email.IEmailAddress
 
getAlgorithm() - Method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
 
getAlgorithm() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
 
getAlgorithmName() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
 
getAlgorithmName() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
getAlgorithmName() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getAllAttributeNames() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
 
getAllAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAllAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAllAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
getAllAttributeNames() - Method in interface com.phloc.commons.microdom.IMicroElement
Get a set of all attribute names.
getAllAttributeNames() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllAttributes() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
 
getAllAttributes() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAllAttributes() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAllAttributes() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
getAllAttributes() - Method in interface com.phloc.commons.microdom.IMicroElement
Get a map of all attribute names and values.
getAllAttributes() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllAttributesAsMap(Element) - Static method in class com.phloc.commons.xml.XMLHelper
 
getAllAttributeValues() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
 
getAllAttributeValues() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAllAttributeValues() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAllAttributeValues() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
getAllAttributeValues() - Method in interface com.phloc.commons.microdom.IMicroElement
Get a set of all attribute values.
getAllAttributeValues() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllBaseEntries() - Method in class com.phloc.commons.changelog.ChangeLog
 
getAllBytes(IInputStreamProvider) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read all bytes from the passed input stream into a byte array.
getAllBytes(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read all bytes from the passed input stream into a byte array.
getAllBytesAsString(IInputStreamProvider, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
getAllBytesAsString(IInputStreamProvider, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read all bytes from the passed input stream into a string.
getAllBytesAsString(InputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
getAllBytesAsString(InputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read all bytes from the passed input stream into a string.
getAllCacheHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllCharacters(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read all characters from the passed reader into a char array.
getAllCharactersAsString(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read all characters from the passed reader into a String.
getAllCharsets() - Static method in class com.phloc.commons.charset.CharsetManager
 
getAllChildDataIDs() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getAllChildDataIDs() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
 
getAllChildDatas() - Method in interface com.phloc.commons.tree.IBasicTreeItem
Get the data values of all contained children.
getAllChildDatas() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getAllChildDatas() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getAllChildElements() - Method in interface com.phloc.commons.microdom.IMicroElement
Get a list of all direct child elements.
getAllChildElements(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Get a list of all direct child elements having the specified tag name.
getAllChildElements(String, String) - Method in interface com.phloc.commons.microdom.IMicroElement
Get a list of all direct child elements having the specified namespace and the specified tag name.
getAllChildElements(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
Get a list of all direct child elements having the specified tag name.
getAllChildElements(String, IHasElementName) - Method in interface com.phloc.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.phloc.commons.microdom.impl.MicroElement
 
getAllChildElements(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllChildElements(String, String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllChildElements(IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllChildElements(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllChildElementsRecursive() - Method in interface com.phloc.commons.microdom.IMicroElement
Recursively get all child elements.
getAllChildElementsRecursive() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAllChildrenAsContainer(IMicroNode) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
Create a micro container with all children of the passed node.
getAllChildrenRecursive() - Method in interface com.phloc.commons.microdom.IMicroNode
Recursively get all children.
getAllChildrenRecursive() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getAllChildrenRecursive() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getAllClassPathEntries() - Static method in class com.phloc.commons.utils.ClassPathHelper
 
getAllCounterHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllCountries() - Static method in class com.phloc.commons.locale.country.CountryCache
 
getAllCountryLocales() - Static method in class com.phloc.commons.locale.country.CountryCache
 
getAllEntries() - Method in class com.phloc.commons.changelog.ChangeLog
 
getAllEntriesOfCategory(EChangeLogCategory) - Method in class com.phloc.commons.changelog.ChangeLog
Get all change log entries, that match the specified category.
getAllErrors() - Method in interface com.phloc.commons.error.IResourceErrorGroup
Get a resource error group containing only the error elements.
getAllErrors() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getAllExcept(ELEMENTTYPE[], ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(boolean[], boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(byte[], byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(char[], char...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(double[], double...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(float[], float...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(int[], int...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(long[], long...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExcept(short[], short...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the passed elements.
getAllExceptFirst(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(boolean[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(byte[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(char[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(double[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(float[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(long[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptFirst(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first element.
getAllExceptFirst(short[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the first n elements.
getAllExceptLast(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(boolean[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(byte[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(char[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(double[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(float[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(long[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllExceptLast(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last element.
getAllExceptLast(short[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get an array that contains all elements, except for the last n elements.
getAllFailures() - Method in interface com.phloc.commons.error.IResourceErrorGroup
Get a resource error group containing only the failure elements.
getAllFailures() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getAllFeaturesOfType(EXMLParserFeatureType) - Static method in enum com.phloc.commons.xml.EXMLParserFeature
 
getAllFeatureValues() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getAllFeatureValues() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getAllFeatureValues() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
getAllFeatureValues() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getAllFeatureValues() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getAllFileMonitors() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
 
getAllFlags() - Method in class com.phloc.commons.collections.flags.FlagContainer
 
getAllFlags() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
getAllFlags() - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
 
getAllFlags() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLCDATAChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLCDATAChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLNameChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLNameChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLTextChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllInvalidXMLTextChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
 
getAllIssues() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
getAllItemDatas() - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getAllItemDatas() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getAllItemDatas() - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
 
getAllItemDatas() - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
 
getAllItems() - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getAllItems() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getAllItems() - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
 
getAllItems() - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
 
getAllKeyedCounterHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllKeyedSizeHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllKeyedTimerHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllKeys() - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyed
 
getAllKnownMimeTypeFilenameMappings() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
 
getAllKnownMimeTypes() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
 
getAllLanguages() - Static method in class com.phloc.commons.locale.LocaleCache
Get all contained locales that consist only of a non-empty language.
getAllLocaleDisplayNames(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
Get all possible locale names in the passed locale
getAllLocales() - Method in interface com.phloc.commons.IHasLocales
 
getAllLocales() - Static method in class com.phloc.commons.locale.LocaleCache
Get all contained locales except the locales "all" and "independent"
getAllLocales() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getAllLocales() - Method in class com.phloc.commons.text.impl.TextProvider
 
getAllMatchingGroupValues(String, String) - Static method in class com.phloc.commons.regex.RegExHelper
Get the values of all groups (RegEx (...)
getAllMessages() - Method in class com.phloc.commons.log.InMemoryLogger
 
getAllMimeTypeContents() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
 
getAllOriginalChildrenAsContainer(IMicroNode) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
Create a micro container with all children of the passed node.
getAllParameters() - Method in interface com.phloc.commons.mime.IMimeType
 
getAllParameters() - Method in class com.phloc.commons.mime.MimeType
 
getAllParams() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getAllParams() - Method in interface com.phloc.commons.url.IURLData
 
getAllParams() - Method in class com.phloc.commons.url.URLData
 
getAllPermutations(List<DATATYPE>, int) - Static method in class com.phloc.commons.math.CombinationGenerator
Get a list of all permutations of the input elements.
getAllPrimitiveClasses() - Static method in class com.phloc.commons.lang.ClassHelper
 
getAllPrimitiveWrapperClasses() - Static method in class com.phloc.commons.lang.ClassHelper
 
getAllProperties() - Static method in class com.phloc.commons.SystemProperties
 
getAllPropertiesOfType(EXMLParserPropertyType) - Static method in enum com.phloc.commons.xml.EXMLParserProperty
 
getAllPropertyNames() - Static method in class com.phloc.commons.SystemProperties
 
getAllPropertyValues() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getAllPropertyValues() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getAllPropertyValues() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
getAllPropertyValues() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getAllPropertyValues() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getAllProtocols() - Static method in class com.phloc.commons.url.URLProtocolRegistry
 
getAllRegisteredThirdPartyModules() - Static method in class com.phloc.commons.thirdparty.ThirdPartyModuleRegistry
 
getAllReleases() - Method in class com.phloc.commons.changelog.ChangeLog
 
getAllRequestedResources() - Method in class com.phloc.commons.xml.ls.CollectingLSResourceResolver
 
getAllResourceErrors() - Method in interface com.phloc.commons.error.IResourceErrorGroup
Get a list of all contained resource errors.
getAllResourceErrors() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getAllSizeHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllSPIImplementations(Class<T>) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, ClassLoader) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, Logger) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllSPIImplementations(Class<T>, ClassLoader, Logger) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
Uses the ServiceLoader to load all SPI implementations of the passed class
getAllTexts() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
getAllThirdPartyModules() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModuleProviderSPI
 
getAllThirdPartyModules() - Method in class com.phloc.commons.thirdparty.ThirdPartyModuleProvider_phloc_commons
 
getAllTimerHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
 
getAllTSpecialChars() - Static method in class com.phloc.commons.mime.MimeTypeParser
 
getAllUsedFallbackBundleNames() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
 
getAllUsedFallbackBundleNames() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
getAllUsedOverrideBundleNames() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
 
getAllUsedOverrideBundleNames() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
getAllVariables() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
getAlternate() - Method in enum com.phloc.commons.compare.ESortOrder
Get the alternate sort order.
getAnchor() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getAnchor() - Method in interface com.phloc.commons.url.IURLData
 
getAnchor() - Method in class com.phloc.commons.url.URLData
 
getANDChained(FileFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
getANDChained(FilenameFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
getAndSetAttributeFlag(String) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Atomic operation to set a flag to true if it was previously set to false (meaning not existing).
getAndSetAttributeFlag(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAndSetAttributeFlag(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAnnotationClass() - Method in class com.phloc.commons.cache.AnnotationUsageCache
 
getAnyFactorialLinear(int) - Static method in class com.phloc.commons.math.FactorialHelper
 
getApplicationFormEncoded(Map<String, String>, IEncoder<String>) - Static method in class com.phloc.commons.url.URLUtils
Create a parameter string suitable for POST body (e.g. for web form submission).
getAsBigDecimal() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
getAsBigInteger() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
getAsBoolean(String, Object, boolean) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAsBoolean() - Method in interface com.phloc.commons.IHasBooleanRepresentation
 
getAsBoolean() - Method in enum com.phloc.commons.io.EAppend
 
getAsBoolean() - Method in class com.phloc.commons.mutable.MutableBoolean
 
getAsBooleanObj(boolean) - Method in enum com.phloc.commons.state.ETriState
 
getAsBooleanObj(Boolean) - Method in enum com.phloc.commons.state.ETriState
 
getAsBooleanObj(Boolean) - Method in interface com.phloc.commons.state.ITriState
Convert the tri state value into a Boolean value, depending on what "undefined" means.
getAsBooleanValue(boolean) - Method in enum com.phloc.commons.state.ETriState
 
getAsBooleanValue(boolean) - Method in interface com.phloc.commons.state.ITriState
Convert the tri state value into a boolean value, depending on what "undefined" means.
getAsByte() - Method in class com.phloc.commons.mutable.MutableByte
 
getAsByteArray() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Get everything as a big byte array, without altering the ByteBuffer.
getAsBytes(String, Charset) - Static method in class com.phloc.commons.charset.CharsetManager
 
getAsBytes(String, String) - Static method in class com.phloc.commons.charset.CharsetManager
Deprecated.
getAsBytes(Charset) - Method in class com.phloc.commons.i18n.Codepoint
 
getAsCharacter() - Method in class com.phloc.commons.mutable.MutableChar
 
getAsCharArray(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Return the char[] representation of the codepoint, automatically dealing with surrogate pairs
getAsCharArray() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
 
getAsCharArray(Set<Character>) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
Convert the passed set to an array
getAsCharArray() - Method in class com.phloc.commons.xml.transform.StringStreamResult
 
getAsChars() - Method in class com.phloc.commons.i18n.Codepoint
 
getAsDataValue(IMicroElement) - Method in interface com.phloc.commons.tree.utils.xml.IConverterMicroNodeToTreeItem
 
getAsDataValue(IMicroElement) - Method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
 
getAsDays() - Method in class com.phloc.commons.lang.TimeValue
 
getAsDouble(String, Object, double) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAsDouble() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
getAsDouble() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
getAsDouble() - Method in class com.phloc.commons.mutable.MutableDouble
 
getAsFile() - Method in interface com.phloc.commons.io.IResourceBase
 
getAsFile(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
Get the file for the specified path using automatic class loader handling.
getAsFile(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
 
getAsFile() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getAsFile() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getAsFile(URL) - Static method in class com.phloc.commons.io.resource.URLResource
 
getAsFile() - Method in class com.phloc.commons.io.resource.URLResource
 
getAsFileNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getAsFloat() - Method in class com.phloc.commons.mutable.MutableFloat
 
getAsGB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsGB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsHours() - Method in class com.phloc.commons.lang.TimeValue
 
getAsIdentifier(String) - Static method in class com.phloc.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.phloc.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.phloc.commons.regex.RegExHelper
Convert an identifier to a programming language identifier by replacing all non-word characters with an underscore.
getAsInt(String, Object, int) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAsInteger() - Method in class com.phloc.commons.mutable.MutableInt
 
getAsIOError(EFileIOOperation, File) - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
 
getAsIOError(EFileIOOperation, File, File) - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
 
getAsIOError(EFileIOOperation, SecurityException) - Static method in enum com.phloc.commons.io.file.EFileIOErrorCode
Static method to create a FileIOError for a SecurityException.
getAsKB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsKB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsList(Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
Get the passed object as a List object.
getAsLocale() - Method in enum com.phloc.commons.locale.country.ECountry
 
getAsLong(String, Object, long) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAsLong() - Method in class com.phloc.commons.mutable.MutableLong
 
getAsMatching(BigInteger) - Method in class com.phloc.commons.io.misc.SizeHelper
Get the best matching formatting of the passed value.
getAsMatching(BigInteger, int) - Method in class com.phloc.commons.io.misc.SizeHelper
Get the best matching formatting of the passed value.
getAsMatching(BigDecimal) - Method in class com.phloc.commons.io.misc.SizeHelper
Get the best matching formatting of the passed value.
getAsMatching(BigDecimal, int) - Method in class com.phloc.commons.io.misc.SizeHelper
Get the best matching formatting of the passed value.
getAsMatching(long) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsMatching(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsMB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsMB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsMicroNode() - Method in interface com.phloc.commons.microdom.IHasMicroNodeRepresentation
 
getAsMicros() - Method in class com.phloc.commons.lang.TimeValue
 
getAsMillis() - Method in class com.phloc.commons.lang.TimeValue
 
getAsMinutes() - Method in class com.phloc.commons.lang.TimeValue
 
getAsNanos() - Method in class com.phloc.commons.lang.TimeValue
 
getAsNewArray(String) - Method in class com.phloc.commons.charset.StringEncoder
Returns a new byte array containing the UTF-8 version of source.
getAsNewByteBuffer(String) - Method in class com.phloc.commons.charset.StringEncoder
Returns a ByteBuffer containing the encoded version of source.
getAsNonOptionalCopy() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
getAsNonOptionalCopy() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getAsObjectArray(Collection<?>) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the passed collection as an array of Object.
getAsOptionalCopy() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
getAsOptionalCopy() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getAsPattern() - Method in class com.phloc.commons.regex.RegExPattern
 
getAsPB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsPB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsSeconds() - Method in class com.phloc.commons.lang.TimeValue
 
getAsSecureValidASCIIFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Replace all non-ASCII characters from the filename (e.g.
getAsSecureValidFilename(String) - Static method in class com.phloc.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.phloc.commons.mutable.MutableShort
 
getAsString(byte[], String) - Static method in class com.phloc.commons.charset.CharsetManager
Deprecated.
getAsString(byte[], int, int, String) - Static method in class com.phloc.commons.charset.CharsetManager
Deprecated.
getAsString(byte[], Charset) - Static method in class com.phloc.commons.charset.CharsetManager
 
getAsString(byte[], int, int, Charset) - Static method in class com.phloc.commons.charset.CharsetManager
 
getAsString(String, Object, String) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
Get the string representation of the passed value, suitable for parameters.
getAsString(Locale) - Method in interface com.phloc.commons.error.IResourceError
Get the error as a string representation, including error ID, error location, error text and the linked exception.
getAsString(Locale) - Method in class com.phloc.commons.error.ResourceError
 
getAsString() - Method in class com.phloc.commons.error.ResourceLocation
 
getAsString() - Method in class com.phloc.commons.format.FormattedObject
 
getAsString() - Method in interface com.phloc.commons.format.IFormattedObject
Get the value converted to a string with the specified formatter.
getAsString() - Method in class com.phloc.commons.i18n.Codepoint
 
getAsString(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Return the String representation of the codepoint, automatically dealing with surrogate pairs
getAsString() - Method in interface com.phloc.commons.IHasStringRepresentation
 
getAsString(String) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
Deprecated.
getAsString(Charset) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
getAsString(Charset) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Get the content as a string without modifying the buffer
getAsString(String) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Deprecated.
getAsString(int, String) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Deprecated.
getAsString(int, int, String) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Deprecated.
getAsString(Charset) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
getAsString(int, Charset) - Method in class com.phloc.commons.io.streams.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.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
getAsString() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
 
getAsString() - Method in interface com.phloc.commons.mime.IMimeType
Get the MIME type including all parameters as a single string.
getAsString(EMimeQuoting) - Method in interface com.phloc.commons.mime.IMimeType
Get the MIME type including all parameters as a single string.
getAsString() - Method in class com.phloc.commons.mime.MimeType
 
getAsString(EMimeQuoting) - Method in class com.phloc.commons.mime.MimeType
 
getAsString() - Method in interface com.phloc.commons.stats.IStatisticsHandler
 
getAsString() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getAsString() - Method in interface com.phloc.commons.url.ISimpleURL
 
getAsString() - Method in class com.phloc.commons.version.Version
 
getAsString(boolean) - Method in class com.phloc.commons.version.Version
Get the string representation of the version number.
getAsString() - Method in class com.phloc.commons.version.VersionRange
Converts the version range to a string.
getAsString(boolean) - Method in class com.phloc.commons.version.VersionRange
Converts the version range to a string.
getAsString() - Method in class com.phloc.commons.xml.transform.StringStreamResult
 
getAsStringInOtherCharset(String, String, String) - Static method in class com.phloc.commons.charset.CharsetManager
Deprecated.
getAsStringInOtherCharset(String, Charset, Charset) - Static method in class com.phloc.commons.charset.CharsetManager
 
getAsStringWithEncodedParameters() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getAsStringWithEncodedParameters(String) - Method in class com.phloc.commons.url.AbstractSimpleURL
Deprecated.
getAsStringWithEncodedParameters(Charset) - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getAsStringWithEncodedParameters() - Method in interface com.phloc.commons.url.ISimpleURL
 
getAsStringWithEncodedParameters(String) - Method in interface com.phloc.commons.url.ISimpleURL
Deprecated.
getAsStringWithEncodedParameters(Charset) - Method in interface com.phloc.commons.url.ISimpleURL
 
getAsStringWithoutParameters() - Method in interface com.phloc.commons.mime.IMimeType
 
getAsStringWithoutParameters() - Method in class com.phloc.commons.mime.MimeType
 
getAsTB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsTB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
 
getAsURI() - Method in class com.phloc.commons.io.resource.URLResource
 
getAsURI(String) - Static method in class com.phloc.commons.url.URLUtils
Get the passed String as an URI.
getAsURI(URL) - Static method in class com.phloc.commons.url.URLUtils
Get the passed URL as an URI.
getAsURL() - Method in interface com.phloc.commons.io.IResourceBase
 
getAsURL(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
Get the URL for the specified path using automatic class loader handling.
getAsURL(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
Get the input stream of the passed resource using the specified class loader only.
getAsURL() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getAsURL(File) - Static method in class com.phloc.commons.io.resource.FileSystemResource
 
getAsURL() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getAsURL() - Method in class com.phloc.commons.io.resource.URLResource
 
getAsURL(String) - Method in interface com.phloc.commons.url.IURIToURLConverter
Convert the passed URI to a URL.
getAsURL(String) - Static method in class com.phloc.commons.url.URLUtils
Get the passed String as an URL.
getAsURL(URI) - Static method in class com.phloc.commons.url.URLUtils
Get the passed URI as an URL.
getAsURLData(String) - Static method in class com.phloc.commons.url.URLUtils
 
getAsURLData(String, IDecoder<String>) - Static method in class com.phloc.commons.url.URLUtils
Parses the passed URL into a structured form
getAsURLNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
Convert the path to a URL without using caching.
getAsXMLDocument() - Static method in class com.phloc.commons.stats.utils.StatisticsExporter
 
getAsXMLNode(Document) - Method in interface com.phloc.commons.xml.IHasXMLRepresentation
 
getAsXMLString(JAXBTYPE) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Utility method to directly convert the passed domain object to an XML string.
getAttribute(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttribute(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAttribute() - Method in class com.phloc.commons.mime.MimeTypeParameter
 
getAttributeAsBoolean(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsBoolean(String, boolean) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsBoolean(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsBoolean(String, boolean) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsDouble(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsDouble(String, double) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsDouble(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsDouble(String, double) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsInt(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsInt(String, int) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsInt(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsInt(String, int) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsLong(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsLong(String, long) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsLong(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsLong(String, long) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsString(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsString(String, String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getAttributeAsString(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeAsString(String, String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
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.phloc.commons.collections.attrs.IReadonlyAttributeContainer
 
getAttributeCount() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAttributeCount() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAttributeCount() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
getAttributeCount() - Method in interface com.phloc.commons.microdom.IMicroElement
 
getAttributeCount() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAttributeNames() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get an enumerator over all contained attribute names.
getAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
getAttributeObject(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getAttributeObject(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getAttributeObject(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getAttributeObject(String) - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
getAttributeValue(Element, String) - Static method in class com.phloc.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.phloc.commons.xml.XMLHelper
The latest version of XercesJ 2.9 returns an empty string for non existing attributes.
getAttributeWithConversion(String, Class<DSTTYPE>) - Method in interface com.phloc.commons.microdom.IMicroElement
Get the attribute value of the given attribute name.
getAttributeWithConversion(String, Class<DSTTYPE>) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getAttrValue() - Method in interface com.phloc.commons.microdom.IHasAttributeValue
 
getAvailable() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
getAvailable(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get the number of available bytes in the passed input stream.
getAverage(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
 
getAverage() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
 
getBaseName(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the passed filename without path and without extension.
getBaseName(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the passed filename without path and without extension.
getBasePath() - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
getBasePath() - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
getBasePath() - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
getBaseURI() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
getBaseURI() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getBestMatchingEqualsImplementation(Class<?>) - Method in class com.phloc.commons.equals.EqualsImplementationRegistry
 
getBestMatchingHashCodeImplementation(Class<?>) - Method in class com.phloc.commons.hash.HashCodeImplementationRegistry
 
getBestMatchingSize(int, int) - Method in class com.phloc.commons.gfx.ScalableSize
Return the scaled width and height relative to a maximum size.
getBits() - Method in enum com.phloc.commons.system.EProcessorArchitecture
 
getBooleanValue(Boolean, boolean) - Static method in class com.phloc.commons.lang.BooleanHelper
Get the primitive value of the passed object value.
getBuffer() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
getBuffer() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
getBuffered(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
getBuffered(OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
getBuffered(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
getBuffered(Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
getBuffers() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
getBufferSize() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
getBulkNewIntIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getBulkNewLongIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getBulkNewPersistentIntIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getBulkNewPersistentLongIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getBulkNewPersistentStringIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getBulkNewStringIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getBundle(String) - Static method in class com.phloc.commons.text.resource.Utf8ResourceBundle
 
getBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.Utf8ResourceBundle
 
getBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.Utf8ResourceBundle
 
getBundleName() - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
getByteAt(int) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Get the byte at the specified index
getByteBuffer() - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
 
getByteCount() - Method in enum com.phloc.commons.charset.EUnicodeBOM
 
getByteOrder() - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
 
getByteOrder() - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
 
getBytes() - Method in enum com.phloc.commons.charset.EUnicodeBOM
 
getBytes(int) - Method in class com.phloc.commons.codec.LZWCodec.LZWDecodeDictionary
 
getBytes() - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
getBytes() - Method in enum com.phloc.commons.system.EProcessorArchitecture
 
getBytesRead() - Method in class com.phloc.commons.io.streams.CountingInputStream
 
getByteStream() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getByteStream() - Method in class com.phloc.commons.xml.sax.ReadableResourceSAXInputSource
 
getBytesWritten() - Method in class com.phloc.commons.io.streams.CountingFileOutputStream
 
getBytesWritten() - Method in class com.phloc.commons.io.streams.CountingOutputStream
 
getBytesWritten() - Method in class com.phloc.commons.io.streams.DebugOutputStream
 
getCacheHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getCacheHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getCacheName() - Method in class com.phloc.commons.cache.LoggingLRUCache
 
getCalculatedLocaleListForResolving(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
Get a list with all valid locale permutations of the passed locale.
getCanonicalFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
getCastedAttribute(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getCastedAttribute(String, DATATYPE) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getCastedAttribute(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getCastedAttribute(String, DATATYPE) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getCategory() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
getCeilVersion() - Method in class com.phloc.commons.version.VersionRange
 
getCertifiedText() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getChangeLog() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
getCharacterCount(int) - Static method in class com.phloc.commons.string.StringHelper
Get the number of characters the passed value would occupy in a string representation.
getCharacterCount(long) - Static method in class com.phloc.commons.string.StringHelper
Get the number of characters the passed value would occupy in a string representation.
getCharacterStream() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getCharacterStream() - Method in class com.phloc.commons.xml.sax.StringSAXInputSource
 
getCharAtIndex(int) - Method in class com.phloc.commons.text.utils.StringScanner
 
getCharCount() - Method in class com.phloc.commons.i18n.Codepoint
 
getCharCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
 
getCharCount(char[], char) - Static method in class com.phloc.commons.string.StringHelper
 
getCharset() - Method in enum com.phloc.commons.charset.EUnicodeBOM
 
getCharset() - Method in interface com.phloc.commons.codec.IStringCodec
Gets the default charset name used for string decoding and encoding.
getCharset() - Method in class com.phloc.commons.codec.QuotedPrintableCodec
 
getCharset() - Method in class com.phloc.commons.codec.RFC1522BCodec
 
getCharset() - Method in class com.phloc.commons.codec.RFC1522QCodec
 
getCharset() - Method in class com.phloc.commons.codec.URLCodec
 
getCharset() - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
getCharset() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
getCharset() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getCharset() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getCharsetFromMimeType(IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeUtils
Determine the charset from the provided MIME type.
getCharsetFromName(String) - Static method in class com.phloc.commons.charset.CharsetManager
Resolve the charset by the specified name.
getCharsetFromNameOrNull(String) - Static method in class com.phloc.commons.charset.CharsetManager
Resolve the charset by the specified name.
getCharsetName() - Method in enum com.phloc.commons.charset.EUnicodeBOM
 
getCharsetNameFromMimeType(IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeUtils
Determine the charset name from the provided MIME type.
getCharsetObj() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getCharsetObj() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getChecksPerRun() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
get the number of files to check per run.
getChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getChildAtIndex(CHILDTYPE, int) - Method in interface com.phloc.commons.parent.IChildrenProviderSorted
Get the child of the passed object at the given index.
getChildAtIndex(int) - Method in interface com.phloc.commons.parent.IHasChildrenSorted
Get the child node at the specified index
getChildAtIndex(CHILDTYPE, int) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorted
 
getChildAtIndex(int) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getChildAtIndex(int) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getChildCount() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getChildCount() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getChildCount(IMicroElement) - Method in class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
 
getChildCount(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProvider
 
getChildCount() - Method in interface com.phloc.commons.parent.IHasChildren
 
getChildCount(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
 
getChildCount(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSorting
 
getChildCount() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getChildCount() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getChildCount(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getChildElementCount() - Method in interface com.phloc.commons.microdom.IMicroElement
 
getChildElementCount() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getChildElementIteratorNoNS(Node) - Static method in class com.phloc.commons.xml.XMLHelper
Get an iterator over all child elements that have no namespace.
getChildElementIteratorNoNS(Node, String) - Static method in class com.phloc.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.phloc.commons.xml.XMLHelper
 
getChildElementIteratorNS(Node, String, String) - Static method in class com.phloc.commons.xml.XMLHelper
 
getChildItemOfDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getChildItemOfDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Find the direct child item with the given ID
getChildNode(byte) - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
 
getChildNode(byte[]) - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
This will traverse the tree until it gets to the sub node.
getChildren() - Method in interface com.phloc.commons.microdom.IMicroNode
Get a list of all direct child nodes.
getChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getChildren(IMicroElement) - Method in class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
 
getChildren(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProvider
Get the children of the passed object.
getChildren(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProviderSorted
Get the children of the passed object.
getChildren() - Method in interface com.phloc.commons.parent.IHasChildren
 
getChildren() - Method in interface com.phloc.commons.parent.IHasChildrenSorted
 
getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
 
getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorted
 
getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorting
 
getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSorting
 
getChildren() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getChildren() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getChildren(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getChildTextContent(IMicroElement, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
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.phloc.commons.microdom.utils.MicroUtils
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.phloc.commons.microdom.utils.MicroUtils
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.phloc.commons.microdom.utils.MicroUtils
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.phloc.commons.microdom.utils.MicroUtils
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.phloc.commons.microdom.utils.MicroUtils
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 interface com.phloc.commons.parent.IChildrenProviderWithID
Retrieve the objects with the passed ID or null if no such object.
getChildWithID(CHILDTYPE, KEYTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenWithID
 
getChildWithID(CHILDTYPE, KEYTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSortingWithID
 
getChildWithID(ITEMTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getClass(Object) - Static method in class com.phloc.commons.lang.ClassHelper
null-safe helper method to determine the class of an object.
getClassArray(Object...) - Static method in class com.phloc.commons.lang.GenericReflection
Get an array with all the classes of the passed object array.
getClassClassLoader(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
getClassFromName(String) - Static method in class com.phloc.commons.lang.GenericReflection
 
getClassFromNameSafe(String) - Static method in class com.phloc.commons.lang.GenericReflection
Get the class of the given name
getClassFromPath(String) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the class name of the passed path.
getClassHierarchy(Class<?>) - Static method in class com.phloc.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.phloc.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.phloc.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.
getClassLocalName(Object) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the name of the object's class without the package.
getClassLocalName(Class<?>) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the name of the class without the package.
getClassLocalName(String) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the name of the class without the package.
getClassPackageName(Class<?>) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the name of the package the passed class resides in.
getClassPackageName(String) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the name of the package the passed class resides in.
getCleanConcatenatedUrlPath(String, String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Concatenate a base URL and a sub path incl. the path cleansing.
getCleanPath(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get a clean path of the passed file resolving all "." and ".." paths.
getCleanPath(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Clean the path by removing all ".." and "." path elements.
getCleanPropertyValue(String) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
Create a clean property value applicable for an ObjectName property value by replacing the special chars ":" and "," with "." and "//" with "__".
getCleanURLPartWithoutUmlauts(String) - Static method in class com.phloc.commons.url.URLUtils
Clean an URL part from nasty Umlauts.
getClone() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
getClone() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
getClone() - Method in class com.phloc.commons.collections.NonBlockingStack
 
getClone() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getClone() - Method in interface com.phloc.commons.ICloneable
 
getClone() - Method in interface com.phloc.commons.microdom.IMicroCDATA
getClone() - Method in interface com.phloc.commons.microdom.IMicroComment
getClone() - Method in interface com.phloc.commons.microdom.IMicroContainer
getClone() - Method in interface com.phloc.commons.microdom.IMicroDocument
getClone() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
getClone() - Method in interface com.phloc.commons.microdom.IMicroElement
getClone() - Method in interface com.phloc.commons.microdom.IMicroEntityReference
getClone() - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
getClone() - Method in interface com.phloc.commons.microdom.IMicroProcessingInstruction
getClone() - Method in interface com.phloc.commons.microdom.IMicroText
getClone() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroComment
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroContainer
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
getClone() - Method in class com.phloc.commons.microdom.impl.MicroText
 
getClone() - Method in class com.phloc.commons.mime.MimeType
 
getClone() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
getClone() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
getClone() - Method in class com.phloc.commons.mutable.MutableBoolean
 
getClone() - Method in class com.phloc.commons.mutable.MutableByte
 
getClone() - Method in class com.phloc.commons.mutable.MutableChar
 
getClone() - Method in class com.phloc.commons.mutable.MutableDouble
 
getClone() - Method in class com.phloc.commons.mutable.MutableFloat
 
getClone() - Method in class com.phloc.commons.mutable.MutableInt
 
getClone() - Method in class com.phloc.commons.mutable.MutableLong
 
getClone() - Method in class com.phloc.commons.mutable.MutableShort
 
getClone() - Method in class com.phloc.commons.mutable.Wrapper
 
getClone() - Method in class com.phloc.commons.url.SimpleURL
 
getClone() - Method in class com.phloc.commons.url.SMap
 
getClone() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getClone() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getClone() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getClonedValue(DATATYPE) - Static method in class com.phloc.commons.lang.CloneHelper
Get a clone (= deep copy) of the passed value.
getCloneIfNotNull(DATATYPE) - Static method in class com.phloc.commons.lang.CloneHelper
Get a clone (= deep copy) of the passed value for all objects implementing ICloneable.
getCodeLength() - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
 
getCollatorSpaceBeforeDot(Locale) - Static method in class com.phloc.commons.compare.CollatorUtils
Create a collator that is based on the standard collator but sorts spaces before dots, because spaces are more important word separators than dots.
getCollectingValidationEventHandler() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Get the last created collecting validation event handler.
getColumnNumber() - Method in interface com.phloc.commons.error.IResourceLocation
 
getColumnNumber() - Method in class com.phloc.commons.error.ResourceLocation
 
getCombinations(List<DATATYPE>) - Method in class com.phloc.commons.math.CombinationGeneratorFlexible
Generate all combinations without duplicates.
getCombinations(List<DATATYPE>, boolean) - Static method in class com.phloc.commons.math.CombinationGeneratorFlexible
 
getCombinationsLeft() - Method in class com.phloc.commons.math.CombinationGenerator
 
getCombinedEnumeration(Enumeration<? extends ELEMENTTYPE>, Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a merged enumeration of both enumeration.
getCombinedIterator(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a merged iterator of both iterators.
getCombinedMap(Map<KEY, VALUE>, Map<KEY, VALUE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Create a map that contains the combination of the other 2 maps.
getComparatorMapEntryKey() - Static method in class com.phloc.commons.compare.ComparatorUtils
 
getComparatorMapEntryKey(ESortOrder) - Static method in class com.phloc.commons.compare.ComparatorUtils
 
getComparatorMapEntryKey(Comparator<? super KEYTYPE>) - Static method in class com.phloc.commons.compare.ComparatorUtils
 
getComparatorMapEntryValue() - Static method in class com.phloc.commons.compare.ComparatorUtils
 
getComparatorMapEntryValue(ESortOrder) - Static method in class com.phloc.commons.compare.ComparatorUtils
 
getComparatorMapEntryValue(Comparator<? super VALUETYPE>) - Static method in class com.phloc.commons.compare.ComparatorUtils
 
getComponent() - Method in class com.phloc.commons.changelog.ChangeLog
 
getComponentType(DATATYPE[]) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(ELEMENTTYPE, ELEMENTTYPE[], Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head and the array.
getConcatenated(ELEMENTTYPE[], ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(boolean[], boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(boolean, boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(byte[], byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(byte, byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(char[], char...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(char[][], char[]...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(char, char...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(double[], double...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(double, double...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(float[], float...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(float, float...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(int[], int...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(int, int...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(long[], long...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(long, long...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(short[], short...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(short, short...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenated(String[], String...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed two arrays, maintaining the order.
getConcatenated(String, String...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed head element and the array.
getConcatenated(String[], String) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a new array that combines the passed array and the tail element.
getConcatenatedInline(COLLTYPE, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getConcatenatedInline(COLLTYPE, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getConcatenatedList(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getConcatenatedList(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getConcatenatedList(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getConcatenatedOnDemand(String, String) - Static method in class com.phloc.commons.string.StringHelper
Concatenate the strings sFront and sEnd.
getConcatenatedOnDemand(String, String, String) - Static method in class com.phloc.commons.string.StringHelper
Concatenate the strings sFront and sEnd by the "sSep" string.
getConcatenatedOnDemand(String, char, String) - Static method in class com.phloc.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.phloc.commons.collections.ContainerHelper
 
getConcatenatedSet(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getConcatenatedSet(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getContainedFilters() - Method in class com.phloc.commons.filter.FilterChainAND
 
getContainedFilters() - Method in class com.phloc.commons.filter.FilterChainOR
 
getContainedFilters() - Method in class com.phloc.commons.filter.SerializableFilterChainAND
 
getContainedFilters() - Method in class com.phloc.commons.filter.SerializableFilterChainOR
 
getContainerTypeOfClass(Class<?>) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
 
getContainerTypeOfObject(Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
 
getContentByteCount() - Method in class com.phloc.commons.mime.MimeTypeContent
 
getContentBytes() - Method in class com.phloc.commons.mime.MimeTypeContent
 
getContentHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
 
getContentHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getContentHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getContentLocale() - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayNameInLocale
 
getContentLocale() - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryInLocale
 
getContentLocale() - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageInLocale
 
getContentLocale() - Method in class com.phloc.commons.name.ComparatorDisplayTextProvider
 
getContentLocale() - Method in class com.phloc.commons.name.ComparatorHasDisplayText
 
getContentSubType() - Method in interface com.phloc.commons.mime.IMimeType
 
getContentSubType() - Method in class com.phloc.commons.mime.MimeType
 
getContentType() - Method in interface com.phloc.commons.mime.IMimeType
 
getContentType() - Method in class com.phloc.commons.mime.MimeType
 
getContextClassLoader() - Static method in class com.phloc.commons.lang.ClassHelper
 
getConverter(Class<?>) - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
 
getConverterToMicroElement(Class<?>) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
 
getConverterToNative(Class<?>) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
 
getCopy(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(boolean[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(byte[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(char[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(double[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(float[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(int[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getCopy(long[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(short[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get a 1:1 copy of the passed array.
getCopy(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.io.streams.StreamUtils
Get a byte buffer with all the available content of the passed input stream.
getCopy(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
getCopyrightOwner() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
getCopyrightOwner() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getCopyWithLimit(InputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get a byte buffer with all the available content of the passed input stream.
getCopyWithLimit(Reader, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
getCopyWithLocales(IReadonlyMultiLingualText, Collection<Locale>) - Static method in class com.phloc.commons.text.impl.MultiLingualText
Get a copy of this object with the specified locales.
getCopyWithoutParameters() - Method in interface com.phloc.commons.mime.IMimeType
 
getCopyWithoutParameters() - Method in class com.phloc.commons.mime.MimeType
 
getCount() - Method in interface com.phloc.commons.stats.StatisticsHandlerCounterMBean
 
getCount(String) - Method in interface com.phloc.commons.stats.StatisticsHandlerKeyedCounterMBean
Get the count of a certain key.
getCounterHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getCounterHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getCountry() - Method in interface com.phloc.commons.IHasCountry
 
getCountry(Locale) - Static method in class com.phloc.commons.locale.country.CountryCache
 
getCountry(String) - Static method in class com.phloc.commons.locale.country.CountryCache
 
getCountryListAsLocales() - Static method in enum com.phloc.commons.locale.country.ECountry
 
getCurrentArchitectureBits() - Static method in enum com.phloc.commons.system.EProcessorArchitecture
 
getCurrentChar() - Method in class com.phloc.commons.text.utils.StringScanner
 
getCurrentIndex() - Method in class com.phloc.commons.text.utils.StringScanner
 
getCurrentOS() - Static method in enum com.phloc.commons.system.EOperatingSystem
 
getCurrentOSName() - Static method in enum com.phloc.commons.system.EOperatingSystem
 
getCurrentOSVersion() - Static method in enum com.phloc.commons.system.EOperatingSystem
 
getCurrentThreadStackAsString() - Static method in class com.phloc.commons.lang.StackTraceHelper
 
getCurrentVendor() - Static method in enum com.phloc.commons.system.EJVMVendor
 
getCurrentVersion() - Static method in enum com.phloc.commons.system.EJavaVersion
 
getCustomNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getCustomNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
getCustomNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
getCustomPrefix(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getCustomPrefix(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
getCustomPrefix(String) - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
getCustomPrefixes(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getCustomPrefixes(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
getCustomPrefixes(String) - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
getCutAfterLength(String, int) - Static method in class com.phloc.commons.string.StringHelper
 
getCutAfterLength(String, int, String) - Static method in class com.phloc.commons.string.StringHelper
 
getData() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
getData() - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
 
getData() - Method in interface com.phloc.commons.microdom.IMicroDataAware
 
getData() - Method in interface com.phloc.commons.microdom.IMicroProcessingInstruction
 
getData() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
getData() - Method in class com.phloc.commons.microdom.impl.MicroComment
 
getData() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
getData() - Method in class com.phloc.commons.microdom.impl.MicroText
 
getData() - Method in interface com.phloc.commons.tree.IBasicTreeItem
 
getData() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getData() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getDate() - Method in class com.phloc.commons.changelog.AbstractChangeLogEntry
 
getDeclarationHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
 
getDeclarationHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getDeclarationHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getDefaultBitSet() - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
 
getDefaultBitSet() - Static method in class com.phloc.commons.codec.URLCodec
 
getDefaultClassLoader() - Static method in class com.phloc.commons.lang.ClassHelper
 
getDefaultJMXDomain() - Static method in class com.phloc.commons.jmx.ObjectNameUtils
 
getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
 
getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
 
getDefaultTransformerFactory() - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
 
getDefaultXPathFactory() - Static method in class com.phloc.commons.xml.xpath.XPathHelper
 
getDelay() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Get the delay between runs.
getDerived(int) - Static method in class com.phloc.commons.hash.HashCodeGenerator
Create a HashCodeGenerator for derived classes where the base class also uses the HashCodeGenerator.
getDerived(String) - Static method in class com.phloc.commons.string.ToStringGenerator
Create a ToStringGenerator for derived classes where the base class also uses the ToStringGenerator.
getDescription() - Method in interface com.phloc.commons.name.IHasDescription
 
getDestinationClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
 
getDestinationClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
 
getDestinationClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
 
getDifference(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get all elements that are only contained in the first contained, and not in the second.
getDigest() - Method in class com.phloc.commons.io.streams.HashingInputStream
Get the message digest of this stream.
getDigest() - Method in class com.phloc.commons.io.streams.HashingOutputStream
Get the message digest of this stream.
getDigest() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Finish calculation of the hash value and return the digest.
getDigest(int) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Get only a part of the digest, namely the first number of bytes.
getDigest() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
getDigest(int) - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
getDigest(EMessageDigestAlgorithm, String, String) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
Deprecated.
getDigest(EMessageDigestAlgorithm, String, Charset) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getDigest(EMessageDigestAlgorithm, byte[]) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getDigest(EMessageDigestAlgorithm, byte[], int, int) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getDigest(String, String, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
Deprecated.
getDigest(String, Charset, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getDigest(byte[], EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getDigest(byte[], int, int, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getDigest() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getDigest(int) - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getDigestBytes() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
 
getDigestFromInputStream(InputStream, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
Create a hash value from the complete input stream.
getDigestHexString() - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
 
getDigestHexString() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
This method converts the current hash digest to a hex string.
getDigestLength() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
 
getDigestLength() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
getDigestLength() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
getDigestLong() - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
 
getDigestLong() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
This method finalizes the hash generation and creates the index.
getDigestString() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
 
getDirectChildElementCountNoNS(Element) - Static method in class com.phloc.commons.xml.XMLHelper
 
getDirectChildElementCountNoNS(Element, String) - Static method in class com.phloc.commons.xml.XMLHelper
 
getDirectChildElementCountNS(Element, String) - Static method in class com.phloc.commons.xml.XMLHelper
 
getDirectChildElementCountNS(Element, String, String) - Static method in class com.phloc.commons.xml.XMLHelper
 
getDirectoryContent(File) - Static method in class com.phloc.commons.io.file.FileUtils
This is a replacement for File.listFiles() doing some additional checks on permissions.
getDirectoryContent(File, FilenameFilter) - Static method in class com.phloc.commons.io.file.FileUtils
This is a replacement for File.listFiles(FilenameFilter) doing some additional checks on permissions.
getDirectoryContent(File, FileFilter) - Static method in class com.phloc.commons.io.file.FileUtils
This is a replacement for File.listFiles(FileFilter) doing some additional checks on permissions.
getDirectoryFromPackage(Package) - Static method in class com.phloc.commons.lang.CGStringHelper
Convert a package name to a relative directory name.
getDirectoryFromPackage(String) - Static method in class com.phloc.commons.lang.CGStringHelper
Convert a package name to a relative directory name.
getDirectoryObjectCount(File) - Static method in class com.phloc.commons.io.file.FileUtils
Returns the number of files and directories contained in the passed directory excluding the system internal directories.
getDisplayName() - Method in class com.phloc.commons.email.EmailAddress
 
getDisplayName(IHasDisplayName) - Method in class com.phloc.commons.name.DisplayNameProviderFromHasDisplayName
 
getDisplayName(DATATYPE) - Method in interface com.phloc.commons.name.IDisplayNameProvider
Get the name of the passed object.
getDisplayName() - Method in interface com.phloc.commons.name.IHasDisplayName
 
getDisplayName() - Method in enum com.phloc.commons.system.EOperatingSystem
 
getDisplayName() - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
getDisplayName() - Method in class com.phloc.commons.thirdparty.CustomLicense
 
getDisplayName() - Method in enum com.phloc.commons.thirdparty.ELicense
 
getDisplayName() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getDisplayNameProvider() - Method in class com.phloc.commons.name.ComparatorDisplayNameProvider
 
getDisplayText(Locale) - Method in class com.phloc.commons.error.ResourceError
 
getDisplayText(Locale) - Method in enum com.phloc.commons.locale.country.ECountry
 
getDisplayText(Locale) - Method in enum com.phloc.commons.locale.country.ECountryName
 
getDisplayText(Locale) - Method in enum com.phloc.commons.locale.country.ECountrySubName
 
getDisplayText(Locale) - Method in enum com.phloc.commons.locale.ELocaleName
 
getDisplayText(IHasDisplayText, Locale) - Method in class com.phloc.commons.name.DisplayTextProviderFromHasDisplayText
 
getDisplayText(Locale) - Method in class com.phloc.commons.name.HasDisplayTextWithArgs
 
getDisplayText(DATATYPE, Locale) - Method in interface com.phloc.commons.name.IDisplayTextProvider
Get the display text of the passed object in the given locale.
getDisplayText(Locale) - Method in interface com.phloc.commons.name.IHasDisplayText
 
getDisplayText(Locale) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
getDisplayText(Locale) - Method in enum com.phloc.commons.xml.transform.EXMLTransformTexts
 
getDisplayTextProvider() - Method in class com.phloc.commons.name.ComparatorDisplayTextProvider
 
getDisplayTextWithArgs(Locale, Object...) - Method in interface com.phloc.commons.name.IHasDisplayTextWithArgs
 
getDistance(char[], char[]) - Static method in class com.phloc.commons.text.utils.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.phloc.commons.text.utils.LevenshteinDistance
 
getDistance(String, String) - Static method in class com.phloc.commons.text.utils.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.phloc.commons.text.utils.LevenshteinDistance
 
getDividedBigDecimal(int, int) - Static method in class com.phloc.commons.math.MathHelper
Get the division result using BigDecimal.
getDividedDouble(int, int) - Static method in class com.phloc.commons.math.MathHelper
Divides the passed int dividend through the passed divisor (nDividend / nDivisor)
getDocType() - Method in interface com.phloc.commons.microdom.IMicroDocument
 
getDocType() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, IMicroDocumentType) - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
Get the XML representation of a document type.
getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, String, String, String) - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
Get the XML representation of a document type.
getDocumentBuilder() - Static method in class com.phloc.commons.xml.XMLFactory
 
getDocumentBuilderFactory() - Static method in class com.phloc.commons.xml.XMLFactory
 
getDocumentElement() - Method in interface com.phloc.commons.microdom.IMicroDocument
 
getDocumentElement() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
getDocumentRootElementTagName(IMicroDocument) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
Get the tag name of the passed documents root element.
getDOMImplementation() - Static method in class com.phloc.commons.xml.XMLFactory
 
getDOMNodeType() - Method in enum com.phloc.commons.microdom.EMicroNodeType
 
getDstClass() - Method in exception com.phloc.commons.typeconvert.TypeConverterException
 
getDTDHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
 
getDTDHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getDTDHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getDuration() - Method in class com.phloc.commons.lang.TimeValue
 
getElementName() - Method in interface com.phloc.commons.microdom.IHasElementName
 
getEmptyEnumeration() - Static method in class com.phloc.commons.collections.ContainerHelper
Create an empty enumeration.
getEmptyIterator() - Static method in class com.phloc.commons.collections.ContainerHelper
Create an empty iterator.
getEncoding(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getEncoding() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getEntityResolver() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getEntityResolver() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getEntityResolver() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
getEntityResolver() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getEntityResolver() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getEnumeration(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get an Enumeration object based on a Collection object.
getEnumeration(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
Get an Enumeration object based on the passed array.
getEnumeration(Iterator<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get an Enumeration object based on an Iterator object.
getEnumeration(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get an Enumeration object based on a Map object.
getEnumID(Enum<?>) - Static method in class com.phloc.commons.lang.EnumHelper
Get the unique name of the passed enum entry.
getErrorCode() - Method in class com.phloc.commons.io.file.FileIOError
 
getErrorCount() - Method in interface com.phloc.commons.error.IHasErrorLevels
 
getErrorCount() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getErrorCount() - Method in class com.phloc.commons.log.InMemoryLogger
 
getErrorField() - Method in interface com.phloc.commons.error.IHasErrorField
 
getErrorHandler() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getErrorHandler() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getErrorHandler() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
getErrorHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getErrorHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getErrorID() - Method in interface com.phloc.commons.error.IHasErrorID
 
getErrorLevel() - Method in class com.phloc.commons.callback.LoggingExceptionHandler
 
getErrorLevel() - Method in interface com.phloc.commons.error.IHasErrorLevel
 
getErrorLevel() - Method in class com.phloc.commons.error.ResourceError
 
getErrorLevel(int) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
Get the error level matching the passed JAXB severity.
getErrorLevel() - Method in class com.phloc.commons.log.LogMessage
 
getErrorMessage(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
 
getEventType() - Method in interface com.phloc.commons.microdom.IMicroEvent
 
getEventType() - Method in class com.phloc.commons.microdom.impl.MicroEvent
 
getException() - Method in class com.phloc.commons.io.file.FileIOError
 
getExceptionHandler() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getExceptionHandler() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getExceptionHandler() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
getExceptionHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getExceptionHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getExecutorService(int) - Method in class com.phloc.commons.concurrent.DefaultExecutorServiceFactory
 
getExecutorService(int) - Method in interface com.phloc.commons.concurrent.IExecutorServiceFactory
Get an ExecutorService for the given number of parallel tasks.
getExploded(char, String, int, COLLTYPE) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(char, String, int) - Static method in class com.phloc.commons.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(String, String, int, COLLTYPE) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExploded(String, String, int) - Static method in class com.phloc.commons.string.StringHelper
Take a concatenated String and return a List of all elements in the passed string, using specified separator string.
getExplodedArray(char, String, int) - Static method in class com.phloc.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.phloc.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.phloc.commons.string.StringHelper
Take a concatenated String and return an ordered LinkedHashSet of all elements in the passed string, using specified separator string.
getExplodedToSet(String, String) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Take a concatenated String and return a sorted TreeSet of all elements in the passed string, using specified separator string.
getExtension(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the extension of the passed file.
getExtension(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the extension of the passed filename.
getExtractedIntValue(BitSet) - Static method in class com.phloc.commons.lang.BitSetHelper
Extract the int representation of the passed bit set.
getExtractedLongValue(BitSet) - Static method in class com.phloc.commons.lang.BitSetHelper
Extract the long representation of the passed bit set.
getFactory() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getFactory() - Method in interface com.phloc.commons.tree.simple.ITreeItem
 
getFactory() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getFactory() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
 
getFactory() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getFailureCount() - Method in interface com.phloc.commons.error.IHasErrorLevels
 
getFailureCount() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getFailureCount() - Method in class com.phloc.commons.log.InMemoryLogger
 
getFeatureType() - Method in enum com.phloc.commons.xml.EXMLParserFeature
 
getFeatureValue(EXMLParserFeature) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getFeatureValue(EXMLParserFeature) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getFeatureValue(EXMLParserFeature) - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
Get the value of the specified parser feature
getFeatureValue(EXMLParserFeature) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getFeatureValue(EXMLParserFeature) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getField() - Method in interface com.phloc.commons.error.IResourceLocation
 
getField() - Method in class com.phloc.commons.error.ResourceLocation
 
getFile() - Method in class com.phloc.commons.io.monitor.FileChangeEvent
Returns the file that changed.
getFile1() - Method in class com.phloc.commons.io.file.FileIOError
 
getFile2() - Method in class com.phloc.commons.io.file.FileIOError
 
getFileFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
getFileHeaderLines() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getFileMonitorCount() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
 
getFilename() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEquals
 
getFilename() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEqualsIgnoreCase
 
getFilename() - Method in class com.phloc.commons.io.file.filter.FilenameFilterNotEquals
 
getFilenameFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
 
getFilenameFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
 
getFilenameFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
 
getFileReadChannel(String) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileReadChannel(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileSeparator() - Static method in class com.phloc.commons.SystemProperties
 
getFileSize(FileChannel) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileSizeDisplay(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileSizeDisplay(File, int) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileSizeDisplay(long) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileSizeDisplay(long, int) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileWriteChannel(String) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileWriteChannel(String, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileWriteChannel(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFileWriteChannel(File, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
 
getFilter() - Method in enum com.phloc.commons.i18n.ECodepointProfile
 
getFilteredMap(Map<KEY, VALUE>, Collection<KEY>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map consisting only of a set of specified keys.
getFirst(boolean[], boolean) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get the first element of the array or null if the passed array is empty.
getFirst(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the first element of the array or the passed default if the passed array is empty.
getFirst() - Method in interface com.phloc.commons.collections.pair.IReadonlyPair
 
getFirst() - Method in class com.phloc.commons.collections.pair.Pair
 
getFirst() - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
 
getFirst() - Method in class com.phloc.commons.collections.pair.ReadonlyPair
 
getFirst() - Method in interface com.phloc.commons.collections.triple.IReadonlyTriple
 
getFirst() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
getFirst() - Method in class com.phloc.commons.collections.triple.Triple
 
getFirstChar(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Get the first character of the passed character sequence
getFirstChar(char[]) - Static method in class com.phloc.commons.string.StringHelper
Get the first character of the passed array
getFirstChild() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getFirstChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getFirstChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getFirstChild() - Method in interface com.phloc.commons.parent.IHasChildrenSorted
Get the first child node or null if no child is present
getFirstChild() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getFirstChild() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getFirstChildElement() - Method in interface com.phloc.commons.microdom.IMicroElement
Get the first child element of this element.
getFirstChildElement(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Get the first child element with the given tag name.
getFirstChildElement(String, String) - Method in interface com.phloc.commons.microdom.IMicroElement
Get the first child element with the given tag name and the given namespace.
getFirstChildElement(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
Get the first child element with the given tag name.
getFirstChildElement(String, IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
Get the first child element with the given tag name and the given namespace.
getFirstChildElement() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getFirstChildElement(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getFirstChildElement(String, String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getFirstChildElement(IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getFirstChildElement(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getFirstChildElement(Node) - Static method in class com.phloc.commons.xml.XMLHelper
Get the first direct child element of the passed element.
getFirstChildElementOfName(Node, String) - Static method in class com.phloc.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.phloc.commons.xml.XMLHelper
Get the content of the first Text child element of the passed element.
getFirstElement(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first element of the passed list.
getFirstElement(SortedSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first element of the passed sorted set.
getFirstElement(Collection<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first element of the passed collection.
getFirstElement(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first element of the passed iterable.
getFirstElement(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first element of the passed map.
getFirstIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstIndex(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getFirstKey(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first key of the passed map.
getFirstKey(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first key of the passed sorted map.
getFirstSPIImplementation(Class<T>) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
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.phloc.commons.lang.ServiceLoaderUtils
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.phloc.commons.lang.ServiceLoaderUtils
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.phloc.commons.lang.ServiceLoaderUtils
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.phloc.commons.string.StringHelper
Get the first token up to (and excluding) the separating character.
getFirstToken(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get the first token up to (and excluding) the separating string.
getFirstValue(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first value of the passed map.
getFirstValue(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the first value of the passed map.
getFlagCount() - Method in class com.phloc.commons.collections.flags.FlagContainer
 
getFlagCount() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
getFlagCount() - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
 
getFlagCount() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
getFloorVersion() - Method in class com.phloc.commons.version.VersionRange
 
getFormat() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getFormat() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getFormats(String) - Method in class com.phloc.commons.text.resource.XMLResourceBundleControl
 
getFormatted(double, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the passed value according to the rules specified by the given locale.
getFormatted(int, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the passed value according to the rules specified by the given locale.
getFormatted(long, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the passed value according to the rules specified by the given locale.
getFormatted(BigInteger, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the passed value according to the rules specified by the given locale.
getFormatted(BigDecimal, Locale) - Static method in class com.phloc.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.phloc.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.phloc.commons.math.RoundHelper
Source: http://www.luschny.de/java/doubleformat.html
getFormattedExp(double, int, Locale) - Static method in class com.phloc.commons.math.RoundHelper
 
getFormattedExp2(double, Locale) - Static method in class com.phloc.commons.math.RoundHelper
 
getFormattedFix(double, int, Locale) - Static method in class com.phloc.commons.math.RoundHelper
 
getFormattedFix2(double, Locale) - Static method in class com.phloc.commons.math.RoundHelper
 
getFormattedPercent(double, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the given value as percentage.
getFormattedPercent(double, int, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the given value as percentage.
getFormattedText(String, Object...) - Static method in class com.phloc.commons.text.impl.TextFormatter
 
getFormattedText(Locale, String, Object...) - Static method in class com.phloc.commons.text.impl.TextFormatter
 
getFormattedValue(Object) - Method in interface com.phloc.commons.format.IFormatter
Convert the passed value to a formatted string according to the pattern.
getFormattedValue(Object) - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
 
getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
Convert the passed value from Object to formatted String.
getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
 
getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
 
getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
 
getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
 
getFormattedWithAllFractionDigits(BigDecimal, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
Format the passed value according to the rules specified by the given locale.
getFormatter() - Method in class com.phloc.commons.format.FormattedObject
 
getFormatter() - Method in class com.phloc.commons.format.FormatterProviderConstant
 
getFormatter() - Method in interface com.phloc.commons.format.IFormattedObject
 
getFormatter() - Method in interface com.phloc.commons.format.IFormatterProvider
Get the required formatting object to handle values of this context.
getFractionDigits(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
Get the number of effective fraction digits by the specified BigDecimal.
getFreeMemory() - Static method in class com.phloc.commons.system.SystemHelper
Returns the amount of free memory in the Java Virtual Machine.
getFromBytesOrNull(byte[]) - Static method in enum com.phloc.commons.charset.EUnicodeBOM
Find the BOM that is matching the passed byte array.
getFromCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
 
getFromCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractNotifyingCache
 
getFromCache(KEYTYPE, IUnidirectionalConverter<KEYTYPE, VALUETYPE>) - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversion
Get the value from the cache.
getFromCache(KEYTYPE) - Method in interface com.phloc.commons.cache.ISimpleCache
Get the cached value associated with the passed key.
getFromCache(Class<?>) - Method in class com.phloc.commons.jaxb.JAXBContextCache
 
getFromCacheNoStats(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
 
getFromCacheNoStatsNotLocked(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
 
getFromCacheNotLocked(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
 
getFromFirstExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and excluding the first passed char.
getFromFirstExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and excluding the passed string.
getFromFirstIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and including the first passed char.
getFromFirstIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and including the passed string.
getFromIDCaseInsensitiveOrDefault(String, EErrorLevel) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getFromIDCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed string ID case insensitive
getFromIDCaseInsensitiveOrNull(String) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getFromIDCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed string ID case insensitive
getFromIDCaseInsensitiveOrThrow(String) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getFromIDCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed string ID (case insensitive).
getFromIDOrDefault(String, EChangeLogAction) - Static method in enum com.phloc.commons.changelog.EChangeLogAction
 
getFromIDOrDefault(String, EChangeLogCategory) - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
 
getFromIDOrDefault(String, EErrorLevel) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getFromIDOrDefault(Class<ENUMTYPE>, KEYTYPE, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrDefault(Class<ENUMTYPE>, int, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrDefault(String, ETriState) - Static method in enum com.phloc.commons.state.ETriState
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.changelog.EChangeLogAction
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getFromIDOrNull(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrNull(Class<ENUMTYPE>, int) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed ID
getFromIDOrNull(String) - Static method in enum com.phloc.commons.locale.country.ECountry
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.microdom.EMicroEvent
 
getFromIDOrNull(int) - Static method in enum com.phloc.commons.microdom.EMicroNodeType
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.mime.EMimeContentType
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.state.ETriState
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.thirdparty.ELicense
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.type.EBaseType
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
 
getFromIDOrNull(int) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLCharMode
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
 
getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
 
getFromIDOrThrow(String) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getFromIDOrThrow(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed ID.
getFromIDOrThrow(Class<ENUMTYPE>, int) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed ID.
getFromIDOrUndefined(String) - Static method in enum com.phloc.commons.state.ETriState
 
getFromISOCodeOrNull(String) - Static method in enum com.phloc.commons.locale.country.ECountry
Try to find the country with the passed ISO code.
getFromLastExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and excluding the first passed char.
getFromLastExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and excluding the passed string.
getFromLastIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and including the first passed char.
getFromLastIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string from and including the passed string.
getFromMajorAndMinor(int, int) - Static method in enum com.phloc.commons.system.EJavaVersion
Get the matching Java version from a class version.
getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed name case insensitive
getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed name case insensitive
getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed name (case insensitive).
getFromNameOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed name
getFromNameOrNull(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed name
getFromNameOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLParserFeature
 
getFromNameOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLParserProperty
 
getFromNameOrThrow(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
Get the enum value with the passed name.
getFromStringIgnoreCase(String) - Static method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
 
getFromTextOrDefault(String, ENewLineMode) - Static method in enum com.phloc.commons.system.ENewLineMode
 
getFromTextOrNull(String) - Static method in enum com.phloc.commons.system.ENewLineMode
 
getFromValue(int, ESortOrder) - Static method in enum com.phloc.commons.compare.ESortOrder
 
getFromValueOrDefault(int) - Static method in enum com.phloc.commons.compare.ESortOrder
 
getFromVersionNumber(double) - Static method in enum com.phloc.commons.system.EJavaVersion
 
getFromVersionOrDefault(String, EXMLVersion) - Static method in enum com.phloc.commons.xml.EXMLVersion
Find the EXMLVersion object matching the passed version string.
getFromVersionOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLVersion
Find the EXMLVersion object matching the passed version string.
getFromXMLVersionOrThrow(EXMLVersion) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
Get the EXMLSerializeVersion from the specified EXMLVersion .
getGlobalUniqueDataID() - Method in class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
 
getGlobalUniqueDataID() - Method in interface com.phloc.commons.tree.withid.folder.IFolderTreeItem
 
getHashCode() - Method in class com.phloc.commons.hash.HashCodeGenerator
Retrieve the final hash code.
getHashCode(Object) - Static method in class com.phloc.commons.hash.HashCodeImplementationRegistry
 
getHashCode() - Method in interface com.phloc.commons.hash.IHashCodeGenerator
Retrieve the final hash code.
getHashCode(Object) - Method in interface com.phloc.commons.hash.IHashCodeImplementation
Get the hash code for the passed object
getHashCodeObj() - Method in class com.phloc.commons.hash.HashCodeGenerator
 
getHeight() - Method in class com.phloc.commons.gfx.ScalableSize
 
getHeight() - Method in interface com.phloc.commons.math.IHasHeight
 
getHexByte(char, char) - Static method in class com.phloc.commons.string.StringHelper
 
getHexChar(int) - Static method in class com.phloc.commons.string.StringHelper
Get the matching hex digit.
getHexDecoded(String) - Static method in class com.phloc.commons.string.StringHelper
 
getHexDecoded(char[]) - Static method in class com.phloc.commons.string.StringHelper
 
getHexDecoded(char[], int, int) - Static method in class com.phloc.commons.string.StringHelper
 
getHexEncoded(String, Charset) - Static method in class com.phloc.commons.string.StringHelper
Convert a string to a byte array and than to a hexadecimal encoded string.
getHexEncoded(byte[]) - Static method in class com.phloc.commons.string.StringHelper
Convert a byte array to a hexadecimal encoded string.
getHexEncoded(byte[], int, int) - Static method in class com.phloc.commons.string.StringHelper
Convert a byte array to a hexadecimal encoded string.
getHexString(byte) - Static method in class com.phloc.commons.string.StringHelper
 
getHexString(int) - Static method in class com.phloc.commons.string.StringHelper
 
getHexString(long) - Static method in class com.phloc.commons.string.StringHelper
 
getHexString(short) - Static method in class com.phloc.commons.string.StringHelper
 
getHexStringLeadingZero(byte, int) - Static method in class com.phloc.commons.string.StringHelper
 
getHexStringLeadingZero(int, int) - Static method in class com.phloc.commons.string.StringHelper
 
getHexStringLeadingZero(long, int) - Static method in class com.phloc.commons.string.StringHelper
 
getHexStringLeadingZero(short, int) - Static method in class com.phloc.commons.string.StringHelper
 
getHexStringLeadingZero2(byte) - Static method in class com.phloc.commons.string.StringHelper
 
getHexValue(char) - Static method in class com.phloc.commons.string.StringHelper
Get the decimal value of the passed hex character
getHexValueFromDigest(byte[]) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getHighSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
Get the high surrogate of this Codepoint
getHighSurrogate(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Get the high surrogate for a particular unicode codepoint
getHits() - Method in interface com.phloc.commons.stats.StatisticsHandlerCacheMBean
 
getHTMLEntityReferenceString(char) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
Get the entity reference for the specified character.
getID() - Method in enum com.phloc.commons.changelog.EChangeLogAction
 
getID() - Method in enum com.phloc.commons.changelog.EChangeLogCategory
 
getID() - Method in enum com.phloc.commons.error.EErrorLevel
 
getID(VALUETYPE) - Method in class com.phloc.commons.id.IDProviderFromHasID
 
getID() - Method in interface com.phloc.commons.id.IHasID
Get the unique ID of this object.
getID() - Method in interface com.phloc.commons.id.IHasSimpleIntID
 
getID() - Method in interface com.phloc.commons.id.IHasSimpleLongID
 
getID(VALUETYPE) - Method in interface com.phloc.commons.id.IIDProvider
Get the ID of the passed object.
getID(VALUETYPE) - Method in interface com.phloc.commons.id.ISimpleIntIDProvider
Get the ID of the passed object.
getID(VALUETYPE) - Method in interface com.phloc.commons.id.ISimpleLongIDProvider
Get the ID of the passed object.
getID(VALUETYPE) - Method in class com.phloc.commons.id.SimpleIntIDProviderFromHasSimpleIntID
 
getID(VALUETYPE) - Method in class com.phloc.commons.id.SimpleLongIDProviderFromHasSimpleLongID
 
getID() - Method in enum com.phloc.commons.locale.country.ECountry
 
getID() - Method in enum com.phloc.commons.microdom.EMicroEvent
 
getID() - Method in enum com.phloc.commons.microdom.EMicroNodeType
 
getID() - Method in enum com.phloc.commons.mime.EMimeContentType
 
getID() - Method in enum com.phloc.commons.state.ETriState
 
getID() - Method in class com.phloc.commons.thirdparty.CustomLicense
 
getID() - Method in enum com.phloc.commons.thirdparty.ELicense
 
getID() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getID() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
 
getID() - Method in enum com.phloc.commons.type.EBaseType
 
getID() - Method in class com.phloc.commons.type.TypedObject
 
getID() - Method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
 
getID() - Method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
 
getID() - Method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
 
getID() - Method in enum com.phloc.commons.xml.EXMLCharMode
 
getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
 
getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
 
getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
 
getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
 
getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
 
getIDObj() - Method in interface com.phloc.commons.id.IHasIntID
 
getIDObj() - Method in interface com.phloc.commons.id.IHasLongID
 
getIfChanged(DATATYPE) - Method in class com.phloc.commons.state.impl.ChangeWithValue
Get the store value if this is a change.
getIfChangedOrNull() - Method in class com.phloc.commons.state.impl.ChangeWithValue
Get the store value if this is a changed.
getIfFailure(DATATYPE) - Method in class com.phloc.commons.state.impl.SuccessWithValue
Get the store value if this is a failure.
getIfFailureOrNull() - Method in class com.phloc.commons.state.impl.SuccessWithValue
Get the store value if this is a failure.
getIfSuccess(DATATYPE) - Method in class com.phloc.commons.state.impl.SuccessWithValue
Get the store value if this is a success.
getIfSuccessOrNull() - Method in class com.phloc.commons.state.impl.SuccessWithValue
Get the store value if this is a success.
getIfUnchanged(DATATYPE) - Method in class com.phloc.commons.state.impl.ChangeWithValue
Get the store value if this is unchanged.
getIfUnchangedOrNull() - Method in class com.phloc.commons.state.impl.ChangeWithValue
Get the store value if this is unchanged.
getImageSize(IReadableResource) - Static method in class com.phloc.commons.gfx.ImageDataManager
 
getImploded(Iterable<?>) - Static method in class com.phloc.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.phloc.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.phloc.commons.string.StringHelper
Get a concatenated String from all elements of the passed container, separated by the specified separator char.
getImploded(String, String, Map<?, ?>) - Static method in class com.phloc.commons.string.StringHelper
Get a concatenated String from all elements of the passed map, separated by the specified separator strings.
getImploded(char, char, Map<?, ?>) - Static method in class com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.commons.string.StringHelper
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getImplodedNonEmpty(String, Iterable<String>) - Static method in class com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.commons.string.StringHelper
Get a concatenated String from all elements of the passed array, separated by the specified separator char.
getInBetweenValue(Object) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
 
getInceptionYear() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getIncorrectCharacterHandling() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getIncorrectCharacterHandling() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getIndent() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getIndent() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getIndentationString() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getIndentationString() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getIndex(int[], int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
getIndexOf(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get the first index of sSearch within sText.
getIndexOf(String, int, String) - Static method in class com.phloc.commons.string.StringHelper
Get the first index of sSearch within sText starting at index nFromIndex.
getIndexOf(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get the first index of cSearch within sText.
getIndexOf(String, int, char) - Static method in class com.phloc.commons.string.StringHelper
Get the first index of cSearch within sText starting at index nFromIndex.
getIndexOfExtension(String) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Get the first index of sSearch within sText ignoring case.
getIndexOfIgnoreCase(String, int, String, Locale) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Get the first index of cSearch within sText ignoring case.
getIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
Get the first index of cSearch within sText ignoring case starting at index nFromIndex.
getIndexOfLastSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Returns the index of the last directory separator character.
getInputStream(String) - Static method in class com.phloc.commons.io.file.FileUtils
 
getInputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
getInputStream() - Method in interface com.phloc.commons.io.IInputStreamProvider
Get the input stream to read from the object.
getInputStream(String) - Method in interface com.phloc.commons.io.IInputStreamResolver
Get the input stream from the given name.
getInputStream(String) - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
getInputStream(String) - Static method in class com.phloc.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.phloc.commons.io.resource.ClassPathResource
Get the input stream of the passed resource using the specified class loader only.
getInputStream() - Method in class com.phloc.commons.io.resource.ClassPathResource
Get the input stream for the specified path using automatic class loader handling.
getInputStream(File) - Static method in class com.phloc.commons.io.resource.FileSystemResource
 
getInputStream() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getInputStream(URL) - Static method in class com.phloc.commons.io.resource.URLResource
 
getInputStream() - Method in class com.phloc.commons.io.resource.URLResource
 
getInputStream(int, int) - Method in class com.phloc.commons.io.resource.URLResource
 
getInputStream(IWrapper<IOException>) - Method in class com.phloc.commons.io.resource.URLResource
 
getInputStream(int, int, IWrapper<IOException>) - Method in class com.phloc.commons.io.resource.URLResource
 
getInputStream(int, int, INonThrowingRunnableWithParameter<URLConnection>, IWrapper<IOException>) - Method in class com.phloc.commons.io.resource.URLResource
 
getInputStream() - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
 
getInputStream() - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
 
getInputStream() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
getInputStream(URL, int, int, INonThrowingRunnableWithParameter<URLConnection>, IWrapper<IOException>) - Static method in class com.phloc.commons.url.URLUtils
Get an input stream from the specified URL.
getInputStream() - Method in class com.phloc.commons.xml.transform.ResourceStreamSource
 
getInputStreamNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
Get the input stream to the this resource, using the passed class loader only.
getInstance() - Static method in class com.phloc.commons.collections.EmptySortedSet
 
getInstance() - Static method in class com.phloc.commons.collections.iterate.EmptyEnumeration
 
getInstance() - Static method in class com.phloc.commons.collections.iterate.EmptyIterator
 
getInstance() - Static method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
getInstance() - Static method in class com.phloc.commons.combine.CombinatorString
 
getInstance() - Static method in class com.phloc.commons.combine.CombinatorStringIgnoreNull
 
getInstance() - Static method in class com.phloc.commons.convert.UnidirectionalConverterHasNameString
 
getInstance() - Static method in class com.phloc.commons.convert.UnidirectionalConverterIntegerString
 
getInstance() - Static method in class com.phloc.commons.equals.EqualsImplementationRegistry
 
getInstance() - Static method in class com.phloc.commons.factory.FactoryNull
 
getInstance() - Static method in class com.phloc.commons.filter.FilterFalse
 
getInstance() - Static method in class com.phloc.commons.filter.FilterNotNull
 
getInstance() - Static method in class com.phloc.commons.filter.FilterNull
 
getInstance() - Static method in class com.phloc.commons.filter.FilterTrue
 
getInstance() - Static method in class com.phloc.commons.hash.HashCodeImplementationRegistry
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysFalse
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysTrue
 
getInstance() - Static method in class com.phloc.commons.io.file.filter.FilenameFilterPublicDirectory
 
getInstance() - Static method in class com.phloc.commons.jaxb.JAXBContextCache
 
getInstance() - Static method in class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandler
 
getInstance() - Static method in class com.phloc.commons.jaxb.validation.LoggingValidationEventHandler
 
getInstance(Locale) - Static method in class com.phloc.commons.lang.DateFormatSymbolsFactory
 
getInstance(Locale) - Static method in class com.phloc.commons.lang.DecimalFormatSymbolsFactory
 
getInstance() - Static method in class com.phloc.commons.microdom.convert.impl.StringMicroTypeConverter
 
getInstance() - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
 
getInstance() - Static method in class com.phloc.commons.random.VerySecureRandom
 
getInstance() - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
 
getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderBestMatch
 
getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderExact
 
getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderFuzzy
 
getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderRuleBased
 
getInstance() - Static method in class com.phloc.commons.xml.FilterElementWithoutNamespace
 
getInstance() - Static method in class com.phloc.commons.xml.sax.DoNothingSAXErrorHandler
 
getInstance() - Static method in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
 
getInstance() - Static method in class com.phloc.commons.xml.schema.XMLSchemaCache
 
getIntDivided(int, int, RoundingMode) - Static method in class com.phloc.commons.math.MathHelper
 
getIntDividedCeil(int, int) - Static method in class com.phloc.commons.math.MathHelper
 
getIntDividedFloor(int, int) - Static method in class com.phloc.commons.math.MathHelper
 
getIntersected(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get all elements that are contained in the first AND in the second container.
getIntIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getIntIDFactory() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
getInverted(boolean) - Static method in class com.phloc.commons.lang.BooleanHelper
Get the converted boolean value
getInvocationCount() - Method in interface com.phloc.commons.stats.IStatisticsHandler
 
getInvocationCount(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyed
Get the invocation count for a single key.
getISOCountryCode() - Method in enum com.phloc.commons.locale.country.ECountry
 
getIssueDateTime() - Method in class com.phloc.commons.log.LogMessage
 
getItemDataWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getItemDataWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Get the data of the tree item that corresponds to the given ID.
getItemOfDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
getItemOfDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
Try to retrieve the stored item with the given ID.
getItemWithID(KEYTYPE) - Method in interface com.phloc.commons.parent.IChildrenProviderWithUniqueID
Retrieve the objects with the passed ID or null if no such object.
getItemWithID(KEYTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSortingWithUniqueID
 
getItemWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
getItemWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Get the ITreeItemWithID that corresponds to the given ID.
getIterator(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getIterator(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getIterator(Iterator<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getIterator(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getIterator(Iterable<SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
getJavaClassPath() - Static method in class com.phloc.commons.SystemProperties
 
getJavaClassVersion() - Static method in class com.phloc.commons.SystemProperties
 
getJavaHome() - Static method in class com.phloc.commons.SystemProperties
 
getJavaLibraryPath() - Static method in class com.phloc.commons.SystemProperties
 
getJavaSpecificationUrl() - Static method in class com.phloc.commons.SystemProperties
 
getJavaSpecificationVendor() - Static method in class com.phloc.commons.SystemProperties
 
getJavaSpecificationVersion() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVendor() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVendorURL() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVersion() - Static method in class com.phloc.commons.system.SystemHelper
 
getJavaVersion() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVmSpecificationUrl() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVmSpecificationVendor() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVmSpecificationVersion() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVmUrl() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVmVendor() - Static method in class com.phloc.commons.SystemProperties
 
getJavaVmVersion() - Static method in class com.phloc.commons.SystemProperties
 
getJVMVendor() - Static method in class com.phloc.commons.system.SystemHelper
 
getKey() - Method in class com.phloc.commons.collections.SingleMapEntry
 
getKey() - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
getKeyCombinator() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
getKeyCombinator() - Method in interface com.phloc.commons.tree.withid.folder.IFolderTreeItemFactory
 
getKeyedCounterHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getKeyedCounterHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getKeyedSizeHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getKeyedSizeHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getKeyedTimerHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getKeyedTimerHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getKeys() - Method in class com.phloc.commons.text.resource.XMLResourceBundle
 
getLast(boolean[], boolean) - Static method in class com.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.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.phloc.commons.collections.ArrayHelper
Get the last element of the array or null if the passed array is empty.
getLast(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the last element of the array or the passed default if the passed array is empty.
getLastChar(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Get the last character of the passed character sequence
getLastChar(char[]) - Static method in class com.phloc.commons.string.StringHelper
Get the last character of the passed array
getLastChild() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getLastChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getLastChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getLastChild() - Method in interface com.phloc.commons.parent.IHasChildrenSorted
Get the last child node or null if no child is present
getLastChild() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getLastChild() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getLastElement(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getLastElement(SortedSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getLastElement(Collection<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getLastElement(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getLastError() - Method in class com.phloc.commons.io.file.FileOperationManager
 
getLastError() - Method in interface com.phloc.commons.io.file.IFileOperationManager
 
getLastIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndex(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
Get the index of the passed search value in the passed value array.
getLastIndexOf(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get the last index of sSearch within sText.
getLastIndexOf(String, int, String) - Static method in class com.phloc.commons.string.StringHelper
Get the last index of sSearch within sText starting at index nFromIndex.
getLastIndexOf(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get the last index of cSearch within sText.
getLastIndexOf(String, int, char) - Static method in class com.phloc.commons.string.StringHelper
Get the last index of cSearch within sText starting at index nFromIndex.
getLastIndexOfIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
Get the last index of sSearch within sText ignoring case.
getLastIndexOfIgnoreCase(String, int, String, Locale) - Static method in class com.phloc.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.phloc.commons.string.StringHelper
Get the last index of cSearch within sText ignoring case.
getLastIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
Get the last index of cSearch within sText ignoring case starting at index nFromIndex.
getLastKey(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the last key of the passed sorted map.
getLastOperation() - Method in class com.phloc.commons.io.file.FileOperationManager
 
getLastOperation() - Method in interface com.phloc.commons.io.file.IFileOperationManager
 
getLastToken(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get the last token from (and excluding) the separating character.
getLastToken(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get the last token from (and excluding) the separating string.
getLastValidationErrors() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Get the parsing errors from the last read/write actions.
getLastValidationEventHandler() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Get the last created validation event handler.
getLastValue(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get the last value of the passed map.
getLatestRelease() - Method in class com.phloc.commons.changelog.ChangeLog
 
getLeadingCharCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get the number of specified chars, the passed string starts with.
getLeadingWhitespaceCount(String) - Static method in class com.phloc.commons.string.StringHelper
Get the number of leading white spaces according to Character.isWhitespace(char)
getLeadingZero(Byte, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLeadingZero(Integer, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLeadingZero(Long, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLeadingZero(Short, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLeadingZero(int, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLeadingZero(long, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLeadingZero(String, int) - Static method in class com.phloc.commons.string.StringHelper
 
getLength(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Get the length of the passed character sequence.
getLength(NodeList) - Static method in class com.phloc.commons.xml.XMLHelper
 
getLevel() - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
getLevel() - Method in interface com.phloc.commons.hierarchy.IBaseHierarchyWalker
 
getLevel() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
 
getLexicalHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
 
getLexicalHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getLexicalHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getLicense() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
getLicense() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getLineCount(String) - Static method in class com.phloc.commons.string.StringHelper
 
getLineCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
 
getLineNumber() - Method in interface com.phloc.commons.error.IResourceLocation
 
getLineNumber() - Method in class com.phloc.commons.error.ResourceLocation
 
getLineSeparator() - Static method in class com.phloc.commons.SystemProperties
 
getLinkedException() - Method in interface com.phloc.commons.error.IResourceError
 
getLinkedException() - Method in class com.phloc.commons.error.ResourceError
 
getListenerCount() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
 
getListenerCount() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
 
getLocale() - Method in interface com.phloc.commons.IHasLocale
 
getLocale(String) - Static method in class com.phloc.commons.locale.LocaleCache
Get the Locale object matching the given language.
getLocale(String, String) - Static method in class com.phloc.commons.locale.LocaleCache
Get the Locale object matching the given language and country.
getLocale(String, String, String) - Static method in class com.phloc.commons.locale.LocaleCache
Get the Locale object matching the given locale string
getLocale() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getLocale() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
getLocale() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getLocaleCount() - Method in interface com.phloc.commons.IHasLocales
 
getLocaleCount() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getLocaleCount() - Method in class com.phloc.commons.text.impl.TextProvider
 
getLocaleDisplayName(Locale, Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
Get the display name of the passed language in the currently selected UI language.
getLocaleFromString(String) - Static method in class com.phloc.commons.locale.LocaleUtils
Convert a String in the form "language-country-variant" to a Locale object.
getLocaleNativeDisplayName(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
Get the display name of the passed locale in the passed locale.
getLocaleToUseOrFallback(Locale, Collection<Locale>, Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
 
getLocaleToUseOrNull(Locale, Collection<Locale>) - Static method in class com.phloc.commons.locale.LocaleUtils
 
getLocalName() - Method in interface com.phloc.commons.microdom.IMicroElement
Get the local name of the element.
getLocalName() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getLocation() - Method in interface com.phloc.commons.error.IResourceError
 
getLocation() - Method in class com.phloc.commons.error.ResourceError
 
getLocationResourceID(ValidationEventLocator) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
 
getLogMessage(Throwable) - Method in class com.phloc.commons.callback.LoggingExceptionHandler
Get the text to be logged for a certain exception
getLogMessage(Throwable) - Method in class com.phloc.commons.xml.serialize.XMLLoggingExceptionHandler
 
getLongAsInt(long, int) - Static method in class com.phloc.commons.math.MathHelper
 
getLongDivided(long, long, RoundingMode) - Static method in class com.phloc.commons.math.MathHelper
 
getLongDividedCeil(long, long) - Static method in class com.phloc.commons.math.MathHelper
 
getLongDividedFloor(long, long) - Static method in class com.phloc.commons.math.MathHelper
 
getLongFromDigest(byte[]) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
 
getLongIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getLongIDFactory() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
getLowSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
Get the low surrogate of this Codepoint
getLowSurrogate(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Get the low surrogate for a particular unicode codepoint
getMajor() - Method in class com.phloc.commons.version.Version
 
getMap() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getMap() - Method in class com.phloc.commons.text.impl.TextProvider
 
getMap() - Method in interface com.phloc.commons.text.IReadonlyMultiLingualText
 
getMappedInputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
Get an input stream to the specified file, using memory mapping.
getMappedOutputStream(String) - Static method in class com.phloc.commons.io.file.FileUtils
 
getMappedOutputStream(String, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
 
getMappedOutputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
 
getMappedOutputStream(File, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
 
getMappedPrefix(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
Check if the passed namespace URI is mapped in the namespace context.
getMappingCount() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
getMaskedXMLText(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
 
getMaskedXMLTextLength(EXMLVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
 
getMaskedXMLTextLength(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
 
getMatcher(String, String) - Static method in class com.phloc.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.phloc.commons.regex.RegExHelper
Get the Java Matcher object for the passed pair of regular expression and value.
getMax(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
 
getMax() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
 
getMaxBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.phloc.commons.math.MathHelper
 
getMaxBigInteger(BigInteger, BigInteger...) - Static method in class com.phloc.commons.math.MathHelper
 
getMaxDouble(double, double...) - Static method in class com.phloc.commons.math.MathHelper
 
getMaxFloat(float, float...) - Static method in class com.phloc.commons.math.MathHelper
 
getMaximumByteCount() - Static method in enum com.phloc.commons.charset.EUnicodeBOM
 
getMaxInt(int, int...) - Static method in class com.phloc.commons.math.MathHelper
 
getMaxLong(long, long...) - Static method in class com.phloc.commons.math.MathHelper
 
getMaxMemory() - Static method in class com.phloc.commons.system.SystemHelper
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
getMaxSize() - Method in class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
 
getMaxSize() - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversionAndMaxSize
 
getMaxSize() - Method in class com.phloc.commons.collections.LRUCache
 
getMaxSize() - Method in class com.phloc.commons.collections.LRUSet
 
getMessage() - Method in exception com.phloc.commons.i18n.InvalidCharacterException
 
getMessage() - Method in class com.phloc.commons.log.LogMessage
 
getMessage(Class<?>) - Method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
 
getMessage(Class<?>, Class<?>) - Method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
 
getMicro() - Method in class com.phloc.commons.version.Version
 
getMillis() - Method in class com.phloc.commons.timing.StopWatch
 
getMimeType() - Method in class com.phloc.commons.mime.MimeTypeContent
 
getMimeTypeFromBytes(byte[]) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Try to determine the MIME type from the given byte array.
getMimeTypeFromBytes(byte[], IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Try to determine the MIME type from the given byte array.
getMimeTypeFromExtension(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Get the MIME type from the passed filename extension.
getMimeTypeFromFilename(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Get the MIME type from the extension of the passed filename.
getMimeTypeFromString(String, String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Deprecated.
getMimeTypeFromString(String, Charset) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Try to find the MIME type that matches the passed content string.
getMimeTypeFromString(String, Charset, IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Try to find the MIME type that matches the passed content string.
getMimeTypeObjectFromExtension(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Get the MIME type object from the passed filename extension.
getMimeTypeObjectFromFilename(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Get the MIME type object from the extension of the passed filename.
getMin(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
 
getMin() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
 
getMinBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.phloc.commons.math.MathHelper
 
getMinBigInteger(BigInteger, BigInteger...) - Static method in class com.phloc.commons.math.MathHelper
 
getMinDouble(double, double...) - Static method in class com.phloc.commons.math.MathHelper
 
getMinFloat(float, float...) - Static method in class com.phloc.commons.math.MathHelper
 
getMinInt(int, int...) - Static method in class com.phloc.commons.math.MathHelper
 
getMinLong(long, long...) - Static method in class com.phloc.commons.math.MathHelper
 
getMinor() - Method in class com.phloc.commons.version.Version
 
getMisses() - Method in interface com.phloc.commons.stats.StatisticsHandlerCacheMBean
 
getMode() - Method in enum com.phloc.commons.io.file.ERandomAccessFileMode
 
getMostSevere(EErrorLevel, EErrorLevel) - Static method in enum com.phloc.commons.error.EErrorLevel
 
getMostSevereErrorLevel() - Method in interface com.phloc.commons.error.IHasErrorLevels
Get the most severe error level within this group.
getMostSevereErrorLevel() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getMostSevereErrorLevel() - Method in class com.phloc.commons.log.InMemoryLogger
 
getName() - Method in class com.phloc.commons.cache.AbstractCache
 
getName() - Method in interface com.phloc.commons.microdom.IMicroEntityReference
 
getName() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
getName() - Method in interface com.phloc.commons.name.IHasName
 
getName(DATATYPE) - Method in interface com.phloc.commons.name.INameProvider
Get the name of the passed object.
getName(IHasName) - Method in class com.phloc.commons.name.NameProviderFromHasName
 
getName() - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
getName() - Method in enum com.phloc.commons.xml.EXMLParserFeature
 
getName() - Method in enum com.phloc.commons.xml.EXMLParserProperty
 
getNamespaceContext() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getNamespaceContext() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getNamespaceURI() - Method in interface com.phloc.commons.microdom.IMicroElement
Get the namespace URI of this element
getNamespaceURI() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getNamespaceURI() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
getNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getNamespaceURI(Node) - Static method in class com.phloc.commons.xml.XMLHelper
 
getNamespaceURIOfPrefix(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
Get the URL matching a given namespace prefix in this level.
getNanos() - Method in class com.phloc.commons.timing.StopWatch
 
getNestedElementFilter() - Method in class com.phloc.commons.xml.FilterNodeIsElement
 
getNestedFilter() - Method in class com.phloc.commons.filter.AbstractFilter
 
getNestedFilter() - Method in class com.phloc.commons.filter.AbstractSerializableFilter
 
getNewID() - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
 
getNewID() - Method in interface com.phloc.commons.idfactory.IIDFactory
 
getNewID() - Method in interface com.phloc.commons.idfactory.IIntIDFactory
Create a new unique integer ID.
getNewID() - Method in interface com.phloc.commons.idfactory.ILongIDFactory
Create a new unique long ID.
getNewID() - Method in class com.phloc.commons.idfactory.MemoryIntIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.MemoryLongIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
getNewIntID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getNewLineMode() - Method in enum com.phloc.commons.system.EOperatingSystem
 
getNewlineString() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getNewlineString() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getNewLongID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getNewPersistentIntID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getNewPersistentLongID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getNewPersistentStringID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getNewStaticID() - Static method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
 
getNewStaticID() - Static method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
 
getNewStringID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getNextFreeCode() - Method in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
getNextSibling() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getNextSibling() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getNode(byte[]) - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
 
getNodeAsString(IMicroNode, IXMLWriterSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroWriter
 
getNodeAsString(Node, IXMLWriterSettings) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
 
getNodeName() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroComment
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroContainer
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroText
 
getNodeTypeAsString(int) - Static method in class com.phloc.commons.xml.XMLDebug
 
getNodeValue() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getNodeValue() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroComment
 
getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroText
 
getNoNamespaceSchemaLocation(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getNotNull(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getNotNull(Set<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getNotNull(SortedSet<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getNotNull(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getNotNull(SortedMap<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getNotNull(String) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string but never return null.
getNotNull(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string but never return null.
getNotNull(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Get the passed CharSequence but never return null.
getNotNull(CharSequence, CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Get the passed CharSequence but never return null.
getNumberOfProcessors() - Static method in class com.phloc.commons.system.SystemHelper
 
getNumericLevel() - Method in enum com.phloc.commons.error.EErrorLevel
 
getObjectAddress(Object) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the hex representation of the passed object's address.
getObjectTypeName() - Method in class com.phloc.commons.type.ObjectType
 
getOccurrenceCount(String, String) - Static method in class com.phloc.commons.string.StringHelper
Count the number of occurrences of sSearch within sText.
getOccurrenceCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
Count the number of occurrences of cSearch within sText.
getOccurrenceCountIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
Count the number of occurrences of sSearch within sText ignoring case.
getOccurrenceCountIgnoreCase(String, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
Count the number of occurrences of cSearch within sText ignoring case.
getOperatingSystem() - Static method in class com.phloc.commons.system.SystemHelper
 
getOperatingSystemName() - Static method in class com.phloc.commons.system.SystemHelper
 
getOperation() - Method in class com.phloc.commons.io.file.FileIOError
 
getOptions() - Method in class com.phloc.commons.regex.RegExPattern
 
getORChained(FileFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
getORChained(FilenameFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
getOrCreate(KEYTYPE) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
Get or create the collection of the specified key.
getOriginalComparator() - Method in class com.phloc.commons.compare.ReverseComparator
 
getOriginalFilter() - Method in class com.phloc.commons.filter.FilterInverted
 
getOriginalFilter() - Method in class com.phloc.commons.filter.SerializableFilterInverted
 
getOriginalVersion() - Method in class com.phloc.commons.changelog.ChangeLog
 
getOriginalXSDs() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
getOsArch() - Static method in class com.phloc.commons.SystemProperties
 
getOsName() - Static method in class com.phloc.commons.SystemProperties
 
getOsVersion() - Static method in class com.phloc.commons.SystemProperties
 
getOutputStream(String) - Static method in class com.phloc.commons.io.file.FileUtils
Get an output stream for writing to a file.
getOutputStream(String, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
Get an output stream for writing to a file.
getOutputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
Get an output stream for writing to a file.
getOutputStream(File, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
Get an output stream for writing to a file.
getOutputStream(EAppend) - Method in interface com.phloc.commons.io.IOutputStreamProvider
Get the output stream to read from the object.
getOutputStream(String, EAppend) - Method in interface com.phloc.commons.io.IOutputStreamResolver
Get the output stream from the given name.
getOutputStream(String, EAppend) - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
getOutputStream(File, EAppend) - Static method in class com.phloc.commons.io.resource.FileSystemResource
 
getOutputStream(EAppend) - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getOutputStream(EAppend) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
getOutputStream() - Method in class com.phloc.commons.xml.transform.ResourceStreamResult
 
getOwnerDocument(Node) - Static method in class com.phloc.commons.xml.XMLHelper
Get the owner document of the passed node.
getParam(String) - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getParam(String) - Method in interface com.phloc.commons.url.ISimpleURL
Get the parameter value of the given key.
getParamCount() - Method in enum com.phloc.commons.io.file.EFileIOOperation
 
getParamCount() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getParamCount() - Method in interface com.phloc.commons.url.IURLData
 
getParamCount() - Method in class com.phloc.commons.url.URLData
 
getParameterAtIndex(int) - Method in interface com.phloc.commons.mime.IMimeType
Get the parameter at the specified index.
getParameterAtIndex(int) - Method in class com.phloc.commons.mime.MimeType
 
getParameterCount() - Method in interface com.phloc.commons.mime.IMimeType
 
getParameterCount() - Method in class com.phloc.commons.mime.MimeType
 
getParametersAsString(EMimeQuoting) - Method in interface com.phloc.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.phloc.commons.mime.MimeType
 
getParameterValueWithName(String) - Method in interface com.phloc.commons.mime.IMimeType
Get the value of the parameter with the specified name.
getParameterValueWithName(String) - Method in class com.phloc.commons.mime.MimeType
 
getParameterWithName(String) - Method in interface com.phloc.commons.mime.IMimeType
Get the parameter with the specified name.
getParameterWithName(String) - Method in class com.phloc.commons.mime.MimeType
 
getParent() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getParent() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getParent() - Method in interface com.phloc.commons.parent.IHasParent
Get the parent object of this object.
getParent(PARENTTYPE) - Method in class com.phloc.commons.parent.impl.ParentProviderHasParent
 
getParent(PARENTTYPE) - Method in interface com.phloc.commons.parent.IParentProvider
Get the parent of the passed object.
getParent() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getParent() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getParentData() - Method in interface com.phloc.commons.tree.IBasicTreeItem
 
getParentData() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
getParentData() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getParentElementWithName(String) - Method in interface com.phloc.commons.microdom.IMicroNode
 
getParentElementWithName(String, String) - Method in interface com.phloc.commons.microdom.IMicroNode
 
getParentElementWithName(String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getParentElementWithName(String, String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getParentID() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
getParentID() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
 
getPart(ChangeLog) - Method in class com.phloc.commons.changelog.ComparatorChangeLogComponent
 
getPart(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.collections.pair.ComparatorPairFirst
 
getPart(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.collections.pair.ComparatorPairSecond
 
getPart(DATATYPE) - Method in class com.phloc.commons.compare.AbstractPartComparator
 
getPart(DATATYPE) - Method in class com.phloc.commons.compare.AbstractPartComparatorComparable
 
getPart(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasID
 
getPart(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasIDComparable
 
getPart(ITEMTYPE) - Method in class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
 
getPart(ITEMTYPE) - Method in class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
 
getPath(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the path of the passed file name without any eventually contained filename.
getPath() - Method in interface com.phloc.commons.io.IResourceBase
 
getPath() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getPath() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getPath() - Method in class com.phloc.commons.io.resource.URLResource
 
getPath(IMicroNode, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
Get the path of the given node, up to the root element.
getPath() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getPath() - Method in interface com.phloc.commons.url.IURLData
 
getPath() - Method in class com.phloc.commons.url.URLData
 
getPathFromClass(Class<?>) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the path representation of the passed class.
getPathFromClass(String) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the path representation of the passed class name.
getPathSeparator() - Static method in class com.phloc.commons.SystemProperties
 
getPathToNode(Node) - Static method in class com.phloc.commons.xml.XMLHelper
Shortcut for XMLHelper.getPathToNode(Node, String) using "/" as the separator.
getPathToNode(Node, String) - Static method in class com.phloc.commons.xml.XMLHelper
Get the path from root node to the passed node.
getPathUsingUnixSeparator(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Ensure that the path (not the absolute path!)
getPathUsingUnixSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Ensure that the passed path is using the Unix style separator "/" instead of the Operating System dependent one.
getPattern(String) - Static method in class com.phloc.commons.regex.RegExPool
Get the cached regular expression pattern.
getPattern(String, int) - Static method in class com.phloc.commons.regex.RegExPool
Get the cached regular expression pattern.
getPercentValue(BigDecimal, BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
Get x% from base
getPercentValue(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.phloc.commons.math.MathHelper
Get x% from base with rounding etc.
getPersistentIntIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getPersistentLongIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getPersistentStringIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getPersonal() - Method in class com.phloc.commons.email.EmailAddress
 
getPersonal() - Method in interface com.phloc.commons.email.IEmailAddress
 
getPlainText() - Method in interface com.phloc.commons.IHasPlainText
 
getPlane() - Method in class com.phloc.commons.i18n.Codepoint
Plane 0 (0000–FFFF): Basic Multilingual Plane (BMP).
getPlusFeature() - Method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
 
getPosition() - Method in class com.phloc.commons.io.streams.CountingInputStream
 
getPosition() - Method in class com.phloc.commons.io.streams.DebugInputStream
 
getPosition() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
 
getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
getPrefix() - Method in class com.phloc.commons.io.file.filter.FilenameFilterStartsWith
 
getPrefix() - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
getPrefix(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getPrefixes(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
 
getPrefixOfNamespaceURI(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
 
getPrefixToNamespaceURIMap() - Method in interface com.phloc.commons.xml.namespace.IIterableNamespaceContext
Get all contained mappings.
getPrefixToNamespaceURIMap() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
getPrefixToNamespaceURIMap() - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
getPreviousSibling() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getPreviousSibling() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
getPrimitiveClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
Get the primitive class of the passed primitive wrapper class.
getPrimitiveWrapperClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
Get the primitive wrapper class of the passed primitive class.
getProcessorArchitecture() - Static method in class com.phloc.commons.system.SystemHelper
 
getPropertyType() - Method in enum com.phloc.commons.xml.EXMLParserProperty
 
getPropertyValue(String) - Static method in class com.phloc.commons.SystemProperties
 
getPropertyValue(EXMLParserProperty) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getPropertyValue(EXMLParserProperty) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getPropertyValue(EXMLParserProperty) - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
Get the value of the specified parser property
getPropertyValue(EXMLParserProperty) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
getPropertyValue(EXMLParserProperty) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
getPropertyValueOrNull(String) - Static method in class com.phloc.commons.SystemProperties
 
getProtocol() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
getProtocol() - Method in enum com.phloc.commons.url.EURLProtocol
 
getProtocol() - Method in interface com.phloc.commons.url.IURLData
 
getProtocol() - Method in interface com.phloc.commons.url.IURLProtocol
 
getProtocol() - Method in class com.phloc.commons.url.URLData
 
getProtocol() - Method in class com.phloc.commons.url.URLProtocol
 
getProtocol(String) - Static method in class com.phloc.commons.url.URLProtocolRegistry
Try to evaluate the matching URL protocol from the passed URL
getProtocol(IURLData) - Static method in class com.phloc.commons.url.URLProtocolRegistry
Try to evaluate the matching URL protocol from the passed URL
getProtocols() - Method in interface com.phloc.commons.url.IURLProtocolRegistrarSPI
 
getPublicID() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
 
getPublicID() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
getPublicID() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
getPublicId() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getQualifiedName() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
 
getQualifiedName() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
getQualifier() - Method in class com.phloc.commons.version.Version
 
getQueryStringAsMap(String) - Static method in class com.phloc.commons.url.URLUtils
 
getQueueLength() - Method in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
 
getQueueLength() - Method in interface com.phloc.commons.concurrent.collector.IConcurrentCollector
 
getQuotedString(String) - Method in enum com.phloc.commons.mime.EMimeQuoting
 
getRandomAccessFile(String, ERandomAccessFileMode) - Static method in class com.phloc.commons.io.file.FileUtils
 
getRandomAccessFile(File, ERandomAccessFileMode) - Static method in class com.phloc.commons.io.file.FileUtils
 
getReadableCloneForPath(String) - Method in interface com.phloc.commons.io.IReadableResource
 
getReadableCloneForPath(String) - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getReadableCloneForPath(String) - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getReadableCloneForPath(URL) - Method in class com.phloc.commons.io.resource.URLResource
 
getReadableCloneForPath(String) - Method in class com.phloc.commons.io.resource.URLResource
 
getReadableResource(String) - Method in interface com.phloc.commons.io.IReadableResourceProvider
Get the resource specified by the given name for reading.
getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.URLResourceProvider
 
getReader(String) - Method in interface com.phloc.commons.io.IInputStreamAndReaderProvider
Deprecated.
getReader(Charset) - Method in interface com.phloc.commons.io.IInputStreamAndReaderProvider
Get an Reader based on this input stream provider using the given charset.
getReader() - Method in interface com.phloc.commons.io.IReaderProvider
Get the reader to read from the object.
getReader(String) - Method in interface com.phloc.commons.io.IReaderResolver
Get the reader from the given name.
getReader(String) - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
getReader(String) - Method in class com.phloc.commons.io.resource.ClassPathResource
Deprecated.
getReader(Charset) - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getReader(File, String) - Static method in class com.phloc.commons.io.resource.FileSystemResource
Deprecated.
getReader(File, Charset) - Static method in class com.phloc.commons.io.resource.FileSystemResource
 
getReader(String) - Method in class com.phloc.commons.io.resource.FileSystemResource
Deprecated.
getReader(Charset) - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getReader(String) - Method in class com.phloc.commons.io.resource.URLResource
Deprecated.
getReader(Charset) - Method in class com.phloc.commons.io.resource.URLResource
 
getReader(String) - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
Deprecated.
getReader(Charset) - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
 
getReader(String) - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
Deprecated.
getReader(Charset) - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
 
getReader(String) - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
Deprecated.
getReader(Charset) - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
getReader() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
getReader() - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
 
getReaderNoCache(ClassLoader, String) - Method in class com.phloc.commons.io.resource.ClassPathResource
Deprecated.
getReaderNoCache(ClassLoader, Charset) - Method in class com.phloc.commons.io.resource.ClassPathResource
Create a Reader of this resource, using the specified class loader only.
getReason() - Method in exception com.phloc.commons.typeconvert.TypeConverterException
 
getRegEx() - Method in class com.phloc.commons.regex.RegExPattern
 
getRegisteredMicroTypeConverterCount() - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
 
getRegisteredSerializationConverterCount() - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
 
getRegisteredTypeConverterCount() - Static method in class com.phloc.commons.typeconvert.TypeConverterRegistry
 
getRegisteredTypeConverterRuleCount() - Static method in class com.phloc.commons.typeconvert.TypeConverterRegistry
 
getRegularExpressions() - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
 
getRegularExpressions() - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
 
getRelativeToParentDirectory(File, File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Tries to express the passed file path relative to the passed parent directory.
getRemainingChars() - Method in class com.phloc.commons.text.utils.StringScanner
 
getRepeated(char, int) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string element repeated for a certain number of times.
getRepeated(String, int) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string element repeated for a certain number of times.
getReplaceMultipleResultLength(char[], char[], char[][]) - Static method in class com.phloc.commons.string.StringHelper
Get the result length (in characters) when replacing all patterns with the replacements on the passed input array.
getReserveCount() - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
 
getReserveCount() - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
 
getResourceBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getResourceBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getResourceError() - Method in interface com.phloc.commons.error.IHasResourceError
 
getResourceErrors() - Method in interface com.phloc.commons.error.IHasResourceErrorGroup
 
getResourceErrors() - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
 
getResourceErrors() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
getResourceErrors() - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
 
getResourceID() - Method in interface com.phloc.commons.error.IResourceLocation
 
getResourceID() - Method in class com.phloc.commons.error.ResourceLocation
 
getResourceID() - Method in interface com.phloc.commons.io.IResourceBase
 
getResourceID() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
getResourceID() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getResourceID() - Method in class com.phloc.commons.io.resource.URLResource
 
getRest() - Method in class com.phloc.commons.text.utils.StringScanner
Get all remaining chars, and set the index to the end of the input string
getReverse(String) - Static method in class com.phloc.commons.string.StringHelper
 
getReverseInlineList(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getReverseIterator(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getReverseList(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getReverseLookup(IMultiMapSetBased<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map where the lookup (1K..nV) has been reversed to (1V..nK)
getReverseLookupSet(IMultiMap<KEYTYPE, VALUETYPE, ? extends Collection<VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map where the lookup (1K..nV) has been reversed to (1V..nK)
getRFC1522Encoding() - Method in class com.phloc.commons.codec.AbstractRFC1522Codec
Returns the codec name (referred to as encoding in the RFC 1522).
getRFC1522Encoding() - Method in class com.phloc.commons.codec.RFC1522BCodec
 
getRFC1522Encoding() - Method in class com.phloc.commons.codec.RFC1522QCodec
 
getRoot() - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
getRootItem() - Method in interface com.phloc.commons.tree.IBasicTree
 
getRootItem() - Method in class com.phloc.commons.tree.simple.BasicTree
 
getRootItem() - Method in class com.phloc.commons.tree.withid.BasicTreeWithID
 
getRounded(double, int, RoundingMode, RoundHelper.EDecimalType) - Static method in class com.phloc.commons.math.RoundHelper
Source: http://www.luschny.de/java/doubleformat.html
getRoundedEvenExp(double, int) - Static method in class com.phloc.commons.math.RoundHelper
Round using the RoundingMode.HALF_EVEN mode and exponential representation
getRoundedEvenExp2(double) - Static method in class com.phloc.commons.math.RoundHelper
Round using the RoundingMode.HALF_EVEN mode, exponential representation and a precision scale of 2.
getRoundedUpFix(double, int) - Static method in class com.phloc.commons.math.RoundHelper
Round using the RoundingMode.HALF_UP mode and fix representation
getRoundedUpFix2(double) - Static method in class com.phloc.commons.math.RoundHelper
Round using the RoundingMode.HALF_UP mode, fix representation and a precision scale of 2.
getSafe(List<ELEMENTTYPE>, int) - Static method in class com.phloc.commons.collections.ContainerHelper
Safe list element accessor method.
getSafe(List<ELEMENTTYPE>, int, ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
Safe list element accessor method.
getSafeClassName(Object) - Static method in class com.phloc.commons.lang.CGStringHelper
Get the class name of the passed object.
getSafeElement(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSafeElement(ELEMENTTYPE[], int, ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSaxParseError(EErrorLevel, SAXParseException) - Static method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
Utility method to convert a SAXParseException into an IResourceError.
getScaledToHeight(int) - Method in class com.phloc.commons.gfx.ScalableSize
 
getScaledToWidth(int) - Method in class com.phloc.commons.gfx.ScalableSize
 
getSchema(IReadableResource) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Get a cached Schema from a single resource.
getSchema(IReadableResource...) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Get a cached Schema that consists of multiple resources.
getSchema(Collection<? extends IReadableResource>) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Get a cached Schema that consists of multiple resources.
getSchema() - Method in interface com.phloc.commons.xml.schema.IHasSchema
 
getSchema() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
getSchema() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
getSchema() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
getSchemaLocation(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getSecond() - Method in interface com.phloc.commons.collections.pair.IReadonlyPair
 
getSecond() - Method in class com.phloc.commons.collections.pair.Pair
 
getSecond() - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
 
getSecond() - Method in class com.phloc.commons.collections.pair.ReadonlyPair
 
getSecond() - Method in interface com.phloc.commons.collections.triple.IReadonlyTriple
 
getSecond() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
getSecond() - Method in class com.phloc.commons.collections.triple.Triple
 
getSeconds() - Method in class com.phloc.commons.timing.StopWatch
 
getSecureFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
Get a secure File object based on the passed file object.
getSecureFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Avoid 0 byte attack.
getSeparator() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
 
getSeparator() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
 
getSerializeComments() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getSerializeComments() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getSerializeDocType() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getSerializeDocType() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getSettings() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
getSize(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
getSize(Collection<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Retrieve the size of the passed Collection.
getSize(Map<?, ?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Retrieve the size of the passed Map.
getSize(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Retrieve the size of the passed Iterable.
getSize(IIterableIterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Retrieve the size of the passed Iterable.
getSize(Iterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Retrieve the size of the passed Iterator.
getSize(Enumeration<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
Retrieve the size of the passed Enumeration.
getSizeHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getSizeHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getSizeHelperOfLocale(Locale) - Static method in class com.phloc.commons.io.misc.SizeHelper
Get the size helper for the passed locale.
getSizeInBytes() - Method in enum com.phloc.commons.charset.EUnicodeBOM
 
getSizeInBytes() - Method in interface com.phloc.commons.IHasByteSize
 
getSmallFactorial(int) - Static method in class com.phloc.commons.math.FactorialHelper
Calculate n!
getSorted(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterator to a sorted list.
getSorted(IIterableIterator<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterator to a sorted list.
getSorted(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterator to a sorted list.
getSorted(Iterator<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterator to a sorted list.
getSorted(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterable object to a sorted list.
getSorted(Iterable<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterable object to a sorted list.
getSorted(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given collection object to a sorted list.
getSorted(Collection<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given collection object to a sorted list.
getSorted(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterable object to a sorted list.
getSorted(ELEMENTTYPE[], Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Convert the given iterable object to a sorted list.
getSorted(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
Convert the given iterator to a sorted list.
getSorted(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>, Comparator<? super DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
Convert the given iterator to a sorted list.
getSorted(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
Convert the given iterator to a sorted list.
getSorted(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>, Comparator<? super DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
Convert the given iterator to a sorted list.
getSortedByKey(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map sorted by aIter's keys.
getSortedByKey(Map<KEYTYPE, VALUETYPE>, ESortOrder) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map sorted by its keys.
getSortedByKey(Map<KEYTYPE, VALUETYPE>, Comparator<? super KEYTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map sorted by its keys.
getSortedByPairFirst(Collection<? extends IReadonlyPair<V1, V2>>) - Static method in class com.phloc.commons.collections.pair.PairUtils
 
getSortedByPairSecond(Collection<? extends IReadonlyPair<V1, V2>>) - Static method in class com.phloc.commons.collections.pair.PairUtils
 
getSortedByValue(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map sorted by its values.
getSortedByValue(Map<KEYTYPE, VALUETYPE>, ESortOrder) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map sorted by its values.
getSortedByValue(Map<KEYTYPE, VALUETYPE>, Comparator<? super VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map sorted by aIter's values.
getSortedInline(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getSortedInline(List<ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getSortOrder() - Method in class com.phloc.commons.compare.AbstractComparator
 
getSourceClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
 
getSourceClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
 
getSourceClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
 
getSourceNode() - Method in interface com.phloc.commons.microdom.IMicroEvent
 
getSourceNode() - Method in class com.phloc.commons.microdom.impl.MicroEvent
 
getSplitToArray(CharSequence, String) - Static method in class com.phloc.commons.regex.RegExHelper
Split the passed text with the given regular expression.
getSplitToArray(CharSequence, String, int) - Static method in class com.phloc.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.phloc.commons.regex.RegExHelper
Split the passed text with the given regular expression.
getSplitToList(CharSequence, String, int) - Static method in class com.phloc.commons.regex.RegExHelper
Split the passed text with the given regular expression.
getSrcClass() - Method in exception com.phloc.commons.typeconvert.TypeConverterException
 
getStackAsString(StackTraceElement[], boolean) - Static method in class com.phloc.commons.lang.StackTraceHelper
 
getStackAsString(StackTraceElement[]) - Static method in class com.phloc.commons.lang.StackTraceHelper
 
getStackAsString(Thread) - Static method in class com.phloc.commons.lang.StackTraceHelper
 
getStackAsString(Thread, boolean) - Static method in class com.phloc.commons.lang.StackTraceHelper
 
getStackAsString(Throwable) - Static method in class com.phloc.commons.lang.StackTraceHelper
Get the stack trace of a throwable as string.
getStackAsString(Throwable, boolean) - Static method in class com.phloc.commons.lang.StackTraceHelper
Get the stack trace of a throwable as string.
getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
getStackTrace() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
 
getString(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
getString(Locale, ClassLoader) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
getString(ResourceBundle, String) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getString(String, Locale, String) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getString(String, Locale, String, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getStringData() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getStringIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
getSubList(List<ELEMENTTYPE>, int, int) - Static method in class com.phloc.commons.collections.ContainerHelper
Gets a sublist excerpt of the passed list.
getSubType() - Method in interface com.phloc.commons.typeconvert.ITypeConverterRule
 
getSubType() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRule
 
getSuccessCount() - Method in interface com.phloc.commons.error.IHasErrorLevels
 
getSuccessCount() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
getSuccessCount() - Method in class com.phloc.commons.log.InMemoryLogger
 
getSuffix() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEndsWith
 
getSum(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
 
getSum() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
 
getSunCharacterEscapeHandler(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getSunIndentString(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getSunNamespacePrefixMapper(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getSunXMLHeaders(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
getSupportedFeatures() - Static method in class com.phloc.commons.xml.XMLDebug
 
getSupportedFeatures(EXMLDOMFeatureVersion) - Static method in class com.phloc.commons.xml.XMLDebug
 
getSwappedKeyValues(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Get a map where keys and values are exchanged.
getSystemCharset() - Static method in class com.phloc.commons.system.SystemHelper
 
getSystemCharsetName() - Static method in class com.phloc.commons.system.SystemHelper
 
getSystemClassLoader() - Static method in class com.phloc.commons.lang.ClassHelper
 
getSystemID() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
 
getSystemID() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
getSystemID() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
getSystemId() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
getSystemLocale() - Static method in class com.phloc.commons.system.SystemHelper
 
getTableIndex() - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
 
getTagName() - Method in interface com.phloc.commons.microdom.IMicroElement
Get the name of the tag.
getTagName() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getTagName() - Method in class com.phloc.commons.xml.FilterElementWithTagName
 
getTarget() - Method in interface com.phloc.commons.microdom.IMicroProcessingInstruction
 
getTarget() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
getTargetNode() - Method in interface com.phloc.commons.microdom.IMicroEvent
 
getTargetNode() - Method in class com.phloc.commons.microdom.impl.MicroEvent
 
getText(Locale) - Method in class com.phloc.commons.changelog.ChangeLogEntry
Get the text of the specified locale.
getText() - Method in enum com.phloc.commons.mime.EMimeContentType
 
getText() - Method in enum com.phloc.commons.system.ENewLineMode
 
getText(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
 
getText(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getText() - Method in interface com.phloc.commons.text.IPredefinedLocaleTextProvider
 
getText(Locale) - Method in interface com.phloc.commons.text.ISimpleTextProvider
Get the text specific for the passed locale.
getText(Enum<?>, ISimpleTextProvider, Locale) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
getText(Enum<?>, ITextProvider, Locale) - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
Get the text of the given element in the given locale.
getText(Enum<?>, ISimpleTextProvider, Locale) - Method in interface com.phloc.commons.text.resolve.IEnumTextResolver
Get the text of an enumeration item.
getTextContent() - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContent() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getTextContentTrimmed() - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContentTrimmed() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getTextContentWithConversion(Class<DSTTYPE>) - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
Get the concatenated text content of all direct IMicroText child nodes of this element.
getTextContentWithConversion(Class<DSTTYPE>) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
getTextWithArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.AbstractTextProvider
 
getTextWithArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getTextWithArgs(Object...) - Method in interface com.phloc.commons.text.IPredefinedLocaleTextProvider
 
getTextWithArgs(Locale, Object...) - Method in interface com.phloc.commons.text.ITextProvider
Get the text specific for the passed locale.
getTextWithArgs(Enum<?>, ITextProvider, Locale, Object...) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
 
getTextWithArgs(Enum<?>, ITextProvider, Locale, Object[]) - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
Get the text of the given element in the given locale using the passed arguments.
getTextWithArgs(Enum<?>, ITextProvider, Locale, Object...) - Method in interface com.phloc.commons.text.resolve.IEnumTextResolver
Get the text of an enumeration item with placeholder texts being replaced.
getTextWithLocaleFallback(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
 
getTextWithLocaleFallback(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getTextWithLocaleFallback(Locale) - Method in interface com.phloc.commons.text.ISimpleTextProvider
Get the text specific for the passed locale.
getTextWithLocaleFallbackAndArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.AbstractTextProvider
 
getTextWithLocaleFallbackAndArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
getTextWithLocaleFallbackAndArgs(Locale, Object...) - Method in interface com.phloc.commons.text.ITextProvider
Get the text specific for the passed locale.
getThird() - Method in interface com.phloc.commons.collections.triple.IReadonlyTriple
 
getThird() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
getThird() - Method in class com.phloc.commons.collections.triple.Triple
 
getThread() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
 
getThreadInfo() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
 
getThrowable() - Method in class com.phloc.commons.log.LogMessage
 
getTimerHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getTimerHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
 
getTimeUnit() - Method in class com.phloc.commons.lang.TimeValue
 
getTmpDir() - Static method in class com.phloc.commons.SystemProperties
 
getToString(Object) - Static method in class com.phloc.commons.string.StringHelper
Convert the passed object to a string using the Object.toString() method.
getToString(Object, String) - Static method in class com.phloc.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.phloc.commons.math.CombinationGenerator
 
getTotalMemory() - Static method in class com.phloc.commons.system.SystemHelper
Returns the total amount of memory in the Java virtual machine.
getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
getTotalValueCount() - Method in interface com.phloc.commons.collections.multimap.IMultiMap
 
getTotalValueCount(IMultiMap<?, ?, ?>) - Static method in class com.phloc.commons.collections.multimap.MultiMapHelper
 
getTrailingCharCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get the number of specified chars, the passed string ends with.
getTrailingWhitespaceCount(String) - Static method in class com.phloc.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.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getTreeWithIDAsXML(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super ITEMTYPE>, IUnidirectionalConverter<KEYTYPE, String>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getTreeWithStringIDAsXML(IBasicTree<DATATYPE, ITEMTYPE>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
Specialized conversion method for converting a tree with ID to a standardized XML tree.
getType() - Method in interface com.phloc.commons.microdom.IMicroNode
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroComment
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroContainer
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
getType() - Method in class com.phloc.commons.microdom.impl.MicroText
 
getType() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
getTypeConverter(Class<?>, Class<?>) - Method in interface com.phloc.commons.typeconvert.ITypeConverterProvider
Find a type converter from the source class to the destination class.
getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderBestMatch
 
getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderExact
 
getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderFuzzy
 
getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderRuleBased
 
getTypedAttribute(String, Class<DATATYPE>) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getTypedAttribute(String, Class<DATATYPE>, DATATYPE) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
 
getTypedAttribute(String, Class<DATATYPE>) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getTypedAttribute(String, Class<DATATYPE>, DATATYPE) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
Get the attribute value associated to the given attribute name.
getTypeID() - Method in interface com.phloc.commons.type.IHasType
 
getTypeID() - Method in class com.phloc.commons.type.TypedObject
 
getUnifiedEmailAddress(String) - Static method in class com.phloc.commons.email.EmailAddressUtils
Get the unified version of an email address.
getUnifiedURL(String) - Static method in class com.phloc.commons.url.URLValidator
Get the unified version of a URL.
getUnquotedString(String) - Method in enum com.phloc.commons.mime.EMimeQuoting
 
getUnsignedInt(int) - Static method in class com.phloc.commons.math.MathHelper
Converts the passed signed integer to an unsigned long
getUntil(char) - Method in class com.phloc.commons.text.utils.StringScanner
Get the string until the specified end character, but excluding the end character.
getUntilBalanced(int, char, char) - Method in class com.phloc.commons.text.utils.StringScanner
 
getUntilFirstExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and excluding first the passed char.
getUntilFirstExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and excluding the first passed string.
getUntilFirstIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and including the first passed char.
getUntilFirstIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and including the first passed string.
getUntilIndex(int) - Method in class com.phloc.commons.text.utils.StringScanner
 
getUntilLastExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and excluding first the passed char.
getUntilLastExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and excluding the first passed string.
getUntilLastIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and including the first passed char.
getUntilLastIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
Get everything from the string up to and including the first passed string.
getUntilWhiteSpace() - Method in class com.phloc.commons.text.utils.StringScanner
 
getURL() - Method in class com.phloc.commons.thirdparty.CustomLicense
 
getURL() - Method in enum com.phloc.commons.thirdparty.ELicense
 
getURL() - Method in interface com.phloc.commons.thirdparty.ILicense
 
getURLString(IURLData, String) - Static method in class com.phloc.commons.url.URLUtils
Deprecated.
getURLString(IURLData, Charset) - Static method in class com.phloc.commons.url.URLUtils
 
getURLString(String, Map<String, String>, String, IEncoder<String>) - Static method in class com.phloc.commons.url.URLUtils
Get the final representation of the URL using the specified elements.
getURLString(String, Map<String, String>, String, String) - Static method in class com.phloc.commons.url.URLUtils
Deprecated.
getURLString(String, Map<String, String>, String, Charset) - Static method in class com.phloc.commons.url.URLUtils
Get the final representation of the URL using the specified elements.
getUsedPrefixOfNamespace(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
Resolve the given namespace URI to a prefix.
getUserDir() - Static method in class com.phloc.commons.SystemProperties
 
getUserHome() - Static method in class com.phloc.commons.SystemProperties
 
getUserName() - Static method in class com.phloc.commons.SystemProperties
 
getUTF8ByteCount(String) - Static method in class com.phloc.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.phloc.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.phloc.commons.charset.CharsetManager
 
getUTF8ByteCount(int) - Static method in class com.phloc.commons.charset.CharsetManager
Get the number of bytes necessary to represent the passed character.
getUtf8ResourceBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getUtf8ResourceBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getUtf8String(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
getUtf8String(Locale, ClassLoader) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
getUtf8String(String, Locale, String) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getUtf8String(String, Locale, String, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
 
getValidationEventHandlerFactory() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
getValidator(IReadableResource) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Get a new validator based on the Schema that consists of a single resource.
getValidator(IReadableResource...) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Get a new validator based on the Schema that consists of multiple resources.
getValidator(Collection<? extends IReadableResource>) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Get a new validator based on the Schema that consists of multiple resources.
getValidatorFromSchema(Schema) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
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.phloc.commons.locale.LocaleUtils
 
getValidLanguageCode(String) - Static method in class com.phloc.commons.locale.LocaleUtils
 
getValue() - Method in class com.phloc.commons.collections.SingleMapEntry
 
getValue() - Method in enum com.phloc.commons.compare.ESortOrder
 
getValue() - Method in class com.phloc.commons.format.FormattedObject
 
getValue() - Method in interface com.phloc.commons.format.IFormattedObject
Get the original value.
getValue() - Method in class com.phloc.commons.i18n.Codepoint
The codepoint value
getValue() - Method in class com.phloc.commons.mime.MimeTypeParameter
 
getValueAsString() - Method in enum com.phloc.commons.compare.ESortOrder
 
getValueAsString(Object) - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
Convert the source value to a string by using the TypeConverter.
getValueClass() - Method in enum com.phloc.commons.xml.EXMLParserProperty
 
getValueClassName() - Method in enum com.phloc.commons.xml.EXMLParserProperty
 
getValueQuotedIfNecessary(EMimeQuoting) - Method in class com.phloc.commons.mime.MimeTypeParameter
 
getValueToCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractNotifyingCache
This abstract method is invoked, once a new value needs to be put into the cache.
getValueToCache(Package) - Method in class com.phloc.commons.jaxb.JAXBContextCache
 
getValueToCache(RegExPattern) - Method in class com.phloc.commons.regex.RegExPool
 
getValueToCache(List<? extends IReadableResource>) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
 
getVariableCount() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
getVendorEmail() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getVendorEmailSuffix() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getVendorLocation() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getVendorName() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getVendorURL() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getVendorURLWithoutProtocol() - Static method in class com.phloc.commons.vendor.VendorInfo
 
getVersion() - Method in class com.phloc.commons.changelog.ChangeLog
 
getVersion() - Method in class com.phloc.commons.changelog.ChangeLogRelease
 
getVersion() - Method in class com.phloc.commons.thirdparty.CustomLicense
 
getVersion() - Method in enum com.phloc.commons.thirdparty.ELicense
 
getVersion() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
getVersion() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getVersion() - Method in interface com.phloc.commons.version.IHasVersion
 
getVersion() - Method in enum com.phloc.commons.xml.EXMLVersion
 
getVersionRange() - Method in interface com.phloc.commons.version.IHasVersionRange
 
getWebSiteURL() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
getWebSiteURL() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
getWidth() - Method in class com.phloc.commons.gfx.ScalableSize
 
getWidth() - Method in interface com.phloc.commons.math.IHasWidth
 
getWithoutAnySpaces(String) - Static method in class com.phloc.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.phloc.commons.io.resource.ClassPathResource
 
getWithoutExtension(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the name of the passed file without the extension.
getWithoutExtension(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the passed filename without the extension.
getWithoutLeadingChar(String) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string without the first char.
getWithoutLeadingChars(String, int) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string without the specified number of leading chars.
getWithoutPath(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the name of the passed file without any eventually leading path.
getWithoutPath(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Get the name of the passed file without any eventually leading path.
getWithoutProtocol(String) - Static method in class com.phloc.commons.url.URLProtocolRegistry
Return the passed URL where the protocol has been stripped (if known)
getWithoutTrailingChar(String) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string without the last char.
getWithoutTrailingChars(String, int) - Static method in class com.phloc.commons.string.StringHelper
Get the passed string without the specified number of trailing chars.
getWithoutTrailingZeroes(String) - Static method in class com.phloc.commons.math.MathHelper
Get the passed String as a BigDecimal without any trailing zeroes.
getWithoutTrailingZeroes(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
Get the passed BigDecimal without any trailing zeroes.
getWithProtocol(String) - Method in enum com.phloc.commons.url.EURLProtocol
 
getWithProtocol(String) - Method in interface com.phloc.commons.url.IURLProtocol
Prefix the passed URL with this protocol.
getWithProtocol(String) - Method in class com.phloc.commons.url.URLProtocol
 
getWithProtocolIfNone(String) - Method in enum com.phloc.commons.url.EURLProtocol
 
getWithProtocolIfNone(String) - Method in interface com.phloc.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.phloc.commons.url.URLProtocol
 
getWrappedErrorHandler() - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
 
getWrappedErrorListener() - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
getWrappedHandler() - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
 
getWrappedInputStream() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
getWrappedOutputStream() - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
getWrappedReader() - Method in class com.phloc.commons.io.streams.WrappedReader
 
getWrappedURIResolver() - Method in class com.phloc.commons.xml.transform.AbstractTransformURIResolver
 
getWrappedWriter() - Method in class com.phloc.commons.io.streams.WrappedWriter
 
getWritableCloneForPath(String) - Method in interface com.phloc.commons.io.IWritableResource
 
getWritableCloneForPath(String) - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getWritableResource(String) - Method in interface com.phloc.commons.io.IWritableResourceProvider
Get the resource specified by the given name for writing.
getWritableResource(String) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
getWritableResource(String) - Method in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
getWriter(String, EAppend) - Method in interface com.phloc.commons.io.IOutputStreamAndWriterProvider
Deprecated.
getWriter(Charset, EAppend) - Method in interface com.phloc.commons.io.IOutputStreamAndWriterProvider
Get an Writer based on this output stream provider using the given charset.
getWriter() - Method in interface com.phloc.commons.io.IWriterProvider
Get the writer to write to an object.
getWriter(String, EAppend) - Method in interface com.phloc.commons.io.IWriterResolver
Get the writer from the given name.
getWriter(String, EAppend) - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
getWriter(File, String, EAppend) - Static method in class com.phloc.commons.io.resource.FileSystemResource
Deprecated.
getWriter(File, Charset, EAppend) - Static method in class com.phloc.commons.io.resource.FileSystemResource
 
getWriter(String, EAppend) - Method in class com.phloc.commons.io.resource.FileSystemResource
Deprecated.
getWriter(Charset, EAppend) - Method in class com.phloc.commons.io.resource.FileSystemResource
 
getWriter(String, EAppend) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
Deprecated.
getWriter(Charset, EAppend) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
 
getWriter() - Method in class com.phloc.commons.io.streamprovider.StringWriterProvider
 
getXML10EntityReferenceString(char) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
Get the entity reference for the specified character.
getXML11EntityReferenceString(char) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
Get the entity reference for the specified character.
getXMLAsTreeWithID(IMicroDocument, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getXMLAsTreeWithID(IMicroElement, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueID(IMicroDocument, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueID(IMicroElement, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueStringID(IMicroDocument, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getXMLAsTreeWithUniqueStringID(IMicroElement, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
 
getXMLBundle(String) - Static method in class com.phloc.commons.text.resource.XMLResourceBundle
 
getXMLBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.XMLResourceBundle
 
getXMLBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.XMLResourceBundle
 
getXMLNSAttrName(String) - Static method in class com.phloc.commons.xml.XMLHelper
Get the full qualified attribute name to use for the given namespace prefix.
getXMLString(IMicroNode) - Static method in class com.phloc.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.phloc.commons.xml.serialize.XMLWriter
Convert the passed micro node to an XML string using XMLWriterSettings.DEFAULT_XML_SETTINGS.
getXMLVersion() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
getXMLVersion() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
getXMLVersionString() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
 
GlobalDebug - Class in com.phloc.commons
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.phloc.commons.GlobalDebug
 
GlobalIDFactory - Class in com.phloc.commons.idfactory
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.
GZIP - Static variable in class com.phloc.commons.base64.Base64
Specify that data should be gzip-compressed in second bit.

H

handleEvent(ValidationEvent) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
 
handleEvent(IMicroEvent) - Method in interface com.phloc.commons.microdom.IMicroEventTarget
Called when a IMicroEvent is triggered.
handleGetObject(String) - Method in class com.phloc.commons.text.resource.XMLResourceBundle
Main internal lookup
handleKeySet() - Method in class com.phloc.commons.text.resource.XMLResourceBundle
More efficient version to retrieve the keySet
handlePutNamespaceContextPrefixInRoot(Map<String, String>) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
handleReadException(JAXBException) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
handleWriteException(JAXBException) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
hasAnchor() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
hasAnchor() - Method in interface com.phloc.commons.url.IURLData
 
hasAnchor() - Method in class com.phloc.commons.url.URLData
 
hasAnnotation(Object) - Method in class com.phloc.commons.cache.AnnotationUsageCache
 
hasAnnotation(Class<?>) - Method in class com.phloc.commons.cache.AnnotationUsageCache
 
hasAnyFeature() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
hasAnyFeature() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
hasAnyFeature() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
hasAnyFeature() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
hasAnyFeature() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
hasAnyMapping() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
hasAnyParameters() - Method in interface com.phloc.commons.mime.IMimeType
 
hasAnyParameters() - Method in class com.phloc.commons.mime.MimeType
 
hasAnyProperties() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
hasAnyProperties() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
hasAnyProperties() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
 
hasAnyProperties() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
hasAnyProperties() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
hasAttribute(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Check if this element has an attribute with the specified name.
hasAttribute(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasAttributes() - Method in interface com.phloc.commons.microdom.IMicroElement
 
hasAttributes() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasChildElementNodes(Node) - Static method in class com.phloc.commons.xml.XMLHelper
Check if the passed node has at least one direct child element or not.
hasChildElements() - Method in interface com.phloc.commons.microdom.IMicroElement
Check if this element has at least one child element.
hasChildElements(String) - Method in interface com.phloc.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.phloc.commons.microdom.IMicroElement
Check if this element has at least one child element with the specified namespace URI and tag name.
hasChildElements(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
Check if this element has at least one child element with the specified tag name.
hasChildElements(String, IHasElementName) - Method in interface com.phloc.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.phloc.commons.microdom.impl.MicroElement
 
hasChildElements(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasChildElements(String, String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasChildElements(IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasChildElements(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasChildren() - Method in interface com.phloc.commons.microdom.IMicroNode
 
hasChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
hasChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
hasChildren(IMicroElement) - Method in class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
 
hasChildren(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProvider
Check if an item has children.
hasChildren() - Method in interface com.phloc.commons.parent.IHasChildren
 
hasChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
 
hasChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSorting
 
hasChildren() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
hasChildren() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
hasChildren(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
hasCorrespondingDOMNodeType() - Method in enum com.phloc.commons.microdom.EMicroNodeType
 
HasDisplayTextWithArgs - Class in com.phloc.commons.name
A special implementation of IHasDisplayText that encapsulates arguments to be put into the message.
HasDisplayTextWithArgs(IHasDisplayText, Object...) - Constructor for class com.phloc.commons.name.HasDisplayTextWithArgs
 
hasErrorField() - Method in interface com.phloc.commons.error.IHasErrorField
 
hasErrorID() - Method in interface com.phloc.commons.error.IHasErrorID
 
hasExtension(File, String...) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed file has one of the passed extensions.
hasExtension(String, String...) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed filename has one of the passed extensions.
HASH - Static variable in class com.phloc.commons.url.URLUtils
Separator between URL path and anchor name: #
HASH_STR - Static variable in class com.phloc.commons.url.URLUtils
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorAlwaysNull
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorConstant
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorFactoryConst
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorUseAll
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorUseFirst
 
hashCode() - Method in class com.phloc.commons.aggregate.AggregatorUseLast
 
hashCode() - Method in class com.phloc.commons.cache.LoggingLRUCache
 
hashCode() - Method in class com.phloc.commons.changelog.AbstractChangeLogEntry
 
hashCode() - Method in class com.phloc.commons.changelog.ChangeLog
 
hashCode() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
hashCode() - Method in class com.phloc.commons.changelog.ChangeLogRelease
 
hashCode() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
hashCode() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
hashCode() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
hashCode() - Method in class com.phloc.commons.collections.flags.FlagContainer
 
hashCode() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
hashCode() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayEnumeration
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIterator
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
hashCode() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
hashCode() - Method in class com.phloc.commons.collections.iterate.EmptyEnumeration
 
hashCode() - Method in class com.phloc.commons.collections.iterate.EmptyIterator
 
hashCode() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
hashCode() - Method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
hashCode() - Method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
hashCode() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
hashCode() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
hashCode() - Method in class com.phloc.commons.collections.list.SafeArrayList
 
hashCode() - Method in class com.phloc.commons.collections.list.SafeVector
 
hashCode() - Method in class com.phloc.commons.collections.list.SingleElementList
 
hashCode() - Method in class com.phloc.commons.collections.LRUCache
 
hashCode() - Method in class com.phloc.commons.collections.LRUSet
 
hashCode() - Method in class com.phloc.commons.collections.NonBlockingStack
 
hashCode() - Method in class com.phloc.commons.collections.pair.Pair
 
hashCode() - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
 
hashCode() - Method in class com.phloc.commons.collections.pair.ReadonlyPair
 
hashCode() - Method in class com.phloc.commons.collections.SingleElementMap
 
hashCode() - Method in class com.phloc.commons.collections.SingleMapEntry
 
hashCode() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
hashCode() - Method in class com.phloc.commons.collections.triple.Triple
 
hashCode() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
 
hashCode() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
 
hashCode() - Method in class com.phloc.commons.email.EmailAddress
 
hashCode() - Method in class com.phloc.commons.error.ResourceError
 
hashCode() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
hashCode() - Method in class com.phloc.commons.error.ResourceLocation
 
hashCode() - Method in class com.phloc.commons.factory.FactoryConstantValue
 
hashCode() - Method in class com.phloc.commons.factory.FactoryNewInstance
 
hashCode() - Method in class com.phloc.commons.factory.FactoryNull
 
hashCode() - Method in class com.phloc.commons.filter.AbstractFilter
 
hashCode() - Method in class com.phloc.commons.filter.AbstractSerializableFilter
 
hashCode() - Method in class com.phloc.commons.filter.FilterChainAND
 
hashCode() - Method in class com.phloc.commons.filter.FilterChainOR
 
hashCode() - Method in class com.phloc.commons.filter.FilterFalse
 
hashCode() - Method in class com.phloc.commons.filter.FilterInverted
 
hashCode() - Method in class com.phloc.commons.filter.FilterNotNull
 
hashCode() - Method in class com.phloc.commons.filter.FilterNull
 
hashCode() - Method in class com.phloc.commons.filter.FilterTrue
 
hashCode() - Method in class com.phloc.commons.filter.SerializableFilterChainAND
 
hashCode() - Method in class com.phloc.commons.filter.SerializableFilterChainOR
 
hashCode() - Method in class com.phloc.commons.filter.SerializableFilterInverted
 
hashCode() - Method in class com.phloc.commons.format.FormattedObject
 
hashCode() - Method in class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
 
hashCode() - Method in class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
 
hashCode() - Method in class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
 
hashCode() - Method in class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
 
hashCode() - Method in class com.phloc.commons.gfx.ScalableSize
 
hashCode() - Method in class com.phloc.commons.hash.HashCodeGenerator
Deprecated.
hashCode() - Method in class com.phloc.commons.i18n.Codepoint
 
hashCode() - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.FileIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.FileLongIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.MemoryIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.MemoryLongIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
hashCode() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
hashCode() - Method in class com.phloc.commons.io.file.FileIOError
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
 
hashCode() - Method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
 
hashCode() - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
hashCode() - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
hashCode() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
hashCode() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
hashCode() - Method in class com.phloc.commons.io.resource.URLResource
 
hashCode() - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
hashCode() - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
hashCode() - Method in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
hashCode() - Method in class com.phloc.commons.io.resourceprovider.URLResourceProvider
 
hashCode() - Method in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
hashCode() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
hashCode() - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
 
hashCode() - Method in class com.phloc.commons.io.streamprovider.StringWriterProvider
 
hashCode() - Method in class com.phloc.commons.lang.TimeValue
 
hashCode() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
 
hashCode() - Method in class com.phloc.commons.mime.MimeType
 
hashCode() - Method in class com.phloc.commons.mime.MimeTypeContent
 
hashCode() - Method in class com.phloc.commons.mime.MimeTypeParameter
 
hashCode() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
hashCode() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
hashCode() - Method in class com.phloc.commons.mutable.MutableBoolean
 
hashCode() - Method in class com.phloc.commons.mutable.MutableByte
 
hashCode() - Method in class com.phloc.commons.mutable.MutableChar
 
hashCode() - Method in class com.phloc.commons.mutable.MutableDouble
 
hashCode() - Method in class com.phloc.commons.mutable.MutableFloat
 
hashCode() - Method in class com.phloc.commons.mutable.MutableInt
 
hashCode() - Method in class com.phloc.commons.mutable.MutableLong
 
hashCode() - Method in class com.phloc.commons.mutable.MutableShort
 
hashCode() - Method in class com.phloc.commons.mutable.Wrapper
 
hashCode() - Method in class com.phloc.commons.regex.RegExPattern
 
hashCode() - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
hashCode() - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
hashCode() - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
hashCode() - Method in class com.phloc.commons.text.impl.MultiLingualText
 
hashCode() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
hashCode() - Method in class com.phloc.commons.text.impl.TextProvider
 
hashCode() - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
hashCode() - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
hashCode() - Method in class com.phloc.commons.thirdparty.CustomLicense
 
hashCode() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
hashCode() - Method in class com.phloc.commons.tree.simple.BasicTree
 
hashCode() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
hashCode() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
hashCode() - Method in class com.phloc.commons.tree.withid.BasicTreeWithID
 
hashCode() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
hashCode() - Method in class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
 
hashCode() - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
hashCode() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
hashCode() - Method in class com.phloc.commons.type.ObjectType
 
hashCode() - Method in class com.phloc.commons.type.TypedObject
 
hashCode() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
hashCode() - Method in class com.phloc.commons.url.URLData
 
hashCode() - Method in class com.phloc.commons.url.URLProtocol
 
hashCode() - Method in class com.phloc.commons.version.Version
 
hashCode() - Method in class com.phloc.commons.version.VersionRange
 
hashCode() - Method in class com.phloc.commons.xml.FilterElementWithNamespace
 
hashCode() - Method in class com.phloc.commons.xml.FilterElementWithNamespaceAndLocalName
 
hashCode() - Method in class com.phloc.commons.xml.FilterElementWithoutNamespace
 
hashCode() - Method in class com.phloc.commons.xml.FilterElementWithTagName
 
hashCode() - Method in class com.phloc.commons.xml.FilterNodeIsElement
 
hashCode() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
hashCode() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
hashCode() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
HASHCODE_NULL - Static variable in class com.phloc.commons.hash.HashCodeCalculator
The hash code value to be used for null values.
HashCodeCalculator - Class in com.phloc.commons.hash
This class provides the hash code generation for different data types.
HashCodeGenerator - Class in com.phloc.commons.hash
A small hash code creation class based on the article found in the net.
HashCodeGenerator(Object) - Constructor for class com.phloc.commons.hash.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.phloc.commons.hash.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.phloc.commons.hash
The main registry for the different IHashCodeImplementation implementations.
HashingInputStream - Class in com.phloc.commons.io.streams
A wrapper around an InputStream that performs a hashing while reading.
HashingInputStream(InputStream, EMessageDigestAlgorithm) - Constructor for class com.phloc.commons.io.streams.HashingInputStream
 
HashingOutputStream - Class in com.phloc.commons.io.streams
A wrapper around an OutputStream that performs a hashing while writing.
HashingOutputStream(OutputStream, EMessageDigestAlgorithm) - Constructor for class com.phloc.commons.io.streams.HashingOutputStream
 
hasIntIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
hasKnownProtocol() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
hasKnownProtocol() - Method in interface com.phloc.commons.url.IURLData
 
hasKnownProtocol() - Method in class com.phloc.commons.url.URLData
 
hasKnownProtocol(String) - Static method in class com.phloc.commons.url.URLProtocolRegistry
Check if the passed URL has any known protocol
hasKnownProtocol(IURLData) - Static method in class com.phloc.commons.url.URLProtocolRegistry
Check if the passed URL has any known protocol
hasLongIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
hasMoreElements() - Method in class com.phloc.commons.collections.iterate.ArrayEnumeration
 
hasMoreElements() - Method in class com.phloc.commons.collections.iterate.CombinedEnumeration
 
hasMoreElements() - Method in class com.phloc.commons.collections.iterate.EmptyEnumeration
 
hasMoreElements() - Method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
hasMoreElements() - Method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
hasNamespaceURI() - Method in interface com.phloc.commons.microdom.IMicroElement
Check if this element has a specified namespace URI.
hasNamespaceURI(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Check if this element has the specified namespace URI.
hasNamespaceURI() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasNamespaceURI(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasNamespaceURI(Node, String) - Static method in class com.phloc.commons.xml.XMLHelper
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
hasNext() - Method in class com.phloc.commons.collections.iterate.CombinedIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.EmptyIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.IterableIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
 
hasNext() - Method in class com.phloc.commons.collections.iterate.ReverseListIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
hasNext() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
hasNext() - Method in class com.phloc.commons.filter.collections.FilterIterator
 
hasNext() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
hasNext() - Method in class com.phloc.commons.i18n.CodepointIteratorRestricted
 
hasNext() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
hasNext() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
hasNext() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
 
hasNext() - Method in class com.phloc.commons.math.CombinationGenerator
 
hasNext() - Method in class com.phloc.commons.microdom.utils.MicroRecursiveIterator
 
hasNext() - Method in class com.phloc.commons.xml.ChildElementIterator
 
hasNext() - Method in class com.phloc.commons.xml.ChildNodeIterator
 
hasNext() - Method in class com.phloc.commons.xml.RecursiveChildNodeIterator
 
hasNoNamespaceURI() - Method in interface com.phloc.commons.microdom.IMicroElement
Check if this element has no namespace URI.
hasNoNamespaceURI() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
hasNoText(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Check if the string is null or empty.
hasNoText(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string is null or empty.
hasNoTextAfterTrim(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string is null or empty after trimming.
hasParameterWithName(String) - Method in interface com.phloc.commons.mime.IMimeType
Check if a parameter with the specified name is present.
hasParameterWithName(String) - Method in class com.phloc.commons.mime.MimeType
 
hasParams() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
hasParams() - Method in interface com.phloc.commons.url.IURLData
 
hasParams() - Method in class com.phloc.commons.url.URLData
 
hasParent() - Method in interface com.phloc.commons.microdom.IMicroNode
 
hasParent() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
hasPersistentIntIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
hasPersistentLongIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
hasPersistentStringIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
hasPrevious() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
hasPrevious() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
hasStackTrace() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
 
hasStringIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
hasText(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Check if the string contains any char.
hasText(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string contains any char.
hasTextAfterTrim(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string neither null nor empty after trimming.
headSet(Object) - Method in class com.phloc.commons.collections.EmptySortedSet
 
HEX_RADIX - Static variable in class com.phloc.commons.CGlobal
Radix for hexadecimal values.
HIDDEN_FILE_PREFIX - Static variable in class com.phloc.commons.io.file.FilenameHelper
The prefix used for Unix hidden files
HIGHEST - Static variable in enum com.phloc.commons.error.EErrorLevel
Highest error level within this enum
HOURS_PER_DAY - Static variable in class com.phloc.commons.CGlobal
Hours in a day.
HTMLdtd - Class in com.phloc.commons.xml.serialize
Utility class for accessing information specific to HTML documents.
hypot(double, double) - Static method in class com.phloc.commons.math.MathHelper
 

I

I0 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
0
I1 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
1
I2 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
2
I3 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
3
I4 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
4
I5 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
5
I6 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
6
I7 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
7
I_1 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-1
IAggregator<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.aggregate
Aggregate a list of input objects to an output object.
IAggregatorFactory<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.aggregate
Base interface for a factory creating IAggregator objects.
IAppendable<THISTYPE extends IAppendable<THISTYPE>> - Interface in com.phloc.commons
Defines a generic interface for appending objects to something.
IAttributeContainer - Interface in com.phloc.commons.collections.attrs
This is the writable extension of the IReadonlyAttributeContainer.
IBaseHierarchyWalker - Interface in com.phloc.commons.hierarchy
Base interface for iterating a hierarchy.
IBaseIDFactory - Interface in com.phloc.commons.idfactory
Base marker interface for all ID factories.
IBaseXMLReaderSettings - Interface in com.phloc.commons.xml.serialize
Base Read-only interface for DOM and SAX reader settings.
IBasicTree<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree
Base interface for a tree.
IBasicTreeItem<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree
Base interface both for normal tree items and tree items with ID.
IBatchable - Interface in com.phloc.commons.io
This is an interface for objects that support batch processing, to avoid unnecessary IO operations.
IBidirectionalConverter<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.convert
This is a very simple type conversion interface for compile type conversions.
IBidirectionalConverterSameType<DATATYPE> - Interface in com.phloc.commons.convert
A specialized converter interface that does not do type transformations.
IByteArrayDecoder - Interface in com.phloc.commons.codec
Interface for a single decoder.
IByteArrayEncoder - Interface in com.phloc.commons.codec
Interface for a single encoder
IChangeIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has changed/unchanged indication.
IChangeNotify<DATATYPE> - Interface in com.phloc.commons.callback
Simple notification interface.
IChildrenProvider<CHILDTYPE> - Interface in com.phloc.commons.parent
This interface can be used to generically resolved children of a certain object.
IChildrenProviderSorted<CHILDTYPE> - Interface in com.phloc.commons.parent
This interface can be used to generically resolved children of a certain object in a sorted way.
IChildrenProviderWithID<KEYTYPE,CHILDTYPE> - Interface in com.phloc.commons.parent
This interface can be used to generically resolved children of a certain object.
IChildrenProviderWithUniqueID<KEYTYPE,CHILDTYPE> - Interface in com.phloc.commons.parent
This interface can be used to generically resolved children of a certain object.
IClearable - Interface in com.phloc.commons.state
Basic interface for the common action of resetting an objects contents to the initial state.
ICloneable<DATATYPE> - Interface in com.phloc.commons
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 - Interface in com.phloc.commons.codec
Interface for a single encoder + decoder.
ICodepointFilter - Interface in com.phloc.commons.i18n
Filters are used in a variety of ways to filter or verify unicode codepoints
ICodepointIterator - Interface in com.phloc.commons.i18n
BAse interface for codepoint iterators
ICombinator<DATATYPE> - Interface in com.phloc.commons.combine
Base interface for combining any two objects together.
IConcurrentCollector<DATATYPE> - Interface in com.phloc.commons.concurrent.collector
Base interface for a concurrent queue worker.
IContinueIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has continue/break indication.
IConverterMicroNodeToTreeItem<DATATYPE> - Interface in com.phloc.commons.tree.utils.xml
Interface used to convert a single micro element into a value used as tree item data value.
IConverterTreeItemToMicroNode<DATATYPE> - Interface in com.phloc.commons.tree.utils.xml
Interface used to convert a single tree item data value to a micro node.
IConverterTreeXML<DATATYPE> - Interface in com.phloc.commons.tree.utils.xml
This interface collects both unidirectional converters and creates a bidirectional converter.
IDecoder<DATATYPE> - Interface in com.phloc.commons.encode
The most basic decoding interface
IdentityDecoder<DATATYPE> - Class in com.phloc.commons.encode
The most simple decoder, that does not do anything
IdentityEncoder<DATATYPE> - Class in com.phloc.commons.encode
The most simple encoder, that does not do anything
IDisplayNameProvider<DATATYPE> - Interface in com.phloc.commons.name
Interface for a handler the provides the locale independent name of an object.
IDisplayTextProvider<DATATYPE> - Interface in com.phloc.commons.name
Interface for a handler that provides the locale dependent name of an object.
IDOMReaderSettings - Interface in com.phloc.commons.xml.serialize
Read-only interface for DOM reader settings.
IDProviderFromHasID<VALUETYPE extends IHasID<IDTYPE>,IDTYPE> - Class in com.phloc.commons.id
A simple IIDProvider implementation for objects implementing the IHasID interface
IDProviderFromHasID() - Constructor for class com.phloc.commons.id.IDProviderFromHasID
 
IEmailAddress - Interface in com.phloc.commons.email
Aggregation of a personal name and an email address.
IEnabledIndicator - Interface in com.phloc.commons.state
Simple interface for all objects that can be enabled and disabled.
IEncoder<DATATYPE> - Interface in com.phloc.commons.encode
The most basic encoding interface
IEnumTextResolver - Interface in com.phloc.commons.text.resolve
Base interface for an enum-based text resolver.
IEqualsImplementation - Interface in com.phloc.commons.equals
Interface to implement for checking if two objects are identical.
IEqualsImplementationRegistrarSPI - Interface in com.phloc.commons.equals
SPI registry interface to implement your custom equals implementations.
IEqualsImplementationRegistry - Interface in com.phloc.commons.equals
Base interface for a registry that contains equals implementations.
IErrorIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has error/noError indication.
IExceptionHandler<EXTYPE extends Throwable> - Interface in com.phloc.commons.callback
Callback interface to handle thrown exception objects.
IExecutorServiceFactory - Interface in com.phloc.commons.concurrent
Factory for creating ExecutorService instances.
IFactory<DATATYPE> - Interface in com.phloc.commons.factory
This is a generic interface for creating objects of a certain type.
IFactoryWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.factory
This is a generic interface for creating objects of a certain type.
IFactoryWithTwoParameters<DATATYPE,PARAM1TYPE,PARAM2TYPE> - Interface in com.phloc.commons.factory
This is a generic interface for creating objects of a certain type.
IFileListener - Interface in com.phloc.commons.io.monitor
Listens for changes to a file.
IFileOperationCallback - Interface in com.phloc.commons.io.file
Callback interface for FileOperationManager.
IFileOperationManager - Interface in com.phloc.commons.io.file
Interface for a manager operating on the file system.
IFilter<DATATYPE> - Interface in com.phloc.commons.filter
A generic filter interface for simple object selection.
IFilterWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.filter
A generic filter interface for simple object selection based on a parameter.
IFinishIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has finished/unfinished indication.
IFlagContainer - Interface in com.phloc.commons.collections.flags
This is the writable extension of the IReadonlyFlagContainer.
IFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.phloc.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.phloc.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.phloc.commons.tree.withid.folder
A factory interface that creates tree items.
IFormattedObject - Interface in com.phloc.commons.format
Basic interface for special objects having a certain string representation.
IFormatter - Interface in com.phloc.commons.format
A simple formatter interface that may be used to format arbitrary objects to a string.
IFormatterProvider - Interface in com.phloc.commons.format
If a class implements this interface, it claims that its value can be formatted using an IFormatter object.
IHasAttributeValue - Interface in com.phloc.commons.microdom
Base interface for an attribute value provider.
IHasBooleanRepresentation - Interface in com.phloc.commons
Base interface for all objects having an explicit boolean representation
IHasByteSize - Interface in com.phloc.commons
Base interface for all components having a size.
IHasChildren<CHILDTYPE> - Interface in com.phloc.commons.parent
A simple interface, indicating that an item has direct children.
IHasChildrenSorted<CHILDTYPE> - Interface in com.phloc.commons.parent
Extends IHasChildren by indicating that the child items are sorted!
IHasCountry - Interface in com.phloc.commons
Base interface for objects having a country locale.
IHasDescription - Interface in com.phloc.commons.name
Base interface for objects that have a locale independent description.
IHasDisplayName - Interface in com.phloc.commons.name
Base interface for objects that have a locale independent display name.
IHasDisplayText - Interface in com.phloc.commons.name
Base interface for objects that have a locale dependent display name.
IHasDisplayTextWithArgs - Interface in com.phloc.commons.name
Base interface for objects that have a locale dependent display name.
IHasElementName - Interface in com.phloc.commons.microdom
Base interface for objects having an element name
IHasErrorField - Interface in com.phloc.commons.error
Base interface for an object that has an error field.
IHasErrorID - Interface in com.phloc.commons.error
Interface for objects having an error ID
IHasErrorLevel - Interface in com.phloc.commons.error
Interface representing an object having an error level.
IHasErrorLevels - Interface in com.phloc.commons.error
Interface representing an object having multiple objects with an error level
IHashCodeGenerator - Interface in com.phloc.commons.hash
Base interface for hash code generators.
IHashCodeImplementation - Interface in com.phloc.commons.hash
Interface to implement for custom hash code implementation.
IHashCodeImplementationRegistrarSPI - Interface in com.phloc.commons.hash
SPI registry interface to implement your custom hashCode implementations.
IHashCodeImplementationRegistry - Interface in com.phloc.commons.hash
Base interface for a registry that contains hashCode implementations.
IHasHeight - Interface in com.phloc.commons.math
Interface for objects having a height.
IHasID<IDTYPE> - Interface in com.phloc.commons.id
Base interface for all objects having an ID.
IHasIntID - Interface in com.phloc.commons.id
Base interface for all objects having an int ID.
IHasLocale - Interface in com.phloc.commons
Base interface for objects having a locale.
IHasLocales - Interface in com.phloc.commons
Base interface for objects having zero or more locales.
IHasLongID - Interface in com.phloc.commons.id
Base interface for all objects having a long ID.
IHasMicroNodeRepresentation - Interface in com.phloc.commons.microdom
Interface for object that have a representation as IMicroNode
IHasName - Interface in com.phloc.commons.name
Base interface for all objects that have a mandatory INTERNAL name that is not multilingual but should be human interpretable.
IHasParent<PARENTTYPE> - Interface in com.phloc.commons.parent
This helper interface is required to build a tree.
IHasPlainText - Interface in com.phloc.commons
Base interface for objects having a plain text representation.
IHasResourceError - Interface in com.phloc.commons.error
Interface representing an object having a resource error.
IHasResourceErrorGroup - Interface in com.phloc.commons.error
Interface representing an object having a resource error group.
IHasSchema - Interface in com.phloc.commons.xml.schema
A simple interface, indicating that an item has a Schema object.
IHasSimpleIntID - Interface in com.phloc.commons.id
Base interface for all objects having an int ID.
IHasSimpleLongID - Interface in com.phloc.commons.id
Base interface for all objects having a long ID.
IHasSize - Interface in com.phloc.commons
Base interface for all objects having a certain size.
IHasStringRepresentation - Interface in com.phloc.commons
Base interface for all objects having an explicit string representation (e.g.
IHasType - Interface in com.phloc.commons.type
Base interface for all objects having a certain type.
IHasVersion - Interface in com.phloc.commons.version
Base interface for objects having a version.
IHasVersionRange - Interface in com.phloc.commons.version
Base interface for objects having a version range.
IHasWidth - Interface in com.phloc.commons.math
Interface for objects having a width.
IHasWidthAndHeight - Interface in com.phloc.commons.math
Interface for objects having a width and a height.
IHasXMLRepresentation - Interface in com.phloc.commons.xml
Interface for object that have a representation as Node
IHierarchicalFactory<DATATYPE> - Interface in com.phloc.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.phloc.commons.factory
This is a generic interface for creating objects of a certain type that have a parent item.
IHierarchicalRootFactory<DATATYPE> - Interface in com.phloc.commons.factory
This is a generic interface for creating root objects of a hierarchy.
IHierarchyWalkerCallback<DATATYPE> - Interface in com.phloc.commons.hierarchy
Interface for walking a hierarchy without the possibilities to alter they way how the hierarchy is iterated.
IHierarchyWalkerDynamicCallback<DATATYPE> - Interface in com.phloc.commons.hierarchy
Interface for walking a hierarchy including possibilities to alter they way how the hierarchy is iterated.
IIDFactory<IDTYPE> - Interface in com.phloc.commons.idfactory
Interface for an object creating unique IDs.
IIDProvider<VALUETYPE,IDTYPE> - Interface in com.phloc.commons.id
Interface for objects having an ID.
IInputStreamAndReaderProvider - Interface in com.phloc.commons.io
A callback interface to retrieve Reader objects based on InputStreams.
IInputStreamProvider - Interface in com.phloc.commons.io
A callback interface to retrieve InputStream objects.
IInputStreamResolver - Interface in com.phloc.commons.io
A callback interface to retrieve InputStream objects from a given name.
IInterruptIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has interrupted indication.
IIntIDFactory - Interface in com.phloc.commons.idfactory
Interface for an object creating unique int IDs.
IIterableIterator<ELEMENTTYPE> - Interface in com.phloc.commons.collections.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.phloc.commons.xml.namespace
A special namespace context interface that allows the iteration of the contained mappings.
ILeftRightIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has left/right indication.
ILicense - Interface in com.phloc.commons.thirdparty
Represents a single license.
ILLEGAL_CHAR - Static variable in class com.phloc.commons.CGlobal
Represents an illegal character.
ILLEGAL_DOM_NODE_TYPE - Static variable in enum com.phloc.commons.microdom.EMicroNodeType
Represents a non-existing DOM Node Type
ILLEGAL_DOUBLE - Static variable in class com.phloc.commons.CGlobal
Represents an illegal double.
ILLEGAL_FILENAME_CHAR_REPLACEMENT - Static variable in class com.phloc.commons.io.file.FilenameHelper
The replacement character used for illegal file name characters.
ILLEGAL_FLOAT - Static variable in class com.phloc.commons.CGlobal
Represents an illegal float.
ILLEGAL_HASHCODE - Static variable in interface com.phloc.commons.hash.IHashCodeGenerator
Represents an illegal hash code that is never to be returned!
ILLEGAL_NUMBER - Static variable in interface com.phloc.commons.error.IResourceLocation
Constant for an illegal row or column number
ILLEGAL_UINT - Static variable in class com.phloc.commons.CGlobal
Represents an illegal unsigned integer.
ILLEGAL_ULONG - Static variable in class com.phloc.commons.CGlobal
Represents an illegal unsigned long.
ILLEGAL_USHORT - Static variable in class com.phloc.commons.CGlobal
Represents an illegal unsigned short.
ILoggedException - Interface in com.phloc.commons.exceptions
This is a marker interface to indicate exceptions that are logged in the constructor.
ILongIDFactory - Interface in com.phloc.commons.idfactory
Interface for an object creating unique long IDs.
IMAGE_BMP - Static variable in class com.phloc.commons.mime.CMimeType
Bitmap image.
IMAGE_GIF - Static variable in class com.phloc.commons.mime.CMimeType
GIF image.
IMAGE_ICON - Static variable in class com.phloc.commons.mime.CMimeType
Icon image.
IMAGE_JPG - Static variable in class com.phloc.commons.mime.CMimeType
JPEG image.
IMAGE_PNG - Static variable in class com.phloc.commons.mime.CMimeType
PNG image.
IMAGE_PSD - Static variable in class com.phloc.commons.mime.CMimeType
Photoshop image.
IMAGE_TIFF - Static variable in class com.phloc.commons.mime.CMimeType
TIFF image.
IMAGE_WEBP - Static variable in class com.phloc.commons.mime.CMimeType
WebP image.
IMAGE_X_ICON - Static variable in class com.phloc.commons.mime.CMimeType
Icon image.
ImageDataManager - Class in com.phloc.commons.gfx
This service class is used to cache information about images.
IMandatoryIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has mandatory/optional indication.
IMessageDigestGenerator - Interface in com.phloc.commons.messagedigest
Base interface for a message digest generator (using hash algorithms like MD5 or SHA 512)
IMicroCDATA - Interface in com.phloc.commons.microdom
Represents a CDATA node.
IMicroComment - Interface in com.phloc.commons.microdom
Represents a comment node.
IMicroContainer - Interface in com.phloc.commons.microdom
This interface is just a hull for a node that has no properties itself but contains children.
IMicroDataAware - Interface in com.phloc.commons.microdom
This is a helper interface that allows for setting character data.
IMicroDocument - Interface in com.phloc.commons.microdom
Represents a complete document.
IMicroDocumentType - Interface in com.phloc.commons.microdom
Represents the document type of a document.
IMicroElement - Interface in com.phloc.commons.microdom
Represents a single element (=tag) of a document.
IMicroEntityReference - Interface in com.phloc.commons.microdom
Represents the reference to an entity.
IMicroEvent - Interface in com.phloc.commons.microdom
MicroDOM internal event.
IMicroEventTarget - Interface in com.phloc.commons.microdom
Interface for MicroDOM event handlers.
IMicroNode - Interface in com.phloc.commons.microdom
This is the base interface for all kind of nodes in the micro document object model.
IMicroNodeWithChildren - Interface in com.phloc.commons.microdom
A special marker interface that is implemented by classes, that really support having children!
IMicroProcessingInstruction - Interface in com.phloc.commons.microdom
Represents a processing instruction.
IMicroText - Interface in com.phloc.commons.microdom
Represents a text node.
IMicroTypeConverter - Interface in com.phloc.commons.microdom.convert
Interface to be implemented to marshal between IMicroElement and a native object.
IMicroTypeConverterCallback - Interface in com.phloc.commons.microdom.convert
A callback interface that is used to iterate all available micro type converters.
IMicroTypeConverterRegistrarSPI - Interface in com.phloc.commons.microdom.convert
SPI interface to be implemented by other modules wishing to register their own micro-type converters.
IMicroTypeConverterRegistry - Interface in com.phloc.commons.microdom.convert
This is the callback interface implemented by MicroTypeConverterRegistry for registration via the SPI interface.
IMimeType - Interface in com.phloc.commons.mime
Interface for the structured representation of a single MIME type.
IMockException - Interface in com.phloc.commons.mock
This is a marker interface for mock exceptions.
IMultiLingualText - Interface in com.phloc.commons.text
Interface for a writable version of a multilingual text
IMultiMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Interface in com.phloc.commons.collections.multimap
Base interface for a multi map (one key with several values).
IMultiMapListBased<KEYTYPE,VALUETYPE> - Interface in com.phloc.commons.collections.multimap
Interface for a multi map that uses a List for the storage.
IMultiMapSetBased<KEYTYPE,VALUETYPE> - Interface in com.phloc.commons.collections.multimap
Interface for a multi map that uses a Set for the storage.
IMutable<IMPLTYPE extends IMutable<IMPLTYPE>> - Interface in com.phloc.commons.mutable
Base interface for all mutable objects
IMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>> - Interface in com.phloc.commons.mutable
Base interface for mutable numeric values
IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>> - Interface in com.phloc.commons.mutable
Base interface for mutable numeric values
INameProvider<DATATYPE> - Interface in com.phloc.commons.name
Interface for a handler the provides the name of an object.
inc() - Method in class com.phloc.commons.mutable.MutableBigDecimal
Increment by 1 and return the modified value.
inc(BigDecimal) - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
inc() - Method in class com.phloc.commons.mutable.MutableBigInteger
Increment by 1 and return the modified value.
inc(BigInteger) - Method in class com.phloc.commons.mutable.MutableBigInteger
 
inc() - Method in class com.phloc.commons.mutable.MutableByte
Increment by 1 and return the modified value.
inc(int) - Method in class com.phloc.commons.mutable.MutableByte
 
inc() - Method in class com.phloc.commons.mutable.MutableChar
Increment by 1 and return the modified value.
inc(int) - Method in class com.phloc.commons.mutable.MutableChar
 
inc() - Method in class com.phloc.commons.mutable.MutableDouble
Increment by 1 and return the modified value.
inc(double) - Method in class com.phloc.commons.mutable.MutableDouble
 
inc() - Method in class com.phloc.commons.mutable.MutableFloat
Increment by 1 and return the modified value.
inc(float) - Method in class com.phloc.commons.mutable.MutableFloat
 
inc() - Method in class com.phloc.commons.mutable.MutableInt
Increment by 1 and return the modified value.
inc(int) - Method in class com.phloc.commons.mutable.MutableInt
 
inc() - Method in class com.phloc.commons.mutable.MutableLong
Increment by 1 and return the modified value.
inc(long) - Method in class com.phloc.commons.mutable.MutableLong
 
inc() - Method in class com.phloc.commons.mutable.MutableShort
Increment by 1 and return the modified value.
inc(int) - Method in class com.phloc.commons.mutable.MutableShort
 
increment() - Method in interface com.phloc.commons.stats.IStatisticsHandlerCounter
Increment the counter by 1
increment(long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerCounter
Increment the counter by an arbitrary number
increment(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedCounter
Increment by 1
increment(String, long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedCounter
Increment by n
INDEFINITE_ENTRIES - Static variable in class com.phloc.commons.CGlobal
constant for an indefinite number of entries.
indexOf(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
indexOf(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
 
info(Serializable) - Method in class com.phloc.commons.log.InMemoryLogger
 
INITIAL_BUFFER_SIZE - Static variable in class com.phloc.commons.charset.StringDecoder
 
INITIAL_HASHCODE - Static variable in class com.phloc.commons.hash.HashCodeGenerator
Use a prime number as the start.
INITIAL_ID - Static variable in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
The default start ID to use.
INITIAL_ID - Static variable in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
The default start ID to use.
InitializationException - Exception in com.phloc.commons.exceptions
This class should be used when an error occurs in the initialization phase.
InitializationException() - Constructor for exception com.phloc.commons.exceptions.InitializationException
 
InitializationException(String) - Constructor for exception com.phloc.commons.exceptions.InitializationException
 
InitializationException(Throwable) - Constructor for exception com.phloc.commons.exceptions.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception com.phloc.commons.exceptions.InitializationException
 
InMemoryLogger - Class in com.phloc.commons.log
Keeps a set of LogMessage objects in memory, offering an API similar to SLF4J.
InMemoryLogger() - Constructor for class com.phloc.commons.log.InMemoryLogger
 
INonThrowingCallable<DATATYPE> - Interface in com.phloc.commons.callback
Like the Callable interface but not throwing an exception!
INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.callback
Like the Callable interface but not throwing an exception and including a parameter!
INonThrowingRunnable - Interface in com.phloc.commons.callback
A simple interface that looks like Runnable but follows our naming conventions.
INonThrowingRunnableWithParameter<PARAMTYPE> - Interface in com.phloc.commons.callback
Simple callback interface to allow generic iteration with a typed callback function.
InputSourceFactory - Class in com.phloc.commons.xml.sax
Factory class to create the correct InputSource objects for different input types.
inRange(char[], char, char) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if all the characters in chars are within the set [low,high]
inRange(char[], int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if all the characters in chars are within the set [low,high]
inRange(int, int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is within the set [low,high]
insert(CharSequence, int, Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
Insert a codepoint into the buffer, automatically dealing with surrogate pairs
insert(CharSequence, int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Insert a codepoint into the buffer, automatically dealing with surrogate pairs
insertAfter(NODETYPE, IMicroNode) - Method in interface com.phloc.commons.microdom.IMicroNode
Insert an existing node after a certain child node of this.
insertAfter(NODETYPE, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
insertAtIndex(int, NODETYPE) - Method in interface com.phloc.commons.microdom.IMicroNode
Insert an existing node as a child at the specified index.
insertAtIndex(int, NODETYPE) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
insertBefore(NODETYPE, IMicroNode) - Method in interface com.phloc.commons.microdom.IMicroNode
Insert an existing node before a certain child node of this.
insertBefore(NODETYPE, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
internalAddChild(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
internalAddChild(ITEMTYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItem
Add an existing child to this tree item.
internalAddChild(KEYTYPE, ITEMTYPE, boolean) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
internalAddChild(KEYTYPE, ITEMTYPE, boolean) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Add an existing direct child to this tree item.
internalAddText(Locale, String) - Method in class com.phloc.commons.text.impl.TextProvider
 
internalClear() - Method in class com.phloc.commons.text.impl.TextProvider
 
internalCreate(DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>, KEYTYPE) - Method in class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItemFactory
 
internalCreate(ITEMTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
internalCreate(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
 
internalCreateRoot() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
internalCreateRoot() - Method in class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItemFactory
 
internalGetAllLocales() - Method in class com.phloc.commons.text.impl.TextProvider
 
internalGetFallbackString(String, Locale) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
This method must return the fallback string for the passed parameters.
internalGetFallbackString(String, Locale) - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
internalGetItemID(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
internalGetItemID(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
Get the ID of the passed tree item to use for internal storage.
internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
Determine the locale to use.
internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
 
internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
internalGetMap() - Method in class com.phloc.commons.text.impl.TextProvider
 
internalGetOverrideString(String, Locale) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
This method must return the override string for the passed parameters.
internalGetOverrideString(String, Locale) - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
internalGetText(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
Main text resolving
internalGetText(Locale) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
internalGetText(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
 
internalGetText(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
 
internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.DoNothingSAXErrorHandler
 
internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
 
internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
Handle the passed resource error.
internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
 
internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.DoNothingTransformErrorListener
 
internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.LoggingTransformErrorListener
 
internalRemoveText(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
 
internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.AbstractTransformURIResolver
 
internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.DefaultTransformURIResolver
 
internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.DoNothingTransformURIResolver
 
internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.LoggingTransformURIResolver
 
internalResolveResource(String, String, String, String, String) - Method in class com.phloc.commons.xml.ls.SimpleLSResourceResolver
 
internalSetText(Locale, String) - Method in class com.phloc.commons.text.impl.TextProvider
 
intToRomanString(int) - Static method in class com.phloc.commons.text.utils.RomanNumeral
 
intValue() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
intValue() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
intValue() - Method in class com.phloc.commons.mutable.MutableByte
 
intValue() - Method in class com.phloc.commons.mutable.MutableChar
 
intValue() - Method in class com.phloc.commons.mutable.MutableDouble
 
intValue() - Method in class com.phloc.commons.mutable.MutableFloat
 
intValue() - Method in class com.phloc.commons.mutable.MutableInt
 
intValue() - Method in class com.phloc.commons.mutable.MutableLong
 
intValue() - Method in class com.phloc.commons.mutable.MutableShort
 
InvalidCharacterException - Exception in com.phloc.commons.i18n
 
InvalidCharacterException(int) - Constructor for exception com.phloc.commons.i18n.InvalidCharacterException
 
inverseSetContains(int[], int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Treats the specified int array as an Inversion Set and returns true if the value is located within the set.
invokeMethod(Object, String, Object...) - Static method in class com.phloc.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.phloc.commons.lang.GenericReflection
 
invokeStaticMethod(String, String, Object...) - Static method in class com.phloc.commons.lang.GenericReflection
 
invokeStaticMethod(Class<?>, String, Object...) - Static method in class com.phloc.commons.lang.GenericReflection
 
invokeStaticMethod(String, String, Class<?>[], Object[]) - Static method in class com.phloc.commons.lang.GenericReflection
 
invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class com.phloc.commons.lang.GenericReflection
 
IObjectPool<DATATYPE> - Interface in com.phloc.commons.pool
Simple pool interface.
IOTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the IO specific type converter
IOTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.IOTypeConverterRegistrar
 
IOutputStreamAndWriterProvider - Interface in com.phloc.commons.io
A callback interface to retrieve Writer objects based on InputStreams.
IOutputStreamProvider - Interface in com.phloc.commons.io
A callback interface to retrieve OutputStream objects.
IOutputStreamResolver - Interface in com.phloc.commons.io
A callback interface to retrieve OutputStream objects from a given name.
IPair<DATA1TYPE,DATA2TYPE> - Interface in com.phloc.commons.collections.pair
Interface for a writable pair.
IParentProvider<PARENTTYPE> - Interface in com.phloc.commons.parent
This helper interface is required to build a generic tree.
IPredefinedLocaleTextProvider - Interface in com.phloc.commons.text
Specialized ITextProvider-like interface that gives support for resolving a text without manually passing in a locale.
IReadableResource - Interface in com.phloc.commons.io
Base interface for an abstract readable resource.
IReadableResourceProvider - Interface in com.phloc.commons.io
Resource provider interface for readable resources.
IReaderProvider - Interface in com.phloc.commons.io
A callback interface to retrieve Reader objects.
IReaderResolver - Interface in com.phloc.commons.io
A callback interface to retrieve Reader objects from a given name.
IReadonlyAttributeContainer - Interface in com.phloc.commons.collections.attrs
Base interface for a generic read-only attribute container.
IReadonlyFlagContainer - Interface in com.phloc.commons.collections.flags
Base interface for a generic read-only flag container.
IReadonlyMultiLingualText - Interface in com.phloc.commons.text
Readonly interface for a multilingual text
IReadonlyPair<DATA1TYPE,DATA2TYPE> - Interface in com.phloc.commons.collections.pair
Represents a basic read only pair.
IReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> - Interface in com.phloc.commons.collections.triple
Represents an abstract triple (an object with exactly three element) that is readonly.
IReadonlyWrapper<DATATYPE> - Interface in com.phloc.commons.mutable
Base interface for wrapping an object within another object.
IReadWriteResource - Interface in com.phloc.commons.io
Base interface for an abstract resource that is both readable and writable.
IResourceBase - Interface in com.phloc.commons.io
Base interface for an abstract readable resource.
IResourceError - Interface in com.phloc.commons.error
Interface for an error that can be drilled down to a certain resource (e.g. a document).
IResourceErrorGroup - Interface in com.phloc.commons.error
Contains a list of resource errors and some sanity access methods.
IResourceLocation - Interface in com.phloc.commons.error
Interface indication the position of something within a single resource
is0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
 
is0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
is0() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
is0() - Method in class com.phloc.commons.mutable.MutableByte
 
is0() - Method in class com.phloc.commons.mutable.MutableChar
 
is0() - Method in class com.phloc.commons.mutable.MutableDouble
 
is0() - Method in class com.phloc.commons.mutable.MutableFloat
 
is0() - Method in class com.phloc.commons.mutable.MutableInt
 
is0() - Method in class com.phloc.commons.mutable.MutableLong
 
is0() - Method in class com.phloc.commons.mutable.MutableShort
 
is_ifragment(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_ihost(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_ipath(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_ipathnodelims(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_ipchar(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_ipliteral(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_iprivate(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_iquery(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_iregname(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_iserver(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_iunreserved(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_iuserinfo(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_regname(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
is_ucschar(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isAbstractClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
Check if the passed class is abstract or not.
isAlign() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
 
isAlpha() - Method in class com.phloc.commons.i18n.Codepoint
 
isAlpha(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is part of the ASCII alphabet (a-z, A-Z)
isAlpha(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is part of the ASCII alphabet (a-z, A-Z)
isAlphaDigit() - Method in class com.phloc.commons.i18n.Codepoint
 
isAlphaDigit(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if isAlpha and isDigit both return true
isAlphaDigit(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if isAlpha and isDigit both return true
isAnnotationClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isAnythingAvailable() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
isAnythingAvailable() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
isAppend() - Method in enum com.phloc.commons.io.EAppend
 
isArray(Object) - Static method in class com.phloc.commons.collections.ArrayHelper
Check if the passed object is an array or not.
isArrayClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isArrayEquals(Object, Object) - Static method in class com.phloc.commons.collections.ArrayHelper
Recursive equal comparison for arrays.
isArrayOfsLen(Object[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(boolean[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(byte[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(char[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(double[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(float[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(int[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(long[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isArrayOfsLen(short[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
 
isAscending() - Method in enum com.phloc.commons.compare.ESortOrder
 
isAscending() - Method in interface com.phloc.commons.compare.ISortOrderIndicator
 
ISAXReaderSettings - Interface in com.phloc.commons.xml.serialize
Read only interface for the SAXReaderSettings.
isBatchProcessingActive() - Method in interface com.phloc.commons.io.IBatchable
 
isBetweenExclusive(short, String, short, short) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(int, String, int, int) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(long, String, long, long) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(float, String, float, float) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(double, String, double, double) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenExclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
isBetweenInclusive(short, String, short, short) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(int, String, int, int) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(long, String, long, long) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(float, String, float, float) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(double, String, double, double) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBetweenInclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.phloc.commons.ValueEnforcer
Check if nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
isBidi() - Method in class com.phloc.commons.i18n.Codepoint
True if this Codepoint is a bidi control char
isBidi(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is a bidi control character
isBidi(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is a bidi control character
isBoolean(String, String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if the specified attribute is a boolean and should be printed without the value.
isBooleanClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isBottom() - Method in enum com.phloc.commons.state.ETopBottom
 
isBottom() - Method in interface com.phloc.commons.state.ITopBottomIndicator
 
isBreak() - Method in enum com.phloc.commons.state.EContinue
 
isBreak() - Method in interface com.phloc.commons.state.IContinueIndicator
 
isBuffered(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
isBuffered(OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
isBuffered(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
isBuffered(Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
 
isCDATA() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isCDATA() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isChanged() - Method in enum com.phloc.commons.state.EChange
 
isChanged() - Method in interface com.phloc.commons.state.IChangeIndicator
 
isChanged() - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
isCharacterClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isClosing(String, String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if the opening of one element (sTagName) implies the closing of another open element (openTag).
isCoalescing() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isCoalescing() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isCoalescing() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isComment() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isComment() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isContainer() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isContainer() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isContainerClass(Class<?>) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
 
isContainerObject(Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
 
isContinue() - Method in enum com.phloc.commons.state.EContinue
 
isContinue() - Method in interface com.phloc.commons.state.IContinueIndicator
 
isCountrySub() - Method in enum com.phloc.commons.locale.country.ECountry
 
isCurrentChar(char) - Method in class com.phloc.commons.text.utils.StringScanner
 
isCurrentOS() - Method in enum com.phloc.commons.system.EOperatingSystem
 
isCurrentVersion() - Method in enum com.phloc.commons.system.EJavaVersion
 
isDebugMode() - Static method in class com.phloc.commons.GlobalDebug
 
isDefined() - Method in enum com.phloc.commons.state.ETriState
 
isDefined() - Method in interface com.phloc.commons.state.ITriState
 
isDescending() - Method in enum com.phloc.commons.compare.ESortOrder
 
isDescending() - Method in interface com.phloc.commons.compare.ISortOrderIndicator
 
isDigit() - Method in class com.phloc.commons.i18n.Codepoint
 
isDigit(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is a digit
isDigit(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
True if the codepoint is a digit
isDisabled() - Method in enum com.phloc.commons.state.EEnabled
 
isDisabled() - Method in interface com.phloc.commons.state.IEnabledIndicator
 
isDocument() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isDocument() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isDocumentType() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isDocumentType() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isDouble(String) - Static method in class com.phloc.commons.string.StringParser
Checks if the given string is a double string that can be converted to a double value.
isElement() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isElement() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isElementContent(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if element is declared to have element content.
isElementContentWhitespace() - Method in interface com.phloc.commons.microdom.IMicroText
Check whether the text node consists solely of whitespaces.
isElementContentWhitespace() - Method in class com.phloc.commons.microdom.impl.MicroText
 
isEmit() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
 
isEmit() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
 
isEmitNamespaces() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
Determine if namespaces should be emitted or not.
isEmitNamespaces() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
isEmpty() - Method in class com.phloc.commons.cache.AbstractCache
 
isEmpty(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isEmpty(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isEmpty(Iterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isEmpty(IIterableIterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isEmpty(Enumeration<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isEmpty(Collection<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isEmpty(Map<?, ?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isEmpty() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
isEmpty() - Method in class com.phloc.commons.collections.list.SingleElementList
 
isEmpty() - Method in class com.phloc.commons.collections.SingleElementMap
 
isEmpty() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
isEmpty() - Method in interface com.phloc.commons.IHasSize
 
isEmpty() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
isEmpty() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
 
isEmpty() - Method in class com.phloc.commons.log.InMemoryLogger
 
isEmpty(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Check if the string is null or empty.
isEmpty(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string is null or empty.
isEmpty() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
isEmpty() - Method in class com.phloc.commons.text.impl.TextProvider
 
isEmpty(NodeList) - Static method in class com.phloc.commons.xml.XMLHelper
 
isEmptyAfterTrim(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string is null or empty after trimming.
isEmptyTag(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if element is declared to be empty.
isEnabled(Class<?>, IHasErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
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.phloc.commons.log.LogUtils
Check if logging is enabled for the passed logger based on the error level provider by the passed object
isEnabled(Class<?>, EErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
Check if logging is enabled for the passed class based on the error level provided
isEnabled(Logger, EErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
Check if logging is enabled for the passed logger based on the error level provided
isEnabled() - Method in enum com.phloc.commons.state.EEnabled
 
isEnabled() - Method in interface com.phloc.commons.state.IEnabledIndicator
 
isEncodeBlanks() - Method in class com.phloc.commons.codec.RFC1522QCodec
Tests if optional transformation of SPACE characters is to be used
isEntityReference() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isEntityReference() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isEnumClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isEqualContent(IMicroNode) - Method in interface com.phloc.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.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroText
 
isEqualIgnoreFileSeparator(String, String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check whether the two passed file names are equal, independent of the used separators (/ or \).
isEqualSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
 
isEqualSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
Check if this object is of the same level (= equal important) than the passed object.
isEqualSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
 
isEqualSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
 
isEqualTo100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualTo100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualToOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualToOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualToTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualToTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualToZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isEqualToZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
ISerializableFilter<DATATYPE> - Interface in com.phloc.commons.filter
An extension to IFilter so that implementing classes are also Serializable.
ISerializableFilterWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.filter
An extension to IFilterWithParameter so that implementing classes are also Serializable.
ISerializationConverter - Interface in com.phloc.commons.serialize.convert
Interface to be implemented to read and write objects.
ISerializationConverterCallback - Interface in com.phloc.commons.serialize.convert
A callback interface that is used to iterate all available serialization converters.
ISerializationConverterRegistrarSPI - Interface in com.phloc.commons.serialize.convert
SPI interface to be implemented by other modules wishing to register their own serialization converters.
ISerializationConverterRegistry - Interface in com.phloc.commons.serialize.convert
This is the callback interface implemented by SerializationConverterRegistry for registration via the SPI interface.
isError() - Method in enum com.phloc.commons.error.EErrorLevel
 
isError() - Method in class com.phloc.commons.error.ResourceError
 
isError() - Method in class com.phloc.commons.log.LogMessage
 
isError() - Method in interface com.phloc.commons.state.IErrorIndicator
 
isEscape() - Method in interface com.phloc.commons.microdom.IMicroText
 
isEscape() - Method in class com.phloc.commons.microdom.impl.MicroText
 
isEven() - Method in interface com.phloc.commons.mutable.IMutableInteger
 
isEven() - Method in class com.phloc.commons.mutable.MutableByte
 
isEven() - Method in class com.phloc.commons.mutable.MutableChar
 
isEven() - Method in class com.phloc.commons.mutable.MutableInt
 
isEven() - Method in class com.phloc.commons.mutable.MutableLong
 
isEven() - Method in class com.phloc.commons.mutable.MutableShort
 
ISeverityComparable<THISTYPE extends ISeverityComparable<THISTYPE>> - Interface in com.phloc.commons.error
Interface for comparable objects based on their severity.
isExpandEntityReferences() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isExpandEntityReferences() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isExpandEntityReferences() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isExplicitClassPathResource(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
Check if the passed resource name is an explicit classpath resource.
isExplicitURLResource(String) - Static method in class com.phloc.commons.io.resource.URLResource
Check if the passed resource name is an explicit URL resource.
isExponential() - Method in enum com.phloc.commons.math.RoundHelper.EDecimalType
 
isExternalSunJAXB2Marshaller(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Check if the passed marshaller is external to the one contained in the runtime.
isFailure() - Method in enum com.phloc.commons.error.EErrorLevel
 
isFailure() - Method in class com.phloc.commons.error.ResourceError
 
isFailure() - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
 
isFailure() - Method in class com.phloc.commons.io.file.FileIOError
 
isFailure() - Method in class com.phloc.commons.log.LogMessage
 
isFailure() - Method in enum com.phloc.commons.state.ESuccess
 
isFailure() - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
isFailure() - Method in interface com.phloc.commons.state.ISuccessIndicator
 
isFalse() - Method in enum com.phloc.commons.state.ETriState
 
isFalse() - Method in interface com.phloc.commons.state.ITriState
 
isFileNewer(File, File) - Static method in class com.phloc.commons.io.file.FileUtils
Returns true if the first file is newer than the second file.
isFinished() - Method in enum com.phloc.commons.state.EFinish
 
isFinished() - Method in interface com.phloc.commons.state.IFinishIndicator
 
isFixed() - Method in enum com.phloc.commons.math.RoundHelper.EDecimalType
 
isFloat(String) - Static method in class com.phloc.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.phloc.commons.lang.ClassHelper
 
isFormattedOutput(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
isFragment(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isFragment(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
isGE0(short, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGE0(int, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGE0(long, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGE0(double, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGE0(float, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGE0(BigDecimal, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGE0(BigInteger, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGenDelim(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isGreater0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableByte
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableChar
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableDouble
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableFloat
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableInt
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableLong
 
isGreater0() - Method in class com.phloc.commons.mutable.MutableShort
 
isGreaterOrEqual0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableByte
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableChar
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableDouble
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableFloat
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableInt
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableLong
 
isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableShort
 
isGreaterOrEqualThan(Version) - Method in class com.phloc.commons.version.Version
 
isGreaterOrEqualThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterOrEqualThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThan(Version) - Method in class com.phloc.commons.version.Version
 
isGreaterThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isGreaterThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isGT0(short, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGT0(int, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGT0(long, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGT0(double, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGT0(float, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGT0(BigDecimal, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isGT0(BigInteger, String) - Static method in class com.phloc.commons.ValueEnforcer
 
isHex(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isHiddenFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed filename is a Unix hidden filename.
isHiddenFilename(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed filename is a Unix hidden filename.
isHigh(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
Returns true if the char at the specified index is a high surrogate
isHigh(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
isHigh(int) - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
isHighSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
True if this codepoint is a high surrogate
isHTML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
 
isHTML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
 
isIgnoringComments() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isIgnoringComments() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isIgnoringComments() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isIgnoringElementContentWhitespace() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isIgnoringElementContentWhitespace() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isIgnoringElementContentWhitespace() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
ISimpleCache<KEYTYPE,VALUETYPE> - Interface in com.phloc.commons.cache
Interface for a very simple Map-like cache.
ISimpleIntIDProvider<VALUETYPE> - Interface in com.phloc.commons.id
Interface for objects having an int ID.
ISimpleLongIDProvider<VALUETYPE> - Interface in com.phloc.commons.id
Interface for objects having a long ID.
ISimpleMultiLingualText - Interface in com.phloc.commons.text
This is an in-between interface between the ITextProvider and the IReadonlyMultiLingualText.
ISimpleTextProvider - Interface in com.phloc.commons.text
Basic interface for object providing multilingual texts without arguments.
ISimpleURL - Interface in com.phloc.commons.url
Interface for a simple URL that works around the issues with the Java default URL.
isIncludingCeil() - Method in class com.phloc.commons.version.VersionRange
 
isIncludingFloor() - Method in class com.phloc.commons.version.VersionRange
 
isIncompatible() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
isIndent() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
 
isInstancableClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
Check if the passed class is public, instancable and has a no-argument constructor.
isInstantiated() - Static method in class com.phloc.commons.jaxb.JAXBContextCache
 
isInstantiated() - Static method in class com.phloc.commons.xml.schema.XMLSchemaCache
 
isInt(String) - Static method in class com.phloc.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.phloc.commons.lang.ClassHelper
 
isInterface(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
Check if the passed class is an interface or not.
isInternalSunJAXB2Marshaller(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Check if the passed marshaller is an internal one contained in the runtime.
isInterrupted() - Method in enum com.phloc.commons.state.EInterrupt
 
isInterrupted() - Method in interface com.phloc.commons.state.IInterruptIndicator
 
isInvalid() - Method in enum com.phloc.commons.state.EValidity
 
isInvalid() - Method in interface com.phloc.commons.state.IValidityIndicator
 
isInvalidXMLAttributeValueChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
Check if the passed character is invalid for a attribute value node.
isInvalidXMLCDATAChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
Check if the passed character is invalid for a CDATA node.
isInvalidXMLNameChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.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.phloc.commons.xml.serialize.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.phloc.commons.xml.serialize.XMLCharHelper
Check if the passed character is invalid for a text node.
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Check if one item is equal or a child of the other item.
isJMXEnabled() - Static method in class com.phloc.commons.cache.AbstractCache
 
isJMXEnabled() - Static method in class com.phloc.commons.stats.StatisticsManager
 
isJVMVendor() - Method in enum com.phloc.commons.system.EJVMVendor
 
isKnownEOFException(Throwable) - Static method in class com.phloc.commons.io.streams.StreamUtils
Check if the passed exception is a known EOF exception.
isKnownEOFException(Class<?>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Check if the passed class is a known EOF exception class.
isLeft() - Method in enum com.phloc.commons.state.ELeftRight
 
isLeft() - Method in interface com.phloc.commons.state.ILeftRightIndicator
 
isLessOrEqualSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
 
isLessOrEqualSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
Check if this object is of equal or lower level (= equally or less important) than the passed object.
isLessOrEqualSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
 
isLessOrEqualSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
 
isLessSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
 
isLessSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
Check if this object is of lower level (= less important) than the passed object.
isLessSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
 
isLessSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
 
IsLocked - Annotation Type in com.phloc.commons.annotations
For methods to be overridden, it indicates, that the method is locked.
IsLocked.ELockType - Enum in com.phloc.commons.annotations
 
isLogException(Throwable) - Method in class com.phloc.commons.callback.LoggingExceptionHandler
Check if the passed exception should be part of the log entry.
isLogException(Throwable) - Method in class com.phloc.commons.xml.serialize.XMLLoggingExceptionHandler
 
isLong(String) - Static method in class com.phloc.commons.string.StringParser
Checks if the given string is a numeric string that can be converted to a long value with radix 10.
isLow(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
Returns true if the char at the specified index is a low surrogate
isLow(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
isLow(int) - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
isLowerOrEqualThan(Version) - Method in class com.phloc.commons.version.Version
 
isLowerOrEqualThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerOrEqualThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThan(Version) - Method in class com.phloc.commons.version.Version
 
isLowerThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isLowerThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isLowSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
True if this codepoint is a low surrogate
isMac() - Method in enum com.phloc.commons.system.ENewLineMode
 
isMandatory() - Method in enum com.phloc.commons.state.EMandatory
 
isMandatory() - Method in interface com.phloc.commons.state.IMandatoryIndicator
 
isMark(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isMatchingVersion(double) - Method in enum com.phloc.commons.system.EJavaVersion
 
isMoreOrEqualSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
 
isMoreOrEqualSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
Check if this object is of equal or higher level (= equally or more important) than the passed object.
isMoreOrEqualSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
 
isMoreOrEqualSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
 
isMoreSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
 
isMoreSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
Check if this object is of higher level (= more important) than the passed object.
isMoreSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
 
isMoreSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
 
isNamespaceAware() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isNamespaceAware() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isNamespaceAware() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isNewerOrEqualsThan(EJavaVersion) - Method in enum com.phloc.commons.system.EJavaVersion
Check if this java version is newer or equals than the passed version
isNoError() - Method in enum com.phloc.commons.error.EErrorLevel
 
isNoError() - Method in class com.phloc.commons.error.ResourceError
 
isNoError() - Method in class com.phloc.commons.log.LogMessage
 
isNoError() - Method in interface com.phloc.commons.state.IErrorIndicator
 
isNot0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
 
isNot0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
isNot0() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
isNot0() - Method in class com.phloc.commons.mutable.MutableByte
 
isNot0() - Method in class com.phloc.commons.mutable.MutableChar
 
isNot0() - Method in class com.phloc.commons.mutable.MutableDouble
 
isNot0() - Method in class com.phloc.commons.mutable.MutableFloat
 
isNot0() - Method in class com.phloc.commons.mutable.MutableInt
 
isNot0() - Method in class com.phloc.commons.mutable.MutableLong
 
isNot0() - Method in class com.phloc.commons.mutable.MutableShort
 
isNotEmpty() - Method in class com.phloc.commons.cache.AbstractCache
 
isNotEmpty(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
 
isNotEmpty(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isNotEmpty(Iterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isNotEmpty(IIterableIterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isNotEmpty(Enumeration<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isNotEmpty(Collection<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isNotEmpty(Map<?, ?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
isNotEmpty() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
isNotEmpty(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
Check if the string contains any char.
isNotEmpty(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string contains any char.
isNotEmptyAfterTrim(String) - Static method in class com.phloc.commons.string.StringHelper
Check if the string neither null nor empty after trimming.
isNotEqualTo100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualTo100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualToOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualToOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualToTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualToTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualToZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
 
isNotEqualToZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
 
isNotifyRequired() - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
 
isNotInterrupted() - Method in enum com.phloc.commons.state.EInterrupt
 
isNotInterrupted() - Method in interface com.phloc.commons.state.IInterruptIndicator
 
isNullValuesComeFirst() - Method in class com.phloc.commons.compare.ComparatorComparableNullAware
 
isOdd() - Method in interface com.phloc.commons.mutable.IMutableInteger
 
isOdd() - Method in class com.phloc.commons.mutable.MutableByte
 
isOdd() - Method in class com.phloc.commons.mutable.MutableChar
 
isOdd() - Method in class com.phloc.commons.mutable.MutableInt
 
isOdd() - Method in class com.phloc.commons.mutable.MutableLong
 
isOdd() - Method in class com.phloc.commons.mutable.MutableShort
 
isOnlyOpening(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if element's closing tag is generally not printed.
isOptional() - Method in enum com.phloc.commons.state.EMandatory
 
isOptional() - Method in interface com.phloc.commons.state.IMandatoryIndicator
 
isOptional() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
 
isOptional() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
isOptionalClosing(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if element's closing tag is optional and need not exist.
isOracle() - Method in enum com.phloc.commons.system.EJVMVendor
 
ISortOrderIndicator - Interface in com.phloc.commons.compare
Interface indicating a sort order.
isParentDirectory(File, File) - Static method in class com.phloc.commons.io.file.FileUtils
Check if the searched directory is a parent object of the start directory
isPath(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isPathNoDelims(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isPathSeparatorChar(char) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed character is a path separation character.
isPchar(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isPctEnc(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isPerformConsistencyChecks() - Static method in class com.phloc.commons.text.impl.TextProvider
 
isPresent(byte[]) - Method in enum com.phloc.commons.charset.EUnicodeBOM
Check if the passed byte array starts with this BOM's bytes.
isPreserveSpace(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if element's textual contents preserves spaces.
isPrimitiveType(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isPrimitiveWrapperType(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isProcessingInstruction() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isProcessingInstruction() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isProductionMode() - Static method in class com.phloc.commons.GlobalDebug
 
isPublic(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isPublicClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isPutNamespaceContextPrefixesInRoot() - Method in interface com.phloc.commons.xml.serialize.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.phloc.commons.xml.serialize.XMLWriterSettings
 
isQuery(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isRecursive() - Method in class com.phloc.commons.io.monitor.FileMonitor
Access method to get the recursive setting when adding files for monitoring.
isReplaceWithNothing() - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
 
isRequiresNewXMLParserExplicitly() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isRequiresNewXMLParserExplicitly() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isRequiresNewXMLParserExplicitly() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isRequiresNewXMLParserExplicitly() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
 
isRequiresNewXMLParserExplicitly() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
isRequiresNewXMLParserExplicitly() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
isReserved(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isRight() - Method in enum com.phloc.commons.state.ELeftRight
 
isRight() - Method in interface com.phloc.commons.state.ILeftRightIndicator
 
isRootItem() - Method in interface com.phloc.commons.tree.IBasicTreeItem
 
isRootItem() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
isRootItem() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
isRunning() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
 
isSameOrChildOf(ITEMTYPE) - Method in interface com.phloc.commons.tree.IBasicTreeItem
Check if this item is the same or a child of the passed item.
isSameOrChildOf(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
isSameOrChildOf(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
isScheme(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isSecureFilenameCharacter(char) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed character is secure to be used in filenames.
isSet() - Method in interface com.phloc.commons.mutable.IReadonlyWrapper
 
isSet() - Method in class com.phloc.commons.mutable.Wrapper
 
isSet() - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
isSet() - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
isSmaller0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableByte
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableChar
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableDouble
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableFloat
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableInt
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableLong
 
isSmaller0() - Method in class com.phloc.commons.mutable.MutableShort
 
isSmallerOrEqual0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableByte
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableChar
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableDouble
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableFloat
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableInt
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableLong
 
isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableShort
 
isSpaceOnSelfClosedElement() - Method in interface com.phloc.commons.xml.serialize.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.phloc.commons.xml.serialize.XMLWriterSettings
 
isSpecialLocale(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
Check if the passed locale is one of the special locales "all" or "independent"
isSpecialLocaleCode(String) - Static method in class com.phloc.commons.locale.LocaleUtils
Check if the passed locale is one of the special locales "all" or "independent"
IsSPIImplementation - Annotation Type in com.phloc.commons.annotations
Marker interface that claims that this class implements an SPI interface that is resolved via the ServiceLoader.
IsSPIInterface - Annotation Type in com.phloc.commons.annotations
Marker interface that claims that implementations of this interface are loaded via the ServiceLoader.
isStandalone() - Method in interface com.phloc.commons.microdom.IMicroDocument
 
isStandalone() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
isStarted() - Method in class com.phloc.commons.timing.StopWatch
 
isStopped() - Method in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
 
isStopped() - Method in interface com.phloc.commons.concurrent.collector.IConcurrentCollector
Check if this collector is already stopped.
isStopped() - Method in class com.phloc.commons.timing.StopWatch
 
isStringClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
 
isSubDelim(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isSuccess() - Method in enum com.phloc.commons.error.EErrorLevel
 
isSuccess() - Method in class com.phloc.commons.error.ResourceError
 
isSuccess() - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
 
isSuccess() - Method in class com.phloc.commons.io.file.FileIOError
 
isSuccess() - Method in class com.phloc.commons.log.LogMessage
 
isSuccess() - Method in enum com.phloc.commons.state.ESuccess
 
isSuccess() - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
isSuccess() - Method in interface com.phloc.commons.state.ISuccessIndicator
 
isSun() - Method in enum com.phloc.commons.system.EJVMVendor
 
isSunCanonicalization(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
isSunJAXB2Marshaller(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Check if the passed Marshaller is a Sun JAXB v2 marshaller.
isSunObjectIdentityCycleDetection(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
 
isSupplementary() - Method in class com.phloc.commons.i18n.Codepoint
True if this codepoint is supplementary
isSupportedVersion() - Method in enum com.phloc.commons.system.EJavaVersion
 
isSystemInternalDirectory(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
 
isSystemInternalDirectory(CharSequence) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed string is a system directory.
IStatisticsHandler - Interface in com.phloc.commons.stats
Base interface for all statistic handlers
IStatisticsHandlerCache - Interface in com.phloc.commons.stats
Modifying interface of StatisticsHandlerCacheMBean
IStatisticsHandlerCounter - Interface in com.phloc.commons.stats
Modifying interface of StatisticsHandlerCounterMBean
IStatisticsHandlerKeyed - Interface in com.phloc.commons.stats
Base interface for keyed statistic handlers
IStatisticsHandlerKeyedCounter - Interface in com.phloc.commons.stats
Modifying interface of StatisticsHandlerKeyedCounterMBean
IStatisticsHandlerKeyedNumeric - Interface in com.phloc.commons.stats
Base interface for size and timer handler.
IStatisticsHandlerKeyedSize - Interface in com.phloc.commons.stats
Modifying interface of StatisticsHandlerKeyedSizeMBean
IStatisticsHandlerKeyedTimer - Interface in com.phloc.commons.stats
Modifying interface of StatisticsHandlerKeyedTimerMBean
IStatisticsHandlerNumeric - Interface in com.phloc.commons.stats
Base interface for size and timer handler.
IStatisticsHandlerSize - Interface in com.phloc.commons.stats
Modifying version of StatisticsHandlerSizeMBean
IStatisticsHandlerTimer - Interface in com.phloc.commons.stats
Modifying interface of StatisticsHandlerTimerMBean
IStatisticsVisitor - Interface in com.phloc.commons.stats.visit
Callback interface for visiting statistics.
isTestRequired() - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
 
isText() - Method in interface com.phloc.commons.microdom.IMicroNode
 
isText() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
isTextNode(Node) - Static method in class com.phloc.commons.xml.XMLHelper
Check if the passed node is a text node.
isThrowExceptionOnNestedComments() - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
isToken(String) - Static method in class com.phloc.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.phloc.commons.mime.MimeTypeParser
Check if the passed character is a valid token character.
isTop() - Method in enum com.phloc.commons.state.ETopBottom
 
isTop() - Method in interface com.phloc.commons.state.ITopBottomIndicator
 
IStoppable - Interface in com.phloc.commons.state
Marker interface to indicate that something can be stopped.
isTraceMode() - Static method in class com.phloc.commons.GlobalDebug
 
IStringCodec - Interface in com.phloc.commons.codec
Interface for a single encoder + decoder that is based on a String.
IStringIDFactory - Interface in com.phloc.commons.idfactory
Interface for an object creating unique String IDs.
isTrue() - Method in enum com.phloc.commons.state.ETriState
 
isTrue() - Method in interface com.phloc.commons.state.ITriState
 
isTruncate() - Method in enum com.phloc.commons.io.EAppend
 
isTSpecialChar(char) - Static method in class com.phloc.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.phloc.commons.mime.EMimeContentType
Check if the passed MIME type has the same content type as this
ISuccessIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has success/failure indication.
isUnchanged() - Method in enum com.phloc.commons.state.EChange
 
isUnchanged() - Method in interface com.phloc.commons.state.IChangeIndicator
 
isUnchanged() - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
isUndefined() - Method in enum com.phloc.commons.state.ETriState
 
isUndefined() - Method in interface com.phloc.commons.state.ITriState
 
isUnfinished() - Method in enum com.phloc.commons.state.EFinish
 
isUnfinished() - Method in interface com.phloc.commons.state.IFinishIndicator
 
isUnix() - Method in enum com.phloc.commons.system.ENewLineMode
 
isUnixBased() - Method in enum com.phloc.commons.system.EOperatingSystem
Indicates whether the provided operating system is UNIX-based.
isUnlimitedStrengthCryptoAvailable() - Static method in class com.phloc.commons.crypto.CryptoPolicy
Check to see if unlimited strength crypto is available.
isUnreserved(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isUnsignedInt(String) - Static method in class com.phloc.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.phloc.commons.string.StringParser
Checks if the given string is a numeric string that can be converted to an unsigned long value with radix 10.
isURI(String, String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
Returns true if the specified attribute it a URI and should be escaped appropriately.
isUsedInURL(String) - Method in enum com.phloc.commons.url.EURLProtocol
Tells if the passed String (URL) belongs to this protocol.
isUsedInURL(String) - Method in interface com.phloc.commons.url.IURLProtocol
Tells if the passed String (URL) belongs to this protocol.
isUsedInURL(String) - Method in class com.phloc.commons.url.URLProtocol
Tells if the passed String (URL) belongs to this protocol.
isUseDoubleQuotesForAttributes() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
 
isUseDoubleQuotesForAttributes() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
isUseResourceBundleCache() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
 
isUseResourceBundleCache() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
 
isUserInfo(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
isValid(String) - Static method in class com.phloc.commons.email.EmailAddressUtils
Checks if a value is a valid e-mail address according to a certain regular expression.
isValid() - Method in enum com.phloc.commons.state.EValidity
 
isValid() - Method in interface com.phloc.commons.state.IValidityIndicator
 
isValid(String) - Static method in class com.phloc.commons.url.URLValidator
Checks if a value is a valid URL.
isValidating() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isValidating() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isValidating() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isValidData(DATATYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
This method is called to validate a data object.
isValidData(DATATYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
This method is called to validate a data object.
isValidDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
This method is called to validate a data ID object.
isValidFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed file name is valid.
isValidFilenameWithPaths(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed filename path is valid.
isValidPattern(String) - Static method in class com.phloc.commons.regex.RegExHelper
Check if the passed regular expression is invalid.
isValueRequiringQuoting() - Method in class com.phloc.commons.mime.MimeTypeParameter
 
isWarnOnDeleteRoot() - Static method in class com.phloc.commons.io.file.FileOperations
 
isWindows() - Method in enum com.phloc.commons.system.ENewLineMode
 
isWriteFormatted() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
 
isXHTML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
 
isXIncludeAware() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
isXIncludeAware() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
isXIncludeAware() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
 
isXML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
 
isXML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
 
isZlibHead(byte[]) - Static method in class com.phloc.commons.codec.FlateCodec
 
IterableIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
This class is used for simpler iteration over an Iterator via the new "for" syntax.
IterableIterator(ELEMENTTYPE[]) - Constructor for class com.phloc.commons.collections.iterate.IterableIterator
 
IterableIterator(Iterable<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.IterableIterator
 
IterableIterator(Iterator<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.IterableIterator
 
IterableIteratorFromEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Create an iterable iterator from an existing enumeration.
IterableIteratorFromEnumeration(Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
 
iterateAllCombinations(List<DATATYPE>, INonThrowingRunnableWithParameter<List<DATATYPE>>) - Method in class com.phloc.commons.math.CombinationGeneratorFlexible
Iterate all combination, no matter they are unique or not.
iterateAllCombinations(List<DATATYPE>, boolean, INonThrowingRunnableWithParameter<List<DATATYPE>>) - Static method in class com.phloc.commons.math.CombinationGeneratorFlexible
 
iterateAllRegisteredMicroTypeConverters(IMicroTypeConverterCallback) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
Iterate all registered micro type converters.
iterateAllRegisteredSerializationConverters(ISerializationConverterCallback) - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
Iterate all registered serialization converters.
iterateAllRegisteredTypeConverters(ITypeConverterCallback) - Static method in class com.phloc.commons.typeconvert.TypeConverterRegistry
Iterate all registered type converters.
iterator() - Method in class com.phloc.commons.collections.EmptySortedSet
 
iterator() - Method in class com.phloc.commons.collections.iterate.IterableIterator
 
iterator() - Method in class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
 
iterator() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
iterator() - Method in class com.phloc.commons.collections.list.SingleElementList
 
iterator() - Method in class com.phloc.commons.collections.LRUSet
 
iterator() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
iterator() - Method in class com.phloc.commons.filter.collections.FilterIterator
 
iterator() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
 
iterator() - Method in class com.phloc.commons.lang.ServiceLoaderBackport
Deprecated.
Lazily loads the available providers of this loader's service.
iterator() - Method in class com.phloc.commons.log.InMemoryLogger
 
iterator() - Method in class com.phloc.commons.math.CombinationGenerator
 
iterator() - Method in class com.phloc.commons.microdom.utils.MicroRecursiveIterator
 
iterator() - Method in class com.phloc.commons.xml.ChildElementIterator
 
iterator() - Method in class com.phloc.commons.xml.ChildNodeIterator
 
iterator() - Method in class com.phloc.commons.xml.RecursiveChildNodeIterator
 
ITextProvider - Interface in com.phloc.commons.text
Basic interface for object providing multilingual texts with and without arguments.
IThirdPartyModule - Interface in com.phloc.commons.thirdparty
Represents meta information for a single third-party module (aka JAR file).
IThirdPartyModuleProviderSPI - Interface in com.phloc.commons.thirdparty
Implement this SPI interface if your JAR file contains external third party modules.
IThreadDeadlockListener - Interface in com.phloc.commons.deadlock
This is called whenever a problem with threads is detected.
IThrowingCallable<DATATYPE> - Interface in com.phloc.commons.callback
This is the same as the Callable interface but following our naming conventions.
IThrowingCallableWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.callback
Like the Callable interface but including a parameter!
IThrowingRunnable - Interface in com.phloc.commons.callback
A simple interface that looks like Runnable but may throw an exception on its execution.
IThrowingRunnableWithParameter<PARAMTYPE> - Interface in com.phloc.commons.callback
Simple callback interface to allow generic iteration with a typed callback function.
ITopBottomIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has top/bottom indication.
ITree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.simple
Base interface for a simple tree
ITreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.simple
Base interface for simple tree items
ITreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.simple
Interface for a simple tree item factory
ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid
Represents a basic tree item with an ID.
ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid
A factory interface that creates tree items.
ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.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.phloc.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.phloc.commons.tree.withid
Base interface for a tree with ID
ITriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> - Interface in com.phloc.commons.collections.triple
Represents an abstract triple (an object with exactly three element) that is writable.
ITriState - Interface in com.phloc.commons.state
Base interface for the tri state.
ITypeConverter - Interface in com.phloc.commons.typeconvert
Special interface that is used to convert between values of different types.
ITypeConverterCallback - Interface in com.phloc.commons.typeconvert
A callback interface that is used in several places of the type conversion engine.
ITypeConverterProvider - Interface in com.phloc.commons.typeconvert
Find the correct type converter provider from a source class to a destination class.
ITypeConverterRegistrarSPI - Interface in com.phloc.commons.typeconvert
SPI interface to be implemented by other modules wishing to register their own type converters.
ITypeConverterRegistry - Interface in com.phloc.commons.typeconvert
Callback interface for registering new type converters.
ITypeConverterRule - Interface in com.phloc.commons.typeconvert
Flexible type converter that can handle multiple source and/or destination classes.
ITypeConverterRule.ESubType - Enum in com.phloc.commons.typeconvert
Define the sub types of the rules.
ITypedObject<IDTYPE> - Interface in com.phloc.commons.type
Base interface for objects having a type and an ID.
IUnidirectionalConverter<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.convert
This is a very simple type conversion interface for compile type conversions.
IUnidirectionalConverterSameType<DATATYPE> - Interface in com.phloc.commons.convert
A specialized converter interface that does not do type transformations.
IURIToURLConverter - Interface in com.phloc.commons.url
A generic converted from String URI to ISimpleURL.
IURLData - Interface in com.phloc.commons.url
Base interface representing the basic elements of a URL from a high level perspective.
IURLProtocol - Interface in com.phloc.commons.url
Base interface for an URL protocol descriptor.
IURLProtocolRegistrarSPI - Interface in com.phloc.commons.url
Interface for a registrar providing custom URL protocols
IValidationEventHandlerFactory - Interface in com.phloc.commons.jaxb.validation
Factory interface for ValidationEventHandler objects.
IValidityIndicator - Interface in com.phloc.commons.state
Very simple interface for an object that has valid/invalid indication.
IVirtualMachineEventSPI - Interface in com.phloc.commons.vminit
The callback to implemented by VM startup SPIs.
IWrapper<DATATYPE> - Interface in com.phloc.commons.mutable
Base interface for mutable wrapping an object within another object.
IWritableResource - Interface in com.phloc.commons.io
Base interface for an abstract writable resource.
IWritableResourceProvider - Interface in com.phloc.commons.io
Resource provider interface for readable and writable resources.
IWriterProvider - Interface in com.phloc.commons.io
A callback interface to retrieve Writer objects.
IWriterResolver - Interface in com.phloc.commons.io
A callback interface to retrieve Writer objects from a given name.
IXMLIterationHandler - Interface in com.phloc.commons.xml
Callback interface when iterating XML nodes.
IXMLSerializer<NODETYPE> - Interface in com.phloc.commons.xml.serialize
Base interface for XML like serializers.
IXMLWriterSettings - Interface in com.phloc.commons.xml.serialize
Interface for the settings to be used for serializing XML nodes.

J

JAXBContextCache - Class in com.phloc.commons.jaxb
Specific cache class for JAXB context elements.
JAXBEqualsImplementationRegistrarSPI - Class in com.phloc.commons.jaxb
JAXBEqualsImplementationRegistrarSPI() - Constructor for class com.phloc.commons.jaxb.JAXBEqualsImplementationRegistrarSPI
 
JAXBHashCodeImplementationRegistrarSPI - Class in com.phloc.commons.jaxb
JAXBHashCodeImplementationRegistrarSPI() - Constructor for class com.phloc.commons.jaxb.JAXBHashCodeImplementationRegistrarSPI
 
JAXBMarshallerUtils - Class in com.phloc.commons.jaxb
This class contains utility methods for JAXB Marshaller objects.
JMXUtils - Class in com.phloc.commons.jmx
Some generic JMX utility classes

K

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

L

L0 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
0
L1 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
1
L_1 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-1
L_DE - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
de
L_DE_AT - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
de-AT
L_DE_DE - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
de-DE
L_EN - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
en
L_EN_GB - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
en-GB
L_EN_US - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
en-US
L_FR - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
fr
L_FR_FR - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
fr-FR
last() - Method in class com.phloc.commons.collections.EmptySortedSet
 
lastIndexOf(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
lastIndexOf(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
 
lastPosition() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
lastPosition() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
lastPosition() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
LazilyInitialized - Annotation Type in com.phloc.commons.annotations
This is an indicator, that a field is lazily initialized.
length(CharSequence) - Static method in class com.phloc.commons.i18n.CodepointUtils
Return the total number of codepoints in the buffer.
length(char[]) - Static method in class com.phloc.commons.i18n.CodepointUtils
Return the total number of codepoints in the buffer.
length(AbstractCodepointIterator) - Static method in class com.phloc.commons.i18n.CodepointUtils
 
LevenshteinDistance - Class in com.phloc.commons.text.utils
Utility class for calculating the Levenshtein distance of 2 strings.
limit() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
limit() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
limit() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
LINE_SEPARATOR - Static variable in class com.phloc.commons.CGlobal
The system line separator
listIterator() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
listIterator(int) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
listIterator() - Method in class com.phloc.commons.collections.list.SingleElementList
 
listIterator(int) - Method in class com.phloc.commons.collections.list.SingleElementList
 
load(Class<S>, ClassLoader) - Static method in class com.phloc.commons.lang.ServiceLoaderBackport
Deprecated.
Creates a new service loader for the given service type and class loader.
load(Class<S>) - Static method in class com.phloc.commons.lang.ServiceLoaderBackport
Deprecated.
Creates a new service loader for the given service type, using the current thread's context class loader.
loadInstalled(Class<S>) - Static method in class com.phloc.commons.lang.ServiceLoaderBackport
Deprecated.
Creates a new service loader for the given service type, using the extension class loader.
LOCALE_ALL - Static variable in class com.phloc.commons.CGlobal
the default locale which means "all locales".
LOCALE_FIXED_NUMBER_FORMAT - Static variable in class com.phloc.commons.CGlobal
The number for formatting numbers in a machine readable way.
LOCALE_INDEPENDENT - Static variable in class com.phloc.commons.CGlobal
the default locale which means "locale independent".
LOCALE_SEPARATOR - Static variable in class com.phloc.commons.CGlobal
Separates language and country in a locale string representation.
LOCALE_SEPARATOR_STR - Static variable in class com.phloc.commons.CGlobal
Separates language and country in a locale string representation.
LocaleCache - Class in com.phloc.commons.locale
This is a global cache for Locale objects to avoid too many object flowing around.
LocaleFormatter - Class in com.phloc.commons.locale
Helper class to safely print and parse numbers in a formatted way.
LocaleTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the locale specific type converter
LocaleTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.LocaleTypeConverterRegistrar
 
LocaleUtils - Class in com.phloc.commons.locale
Misc locale utility methods.
log(EErrorLevel, Serializable) - Method in class com.phloc.commons.log.InMemoryLogger
 
log(EErrorLevel, Serializable, Throwable) - Method in class com.phloc.commons.log.InMemoryLogger
 
log(Class<?>, IHasErrorLevel, String) - Static method in class com.phloc.commons.log.LogUtils
 
log(Class<?>, IHasErrorLevel, String, Throwable) - Static method in class com.phloc.commons.log.LogUtils
 
log(Logger, IHasErrorLevel, String) - Static method in class com.phloc.commons.log.LogUtils
 
log(Logger, IHasErrorLevel, String, Throwable) - Static method in class com.phloc.commons.log.LogUtils
 
log(Class<?>, EErrorLevel, String) - Static method in class com.phloc.commons.log.LogUtils
 
log(Class<?>, EErrorLevel, String, Throwable) - Static method in class com.phloc.commons.log.LogUtils
 
log(Logger, EErrorLevel, String) - Static method in class com.phloc.commons.log.LogUtils
 
log(Logger, EErrorLevel, String, Throwable) - Static method in class com.phloc.commons.log.LogUtils
 
LoggedException - Exception in com.phloc.commons.exceptions
This is a wrapper for a exception that can log the passed exception when it is thrown.
LoggedException() - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(boolean) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(String) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(boolean, String) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(boolean, Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(String, Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedException(boolean, String, Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedException
 
LoggedRuntimeException - Exception in com.phloc.commons.exceptions
This is a wrapper for a runtime exception that can log the passed exception when it is thrown.
LoggedRuntimeException() - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(boolean) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(String) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(boolean, String) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(boolean, Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(String, Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggedRuntimeException(boolean, String, Throwable) - Constructor for exception com.phloc.commons.exceptions.LoggedRuntimeException
 
LoggingExceptionHandler - Class in com.phloc.commons.callback
A specific implementation of the IExceptionHandler interface, that logs all exceptions to a standard logger.
LoggingExceptionHandler() - Constructor for class com.phloc.commons.callback.LoggingExceptionHandler
 
LoggingExceptionHandler(EErrorLevel) - Constructor for class com.phloc.commons.callback.LoggingExceptionHandler
 
LoggingFileOperationCallback - Class in com.phloc.commons.io.file
A logging implementation of the IFileOperationCallback interface.
LoggingFileOperationCallback() - Constructor for class com.phloc.commons.io.file.LoggingFileOperationCallback
 
LoggingLRUCache<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
A specific LRUCache that emits a warning once the cache is full.
LoggingLRUCache(String, int) - Constructor for class com.phloc.commons.cache.LoggingLRUCache
 
LoggingLSResourceResolver - Class in com.phloc.commons.xml.ls
A logging only LSResourceResolver implementation.
LoggingLSResourceResolver() - Constructor for class com.phloc.commons.xml.ls.LoggingLSResourceResolver
 
LoggingLSResourceResolver(LSResourceResolver) - Constructor for class com.phloc.commons.xml.ls.LoggingLSResourceResolver
 
LoggingSAXErrorHandler - Class in com.phloc.commons.xml.sax
java.xml error handler that simply logs data to a logger.
LoggingSAXErrorHandler() - Constructor for class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
 
LoggingSAXErrorHandler(ErrorHandler) - Constructor for class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
 
LoggingTransformErrorListener - Class in com.phloc.commons.xml.transform
ErrorListener that simply logs data to a logger.
LoggingTransformErrorListener(Locale) - Constructor for class com.phloc.commons.xml.transform.LoggingTransformErrorListener
 
LoggingTransformErrorListener(ErrorListener, Locale) - Constructor for class com.phloc.commons.xml.transform.LoggingTransformErrorListener
 
LoggingTransformURIResolver - Class in com.phloc.commons.xml.transform
URIResolver that logs to a logger but does not resolve anything.
LoggingTransformURIResolver() - Constructor for class com.phloc.commons.xml.transform.LoggingTransformURIResolver
 
LoggingTransformURIResolver(URIResolver) - Constructor for class com.phloc.commons.xml.transform.LoggingTransformURIResolver
 
LoggingValidationEventHandler - Class in com.phloc.commons.jaxb.validation
An implementation of the JAXB ValidationEventHandler interface.
LoggingValidationEventHandler() - Constructor for class com.phloc.commons.jaxb.validation.LoggingValidationEventHandler
 
LoggingValidationEventHandler(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.LoggingValidationEventHandler
 
LoggingValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
LoggingValidationEventHandlerFactory() - Constructor for class com.phloc.commons.jaxb.validation.LoggingValidationEventHandlerFactory
 
LoggingValidationEventHandlerFactory(boolean) - Constructor for class com.phloc.commons.jaxb.validation.LoggingValidationEventHandlerFactory
 
LogMessage - Class in com.phloc.commons.log
Represents a single log message.
LogMessage(EErrorLevel, Serializable, Throwable) - Constructor for class com.phloc.commons.log.LogMessage
 
LogUtils - Class in com.phloc.commons.log
Some utility functions to help integrating the EErrorLevel enum in this package with SLF4J logger.
longValue() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
longValue() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
longValue() - Method in class com.phloc.commons.mutable.MutableByte
 
longValue() - Method in class com.phloc.commons.mutable.MutableChar
 
longValue() - Method in class com.phloc.commons.mutable.MutableDouble
 
longValue() - Method in class com.phloc.commons.mutable.MutableFloat
 
longValue() - Method in class com.phloc.commons.mutable.MutableInt
 
longValue() - Method in class com.phloc.commons.mutable.MutableLong
 
longValue() - Method in class com.phloc.commons.mutable.MutableShort
 
LOWEST - Static variable in enum com.phloc.commons.error.EErrorLevel
Lowest error level within this enum
LRE - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
LRM - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
LRO - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
LRUCache<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections
A special ordered map, that has an upper limit of contained elements.
LRUCache(int) - Constructor for class com.phloc.commons.collections.LRUCache
Create a new object with the specified max size.
LRUSet<ELEMENTTYPE> - Class in com.phloc.commons.collections
A special ordered set, that has an upper limit of contained elements.
LRUSet(int) - Constructor for class com.phloc.commons.collections.LRUSet
 
LSResourceData - Class in com.phloc.commons.xml.ls
This class encapsulates all data provided for resource resolving.
LSResourceData(String, String, String, String, String) - Constructor for class com.phloc.commons.xml.ls.LSResourceData
 
LZWCodec - Class in com.phloc.commons.codec
Encoder and decoder for the LZW algorithm
LZWCodec() - Constructor for class com.phloc.commons.codec.LZWCodec
 
LZWCodec.AbstractLZWDictionary - Class in com.phloc.commons.codec
 
LZWCodec.AbstractLZWDictionary() - Constructor for class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
LZWCodec.LZWDecodeDictionary - Class in com.phloc.commons.codec
 
LZWCodec.LZWDecodeDictionary() - Constructor for class com.phloc.commons.codec.LZWCodec.LZWDecodeDictionary
 
LZWCodec.LZWEncodeDictionary - Class in com.phloc.commons.codec
 
LZWCodec.LZWEncodeDictionary() - Constructor for class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
 
LZWCodec.LZWNode - Class in com.phloc.commons.codec
A single LZW node
LZWCodec.LZWNode() - Constructor for class com.phloc.commons.codec.LZWCodec.LZWNode
 
LZWCodec.LZWNode(int) - Constructor for class com.phloc.commons.codec.LZWCodec.LZWNode
 

M

m_aBuf - Variable in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
The internal buffer array where the data is stored.
m_aBuf - Variable in class com.phloc.commons.io.streams.NonBlockingBufferedOutputStream
The internal buffer where data is stored.
m_aBuf - Variable in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
m_aBuf - Variable in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
The buffer where data is stored.
m_aCacheAccessStats - Variable in class com.phloc.commons.cache.AbstractCache
 
m_aCR - Variable in class com.phloc.commons.parent.impl.ChildrenProviderSorting
 
m_aIndent - Variable in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
helper variable: current indentation.
m_aLogger - Variable in class com.phloc.commons.mock.AbstractPhlocTestCase
 
m_aNSStack - Variable in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
Current stack of namespaces.
m_aParams - Variable in class com.phloc.commons.url.AbstractSimpleURL
 
m_aQueue - Variable in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
 
m_aReadingResourceProviders - Variable in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
m_aRWLock - Variable in class com.phloc.commons.cache.AbstractCache
 
m_aRWLock - Variable in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
m_aRWLock - Variable in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
m_aRWLock - Variable in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
 
m_aRWLock - Variable in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
m_aRWLock - Variable in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
m_aRWLock - Variable in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
 
m_aSettings - Variable in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
The serialization settings
m_aTab - Variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
m_aWritableResourceProviders - Variable in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
m_nCodeBits - Variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
m_nCount - Variable in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
m_nCount - Variable in class com.phloc.commons.io.streams.NonBlockingBufferedOutputStream
The number of valid bytes in the buffer.
m_nCount - Variable in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
m_nCount - Variable in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
The number of valid bytes in the buffer.
m_nFreeCode - Variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
m_nLimit - Variable in class com.phloc.commons.i18n.AbstractCodepointIterator
 
m_nMark - Variable in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
The currently marked position in the stream.
m_nMarkLimit - Variable in class com.phloc.commons.io.streams.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.phloc.commons.io.streams.NonBlockingBufferedInputStream
The value of the pos field at the time the last mark method was called.
m_nPos - Variable in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
The current position in the buffer.
m_nPos - Variable in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
The index of the next character to read from the input stream buffer.
m_nPosition - Variable in class com.phloc.commons.i18n.AbstractCodepointIterator
 
m_sAnchor - Variable in class com.phloc.commons.url.AbstractSimpleURL
 
mainCompare(ChangeLogEntry, ChangeLogEntry) - Method in class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractCollationComparator
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractComparator
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractIntegerComparator
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractNumericComparator
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractPartComparator
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractPartComparatorComparable
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.ComparatorComparable
 
mainCompare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.ComparatorComparableNullAware
 
mainCompare(String, String) - Method in class com.phloc.commons.compare.ComparatorStringLongestFirst
 
MainRunner - Class in com.phloc.commons.utils
A dummy main runner with some basic setup.
makeUnmodifiable(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiable(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiable(Set<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiable(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiable(SortedSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiable(SortedMap<KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiableNotNull(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiableNotNull(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiableNotNull(Set<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiableNotNull(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiableNotNull(SortedSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
makeUnmodifiableNotNull(SortedMap<KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
ManagedExecutorService - Class in com.phloc.commons.concurrent
Wrapper around an ExecutorService with additional helper methods.
ManagedExecutorService(ExecutorService) - Constructor for class com.phloc.commons.concurrent.ManagedExecutorService
 
MapBasedAttributeContainer - Class in com.phloc.commons.collections.attrs
Base class for all kind of string-object mapping container.
MapBasedAttributeContainer() - Constructor for class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
MapBasedAttributeContainer(Map<String, ?>) - Constructor for class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
MapBasedAttributeContainer(IReadonlyAttributeContainer) - Constructor for class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
MapBasedAttributeContainerThreadSafe - Class in com.phloc.commons.collections.attrs
Base class for all kind of string-object mapping container.
MapBasedAttributeContainerThreadSafe() - Constructor for class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
MapBasedAttributeContainerThreadSafe(Map<String, ?>) - Constructor for class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
MapBasedAttributeContainerThreadSafe(IReadonlyAttributeContainer) - Constructor for class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
MapBasedNamespaceContext - Class in com.phloc.commons.xml.namespace
Represents a namespace context a 1:n (namespace:prefix) mapping.
MapBasedNamespaceContext() - Constructor for class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
MapBasedReadonlyAttributeContainer - Class in com.phloc.commons.collections.attrs
Default implementation of the IReadonlyAttributeContainer based on a hash map.
MapBasedReadonlyAttributeContainer(Map<String, ?>) - Constructor for class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
MapBasedReadonlyAttributeContainer(IReadonlyAttributeContainer) - Constructor for class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
MapBasedXPathVariableResolver - Class in com.phloc.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.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
MapBasedXPathVariableResolver(Map<String, ?>) - Constructor for class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
mark(int) - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
mark(int) - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
mark(int) - Method in class com.phloc.commons.io.streams.CountingInputStream
 
mark(int) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
mark(int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Marks the present position in the stream.
mark(int) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Marks the present position in the stream.
mark(int) - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
mark(int) - Method in class com.phloc.commons.io.streams.WrappedReader
 
markSupported() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
markSupported() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
markSupported() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
markSupported() - Method in class com.phloc.commons.io.streams.WrappedReader
 
maskXMLTextTo(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String, Writer) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
 
matchesBeginning(byte[]) - Method in class com.phloc.commons.mime.MimeTypeContent
Check if the passed byte array starts with the bytes of this object.
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.AbstractFilter
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.AbstractSerializableFilter
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterChainAND
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterChainOR
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterFalse
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterInverted
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterNotNull
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterNull
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.FilterTrue
 
matchesFilter(DATATYPE) - Method in interface com.phloc.commons.filter.IFilter
Check if the given value matches the filter or not.
matchesFilter(DATATYPE, PARAMTYPE) - Method in interface com.phloc.commons.filter.IFilterWithParameter
Check if the given value matches the filter or not.
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.SerializableFilterChainAND
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.SerializableFilterChainOR
 
matchesFilter(DATATYPE) - Method in class com.phloc.commons.filter.SerializableFilterInverted
 
matchesFilter(File) - Method in class com.phloc.commons.io.file.filter.AbstractFileFilter
 
matchesFilter(File) - Method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
matchesFilter(Element) - Method in class com.phloc.commons.xml.FilterElementWithNamespace
 
matchesFilter(Element) - Method in class com.phloc.commons.xml.FilterElementWithNamespaceAndLocalName
 
matchesFilter(Element) - Method in class com.phloc.commons.xml.FilterElementWithoutNamespace
 
matchesFilter(Element) - Method in class com.phloc.commons.xml.FilterElementWithTagName
 
matchesFilter(Node) - Method in class com.phloc.commons.xml.FilterNodeIsElement
 
matchesThisFilter(DATATYPE) - Method in class com.phloc.commons.filter.AbstractFilter
This is the method to be implemented to match this filter.
matchesThisFilter(DATATYPE) - Method in class com.phloc.commons.filter.AbstractSerializableFilter
This is the method to be implemented to match this filter.
MathHelper - Class in com.phloc.commons.math
Contains several math help routines.
MAX_BYTE_VALUE - Static variable in class com.phloc.commons.CGlobal
The maximum number that can be represented by a single byte.
MAX_CACHE_SIZE - Static variable in class com.phloc.commons.regex.RegExPool
The default number of items to keep in the cache
MAX_CODE - Static variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
Maximum index
MAX_VAL - Static variable in class com.phloc.commons.text.utils.RomanNumeral
Maximum value incl. to be converted to a Roman numeral
MB_SUFFIX - Static variable in class com.phloc.commons.io.misc.SizeHelper
Suffix for Megabytes
MemoryIntIDFactory - Class in com.phloc.commons.idfactory
A default implementation for non-negative in-memory IDs.
MemoryIntIDFactory() - Constructor for class com.phloc.commons.idfactory.MemoryIntIDFactory
 
MemoryIntIDFactory(int) - Constructor for class com.phloc.commons.idfactory.MemoryIntIDFactory
 
MemoryLongIDFactory - Class in com.phloc.commons.idfactory
A default implementation for non-negative in-memory IDs.
MemoryLongIDFactory() - Constructor for class com.phloc.commons.idfactory.MemoryLongIDFactory
 
MemoryLongIDFactory(long) - Constructor for class com.phloc.commons.idfactory.MemoryLongIDFactory
 
MemoryStaticIntIDFactory - Class in com.phloc.commons.idfactory
An implementation of IIntIDFactory using a single static AtomicInteger.
MemoryStaticIntIDFactory() - Constructor for class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
 
MemoryStaticLongIDFactory - Class in com.phloc.commons.idfactory
An implementation of ILongIDFactory using a single static AtomicLong.
MemoryStaticLongIDFactory() - Constructor for class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
 
MessageDigestGenerator - Class in com.phloc.commons.messagedigest
Base class for creating a cryptographic hash value.
MessageDigestGenerator() - Constructor for class com.phloc.commons.messagedigest.MessageDigestGenerator
Create a default hash generator with the default algorithm.
MessageDigestGenerator(EMessageDigestAlgorithm...) - Constructor for class com.phloc.commons.messagedigest.MessageDigestGenerator
Create a hash generator with a set of possible algorithms to use.
MessageDigestGeneratorHelper - Class in com.phloc.commons.messagedigest
Contains helper classes for handling message digests and there results.
MessageDigestValue - Class in com.phloc.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.phloc.commons.messagedigest.MessageDigestValue
 
MicroCDATA - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroCDATA interface.
MicroCDATA(char[], int, int) - Constructor for class com.phloc.commons.microdom.impl.MicroCDATA
 
MicroCDATA(CharSequence) - Constructor for class com.phloc.commons.microdom.impl.MicroCDATA
 
MicroComment - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroComment interface.
MicroComment(char[], int, int) - Constructor for class com.phloc.commons.microdom.impl.MicroComment
 
MicroComment(CharSequence) - Constructor for class com.phloc.commons.microdom.impl.MicroComment
 
MicroContainer - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroContainer interface.
MicroContainer() - Constructor for class com.phloc.commons.microdom.impl.MicroContainer
 
MicroContainer(IMicroNode...) - Constructor for class com.phloc.commons.microdom.impl.MicroContainer
 
MicroContainer(Iterable<? extends IMicroNode>) - Constructor for class com.phloc.commons.microdom.impl.MicroContainer
 
MicroDocument - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroDocument interface.
MicroDocument() - Constructor for class com.phloc.commons.microdom.impl.MicroDocument
 
MicroDocument(IMicroDocumentType) - Constructor for class com.phloc.commons.microdom.impl.MicroDocument
 
MicroDocumentType - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroDocumentType interface.
MicroDocumentType(IMicroDocumentType) - Constructor for class com.phloc.commons.microdom.impl.MicroDocumentType
 
MicroDocumentType(String, String, String) - Constructor for class com.phloc.commons.microdom.impl.MicroDocumentType
 
MicroDOMInputStreamProvider - Class in com.phloc.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.phloc.commons.microdom.serialize.MicroDOMInputStreamProvider
Constructor for MicroNodes using the default charset.
MicroDOMInputStreamProvider(IMicroNode, String) - Constructor for class com.phloc.commons.microdom.serialize.MicroDOMInputStreamProvider
Deprecated.
MicroDOMInputStreamProvider(IMicroNode, Charset) - Constructor for class com.phloc.commons.microdom.serialize.MicroDOMInputStreamProvider
Constructor for MicroNodes.
MicroDOMInputStreamProvider(IMicroNode, IXMLWriterSettings) - Constructor for class com.phloc.commons.microdom.serialize.MicroDOMInputStreamProvider
Constructor for micro nodes.
MicroElement - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroElement interface.
MicroElement(IHasElementName) - Constructor for class com.phloc.commons.microdom.impl.MicroElement
 
MicroElement(String, IHasElementName) - Constructor for class com.phloc.commons.microdom.impl.MicroElement
 
MicroElement(String) - Constructor for class com.phloc.commons.microdom.impl.MicroElement
 
MicroElement(String, String) - Constructor for class com.phloc.commons.microdom.impl.MicroElement
 
MicroEntityReference - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroEntityReference interface.
MicroEntityReference(String) - Constructor for class com.phloc.commons.microdom.impl.MicroEntityReference
 
MicroEvent - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroEvent interface.
MicroEvent(EMicroEvent, IMicroNode, IMicroNode) - Constructor for class com.phloc.commons.microdom.impl.MicroEvent
 
MicroException - Exception in com.phloc.commons.microdom
Special MicroDOM exception.
MicroException(String) - Constructor for exception com.phloc.commons.microdom.MicroException
 
MicroException(String, Throwable) - Constructor for exception com.phloc.commons.microdom.MicroException
 
MicroProcessingInstruction - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroProcessingInstruction interface.
MicroProcessingInstruction(String) - Constructor for class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
MicroProcessingInstruction(String, String) - Constructor for class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
MicroReader - Class in com.phloc.commons.microdom.serialize
Utility class to read an XML stream into an IMicroDocument.
MicroRecursiveIterator - Class in com.phloc.commons.microdom.utils
Class for recursively visiting all elements of a micro node
MicroRecursiveIterator(IMicroNode) - Constructor for class com.phloc.commons.microdom.utils.MicroRecursiveIterator
 
MICROSECONDS_PER_MILLISECOND - Static variable in class com.phloc.commons.CGlobal
Micro seconds per milli second.
MICROSECONDS_PER_SECOND - Static variable in class com.phloc.commons.CGlobal
Micro seconds per second.
MicroSerializer - Class in com.phloc.commons.microdom.serialize
Materializes micro nodes into a string representation.
MicroSerializer() - Constructor for class com.phloc.commons.microdom.serialize.MicroSerializer
 
MicroSerializer(IXMLWriterSettings) - Constructor for class com.phloc.commons.microdom.serialize.MicroSerializer
 
MicroText - Class in com.phloc.commons.microdom.impl
Default implementation of the IMicroText interface.
MicroText(char[], int, int, boolean) - Constructor for class com.phloc.commons.microdom.impl.MicroText
 
MicroText(CharSequence) - Constructor for class com.phloc.commons.microdom.impl.MicroText
 
MicroText(CharSequence, boolean) - Constructor for class com.phloc.commons.microdom.impl.MicroText
 
MicroTypeConverter - Class in com.phloc.commons.microdom.convert
A utility class for converting objects from and to IMicroElement.
MicroTypeConverterRegistry - Class in com.phloc.commons.microdom.convert
A utility class for converting objects from and to IMicroElement.
MicroTypeConverterTreeXML<DATATYPE> - Class in com.phloc.commons.tree.utils.xml
A special implementation of IConverterTreeXML that uses the conversion rules stored in the MicroTypeConverterRegistry.
MicroTypeConverterTreeXML(String, Class<? extends DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
Constructor
MicroTypeConverterTreeXML(String, String, Class<? extends DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
Constructor
MicroUtils - Class in com.phloc.commons.microdom.utils
Some utility methods on micro nodes.
MicroWalker - Class in com.phloc.commons.microdom.utils
Helper class that walks an IMicroDocument or IMicroNode with a callback.
MicroWriter - Class in com.phloc.commons.microdom.serialize
Utility class for serializing micro document objects.
MILLISECONDS_PER_HOUR - Static variable in class com.phloc.commons.CGlobal
Milli seconds per hour.
MILLISECONDS_PER_MINUTE - Static variable in class com.phloc.commons.CGlobal
Milli seconds per second.
MILLISECONDS_PER_SECOND - Static variable in class com.phloc.commons.CGlobal
Milli seconds per second.
MimeType - Class in com.phloc.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.phloc.commons.mime.MimeType
Kind of a copy constructor
MimeType(EMimeContentType, String) - Constructor for class com.phloc.commons.mime.MimeType
Constructor without parameters.
MimeType(EMimeContentType, String, Collection<? extends MimeTypeParameter>) - Constructor for class com.phloc.commons.mime.MimeType
Constructor without parameters.
MimeTypeContent - Class in com.phloc.commons.mime
Represent a single mapping from content bytes to an IMimeType.
MimeTypeContent(byte[], IMimeType) - Constructor for class com.phloc.commons.mime.MimeTypeContent
Constructor
MimeTypeDeterminator - Class in com.phloc.commons.mime
Contains a basic set of MimeType determination method.
MimeTypeParameter - Class in com.phloc.commons.mime
This class represents a single MIME type parameter.
MimeTypeParameter(String, String) - Constructor for class com.phloc.commons.mime.MimeTypeParameter
Constructor.
MimeTypeParser - Class in com.phloc.commons.mime
This class handles the String parsing of MIME types.
MimeTypeParserException - Exception in com.phloc.commons.mime
Exception for errors that occur during MIME type parsing.
MimeTypeParserException(String) - Constructor for exception com.phloc.commons.mime.MimeTypeParserException
 
MimeTypeParserException(String, Throwable) - Constructor for exception com.phloc.commons.mime.MimeTypeParserException
 
MimeTypeUtils - Class in com.phloc.commons.mime
Contains some utility methods for handling MIME types.
MIN_VAL - Static variable in class com.phloc.commons.text.utils.RomanNumeral
Minimum value incl. to be converted to a Roman numeral
MinLengthAddLeadingFormatter - Class in com.phloc.commons.format.impl
A string formatter that ensures that a string has a minimum length by filling the remaining chars with a custom character at front (leading).
MinLengthAddLeadingFormatter(int, char) - Constructor for class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
 
MinLengthAddLeadingFormatter(IFormatter, int, char) - Constructor for class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
 
MinLengthAddTrailingFormatter - Class in com.phloc.commons.format.impl
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).
MinLengthAddTrailingFormatter(int, char) - Constructor for class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
 
MinLengthAddTrailingFormatter(IFormatter, int, char) - Constructor for class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
 
MINUTES_PER_DAY - Static variable in class com.phloc.commons.CGlobal
Minutes in a day.
MINUTES_PER_HOUR - Static variable in class com.phloc.commons.CGlobal
Minutes in an hour.
MockException - Exception in com.phloc.commons.mock
Non-runtime exception for test cases.
MockException() - Constructor for exception com.phloc.commons.mock.MockException
 
MockException(String) - Constructor for exception com.phloc.commons.mock.MockException
 
MockException(Throwable) - Constructor for exception com.phloc.commons.mock.MockException
 
MockException(String, Throwable) - Constructor for exception com.phloc.commons.mock.MockException
 
MockIOException - Exception in com.phloc.commons.mock
IO exception for test cases.
MockIOException() - Constructor for exception com.phloc.commons.mock.MockIOException
 
MockIOException(String) - Constructor for exception com.phloc.commons.mock.MockIOException
 
MockRuntimeException - Exception in com.phloc.commons.mock
Runtime exception for test cases.
MockRuntimeException() - Constructor for exception com.phloc.commons.mock.MockRuntimeException
 
MockRuntimeException(String) - Constructor for exception com.phloc.commons.mock.MockRuntimeException
 
MockRuntimeException(Throwable) - Constructor for exception com.phloc.commons.mock.MockRuntimeException
 
MockRuntimeException(String, Throwable) - Constructor for exception com.phloc.commons.mock.MockRuntimeException
 
MultiConcurrentHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on ConcurrentHashMap and ArrayList values.
MultiConcurrentHashMapArrayListBased() - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapArrayListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapArrayListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapArrayListBased
 
MultiConcurrentHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on ConcurrentHashMap and HashSet values.
MultiConcurrentHashMapHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on ConcurrentHashMap and LinkedHashSet values.
MultiConcurrentHashMapLinkedHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapLinkedHashSetBased
 
MultiConcurrentHashMapTreeSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on ConcurrentHashMap and TreeSet values.
MultiConcurrentHashMapTreeSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapTreeSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapTreeSetBased
 
MultiConcurrentHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on ConcurrentHashMap and Vector values.
MultiConcurrentHashMapVectorBased() - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapVectorBased
 
MultiConcurrentHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapVectorBased
 
MultiConcurrentHashMapVectorBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapVectorBased
 
MultiConcurrentHashMapVectorBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiConcurrentHashMapVectorBased
 
MultiHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on HashMap and ArrayList values.
MultiHashMapArrayListBased() - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapArrayListBased
 
MultiHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapArrayListBased
 
MultiHashMapArrayListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapArrayListBased
 
MultiHashMapArrayListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapArrayListBased
 
MultiHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on HashMap and HashSet values.
MultiHashMapHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapHashSetBased
 
MultiHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapHashSetBased
 
MultiHashMapHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapHashSetBased
 
MultiHashMapHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapHashSetBased
 
MultiHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on HashMap and LinkedHashSet values.
MultiHashMapLinkedHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapLinkedHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapLinkedHashSetBased
 
MultiHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Multi map based on HashMap and TreeSet values.
MultiHashMapTreeSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapTreeSetBased
 
MultiHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapTreeSetBased
 
MultiHashMapTreeSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapTreeSetBased
 
MultiHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapTreeSetBased
 
MultiHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on HashMap and Vector values.
MultiHashMapVectorBased() - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapVectorBased
 
MultiHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapVectorBased
 
MultiHashMapVectorBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapVectorBased
 
MultiHashMapVectorBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiHashMapVectorBased
 
MultiLingualText - Class in com.phloc.commons.text.impl
This class represents a multilingual text.
MultiLingualText() - Constructor for class com.phloc.commons.text.impl.MultiLingualText
 
MultiLingualText(Locale, String) - Constructor for class com.phloc.commons.text.impl.MultiLingualText
 
MultiLingualText(ISimpleMultiLingualText) - Constructor for class com.phloc.commons.text.impl.MultiLingualText
Constructor especially for the static TextProvider.createXXX methods
MultiLingualText(IReadonlyMultiLingualText) - Constructor for class com.phloc.commons.text.impl.MultiLingualText
 
MultiLingualTextMicroTypeConverterRegistrar - Class in com.phloc.commons.microdom.convert.impl
MultiLingualTextMicroTypeConverterRegistrar() - Constructor for class com.phloc.commons.microdom.convert.impl.MultiLingualTextMicroTypeConverterRegistrar
 
MultiLingualTextThreadSafe - Class in com.phloc.commons.text.impl
This class represents a thread safe multilingual text.
MultiLingualTextThreadSafe() - Constructor for class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
MultiLingualTextThreadSafe(ISimpleMultiLingualText) - Constructor for class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
Constructor especially for the static TextProvider.createXXX methods
MultiLingualTextThreadSafe(IReadonlyMultiLingualText) - Constructor for class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
MultiLinkedHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on LinkedHashMap and ArrayList values.
MultiLinkedHashMapArrayListBased() - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapArrayListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapArrayListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapArrayListBased
 
MultiLinkedHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on LinkedHashMap and HashSet values.
MultiLinkedHashMapHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on LinkedHashMap and LinkedHashSet values.
MultiLinkedHashMapLinkedHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapLinkedHashSetBased
 
MultiLinkedHashMapTreeSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on LinkedHashMap and TreeSet values.
MultiLinkedHashMapTreeSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapTreeSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapTreeSetBased
 
MultiLinkedHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on LinkedHashMap and Vector values.
MultiLinkedHashMapVectorBased() - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapVectorBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapVectorBased
 
MultiLinkedHashMapVectorBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiLinkedHashMapVectorBased
 
MultiMapHelper - Class in com.phloc.commons.collections.multimap
Utility class implementing some common functionality con multi maps
MULTIPART_FORMDATA - Static variable in class com.phloc.commons.mime.CMimeType
For HTML upload forms
MULTIPLIER - Static variable in class com.phloc.commons.hash.HashCodeCalculator
Each value is multiplied with this value. 31 because it can easily be optimized to (1 << 5) - 1.
MultiTreeMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on TreeMap and ArrayList values.
MultiTreeMapArrayListBased() - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapArrayListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
 
MultiTreeMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on TreeMap and HashSet values.
MultiTreeMapHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
 
MultiTreeMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on TreeMap and LinkedHashSet values.
MultiTreeMapLinkedHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
 
MultiTreeMapTreeSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on TreeMap and TreeSet values.
MultiTreeMapTreeSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapTreeSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
 
MultiTreeMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on TreeMap and Vector values.
MultiTreeMapVectorBased() - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
 
MultiTreeMapVectorBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
 
MultiWeakHashMapArrayListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on WeakHashMap and ArrayList values.
MultiWeakHashMapArrayListBased() - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapArrayListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapArrayListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapArrayListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapArrayListBased
 
MultiWeakHashMapHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on WeakHashMap and HashSet values.
MultiWeakHashMapHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapHashSetBased
 
MultiWeakHashMapLinkedHashSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on WeakHashMap and LinkedHashSet values.
MultiWeakHashMapLinkedHashSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapLinkedHashSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapLinkedHashSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapLinkedHashSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapLinkedHashSetBased
 
MultiWeakHashMapTreeSetBased<KEYTYPE,VALUETYPE extends Comparable<? super VALUETYPE>> - Class in com.phloc.commons.collections.multimap
Multi map based on WeakHashMap and TreeSet values.
MultiWeakHashMapTreeSetBased() - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapTreeSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapTreeSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapTreeSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapTreeSetBased
 
MultiWeakHashMapVectorBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
Multi map based on WeakHashMap and Vector values.
MultiWeakHashMapVectorBased() - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapVectorBased
 
MultiWeakHashMapVectorBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapVectorBased
 
MultiWeakHashMapVectorBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapVectorBased
 
MultiWeakHashMapVectorBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.MultiWeakHashMapVectorBased
 
MustBeLocked - Annotation Type in com.phloc.commons.annotations
Just to indicate that a method must be called inside a lock.
MustBeLocked.ELockType - Enum in com.phloc.commons.annotations
 
MustImplementComparable - Annotation Type in com.phloc.commons.annotations
Just to indicate that a class is required to implement Comparable.
MustImplementEqualsAndHashcode - Annotation Type in com.phloc.commons.annotations
Just to indicate that a class is required to implement Annotation.equals(Object) and Annotation.hashCode().
MutableBigDecimal - Class in com.phloc.commons.mutable
Object wrapper around a BigDecimal so that it can be passed a final object but is mutable.
MutableBigDecimal() - Constructor for class com.phloc.commons.mutable.MutableBigDecimal
Initialize with default value
MutableBigDecimal(BigDecimal) - Constructor for class com.phloc.commons.mutable.MutableBigDecimal
 
MutableBigInteger - Class in com.phloc.commons.mutable
Object wrapper around a BigInteger so that it can be passed a final object but is mutable.
MutableBigInteger() - Constructor for class com.phloc.commons.mutable.MutableBigInteger
Initialize with default value
MutableBigInteger(BigInteger) - Constructor for class com.phloc.commons.mutable.MutableBigInteger
 
MutableBoolean - Class in com.phloc.commons.mutable
Object wrapper around a boolean so that it can be passed a final object but is mutable.
MutableBoolean() - Constructor for class com.phloc.commons.mutable.MutableBoolean
 
MutableBoolean(Boolean) - Constructor for class com.phloc.commons.mutable.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class com.phloc.commons.mutable.MutableBoolean
 
MutableByte - Class in com.phloc.commons.mutable
Object wrapper around a byte so that it can be passed a final object but is mutable.
MutableByte() - Constructor for class com.phloc.commons.mutable.MutableByte
Initialize with default value 0.
MutableByte(int) - Constructor for class com.phloc.commons.mutable.MutableByte
Initialize with a certain int value.
MutableByte(Byte) - Constructor for class com.phloc.commons.mutable.MutableByte
Initialize with a certain value.
MutableByte(byte) - Constructor for class com.phloc.commons.mutable.MutableByte
Initialize with a certain value.
MutableChar - Class in com.phloc.commons.mutable
Object wrapper around a char so that it can be passed a final object but is mutable.
MutableChar() - Constructor for class com.phloc.commons.mutable.MutableChar
Initialize with default value 0.
MutableChar(int) - Constructor for class com.phloc.commons.mutable.MutableChar
Initialize with a certain int value.
MutableChar(Character) - Constructor for class com.phloc.commons.mutable.MutableChar
Initialize with a certain value.
MutableChar(char) - Constructor for class com.phloc.commons.mutable.MutableChar
Initialize with a certain value.
MutableDouble - Class in com.phloc.commons.mutable
Object wrapper around a double so that it can be passed a final object but is mutable.
MutableDouble() - Constructor for class com.phloc.commons.mutable.MutableDouble
Initialize with default value 0.0
MutableDouble(Double) - Constructor for class com.phloc.commons.mutable.MutableDouble
 
MutableDouble(double) - Constructor for class com.phloc.commons.mutable.MutableDouble
 
MutableFloat - Class in com.phloc.commons.mutable
Object wrapper around a float so that it can be passed a final object but is mutable.
MutableFloat() - Constructor for class com.phloc.commons.mutable.MutableFloat
Initialize with default value 0.0f
MutableFloat(Float) - Constructor for class com.phloc.commons.mutable.MutableFloat
 
MutableFloat(float) - Constructor for class com.phloc.commons.mutable.MutableFloat
 
MutableInt - Class in com.phloc.commons.mutable
Object wrapper around an int so that it can be passed a final object but is mutable.
MutableInt() - Constructor for class com.phloc.commons.mutable.MutableInt
Initialize with default value 0.
MutableInt(Integer) - Constructor for class com.phloc.commons.mutable.MutableInt
Initialize with a certain value.
MutableInt(int) - Constructor for class com.phloc.commons.mutable.MutableInt
Initialize with a certain value.
MutableLong - Class in com.phloc.commons.mutable
Object wrapper around a long so that it can be passed a final object but is mutable.
MutableLong() - Constructor for class com.phloc.commons.mutable.MutableLong
Initialize with default value 0L.
MutableLong(Long) - Constructor for class com.phloc.commons.mutable.MutableLong
Initialize with a certain value.
MutableLong(long) - Constructor for class com.phloc.commons.mutable.MutableLong
Initialize with a certain value.
MutableShort - Class in com.phloc.commons.mutable
Object wrapper around a short so that it can be passed a final object but is mutable.
MutableShort() - Constructor for class com.phloc.commons.mutable.MutableShort
Initialize with default value 0.
MutableShort(int) - Constructor for class com.phloc.commons.mutable.MutableShort
Initialize with a certain int value.
MutableShort(Short) - Constructor for class com.phloc.commons.mutable.MutableShort
Initialize with a certain value.
MutableShort(short) - Constructor for class com.phloc.commons.mutable.MutableShort
Initialize with a certain value.
MutableTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
Register the mutable* specific type converter
MutableTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.MutableTypeConverterRegistrar
 

N

NameProviderFromHasName - Class in com.phloc.commons.name
Default implementation of INameProvider for IHasName objects.
NameProviderFromHasName() - Constructor for class com.phloc.commons.name.NameProviderFromHasName
 
NANOSECONDS_PER_MICROSECOND - Static variable in class com.phloc.commons.CGlobal
Nano seconds per micro second.
NANOSECONDS_PER_MILLISECOND - Static variable in class com.phloc.commons.CGlobal
Nano seconds per milli second.
NANOSECONDS_PER_SECOND - Static variable in class com.phloc.commons.CGlobal
Nano seconds per second.
newArray(Class<? extends ELEMENTTYPE>, int) - Static method in class com.phloc.commons.collections.ArrayHelper
 
newArray(Collection<? extends ELEMENTTYPE>, Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
Create a new array with the elements in the passed collection..
newArray(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
Wrapper that allows vararg arguments and returns the array.
newArray(int, ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
Create a new array with a predefined number of elements containing the passed value.
newArray(Collection<? extends SRCTYPE>, IUnidirectionalConverter<SRCTYPE, DSTTYPE>, Class<DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ArrayConversionHelper
 
newArray(SRCTYPE[], IUnidirectionalConverter<SRCTYPE, DSTTYPE>, Class<DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ArrayConversionHelper
 
newArraySameType(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
Create a new empty array with the same type as the passed array.
newArraySingleElement(ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
Wrapper that allows a single argument to be treated as an array.
newBooleanArray(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newBooleanList(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newBooleanOrderedSet(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newBooleanSet(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newBooleanSortedSet(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newBooleanVector(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.phloc.commons.text.resource.XMLResourceBundleControl
 
newByteArray(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newByteList(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newByteOrderedSet(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newByteSet(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newByteSortedSet(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newByteVector(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newCharArray(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newCharList(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newCharOrderedSet(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newCharSet(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newCharSortedSet(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newCharVector(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newDocument() - Static method in class com.phloc.commons.xml.XMLFactory
Create a new XML document without document type using version EXMLVersion.DEFAULT.
newDocument(DocumentBuilder) - Static method in class com.phloc.commons.xml.XMLFactory
Create a new XML document without document type using version EXMLVersion.DEFAULT.
newDocument(EXMLVersion) - Static method in class com.phloc.commons.xml.XMLFactory
Create a new XML document without document type using the default document builder.
newDocument(DocumentBuilder, EXMLVersion) - Static method in class com.phloc.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.phloc.commons.xml.XMLFactory
Create a new document with a document type using version EXMLVersion.DEFAULT.
newDocument(EXMLVersion, String, String, String) - Static method in class com.phloc.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.phloc.commons.xml.XMLFactory
Create a new document with a document type using a custom document builder.
newDoubleArray(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newDoubleList(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newDoubleOrderedSet(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newDoubleSet(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newDoubleSortedSet(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newDoubleVector(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newEnumSet(Class<ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newEnumSet(Class<ELEMENTTYPE>, Collection<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newEnumSet(Class<ELEMENTTYPE>, EnumSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newException(Throwable) - Static method in exception com.phloc.commons.exceptions.LoggedException
 
newException(String, Throwable) - Static method in exception com.phloc.commons.exceptions.LoggedException
 
newException(Throwable) - Static method in exception com.phloc.commons.exceptions.LoggedRuntimeException
 
newException(String, Throwable) - Static method in exception com.phloc.commons.exceptions.LoggedRuntimeException
 
newFloatArray(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newFloatList(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newFloatOrderedSet(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newFloatSet(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newFloatSortedSet(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newFloatVector(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newInstance(DATATYPE) - Static method in class com.phloc.commons.lang.GenericReflection
Create a new instance of the class identified by the passed object.
newInstance(Class<? extends DATATYPE>) - Static method in class com.phloc.commons.lang.GenericReflection
 
newInstance(String, Class<DATATYPE>) - Static method in class com.phloc.commons.lang.GenericReflection
 
newInstance(String, Class<DATATYPE>, ClassLoader) - Static method in class com.phloc.commons.lang.GenericReflection
 
newIntArray(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newIntList(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newIntOrderedSet(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newIntSet(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newIntSortedSet(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newIntVector(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newLine() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Writes a line separator.
newList() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Compared to Collections.list(Enumeration) this method is more flexible in Generics parameter.
newList(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newList(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newList(SRCTYPE[], IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newList(Iterable<? extends SRCTYPE>, IFilter<? super SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newListPrefilled(ELEMENTTYPE, int) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newLongArray(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newLongList(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newLongOrderedSet(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newLongSet(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newLongSortedSet(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newLongVector(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap(KEYTYPE, VALUETYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(boolean[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(byte[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(char[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(double[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(float[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(int[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(long[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(short[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newObjectListFromArray(Object, Class<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedMap() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedMap(KEYTYPE, VALUETYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedMap(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.phloc.commons.collections.ContainerHelper
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.phloc.commons.collections.ContainerHelper
 
newOrderedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newOrderedSet(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newOrderedSet(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newOrderedSet(Iterable<? extends SRCTYPE>, IFilter<? super SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newQueue() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newQueue(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newQueue(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newQueue(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Compared to Collections.list(Enumeration) this method is more flexible in Generics parameter.
newQueue(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newQueue(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newQueue(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newQueue(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSet(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newSet(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newSet(Iterable<? extends SRCTYPE>, IFilter<? super SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newShortArray(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
Helper method to easily create an array from constant values.
newShortList(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newShortOrderedSet(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newShortSet(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newShortSortedSet(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newShortVector(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap(KEYTYPE, VALUETYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newSortedSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newStack() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newStack(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
Create a new stack with a single element.
newStack(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
Create a new stack from the given array.
newStack(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Create a new stack from the given collection.
newTemplates(IReadableResource) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(Source) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(TransformerFactory, IReadableResource) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newTemplates(TransformerFactory, Source) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT Template for the passed resource.
newThread(Runnable) - Method in class com.phloc.commons.concurrent.ExtendedDefaultThreadFactory
 
newTransformer() - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for no specific resource.
newTransformer(TransformerFactory) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for no specific resource.
newTransformer(IReadableResource) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(TransformerFactory, IReadableResource) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(Source) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newTransformer(TransformerFactory, Source) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
Create a new XSLT transformer for the passed resource.
newUnmodifiableBooleanList(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableBooleanOrderedSet(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableBooleanSet(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableBooleanSortedSet(boolean...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableByteList(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableByteOrderedSet(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableByteSet(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableByteSortedSet(byte...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableCharList(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableCharOrderedSet(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableCharSet(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableCharSortedSet(char...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableDoubleList(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableDoubleOrderedSet(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableDoubleSet(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableDoubleSortedSet(double...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableFloatList(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableFloatOrderedSet(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableFloatSet(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableFloatSortedSet(float...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableIntList(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableIntOrderedSet(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableIntSet(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableIntSortedSet(int...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableList(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableList(SRCTYPE[], IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableList(Iterable<? extends SRCTYPE>, IFilter<? super SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableLongList(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableLongOrderedSet(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableLongSet(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableLongSortedSet(long...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap(KEYTYPE, VALUETYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap(KEYTYPE, VALUETYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableOrderedSet(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableOrderedSet(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableOrderedSet(Iterable<? extends SRCTYPE>, IFilter<? super SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableSet() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSet(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableSet(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableSet(Iterable<? extends SRCTYPE>, IFilter<? super SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
 
newUnmodifiableShortList(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableShortOrderedSet(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableShortSet(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableShortSortedSet(short...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap(KEYTYPE, VALUETYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap(KEYTYPE[], VALUETYPE[]) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap(Collection<? extends KEYTYPE>, Collection<? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap(SortedMap<KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newUnmodifiableSortedSet(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector() - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
Compared to Collections.list(Enumeration) this method is more flexible in Generics parameter.
newVector(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVector(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
newVectorPrefilled(ELEMENTTYPE, int) - Static method in class com.phloc.commons.collections.ContainerHelper
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIterator
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
next() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
next() - Method in class com.phloc.commons.collections.iterate.CombinedIterator
 
next() - Method in class com.phloc.commons.collections.iterate.EmptyIterator
 
next() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
next() - Method in interface com.phloc.commons.collections.iterate.IIterableIterator
next() - Method in class com.phloc.commons.collections.iterate.IterableIterator
 
next() - Method in class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
 
next() - Method in class com.phloc.commons.collections.iterate.ReverseListIterator
 
next() - Method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
next() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
next() - Method in class com.phloc.commons.filter.collections.FilterIterator
 
next() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
next() - Method in class com.phloc.commons.i18n.Codepoint
Get the next codepoint
next() - Method in class com.phloc.commons.i18n.CodepointIteratorRestricted
 
next() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
next() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
next() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
 
next() - Method in class com.phloc.commons.math.CombinationGenerator
Generate next combination (algorithm from Rosen p. 286)
next() - Method in class com.phloc.commons.microdom.utils.MicroRecursiveIterator
 
next() - Method in class com.phloc.commons.xml.ChildElementIterator
 
next() - Method in class com.phloc.commons.xml.ChildNodeIterator
 
next() - Method in class com.phloc.commons.xml.RecursiveChildNodeIterator
 
nextChars() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
nextChars() - Method in class com.phloc.commons.i18n.CodepointIteratorRestricted
 
nextChars() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
nextChars() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
nextElement() - Method in class com.phloc.commons.collections.iterate.ArrayEnumeration
 
nextElement() - Method in class com.phloc.commons.collections.iterate.CombinedEnumeration
 
nextElement() - Method in class com.phloc.commons.collections.iterate.EmptyEnumeration
 
nextElement() - Method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
nextElement() - Method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
nextIndex() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
nextIndex() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
NO_OPTIONS - Static variable in class com.phloc.commons.base64.Base64
No options specified.
NonBlockingBitInputStream - Class in com.phloc.commons.io.streams
The NonBlockingBitInputStream allows reading individual bits from a general Java InputStream.
NonBlockingBitInputStream(InputStream, ByteOrder) - Constructor for class com.phloc.commons.io.streams.NonBlockingBitInputStream
Create a new bit input stream based on an existing Java InputStream.
NonBlockingBitOutputStream - Class in com.phloc.commons.io.streams
The NonBlockingBitOutputStream allows writing individual bits to a general Java OutputStream.
NonBlockingBitOutputStream(OutputStream, ByteOrder) - Constructor for class com.phloc.commons.io.streams.NonBlockingBitOutputStream
Create a new bit output stream based on an existing Java OutputStream.
NonBlockingBufferedInputStream - Class in com.phloc.commons.io.streams
Non-synchronized version of BufferedInputStream.
NonBlockingBufferedInputStream(InputStream) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
NonBlockingBufferedInputStream(InputStream, int) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
NonBlockingBufferedOutputStream - Class in com.phloc.commons.io.streams
A non-synchronized copy of the class BufferedOutputStream.
NonBlockingBufferedOutputStream(OutputStream) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
NonBlockingBufferedOutputStream(OutputStream, int) - Constructor for class com.phloc.commons.io.streams.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.phloc.commons.io.streams
A non-synchronized copy of the class BufferedReader.
NonBlockingBufferedReader(Reader) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
NonBlockingBufferedReader(Reader, int) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
NonBlockingBufferedWriter - Class in com.phloc.commons.io.streams
This is a non-blocking version of BufferedWriter.
NonBlockingBufferedWriter(Writer) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Creates a buffered character-output stream that uses a default-sized output buffer.
NonBlockingBufferedWriter(Writer, int) - Constructor for class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Creates a new buffered character-output stream that uses an output buffer of the given size.
NonBlockingByteArrayInputStream - Class in com.phloc.commons.io.streams
A non-synchronized copy of the class ByteArrayInputStream.
NonBlockingByteArrayInputStream(byte[]) - Constructor for class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
NonBlockingByteArrayInputStream(byte[], int, int) - Constructor for class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Creates ByteArrayInputStream that uses aBuf as its buffer array.
NonBlockingByteArrayOutputStream - Class in com.phloc.commons.io.streams
A non-synchronized copy of the class ByteArrayOutputStream.
NonBlockingByteArrayOutputStream() - Constructor for class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Creates a new byte array output stream.
NonBlockingByteArrayOutputStream(int) - Constructor for class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
NonBlockingMessageDigestGenerator - Class in com.phloc.commons.messagedigest
Base class for creating a cryptographic hash value.
NonBlockingMessageDigestGenerator() - Constructor for class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
Create a default hash generator with the default algorithm.
NonBlockingMessageDigestGenerator(EMessageDigestAlgorithm...) - Constructor for class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
Create a hash generator with a set of possible algorithms to use.
NonBlockingStack<ELEMENTTYPE> - Class in com.phloc.commons.collections
A version of a stack that does not use Vector but an ArrayList as the underlying data structure as opposed to Stack.
NonBlockingStack() - Constructor for class com.phloc.commons.collections.NonBlockingStack
 
NonBlockingStack(ELEMENTTYPE...) - Constructor for class com.phloc.commons.collections.NonBlockingStack
 
NonBlockingStack(Collection<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.NonBlockingStack
 
NonBlockingStack(NonBlockingStack<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.NonBlockingStack
 
NonBlockingStringReader - Class in com.phloc.commons.io.streams
A non-synchronized copy of the class StringReader.
NonBlockingStringReader(char[]) - Constructor for class com.phloc.commons.io.streams.NonBlockingStringReader
 
NonBlockingStringReader(char[], int, int) - Constructor for class com.phloc.commons.io.streams.NonBlockingStringReader
 
NonBlockingStringReader(String) - Constructor for class com.phloc.commons.io.streams.NonBlockingStringReader
Creates a new string reader.
NonBlockingStringWriter - Class in com.phloc.commons.io.streams
A non-synchronized copy of the class StringWriter.
NonBlockingStringWriter() - Constructor for class com.phloc.commons.io.streams.NonBlockingStringWriter
Create a new string writer using the default initial string-buffer size.
NonBlockingStringWriter(int) - Constructor for class com.phloc.commons.io.streams.NonBlockingStringWriter
Create a new string writer using the specified initial string-buffer size.
NonClosingInputStream - Class in com.phloc.commons.io.streams
A special input stream that does not close the stream.
NonClosingInputStream(InputStream) - Constructor for class com.phloc.commons.io.streams.NonClosingInputStream
 
NonClosingOutputStream - Class in com.phloc.commons.io.streams
A special output stream that does not close the stream.
NonClosingOutputStream(OutputStream) - Constructor for class com.phloc.commons.io.streams.NonClosingOutputStream
 
Nonempty - Annotation Type in com.phloc.commons.annotations
A specialization of the Nonnull annotation that is to be used for String and collection parameters as well as return values only.
notEmpty(T, String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed String is neither null nor empty.
notEmpty(T[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(boolean[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(byte[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(char[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(double[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(float[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(int[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(long[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(short[], String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Array is neither null nor empty.
notEmpty(T, String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Collection is neither null nor empty.
notEmpty(T, String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Iterable is neither null nor empty.
notEmpty(T, String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed Collection is neither null nor empty.
notEmptyNoNullValue(T[], String) - Static method in class com.phloc.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.phloc.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.phloc.commons.ValueEnforcer
Check that the passed collection is neither null nor empty and that no null value is contained.
notifyOnInvalidXMLCharacter(String, Set<Character>) - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
Called in case XML data contains an invalid character
notNull(T, String) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed value is not null.
notNullNotEquals(T, String, T) - Static method in class com.phloc.commons.ValueEnforcer
Check that the passed value is not null and not equal to .
NoTranslationRequired - Annotation Type in com.phloc.commons.annotations
An informational annotation that indicates that a type does not require translation.
nullSafeCompare(DATATYPE, DATATYPE) - Static method in class com.phloc.commons.compare.CompareUtils
Compare the passed items and handle null values correctly.
nullSafeCompare(DATATYPE, DATATYPE, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
Compare the passed items and handle null values correctly.
nullSafeCompare(DATATYPE, DATATYPE, Comparator<DATATYPE>) - Static method in class com.phloc.commons.compare.CompareUtils
Compare the passed items and handle null values correctly.
nullSafeCompare(DATATYPE, DATATYPE, Comparator<DATATYPE>, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
Compare the passed items and handle null values correctly.
nullSafeCompare(String, String, Locale) - Static method in class com.phloc.commons.compare.CompareUtils
 
nullSafeCompare(String, String, Locale, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
 
nullSafeCompare(String, String, Collator) - Static method in class com.phloc.commons.compare.CompareUtils
 
nullSafeCompare(String, String, Collator, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
 
nullSafeEqualsIgnoreCase(String, String) - Static method in class com.phloc.commons.equals.EqualsUtils
 

O

ObjectNameUtils - Class in com.phloc.commons.jmx
Utility class to create JMX ObjectName objects.
ObjectPool<DATATYPE> - Class in com.phloc.commons.pool
A simple generic object pool with a fixed size determined in the constructor.
ObjectPool(int, IFactory<DATATYPE>) - Constructor for class com.phloc.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.phloc.commons.type
This class encapsulates an internal object type.
ObjectType(String) - Constructor for class com.phloc.commons.type.ObjectType
 
onAddItem(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.AbstractTreeItemWithIDFactory
 
onAddItem(ITEMTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithIDFactory
To be called once a tree item is added to the owning tree.
onAddItem(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
onAddLogMessage(LogMessage) - Method in class com.phloc.commons.log.InMemoryLogger
Callback method that is invoked after a message was added.
onAppendChild(AbstractMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Callback that is invoked once a child is to be appended.
onAppendChild(AbstractMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onAppendChild(AbstractMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
onBeforeRemoveAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
Internal callback method that can be used to avoid removal of an attribute.
onBeforeSetAttributeValue(String, Object) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
Internal callback method that can be used to check constraints on an attribute name or value.
onCache(String, IStatisticsHandlerCache) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onCache(String, IStatisticsHandlerCache) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onCache(String, IStatisticsHandlerCache) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onCDATA(String) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onCDATA(String) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
CDATA node.
onCDATA(String) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onComment(String) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onComment(String) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
Comment node.
onComment(String) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onContentElementWhitespace(CharSequence) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onContentElementWhitespace(CharSequence) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
Ignorable whitespace characters.
onContentElementWhitespace(CharSequence) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onCounter(String, IStatisticsHandlerCounter) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onCounter(String, IStatisticsHandlerCounter) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onCounter(String, IStatisticsHandlerCounter) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onDeadlockDetected(ThreadDeadlockInfo[]) - Method in interface com.phloc.commons.deadlock.IThreadDeadlockListener
Callback to be invoked on a deadlock
onDocumentStart(EXMLVersion, String, boolean) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onDocumentStart(EXMLVersion, String, boolean) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
At the very beginning of the document.
onDocumentStart(EXMLVersion, String, boolean) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onDocumentType(String, String, String) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onDocumentType(String, String, String) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
On XML document type.
onDocumentType(String, String, String) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onElementEnd(String, String, boolean) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onElementEnd(String, String, boolean) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
End of an element.
onElementEnd(String, String, boolean) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onElementStart(String, String, Map<String, String>, boolean) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onElementStart(String, String, Map<String, String>, boolean) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
Start of an element.
onElementStart(String, String, Map<String, String>, boolean) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onEntityReference(String) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onEntityReference(String) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
On entity reference.
onEntityReference(String) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onError(EFileIOOperation, EFileIOErrorCode, File, File, Exception) - Method in class com.phloc.commons.io.file.DefaultFileOperationCallback
 
onError(EFileIOOperation, EFileIOErrorCode, File, File, Exception) - Method in interface com.phloc.commons.io.file.IFileOperationCallback
Called upon operation error.
onError(EFileIOOperation, EFileIOErrorCode, File, File, Exception) - Method in class com.phloc.commons.io.file.LoggingFileOperationCallback
 
onEvent(IResourceError) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
 
onEvent(IResourceError) - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
 
onEvent(IResourceError) - Method in class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandler
 
onEvent(IResourceError) - Method in class com.phloc.commons.jaxb.validation.LoggingValidationEventHandler
 
onEvent(EMicroEvent, IMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
onException(Throwable) - Method in class com.phloc.commons.callback.DoNothingExceptionHandler
 
onException(EXTYPE) - Method in interface com.phloc.commons.callback.IExceptionHandler
Called when an exception of the specified type occurred.
onException(Throwable) - Method in class com.phloc.commons.callback.LoggingExceptionHandler
 
onFileChanged(FileChangeEvent) - Method in class com.phloc.commons.io.monitor.DefaultFileListener
 
onFileChanged(FileChangeEvent) - Method in interface com.phloc.commons.io.monitor.IFileListener
Called when a file is changed.
onFileCreated(FileChangeEvent) - Method in class com.phloc.commons.io.monitor.DefaultFileListener
 
onFileCreated(FileChangeEvent) - Method in interface com.phloc.commons.io.monitor.IFileListener
Called when a file is created.
onFileDeleted(FileChangeEvent) - Method in class com.phloc.commons.io.monitor.DefaultFileListener
 
onFileDeleted(FileChangeEvent) - Method in interface com.phloc.commons.io.monitor.IFileListener
Called when a file is deleted.
onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Callback that is invoked once a child is to be inserted after another child.
onInsertAfter(AbstractMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onInsertAtIndex(int, AbstractMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Callback that is invoked once a child is to be inserted at the specified index.
onInsertAtIndex(int, AbstractMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Callback that is invoked once a child is to be inserted before another child.
onInsertBefore(AbstractMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onItemAfterChildren(DATATYPE) - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalkerCallback
 
onItemAfterChildren(DATATYPE) - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalkerDynamicCallback
 
onItemAfterChildren(DATATYPE) - Method in interface com.phloc.commons.hierarchy.IHierarchyWalkerCallback
Called after eventual children of the current item were iterated.
onItemAfterChildren(DATATYPE) - Method in interface com.phloc.commons.hierarchy.IHierarchyWalkerDynamicCallback
Called after eventual children of the current item were iterated.
onItemBeforeChildren(DATATYPE) - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalkerCallback
 
onItemBeforeChildren(DATATYPE) - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalkerDynamicCallback
 
onItemBeforeChildren(DATATYPE) - Method in interface com.phloc.commons.hierarchy.IHierarchyWalkerCallback
Called before eventual children of the current item are iterated.
onItemBeforeChildren(DATATYPE) - Method in interface com.phloc.commons.hierarchy.IHierarchyWalkerDynamicCallback
Called before eventual children of the current item are iterated.
onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onKeyedCounter(String, IStatisticsHandlerKeyedCounter) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onKeyedSize(String, IStatisticsHandlerKeyedSize) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onKeyedTimer(String, IStatisticsHandlerKeyedTimer) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onLevelDown() - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
onLevelDown() - Method in interface com.phloc.commons.hierarchy.IBaseHierarchyWalker
Called before the tree walker descends into the next tree level.
onLevelUp() - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalker
 
onLevelUp() - Method in interface com.phloc.commons.hierarchy.IBaseHierarchyWalker
Called after the tree walker ascends into the previous tree level.
onMark(int, long) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
onProcessingInstruction(String, String) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onProcessingInstruction(String, String) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
On processing instruction
onProcessingInstruction(String, String) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onRead(int, long) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
onRemoveAllChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Remove all children from this node.
onRemoveAllChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onRemoveChild(IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Callback when a child is removed.
onRemoveChild(IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onRemoveChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
Remove the child not at the specified index.
onRemoveChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
onRemoveEldestEntry(Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.phloc.commons.cache.LoggingLRUCache
 
onRemoveEldestEntry(Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.phloc.commons.collections.LRUCache
Protected method that is invoked every time the oldest entry is removed.
onRemoveEldestEntry(ELEMENTTYPE) - Method in class com.phloc.commons.collections.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.phloc.commons.tree.withid.AbstractTreeItemWithIDFactory
 
onRemoveItem(ITEMTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithIDFactory
To be called once a tree item is removed from the owning tree.
onRemoveItem(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
onReset(long) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
onSize(String, IStatisticsHandlerSize) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onSize(String, IStatisticsHandlerSize) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onSize(String, IStatisticsHandlerSize) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onSkip(long, long) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
onSuccess(EFileIOOperation, File, File) - Method in class com.phloc.commons.io.file.DefaultFileOperationCallback
 
onSuccess(EFileIOOperation, File, File) - Method in interface com.phloc.commons.io.file.IFileOperationCallback
Called upon operation success.
onSuccess(EFileIOOperation, File, File) - Method in class com.phloc.commons.io.file.LoggingFileOperationCallback
 
onText(String, boolean) - Method in class com.phloc.commons.xml.DefaultXMLIterationHandler
 
onText(String, boolean) - Method in interface com.phloc.commons.xml.IXMLIterationHandler
Text node.
onText(String, boolean) - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
onTimer(String, IStatisticsHandlerTimer) - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
onTimer(String, IStatisticsHandlerTimer) - Method in class com.phloc.commons.stats.visit.DefaultStatisticsVisitor
 
onTimer(String, IStatisticsHandlerTimer) - Method in interface com.phloc.commons.stats.visit.IStatisticsVisitor
 
onVirtualMachineStart() - Method in interface com.phloc.commons.vminit.IVirtualMachineEventSPI
Called upon Java VM initialization.
onVirtualMachineStop() - Method in interface com.phloc.commons.vminit.IVirtualMachineEventSPI
Called upon Java VM shutdown.
onWrite(int, long) - Method in class com.phloc.commons.io.streams.DebugOutputStream
 
or(IChangeIndicator) - Method in enum com.phloc.commons.state.EChange
 
or(IContinueIndicator) - Method in enum com.phloc.commons.state.EContinue
 
or(IEnabledIndicator) - Method in enum com.phloc.commons.state.EEnabled
 
or(IFinishIndicator) - Method in enum com.phloc.commons.state.EFinish
 
or(IInterruptIndicator) - Method in enum com.phloc.commons.state.EInterrupt
 
or(IMandatoryIndicator) - Method in enum com.phloc.commons.state.EMandatory
 
or(ISuccessIndicator) - Method in enum com.phloc.commons.state.ESuccess
 
or(IValidityIndicator) - Method in enum com.phloc.commons.state.EValidity
 
ORDERED - Static variable in class com.phloc.commons.base64.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc- 1940. html.
OUML_LC - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ö
OUML_LC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ö
OUML_UC - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character Ö
OUML_UC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character Ö
OverrideOnDemand - Annotation Type in com.phloc.commons.annotations
Just to indicate that a method is meant to be overridden in sub classes.

P

Pair<DATA1TYPE,DATA2TYPE> - Class in com.phloc.commons.collections.pair
A generic pair class.
Pair() - Constructor for class com.phloc.commons.collections.pair.Pair
 
Pair(T2, U2) - Constructor for class com.phloc.commons.collections.pair.Pair
 
Pair(IReadonlyPair<? extends DATA1TYPE, ? extends DATA2TYPE>) - Constructor for class com.phloc.commons.collections.pair.Pair
 
PairUtils - Class in com.phloc.commons.collections.pair
Some pair utils
PARAMETER_NAME_CHARSET - Static variable in class com.phloc.commons.mime.CMimeType
The special "charset" MIME type parameter name
ParentProviderHasParent<PARENTTYPE extends IHasParent<PARENTTYPE>> - Class in com.phloc.commons.parent.impl
A standard implementation of the IParentProvider interface that works with all types that implement IHasParent.
ParentProviderHasParent() - Constructor for class com.phloc.commons.parent.impl.ParentProviderHasParent
 
parse(String, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parse(String, NumberFormat) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseBigDecimal(String, DecimalFormat) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseBigDecimal(String, Locale, BigDecimal) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseBigDecimal(String, NumberFormat, BigDecimal) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseBigDecimal(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, BigDecimal) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, int, RoundingMode) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigDecimal(String, int, RoundingMode, BigDecimal) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigDecimal.
parseBigInteger(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigInteger with radix 10.
parseBigInteger(String, int) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigInteger with the specified radix.
parseBigInteger(String, BigInteger) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigInteger with radix 10.
parseBigInteger(String, int, BigInteger) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as BigInteger with the specified radix.
parseBool(Object) - Static method in class com.phloc.commons.string.StringParser
Try to interpret the passed object as boolean.
parseBool(Object, boolean) - Static method in class com.phloc.commons.string.StringParser
Try to interpret the passed object as boolean.
parseBool(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as boolean value.
parseBool(String, boolean) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as boolean value.
parseBoolObj(Object) - Static method in class com.phloc.commons.string.StringParser
Try to interpret the passed object as boolean.
parseBoolObj(Object, Boolean) - Static method in class com.phloc.commons.string.StringParser
Try to interpret the passed Object as Boolean.
parseBoolObj(String) - Static method in class com.phloc.commons.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseBoolObjExact(String) - Static method in class com.phloc.commons.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseBoolObjExact(String, Boolean) - Static method in class com.phloc.commons.string.StringParser
Returns a Boolean with a value represented by the specified string.
parseByte(Object, byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as byte with radix 10.
parseByte(Object, int, byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as byte with the specified radix.
parseByte(String, byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as byte with radix 10.
parseByte(String, int, byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as byte with the specified radix.
parseByteObj(Object) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Byte with radix 10.
parseByteObj(Object, Byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Byte with radix 10.
parseByteObj(Object, int, Byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Byte with the specified radix.
parseByteObj(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Byte with radix 10.
parseByteObj(String, Byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Byte with radix 10.
parseByteObj(String, int, Byte) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Byte with the specified radix.
parseDouble(String, Locale, double) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseDouble(String, NumberFormat, double) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseDouble(Object, double) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as double.
parseDouble(String, double) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as double.
parseDoubleObj(Object) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Double.
parseDoubleObj(Object, Double) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Double.
parseDoubleObj(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Double.
parseDoubleObj(String, Double) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Double.
parseFloat(String, Locale, float) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseFloat(String, NumberFormat, float) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseFloat(Object, float) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as float.
parseFloat(String, float) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as float.
parseFloatObj(Object) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Float.
parseFloatObj(Object, Float) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Float.
parseFloatObj(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Float.
parseFloatObj(String, Float) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Float.
parseInt(String, Locale, int) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseInt(String, NumberFormat, int) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseInt(Object, int) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as int with radix StringParser.DEFAULT_RADIX.
parseInt(Object, int, int) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as int with the specified radix.
parseInt(String, int) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as int with radix 10.
parseInt(String, int, int) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as int with the specified radix.
parseIntObj(Object) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Integer with radix 10.
parseIntObj(Object, Integer) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Integer with radix 10.
parseIntObj(Object, int, Integer) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Integer with the specified radix.
parseIntObj(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Integer with radix 10.
parseIntObj(String, Integer) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Integer with radix StringParser.DEFAULT_RADIX.
parseIntObj(String, int, Integer) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Integer with the specified radix.
parseLong(String, Locale, long) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseLong(String, NumberFormat, long) - Static method in class com.phloc.commons.locale.LocaleFormatter
 
parseLong(Object, long) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as long with radix 10.
parseLong(Object, int, long) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as long with the specified radix.
parseLong(String, long) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as long with radix 10.
parseLong(String, int, long) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as long with the specified radix.
parseLongObj(Object) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Long with radix 10.
parseLongObj(Object, Long) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Long with radix 10.
parseLongObj(Object, int, Long) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Long with the specified radix.
parseLongObj(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Long with radix 10.
parseLongObj(String, Long) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Long with radix StringParser.DEFAULT_RADIX.
parseLongObj(String, int, Long) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Long with the specified radix.
parseMimeType(String) - Static method in class com.phloc.commons.mime.MimeTypeParser
Try to convert the string representation of a MIME type to an object.
parseMimeType(String, EMimeQuoting) - Static method in class com.phloc.commons.mime.MimeTypeParser
Try to convert the string representation of a MIME type to an object.
parseShort(Object, short) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as short with radix 10.
parseShort(Object, int, short) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as short with the specified radix.
parseShort(String, short) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as short with radix 10.
parseShort(String, int, short) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as short with the specified radix.
parseShortObj(Object) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Short with radix 10.
parseShortObj(Object, Short) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Short with radix 10.
parseShortObj(Object, int, Short) - Static method in class com.phloc.commons.string.StringParser
Parse the given Object as Short with the specified radix.
parseShortObj(String) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Short with radix 10.
parseShortObj(String, Short) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Short with radix StringParser.DEFAULT_RADIX.
parseShortObj(String, int, Short) - Static method in class com.phloc.commons.string.StringParser
Parse the given String as Short with the specified radix.
PATH_CURRENT - Static variable in class com.phloc.commons.io.file.FilenameHelper
Special name of the current path
PATH_PARENT - Static variable in class com.phloc.commons.io.file.FilenameHelper
Special name of the parent path
PATTERN_ATTVALUE - Static variable in class com.phloc.commons.xml.CXMLRegEx
Pattern for attribute values
PATTERN_NAME - Static variable in class com.phloc.commons.xml.CXMLRegEx
Pattern for names
PATTERN_NAME_QUICK - Static variable in class com.phloc.commons.xml.CXMLRegEx
Pattern for names that is much quicker but is not 100% correct
PATTERN_NCNAME - Static variable in class com.phloc.commons.xml.CXMLRegEx
Pattern for NC names
PATTERN_NMTOKEN - Static variable in class com.phloc.commons.xml.CXMLRegEx
Pattern for NM tokens
PATTERN_QNAME - Static variable in class com.phloc.commons.xml.CXMLRegEx
Pattern for qualified names
PB_SUFFIX - Static variable in class com.phloc.commons.io.misc.SizeHelper
Suffix for Petabytes
PDF - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
peek() - Method in class com.phloc.commons.collections.NonBlockingStack
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
peek(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
peek() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
peek(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
peek() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
peek(int) - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
peekChars() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
peekChars() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
peekChars() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
PHLOC_JMX_DOMAIN - Static variable in class com.phloc.commons.jmx.CJMX
JMX domain for phloc products
PhlocAssert - Class in com.phloc.commons.mock
Extensions for the default JUnit assertions.
PhlocTestUtils - Class in com.phloc.commons.mock
This class contains default test methods to test the correctness of implementations of standard methods.
PI_END - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
PI_START - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
pop() - Method in class com.phloc.commons.collections.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.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
 
position(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
position() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
position() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
position(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
position(int) - Method in interface com.phloc.commons.i18n.ICodepointIterator
Set the iterator position
position() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
postAndGetInputStream(URL, int, int, IMimeType, byte[], Map<String, String>, INonThrowingRunnableWithParameter<URLConnection>, IWrapper<IOException>) - Static method in class com.phloc.commons.url.URLUtils
POST something to a URL.
POSTFIX - Static variable in class com.phloc.commons.codec.AbstractRFC1522Codec
Prefix.
PREDEFINED_MAX_INDEX - Static variable in class com.phloc.commons.math.FactorialHelper
The maximum value for which pre-computed factorial values are present
PREDEFINED_MIN_INDEX - Static variable in class com.phloc.commons.math.FactorialHelper
The minimum value for which pre-computed factorial values are present
PREFIX - Static variable in class com.phloc.commons.codec.AbstractRFC1522Codec
Postfix.
PREFIX_FALLBACK - Static variable in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
Default classpath prefix for fallback resources
PREFIX_OVERRIDE - Static variable in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
Default classpath prefix for override resources
prependData(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Add characters to the beginning of the current data.
prependData(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Add characters to the beginning of the current data.
prependData(char) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Add a character to the beginning of the current data.
prependData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
prependData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
prependData(char) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
prependData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
prependData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
prependData(char) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
prependData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroText
 
prependData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroText
 
prependData(char) - Method in class com.phloc.commons.microdom.impl.MicroText
 
PresentForCodeCoverage - Annotation Type in com.phloc.commons.annotations
Just to indicate that an object is only present for code coverage reasons, to create 100% coverage.
previous() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
previous() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
previous() - Method in class com.phloc.commons.i18n.Codepoint
Get the previous codepoint
previousIndex() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
previousIndex() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
printClassPathEntries(PrintStream) - Static method in class com.phloc.commons.utils.ClassPathHelper
Print all class path entries on the passed print stream, using the system line separator
printClassPathEntries(PrintStream, String) - Static method in class com.phloc.commons.utils.ClassPathHelper
Print all class path entries on the passed print stream, using the passed separator
PrivateAPI - Annotation Type in com.phloc.commons.annotations
Indicate that a public element is not meant for public use, but only for project internal use.
PrivilegedActionAccessibleObjectSetAccessible - Class in com.phloc.commons.priviledged
A special privileged object, that calls "setAccessible(true)" on an object.
PrivilegedActionAccessibleObjectSetAccessible(AccessibleObject) - Constructor for class com.phloc.commons.priviledged.PrivilegedActionAccessibleObjectSetAccessible
 
PrivilegedActionAccessibleObjectSetAccessible(AccessibleObject, boolean) - Constructor for class com.phloc.commons.priviledged.PrivilegedActionAccessibleObjectSetAccessible
 
PrivilegedActionGetClassLoader - Class in com.phloc.commons.priviledged
A special privileged object, that calls class.getClassLoader ()
PrivilegedActionGetClassLoader(Class<?>) - Constructor for class com.phloc.commons.priviledged.PrivilegedActionGetClassLoader
 
PrivilegedActionGetContextClassLoader - Class in com.phloc.commons.priviledged
A special privileged object, that calls Thread.currentThread ().getContextClassLoader ()
PrivilegedActionGetContextClassLoader() - Constructor for class com.phloc.commons.priviledged.PrivilegedActionGetContextClassLoader
 
PrivilegedActionGetSystemClassLoader - Class in com.phloc.commons.priviledged
A special privileged object, that calls ClassLoader.getSystemClassLoader ()
PrivilegedActionGetSystemClassLoader() - Constructor for class com.phloc.commons.priviledged.PrivilegedActionGetSystemClassLoader
 
PrivilegedActionSystemClearProperty - Class in com.phloc.commons.priviledged
A special privileged object, that calls System.clearProperty
PrivilegedActionSystemClearProperty(String) - Constructor for class com.phloc.commons.priviledged.PrivilegedActionSystemClearProperty
 
PrivilegedActionSystemGetProperties - Class in com.phloc.commons.priviledged
A special privileged object, that calls System.getProperties
PrivilegedActionSystemGetProperties() - Constructor for class com.phloc.commons.priviledged.PrivilegedActionSystemGetProperties
 
PrivilegedActionSystemGetProperty - Class in com.phloc.commons.priviledged
A special privileged object, that calls System.getProperty
PrivilegedActionSystemGetProperty(String) - Constructor for class com.phloc.commons.priviledged.PrivilegedActionSystemGetProperty
 
PrivilegedActionSystemSetProperty - Class in com.phloc.commons.priviledged
A special privileged object, that calls System.setProperty
PrivilegedActionSystemSetProperty(String, String) - Constructor for class com.phloc.commons.priviledged.PrivilegedActionSystemSetProperty
 
PROPERTY_NAME - Static variable in class com.phloc.commons.jmx.CJMX
Standard JMX property
PROPERTY_TYPE - Static variable in class com.phloc.commons.jmx.CJMX
Standard JMX property
PROTOCOL_FILE - Static variable in class com.phloc.commons.io.resource.URLResource
The protocol for file resources
push(ELEMENTTYPE) - Method in class com.phloc.commons.collections.NonBlockingStack
Pushes an item onto the top of this stack.
push(Map<String, String>) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
Start a new namespace level.
put(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.SingleElementMap
 
put(String, String) - Method in class com.phloc.commons.url.SMap
Deprecated.
putAll(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.phloc.commons.collections.SingleElementMap
 
putAll(Map<? extends String, ? extends String>) - Method in class com.phloc.commons.url.SMap
Deprecated.
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
putAllIn(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
Add all values into the container identified by the passed key-value-map.
putInCache(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.cache.AbstractCache
Put a new value into the cache.
putInCacheNotLocked(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.cache.AbstractCache
Put a new value into the cache.
putSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
putSingle(KEYTYPE, VALUETYPE, int) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
 
putSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
putSingle(KEYTYPE, VALUETYPE, int) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
 
putSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
putSingle(KEYTYPE, VALUETYPE, int) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
 
putSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
putSingle(KEYTYPE, VALUETYPE, int) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
 
putSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
putSingle(KEYTYPE, VALUETYPE, int) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
 
putSingle(KEYTYPE, VALUETYPE) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
Add a single value into the container identified by the passed key.
putSingle(KEYTYPE, VALUETYPE, int) - Method in interface com.phloc.commons.collections.multimap.IMultiMapListBased
Add a single value into the container identified by the passed key at the specified index.

Q

QUESTIONMARK - Static variable in class com.phloc.commons.url.URLUtils
Separator before first param: ?
QUESTIONMARK_STR - Static variable in class com.phloc.commons.url.URLUtils
 
queueObject(DATATYPE) - Method in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
 
queueObject(DATATYPE) - Method in interface com.phloc.commons.concurrent.collector.IConcurrentCollector
Submit an object to the queue.
QUOTED_STRING_MASK_CHAR - Static variable in enum com.phloc.commons.mime.EMimeQuoting
 
QUOTED_STRING_SEPARATOR_CHAR - Static variable in enum com.phloc.commons.mime.EMimeQuoting
 
QuotedPrintableCodec - Class in com.phloc.commons.codec
Encoder and decoder for quoted printable stuff
QuotedPrintableCodec() - Constructor for class com.phloc.commons.codec.QuotedPrintableCodec
Default constructor with the UTF-8 charset.
QuotedPrintableCodec(Charset) - Constructor for class com.phloc.commons.codec.QuotedPrintableCodec
Constructor which allows for the selection of a default charset

R

read() - Method in class com.phloc.commons.base64.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.phloc.commons.base64.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
read(byte[]) - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
read(ByteBuffer) - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
Reads as much as possible into the destination buffer.
read() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
read(byte[]) - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
read(ByteBuffer) - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
Reads as much as possible into the destination buffer.
read() - Method in class com.phloc.commons.io.streams.CountingFileInputStream
 
read(byte[]) - Method in class com.phloc.commons.io.streams.CountingFileInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.CountingFileInputStream
 
read() - Method in class com.phloc.commons.io.streams.CountingInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.CountingInputStream
 
read() - Method in class com.phloc.commons.io.streams.DebugInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
read() - Method in class com.phloc.commons.io.streams.HashingInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.HashingInputStream
 
read() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Reads a single character.
read(char[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Reads characters into a portion of an array.
read() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Reads a single character.
read(char[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Reads characters into a portion of an array.
read() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
read(byte[]) - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
read(byte[], int, int) - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
read(CharBuffer) - Method in class com.phloc.commons.io.streams.WrappedReader
 
read() - Method in class com.phloc.commons.io.streams.WrappedReader
 
read(char[]) - Method in class com.phloc.commons.io.streams.WrappedReader
 
read(char[], int, int) - Method in class com.phloc.commons.io.streams.WrappedReader
 
read(File) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Read a document from the specified file.
read(IReadableResource) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Read a document from the specified resource.
read(InputStream) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Read a document from the specified input stream.
read(Node) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Read a document from the specified DOM node.
read(Source) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Read a document from the specified source.
ReadableResourceProviderChain - Class in com.phloc.commons.io.resourceprovider
A readable resource provider that chains multiple readable resource providers.
ReadableResourceProviderChain(IReadableResourceProvider...) - Constructor for class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
ReadableResourceProviderChain(Iterable<? extends IReadableResourceProvider>) - Constructor for class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
ReadableResourceSAXInputSource - Class in com.phloc.commons.xml.sax
Special InputSource implementation that reads from IReadableResource or IInputStreamProvider objects.
ReadableResourceSAXInputSource(IReadableResource) - Constructor for class com.phloc.commons.xml.sax.ReadableResourceSAXInputSource
 
ReadableResourceSAXInputSource(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.sax.ReadableResourceSAXInputSource
 
readAllChangeLogs() - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(ClassLoader) - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(INonThrowingRunnableWithParameter<String>) - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
 
readAllChangeLogs(INonThrowingRunnableWithParameter<String>, ClassLoader) - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
 
readAndUpdateIDCounter(int) - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
Read the current ID from the device.
readAndUpdateIDCounter(int) - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
Read the current ID from the device.
readAndUpdateIDCounter(int) - Method in class com.phloc.commons.idfactory.FileIntIDFactory
 
readAndUpdateIDCounter(int) - Method in class com.phloc.commons.idfactory.FileLongIDFactory
 
readBit() - Method in class com.phloc.commons.io.streams.BitInputStream
Read the next bit from the stream.
readBit() - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
Read the next bit from the stream.
readBits(int) - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
Read a specified number of bits and return them combined as an integer value.
readChangeLog(IInputStreamProvider) - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
Read the change log resource specified by the input stream provider using the default logging callback.
readChangeLog(IInputStreamProvider, INonThrowingRunnableWithParameter<String>) - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
Read the change log resource specified by the input stream provider.
readCode(NonBlockingBitInputStream) - Method in class com.phloc.commons.codec.LZWCodec.LZWDecodeDictionary
Read the next code
readConvertedObject(ObjectInputStream) - Method in interface com.phloc.commons.serialize.convert.ISerializationConverter
Read the object from the specified ObjectInputStream.
readConvertedObject(ObjectInputStream, Class<DSTTYPE>) - Static method in class com.phloc.commons.serialize.convert.SerializationConverter
 
readFileAsString(File, String) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Deprecated.
readFileAsString(File, Charset) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Get the content of the passed file as a string using the system line separator.
readFileBytes(File) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Get the content of the file as a byte array.
readFileLines(File, String) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Deprecated.
readFileLines(File, Charset) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Get the content of the passed file as a list of lines, whereas each line does not contain a separator.
readFileLines(File, String, List<String>) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Deprecated.
readFileLines(File, Charset, List<String>) - Static method in class com.phloc.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.phloc.commons.io.streams.StreamUtils
Read the whole buffer from the input stream.
readFully(InputStream, byte[], int, int) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read the whole buffer from the input stream.
readLine() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Reads a line of text.
readList(IInputStreamProvider) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
 
readList(IInputStreamProvider, Collection<String>) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
 
readList(InputStream) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
Read a predefined XML file that contains list items.
readList(InputStream, Collection<String>) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
Read a predefined XML file that contains list items.
readList(IMicroElement, Collection<String>) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
 
readMap(IInputStreamProvider) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
 
readMap(IInputStreamProvider, Map<String, String>) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
 
readMap(InputStream) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
Read a mapping from the passed input stream.
readMap(InputStream, Map<String, String>) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
Read a mapping from the passed input stream.
readMap(IMicroElement, Map<String, String>) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
 
readMicroXML(InputSource) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(InputSource, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
Read the passed input source as MicroXML.
readMicroXML(InputStream) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(InputStream, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(File) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(File, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(IReadableResource) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(IReadableResource, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(IInputStreamProvider) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(IInputStreamProvider, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(Reader) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(Reader, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(String) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(String, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(CharSequence) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(CharSequence, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[]) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[], ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[], int, int) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(byte[], int, int, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(char[]) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(char[], ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(char[], int, int) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(char[], int, int, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(ByteBuffer) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(ByteBuffer, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(URI) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(URI, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(URL) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
readMicroXML(URL, ISAXReaderSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroReader
 
ReadonlyFlagContainer - Class in com.phloc.commons.collections.flags
Default implementation of the IReadonlyFlagContainer based on a hash set.
ReadonlyFlagContainer(Collection<String>) - Constructor for class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
ReadonlyFlagContainer(String...) - Constructor for class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
ReadonlyFlagContainer(IReadonlyFlagContainer) - Constructor for class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
ReadonlyIntPair - Class in com.phloc.commons.collections.pair
A readable pair of ints.
ReadonlyIntPair(int, int) - Constructor for class com.phloc.commons.collections.pair.ReadonlyIntPair
 
ReadonlyIntPair(ReadonlyIntPair) - Constructor for class com.phloc.commons.collections.pair.ReadonlyIntPair
 
ReadonlyMultiLingualText - Class in com.phloc.commons.text.impl
This class represents a multilingual text.
ReadonlyMultiLingualText() - Constructor for class com.phloc.commons.text.impl.ReadonlyMultiLingualText
Create an empty read-only multilingual text.
ReadonlyMultiLingualText(Locale, String) - Constructor for class com.phloc.commons.text.impl.ReadonlyMultiLingualText
 
ReadonlyMultiLingualText(Map<Locale, String>) - Constructor for class com.phloc.commons.text.impl.ReadonlyMultiLingualText
 
ReadonlyMultiLingualText(ISimpleMultiLingualText) - Constructor for class com.phloc.commons.text.impl.ReadonlyMultiLingualText
 
ReadonlyMultiLingualText(IReadonlyMultiLingualText) - Constructor for class com.phloc.commons.text.impl.ReadonlyMultiLingualText
 
ReadonlyPair<DATA1TYPE,DATA2TYPE> - Class in com.phloc.commons.collections.pair
A generic pair class.
ReadonlyPair(T2, U2) - Constructor for class com.phloc.commons.collections.pair.ReadonlyPair
 
ReadonlyPair(IReadonlyPair<? extends DATA1TYPE, ? extends DATA2TYPE>) - Constructor for class com.phloc.commons.collections.pair.ReadonlyPair
 
ReadonlySimpleURL - Class in com.phloc.commons.url
Abstraction of the string parts of a URL but much simpler (and faster) than URL.
ReadonlySimpleURL(String) - Constructor for class com.phloc.commons.url.ReadonlySimpleURL
 
ReadonlySimpleURL(String, Map<String, String>) - Constructor for class com.phloc.commons.url.ReadonlySimpleURL
 
ReadonlySimpleURL(String, Map<String, String>, String) - Constructor for class com.phloc.commons.url.ReadonlySimpleURL
 
ReadonlySimpleURL(IURLData) - Constructor for class com.phloc.commons.url.ReadonlySimpleURL
 
ReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> - Class in com.phloc.commons.collections.triple
A generic triple class.
ReadonlyTriple(T2, U2, V2) - Constructor for class com.phloc.commons.collections.triple.ReadonlyTriple
 
ReadonlyTriple(IReadonlyTriple<? extends DATA1TYPE, ? extends DATA2TYPE, ? extends DATA3TYPE>) - Constructor for class com.phloc.commons.collections.triple.ReadonlyTriple
 
readStreamLines(IInputStreamProvider, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readStreamLines(IInputStreamProvider, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get the content of the passed Spring resource as one big string in the passed character set.
readStreamLines(IInputStreamProvider, String, int, int) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readStreamLines(IInputStreamProvider, Charset, int, int) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get the content of the passed Spring resource as one big string in the passed character set.
readStreamLines(InputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readStreamLines(InputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get the content of the passed stream as a list of lines in the passed character set.
readStreamLines(InputStream, String, List<String>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readStreamLines(InputStream, Charset, List<String>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get the content of the passed stream as a list of lines in the passed character set.
readStreamLines(InputStream, String, int, int) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readStreamLines(InputStream, Charset, int, int) - Static method in class com.phloc.commons.io.streams.StreamUtils
Get the content of the passed stream as a list of lines in the passed character set.
readStreamLines(InputStream, String, INonThrowingRunnableWithParameter<String>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readStreamLines(InputStream, Charset, INonThrowingRunnableWithParameter<String>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read the complete content of the passed stream and pass each line separately to the passed callback.
readStreamLines(InputStream, Charset, int, int, INonThrowingRunnableWithParameter<String>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Read the content of the passed stream line by line and invoking a callback on all matching lines.
readStreamLines(InputStream, String, int, int, INonThrowingRunnableWithParameter<String>) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
readXMLDOM(InputSource) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(InputStream) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(InputStream, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(Reader) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(Reader, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(URI) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(URI, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(URL) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(URL, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(File) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(File, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(IReadableResource) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(IReadableResource, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(String) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(String, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(CharSequence) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(CharSequence, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(ByteBuffer) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(ByteBuffer, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(byte[]) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(byte[], IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(byte[], int, int) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(byte[], int, int, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(char[]) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(char[], IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(char[], int, int) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(char[], int, int, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLDOM(InputSource, IDOMReaderSettings) - Static method in class com.phloc.commons.xml.serialize.XMLReader
 
readXMLSAX(File, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(URI, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(URL, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(IInputStreamProvider, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(IReadableResource, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(CharSequence, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(String, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(char[], ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(char[], int, int, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(byte[], ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(byte[], int, int, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(ByteBuffer, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(InputStream, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(Reader, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
 
readXMLSAX(InputSource, ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReader
Read an XML document via a SAX handler.
ready() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Tells whether this stream is ready to be read.
ready() - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Tells whether this stream is ready to be read.
ready() - Method in class com.phloc.commons.io.streams.WrappedReader
 
recurseIntoDirectory(File) - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
Override this method to manually filter the directories, which are recursed into.
RecursiveChildNodeIterator - Class in com.phloc.commons.xml
Iterate all children of the start node, but NOT the start node itself.
RecursiveChildNodeIterator(Node) - Constructor for class com.phloc.commons.xml.RecursiveChildNodeIterator
 
RegExHelper - Class in com.phloc.commons.regex
This class offers helper methods that work on cached regular expression pattern as offered by RegExPool.
RegExPattern - Class in com.phloc.commons.regex
This class encapsulates a String and a set of options to be used in Pattern compilation
RegExPattern(String) - Constructor for class com.phloc.commons.regex.RegExPattern
 
RegExPattern(String, int) - Constructor for class com.phloc.commons.regex.RegExPattern
 
RegExPool - Class in com.phloc.commons.regex
This class provides a pool for cached regular expressions.
registerEqualsImplementation(Class<?>, IEqualsImplementation) - Method in class com.phloc.commons.equals.EqualsImplementationRegistry
 
registerEqualsImplementation(Class<?>, IEqualsImplementation) - Method in interface com.phloc.commons.equals.IEqualsImplementationRegistry
Register a new equals implementation
registerEqualsImplementations(IEqualsImplementationRegistry) - Method in class com.phloc.commons.equals.DefaultEqualsImplementationRegistrarSPI
 
registerEqualsImplementations(IEqualsImplementationRegistry) - Method in interface com.phloc.commons.equals.IEqualsImplementationRegistrarSPI
Register a bunch of custom equals implementations
registerEqualsImplementations(IEqualsImplementationRegistry) - Method in class com.phloc.commons.jaxb.JAXBEqualsImplementationRegistrarSPI
 
registerEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.phloc.commons.microdom.IMicroNode
Register a specific MicroDOM event listener.
registerEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
registerHashCodeImplementation(Class<?>, IHashCodeImplementation) - Method in class com.phloc.commons.hash.HashCodeImplementationRegistry
 
registerHashCodeImplementation(Class<?>, IHashCodeImplementation) - Method in interface com.phloc.commons.hash.IHashCodeImplementationRegistry
Register a new hashCode implementation
registerHashCodeImplementations(IHashCodeImplementationRegistry) - Method in class com.phloc.commons.hash.DefaultHashCodeImplementationRegistrarSPI
 
registerHashCodeImplementations(IHashCodeImplementationRegistry) - Method in interface com.phloc.commons.hash.IHashCodeImplementationRegistrarSPI
Register a bunch of custom hashCode implementations
registerHashCodeImplementations(IHashCodeImplementationRegistry) - Method in class com.phloc.commons.jaxb.JAXBHashCodeImplementationRegistrarSPI
 
registerMicroElementTypeConverter(Class<?>, IMicroTypeConverter) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverterRegistry
Register a new type converter.
registerMicroElementTypeConverter(Class<?>, IMicroTypeConverter) - Method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverterRegistrarSPI
Register all your dynamic micro type converters in the passed interface
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.phloc.commons.microdom.convert.impl.BasicMicroTypeConverterRegistrar
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.phloc.commons.microdom.convert.impl.MultiLingualTextMicroTypeConverterRegistrar
 
registerMimeTypeContent(MimeTypeContent) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Register a new MIME content type.
registerProtocol(IURLProtocol) - Static method in class com.phloc.commons.url.URLProtocolRegistry
Registers a new protocol
registerSerializationConverter(ISerializationConverterRegistry) - Method in class com.phloc.commons.serialize.convert.impl.BasicSerializationConverterRegistrar
 
registerSerializationConverter(ISerializationConverterRegistry) - Method in interface com.phloc.commons.serialize.convert.ISerializationConverterRegistrarSPI
Register all your serialization converters in the passed interface
registerSerializationConverter(Class<?>, ISerializationConverter) - Method in interface com.phloc.commons.serialize.convert.ISerializationConverterRegistry
Register a new serialization converter.
registerSerializationConverter(Class<?>, ISerializationConverter) - Method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
 
registerThirdPartyModule(IThirdPartyModule) - Static method in class com.phloc.commons.thirdparty.ThirdPartyModuleRegistry
 
registerTypeConverter(ITypeConverterRegistry) - Method in class com.phloc.commons.typeconvert.impl.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.phloc.commons.typeconvert.impl.CharsetTypeConverterRegistrar
 
registerTypeConverter(ITypeConverterRegistry) - Method in class com.phloc.commons.typeconvert.impl.CollectionTypeConverterRegistrar
Register type converters for the collection types:
ArrayList Vector LinkedList CopyOnWriteArrayList List HashSet TreeSet LinkedHashSet CopyOnWriteArraySet Set
registerTypeConverter(ITypeConverterRegistry) - Method in class com.phloc.commons.typeconvert.impl.DateTimeTypeConverterRegistrar
 
registerTypeConverter(ITypeConverterRegistry) - Method in class com.phloc.commons.typeconvert.impl.IOTypeConverterRegistrar
 
registerTypeConverter(ITypeConverterRegistry) - Method in class com.phloc.commons.typeconvert.impl.LocaleTypeConverterRegistrar
 
registerTypeConverter(ITypeConverterRegistry) - Method in class com.phloc.commons.typeconvert.impl.MutableTypeConverterRegistrar
 
registerTypeConverter(ITypeConverterRegistry) - Method in interface com.phloc.commons.typeconvert.ITypeConverterRegistrarSPI
Register all your type converters.
registerTypeConverter(Class<?>, Class<?>, ITypeConverter) - Method in interface com.phloc.commons.typeconvert.ITypeConverterRegistry
Register a type converter.
registerTypeConverter(Class<?>[], Class<?>, ITypeConverter) - Method in interface com.phloc.commons.typeconvert.ITypeConverterRegistry
Register a type converter.
registerTypeConverter(Class<?>, Class<?>, ITypeConverter) - Method in class com.phloc.commons.typeconvert.TypeConverterRegistry
 
registerTypeConverter(Class<?>[], Class<?>, ITypeConverter) - Method in class com.phloc.commons.typeconvert.TypeConverterRegistry
 
registerTypeConverterRule(ITypeConverterRule) - Method in interface com.phloc.commons.typeconvert.ITypeConverterRegistry
Register a flexible type converter rule.
registerTypeConverterRule(ITypeConverterRule) - Method in class com.phloc.commons.typeconvert.TypeConverterRegistry
 
reinitialize() - Static method in class com.phloc.commons.url.URLProtocolRegistry
Reinitialize all protocols.
release(FileLock) - Static method in class com.phloc.commons.io.channels.ChannelUtils
 
reload() - Method in class com.phloc.commons.lang.ServiceLoaderBackport
Deprecated.
Clear this loader's provider cache so that all providers will be reloaded.
remaining() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
remaining() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
remaining() - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
Deprecated.
remove() - Method in class com.phloc.commons.collections.iterate.CombinedIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.EmptyIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.IterableIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
 
remove() - Method in class com.phloc.commons.collections.iterate.ReverseListIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
remove() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
remove(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
remove(int) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
remove(int) - Method in class com.phloc.commons.collections.list.SingleElementList
 
remove(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
 
remove(Object) - Method in class com.phloc.commons.collections.SingleElementMap
 
remove() - Method in class com.phloc.commons.filter.collections.FilterIterator
 
remove() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
remove() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
remove() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
 
remove() - Method in class com.phloc.commons.math.CombinationGenerator
 
remove() - Method in class com.phloc.commons.microdom.utils.MicroRecursiveIterator
 
remove(String) - Method in class com.phloc.commons.url.SimpleURL
Remove the parameter with the given key.
remove() - Method in class com.phloc.commons.xml.ChildElementIterator
 
remove() - Method in class com.phloc.commons.xml.ChildNodeIterator
 
remove() - Method in class com.phloc.commons.xml.RecursiveChildNodeIterator
 
removeAll(Collection<?>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
removeAll(Collection<?>) - Method in class com.phloc.commons.collections.list.SingleElementList
 
removeAll(String, char) - Static method in class com.phloc.commons.string.StringHelper
Remove all occurrences of the passed character from the specified input string
removeAllAttributes() - Method in interface com.phloc.commons.microdom.IMicroElement
Remove all attributes from this element
removeAllAttributes() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
removeAllChildElements(Element) - Static method in class com.phloc.commons.xml.XMLHelper
Remove all child nodes of the given node.
removeAllChildren() - Method in interface com.phloc.commons.microdom.IMicroNode
Remove all children from this node.
removeAllChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
removeAllChildren() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
removeAllChildren() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Remove all children from this node.
removeAllFeatures() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
removeAllFeatures() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
removeAllFeatures() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
removeAllFeatures() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
removeAllListeners() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
 
removeAllListeners() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
 
removeAllParameters() - Method in class com.phloc.commons.mime.MimeType
Remove all existing parameters.
removeAllPropertyValues() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
removeAllPropertyValues() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
removeAllPropertyValues() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
removeAllPropertyValues() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
removeAndReturnElementAtIndex(List<ELEMENTTYPE>, int) - Static method in class com.phloc.commons.collections.ContainerHelper
Remove the element at the specified index from the passed list.
removeAttribute(String) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Remove the specified attribute from the container.
removeAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
removeAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
removeAttribute(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Remove the attribute with the given name.
removeAttribute(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
removeChild(IMicroNode) - Method in interface com.phloc.commons.microdom.IMicroNode
Remove the passed child.
removeChild(IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
removeChild(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
removeChild(ITEMTYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItem
Remove the passed node as a child node from this node.
removeChild(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
removeChild(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Remove the passed node as a direct child node from this node.
removeChildAtIndex(int) - Method in interface com.phloc.commons.microdom.IMicroNode
Remove the child not at the specified index.
removeChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
removeEldestEntry(Map.Entry<KEYTYPE, VALUETYPE>) - Method in class com.phloc.commons.collections.LRUCache
 
removeElementAtIndex(List<?>, int) - Static method in class com.phloc.commons.collections.ContainerHelper
Remove the element at the specified index from the passed list.
removeFeature(EXMLParserFeature) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
removeFeature(EXMLParserFeature) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
removeFeature(EXMLParserFeature) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
removeFeature(EXMLParserFeature) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
removeFileMonitor(FileMonitor) - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Remove a FileMonitor.
removeFirstElement(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
removeFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainer
 
removeFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
removeFlag(String) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
Remove the specified flag from the container.
removeFromCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
 
removeFromCache(KEYTYPE) - Method in interface com.phloc.commons.cache.ISimpleCache
Remove the given key from the cache.
removeFromCache(IReadableResource) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
Utility method to remove a single resource from the schema cache.
removeItemWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
removeItemWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
Remove the item with the specified ID
removeLastElement(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
 
removeListener(IThreadDeadlockListener) - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
 
removeListener(IThreadDeadlockListener) - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
 
removeMonitoredFile(File) - Method in class com.phloc.commons.io.monitor.FileMonitor
Removes a file from being monitored.
removeMultiple(String, char[]) - Static method in class com.phloc.commons.string.StringHelper
Optimized remove method that removes a set of characters from an input string!
removeParameter(MimeTypeParameter) - Method in class com.phloc.commons.mime.MimeType
Remove the specified parameter from this MIME type.
removeParameterAtIndex(int) - Method in class com.phloc.commons.mime.MimeType
Remove the parameter at the specified index.
removeParameterWithName(String) - Method in class com.phloc.commons.mime.MimeType
Remove the parameter with the specified name.
removePropertyValue(String) - Static method in class com.phloc.commons.SystemProperties
Remove a system property value under consideration of an eventually present SecurityManager.
removePropertyValue(EXMLParserProperty) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
removePropertyValue(EXMLParserProperty) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
removePropertyValue(EXMLParserProperty) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
removePropertyValue(EXMLParserProperty) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
removeSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
 
removeSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
 
removeSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
 
removeSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
 
removeSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
 
removeSingle(KEYTYPE, VALUETYPE) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
Remove a single element from the container identified by the passed key.
removeText(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualText
 
removeText(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
removeText(Locale) - Method in interface com.phloc.commons.text.IMultiLingualText
Remove the text with the specified locale.
removeVariable(String) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
removeVariables(Iterable<String>) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
renameDir(File, File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
renameDir(File, File) - Static method in class com.phloc.commons.io.file.FileOperations
Rename a directory.
renameDir(File, File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Rename a directory.
renameFile(File, File) - Method in class com.phloc.commons.io.file.FileOperationManager
 
renameFile(File, File) - Static method in class com.phloc.commons.io.file.FileOperations
Rename a file.
renameFile(File, File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
Rename a file.
reorderChildItems(Comparator<? super ITEMTYPE>) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
reorderChildItems(Comparator<? super ITEMTYPE>) - Method in interface com.phloc.commons.tree.simple.ITreeItem
Reorder the child items based on the item itself.
reorderChildrenByItems(Comparator<? super ITEMTYPE>) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
reorderChildrenByItems(Comparator<? super ITEMTYPE>) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
Reorder the child items based on the item itself.
replaceAll(String, String, CharSequence) - Static method in class com.phloc.commons.string.StringHelper
This is a fast replacement for String.replace(CharSequence, CharSequence).
replaceAll(String, char, char) - Static method in class com.phloc.commons.string.StringHelper
This is a fast replacement for String.replace(CharSequence, CharSequence) for characters.
replaceAllRepeatedly(String, String, String) - Static method in class com.phloc.commons.string.StringHelper
Just calls replaceAll as long as there are still replacements found
replaceAllSafe(String, String, CharSequence) - Static method in class com.phloc.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 interface com.phloc.commons.microdom.IMicroNode
Replace the passed old child with the new child.
replaceChild(IMicroNode, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
replaceMultiple(String, char[], char[][]) - Static method in class com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.commons.collections.NonBlockingStack
Replaces the top element in the stack.
requiresNewXMLParser() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
requiresNewXMLParser() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
requiresNewXMLParser() - Method in interface com.phloc.commons.xml.serialize.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.phloc.commons.xml.serialize.IDOMReaderSettings
Check if the current settings require a separate DocumentBuilderFactory or if a pooled default object can be used.
requiresNewXMLParser() - Method in interface com.phloc.commons.xml.serialize.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.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
requiresNewXMLParser() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
requiresXMLDeclaration() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
 
reserve(int) - Method in class com.phloc.commons.charset.StringDecoder
Reserve space for the next string that will be <= expectedLength characters long.
reset() - Method in class com.phloc.commons.charset.StringEncoder
 
reset() - Method in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
reset() - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
 
reset() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
reset() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Reset the backing byte buffer
reset() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
reset() - Method in class com.phloc.commons.io.streams.CountingInputStream
 
reset() - Method in class com.phloc.commons.io.streams.DebugInputStream
 
reset() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Resets the stream to the most recent mark.
reset() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class com.phloc.commons.io.streams.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.phloc.commons.io.streams.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.phloc.commons.io.streams.NonBlockingStringWriter
Remove all content of the buffer.
reset() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
reset() - Method in class com.phloc.commons.io.streams.WrappedReader
 
reset() - Method in class com.phloc.commons.math.CombinationGenerator
Reset the generator
reset() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Reset the current hash so that generation can start from scratch again.
reset() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
reset() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
reset() - Method in class com.phloc.commons.timing.StopWatch
Reset all saved durations, in case this stop watch is to be used in a loop.
resetCache() - Static method in class com.phloc.commons.locale.country.CountryCache
Reset the cache to the initial state.
resetCache() - Static method in class com.phloc.commons.locale.LocaleCache
Reset the cache to the initial state.
resetCache() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Reset the MimeTypeContent cache to the initial state.
resolve(String, String) - Method in class com.phloc.commons.xml.transform.AbstractTransformURIResolver
 
resolveEntity(String, String) - Method in class com.phloc.commons.xml.sax.EmptyEntityResolver
 
resolveResource(String, String, String, String, String) - Method in class com.phloc.commons.xml.ls.CollectingLSResourceResolver
 
resolveResource(String, String, String, String, String) - Method in class com.phloc.commons.xml.ls.DoNothingLSResourceResolver
 
resolveResource(String, String, String, String, String) - Method in class com.phloc.commons.xml.ls.LoggingLSResourceResolver
 
resolveResource(String, String, String, String, String) - Method in class com.phloc.commons.xml.ls.SimpleLSResourceResolver
 
resolveVariable(QName) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
ResourceBundleKey - Class in com.phloc.commons.text.resource
The key of a resource bundle.
ResourceBundleKey(String, String) - Constructor for class com.phloc.commons.text.resource.ResourceBundleKey
 
ResourceBundleTextProvider - Class in com.phloc.commons.text.resource
This class encapsulates the resource bundle handling.
ResourceBundleTextProvider(String, String) - Constructor for class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
ResourceBundleTextProvider(ResourceBundleKey) - Constructor for class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
ResourceBundleUtils - Class in com.phloc.commons.text.resource
Resource bundle utility methods
ResourceError - Class in com.phloc.commons.error
Default implementation of the IResourceError interface.
ResourceError(IResourceLocation, EErrorLevel, String) - Constructor for class com.phloc.commons.error.ResourceError
 
ResourceError(IResourceLocation, EErrorLevel, String, Throwable) - Constructor for class com.phloc.commons.error.ResourceError
 
ResourceError(IResourceLocation, EErrorLevel, IHasDisplayText) - Constructor for class com.phloc.commons.error.ResourceError
 
ResourceError(IResourceLocation, EErrorLevel, IHasDisplayText, Throwable) - Constructor for class com.phloc.commons.error.ResourceError
 
ResourceErrorGroup - Class in com.phloc.commons.error
Contains a list of resource errors and some sanity access methods.
ResourceErrorGroup() - Constructor for class com.phloc.commons.error.ResourceErrorGroup
 
ResourceErrorGroup(IResourceError) - Constructor for class com.phloc.commons.error.ResourceErrorGroup
 
ResourceErrorGroup(IResourceError...) - Constructor for class com.phloc.commons.error.ResourceErrorGroup
 
ResourceErrorGroup(Iterable<? extends IResourceError>) - Constructor for class com.phloc.commons.error.ResourceErrorGroup
 
ResourceLocation - Class in com.phloc.commons.error
Default implementation of the IResourceLocation interface.
ResourceLocation(String) - Constructor for class com.phloc.commons.error.ResourceLocation
 
ResourceLocation(String, String) - Constructor for class com.phloc.commons.error.ResourceLocation
 
ResourceLocation(String, int, int) - Constructor for class com.phloc.commons.error.ResourceLocation
 
ResourceLocation(String, int, int, String) - Constructor for class com.phloc.commons.error.ResourceLocation
 
ResourceLSInput - Class in com.phloc.commons.xml.ls
Simple LSInput implementation.
ResourceLSInput(IReadableResource) - Constructor for class com.phloc.commons.xml.ls.ResourceLSInput
 
ResourceLSInput(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.ls.ResourceLSInput
 
ResourceStreamResult - Class in com.phloc.commons.xml.transform
Special StreamResult implementation that writes to IWritableResource or IOutputStreamProvider objects.
ResourceStreamResult(IWritableResource) - Constructor for class com.phloc.commons.xml.transform.ResourceStreamResult
 
ResourceStreamResult(IOutputStreamProvider, String) - Constructor for class com.phloc.commons.xml.transform.ResourceStreamResult
 
ResourceStreamSource - Class in com.phloc.commons.xml.transform
Special StreamSource implementation that reads from IReadableResource or IInputStreamProvider objects.
ResourceStreamSource(IReadableResource) - Constructor for class com.phloc.commons.xml.transform.ResourceStreamSource
 
ResourceStreamSource(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.transform.ResourceStreamSource
 
restart() - Method in class com.phloc.commons.timing.StopWatch
Stops, resets and starts the stop watch.
restrict(ICodepointFilter) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
restrict(ICodepointFilter, boolean) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
restrict(ICodepointFilter, boolean, boolean) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
 
restrict(ICodepointFilter) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
restrict(ICodepointFilter, boolean) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
restrict(ICodepointFilter, boolean, boolean) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
 
restrict(ICodepointFilter) - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
restrict(ICodepointFilter, boolean) - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
restrict(ICodepointFilter, boolean, boolean) - Method in interface com.phloc.commons.i18n.ICodepointIterator
 
resumeEncoding() - Method in class com.phloc.commons.base64.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
retainAll(Collection<?>) - Method in class com.phloc.commons.collections.list.SingleElementList
 
returnObject(DATATYPE) - Method in interface com.phloc.commons.pool.IObjectPool
Return a previously borrowed object back to the pool.
returnObject(DATATYPE) - Method in class com.phloc.commons.pool.ObjectPool
 
ReturnsImmutableObject - Annotation Type in com.phloc.commons.annotations
Indicates that a method returns an immutable object (in case the returned type itself is not immutable).
ReturnsMutableCopy - Annotation Type in com.phloc.commons.annotations
Indicates that a method returns a mutable object but containing a copy of the internal state.
ReturnsMutableObject - Annotation Type in com.phloc.commons.annotations
Indicates that a method returns a mutable object.
ReverseComparator<T> - Class in com.phloc.commons.compare
A special comparator that reverses another comparator
ReverseComparator(Comparator<T>) - Constructor for class com.phloc.commons.compare.ReverseComparator
 
ReverseListIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
A reverse iterator for an existing list
ReverseListIterator(List<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.ReverseListIterator
 
RFC1522BCodec - Class in com.phloc.commons.codec
Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.
RFC1522BCodec() - Constructor for class com.phloc.commons.codec.RFC1522BCodec
Default constructor with the UTF-8 charset.
RFC1522BCodec(Charset) - Constructor for class com.phloc.commons.codec.RFC1522BCodec
Constructor which allows for the selection of a default charset
RFC1522QCodec - Class in com.phloc.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.phloc.commons.codec.RFC1522QCodec
Default constructor with the UTF-8 charset.
RFC1522QCodec(Charset) - Constructor for class com.phloc.commons.codec.RFC1522QCodec
Constructor which allows for the selection of a default charset.
RLE - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
RLM - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
RLO - Static variable in class com.phloc.commons.i18n.CodepointUtils
 
RomanNumeral - Class in com.phloc.commons.text.utils
An object of type RomanNumeral is an integer between 1 and 3999.
romanStringToInt(String) - Static method in class com.phloc.commons.text.utils.RomanNumeral
 
RoundHelper - Class in com.phloc.commons.math
Helper class for rounding numeric values in a flexible way.
RoundHelper.EDecimalType - Enum in com.phloc.commons.math
 
run(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterRunnableToRunnableWithParameter
 
run() - Method in class com.phloc.commons.callback.AdapterRunnableToThrowingRunnable
 
run() - Method in interface com.phloc.commons.callback.INonThrowingRunnable
Run it.
run(PARAMTYPE) - Method in interface com.phloc.commons.callback.INonThrowingRunnableWithParameter
The callback method that is invoked.
run() - Method in interface com.phloc.commons.callback.IThrowingRunnable
Run it.
run(PARAMTYPE) - Method in interface com.phloc.commons.callback.IThrowingRunnableWithParameter
The callback method that is invoked.
run() - Method in class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
 
run() - Method in class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
 
run() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
 
run() - Method in class com.phloc.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.phloc.commons.priviledged.AccessControllerHelper
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionAccessibleObjectSetAccessible
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionGetClassLoader
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionGetContextClassLoader
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionGetSystemClassLoader
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionSystemClearProperty
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionSystemGetProperties
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionSystemGetProperty
 
run() - Method in class com.phloc.commons.priviledged.PrivilegedActionSystemSetProperty
 
run(IThrowingRunnable) - Static method in class com.phloc.commons.utils.MainRunner
 
run(Runnable) - Static method in class com.phloc.commons.utils.MainRunner
 
run(Callable<DATATYPE>) - Static method in class com.phloc.commons.utils.MainRunner
 
runInitialization() - Static method in class com.phloc.commons.vminit.VirtualMachineInitializer
 
RunLengthCodec - Class in com.phloc.commons.codec
Decoder for run length encoding
RunLengthCodec() - Constructor for class com.phloc.commons.codec.RunLengthCodec
 

S

s_aLogger - Static variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
 
s_aLogger - Static variable in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
 
s_aLogger - Static variable in class com.phloc.commons.xml.transform.LoggingTransformErrorListener
 
SafeArrayList<ELEMENTTYPE> - Class in com.phloc.commons.collections.list
This is a specialized ArrayList that can handle read accesses on list items that are not yet in the container.
SafeArrayList() - Constructor for class com.phloc.commons.collections.list.SafeArrayList
 
SafeArrayList(IFactory<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.list.SafeArrayList
 
safeDecode(String) - Static method in class com.phloc.commons.base64.Base64Helper
Decode the string with the default encoding (US-ASCII is the preferred one).
safeDecode(byte[]) - Static method in class com.phloc.commons.base64.Base64Helper
Decode the byte array.
safeDecodeAsString(String, String) - Static method in class com.phloc.commons.base64.Base64Helper
Deprecated.
safeDecodeAsString(String, Charset) - Static method in class com.phloc.commons.base64.Base64Helper
Decode the string and convert it back to a string.
safeDecodeAsString(byte[], String) - Static method in class com.phloc.commons.base64.Base64Helper
Deprecated.
safeDecodeAsString(byte[], Charset) - Static method in class com.phloc.commons.base64.Base64Helper
Decode the byte array and convert it to a string.
safeEncode(String, String) - Static method in class com.phloc.commons.base64.Base64Helper
Deprecated.
safeEncode(String, Charset) - Static method in class com.phloc.commons.base64.Base64Helper
 
safeParseMimeType(String) - Static method in class com.phloc.commons.mime.MimeTypeParser
Try to convert the string representation of a MIME type to an object.
safeParseMimeType(String, EMimeQuoting) - Static method in class com.phloc.commons.mime.MimeTypeParser
Try to convert the string representation of a MIME type to an object.
SafeVector<ELEMENTTYPE> - Class in com.phloc.commons.collections.list
This is a specialized Vector that can handle read accesses on list items that are not yet in the container.
SafeVector() - Constructor for class com.phloc.commons.collections.list.SafeVector
 
SafeVector(IFactory<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.list.SafeVector
 
SAXReader - Class in com.phloc.commons.xml.serialize
Helper class to read XML documents via SAX
SAXReaderDefaultSettings - Class in com.phloc.commons.xml.serialize
SAX reader default settings
SAXReaderFactory - Class in com.phloc.commons.xml.serialize
 
SAXReaderFactory() - Constructor for class com.phloc.commons.xml.serialize.SAXReaderFactory
 
SAXReaderSettings - Class in com.phloc.commons.xml.serialize
SAX reader settings
SAXReaderSettings() - Constructor for class com.phloc.commons.xml.serialize.SAXReaderSettings
Default constructor
SAXReaderSettings(ISAXReaderSettings) - Constructor for class com.phloc.commons.xml.serialize.SAXReaderSettings
Copy constructor
ScalableSize - Class in com.phloc.commons.gfx
This class represents an object having width and height.
ScalableSize(IHasWidthAndHeight) - Constructor for class com.phloc.commons.gfx.ScalableSize
 
ScalableSize(int, int) - Constructor for class com.phloc.commons.gfx.ScalableSize
 
SEC1 - Static variable in class com.phloc.commons.lang.TimeValue
Special instance representing 1 second
SECONDS_PER_DAY - Static variable in class com.phloc.commons.CGlobal
Seconds in a day.
SECONDS_PER_HOUR - Static variable in class com.phloc.commons.CGlobal
Seconds in an hour.
SECONDS_PER_MINUTE - Static variable in class com.phloc.commons.CGlobal
Seconds in a minute.
SEP - Static variable in class com.phloc.commons.codec.AbstractRFC1522Codec
Separator.
SEPARATOR_CONTENTTYPE_SUBTYPE - Static variable in class com.phloc.commons.mime.CMimeType
The character used to separate content type and sub type: '/'
SEPARATOR_PARAMETER - Static variable in class com.phloc.commons.mime.CMimeType
The separator of between parameters: ';'
SEPARATOR_PARAMETER_NAME_VALUE - Static variable in class com.phloc.commons.mime.CMimeType
The separator between parameters names and parameter values: '='
SerializableFilterChainAND<DATATYPE> - Class in com.phloc.commons.filter
An implementation of ISerializableFilter that chains multiple instances of ISerializableFilter with an AND operator.
SerializableFilterChainAND(ISerializableFilter<? super DATATYPE>...) - Constructor for class com.phloc.commons.filter.SerializableFilterChainAND
 
SerializableFilterChainAND(Iterable<? extends ISerializableFilter<? super DATATYPE>>) - Constructor for class com.phloc.commons.filter.SerializableFilterChainAND
 
SerializableFilterChainOR<DATATYPE> - Class in com.phloc.commons.filter
An implementation of ISerializableFilter that chains multiple instances of ISerializableFilter with an OR operator.
SerializableFilterChainOR(ISerializableFilter<? super DATATYPE>...) - Constructor for class com.phloc.commons.filter.SerializableFilterChainOR
 
SerializableFilterChainOR(Iterable<? extends ISerializableFilter<? super DATATYPE>>) - Constructor for class com.phloc.commons.filter.SerializableFilterChainOR
 
SerializableFilterInverted<DATATYPE> - Class in com.phloc.commons.filter
A filter implementation that inverts the result of another filter.
SerializableFilterInverted(ISerializableFilter<DATATYPE>) - Constructor for class com.phloc.commons.filter.SerializableFilterInverted
 
SerializationConverter - Class in com.phloc.commons.serialize.convert
A utility class for converting objects from and to serializable format.
SerializationConverterRegistry - Class in com.phloc.commons.serialize.convert
The registry that keeps the mappings for serialization converters.
ServiceLoaderBackport<SPITYPE> - Class in com.phloc.commons.lang
Deprecated.
ServiceLoaderException - Exception in com.phloc.commons.lang
Deprecated.
ServiceLoaderException(String) - Constructor for exception com.phloc.commons.lang.ServiceLoaderException
Deprecated.
 
ServiceLoaderException(String, Throwable) - Constructor for exception com.phloc.commons.lang.ServiceLoaderException
Deprecated.
 
ServiceLoaderUtils - Class in com.phloc.commons.lang
ServiceLoader helper class.
set(ELEMENTTYPE) - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
set(ELEMENTTYPE) - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
set(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
set(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SafeArrayList
 
set(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SafeVector
 
set(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SingleElementList
 
set(DATATYPE) - Method in interface com.phloc.commons.mutable.IWrapper
Change the wrapped object.
set(BigDecimal) - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
set(BigInteger) - Method in class com.phloc.commons.mutable.MutableBigInteger
 
set(boolean) - Method in class com.phloc.commons.mutable.MutableBoolean
 
set(int) - Method in class com.phloc.commons.mutable.MutableByte
 
set(byte) - Method in class com.phloc.commons.mutable.MutableByte
 
set(int) - Method in class com.phloc.commons.mutable.MutableChar
 
set(char) - Method in class com.phloc.commons.mutable.MutableChar
 
set(double) - Method in class com.phloc.commons.mutable.MutableDouble
 
set(float) - Method in class com.phloc.commons.mutable.MutableFloat
 
set(int) - Method in class com.phloc.commons.mutable.MutableInt
 
set(long) - Method in class com.phloc.commons.mutable.MutableLong
 
set(int) - Method in class com.phloc.commons.mutable.MutableShort
 
set(short) - Method in class com.phloc.commons.mutable.MutableShort
 
set(DATATYPE) - Method in class com.phloc.commons.mutable.Wrapper
 
setAllVariables(Map<String, ?>) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
setAnchor(String) - Method in class com.phloc.commons.url.SimpleURL
 
setAnnotation(Class<?>, boolean) - Method in class com.phloc.commons.cache.AnnotationUsageCache
 
setAttribute(String, Object) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an attribute value.
setAttribute(String, boolean) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an in attribute value.
setAttribute(String, int) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an in attribute value.
setAttribute(String, long) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an in attribute value.
setAttribute(String, double) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an in attribute value.
setAttribute(String, Object) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttribute(String, boolean) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttribute(String, int) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttribute(String, long) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttribute(String, double) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttribute(String, Object) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
setAttribute(String, String) - Method in interface com.phloc.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, IHasAttributeValue) - Method in interface com.phloc.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, int) - Method in interface com.phloc.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, long) - Method in interface com.phloc.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttribute(String, String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
setAttribute(String, IHasAttributeValue) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
setAttribute(String, int) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
setAttribute(String, long) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
setAttributes(Map<String, ?>) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an arbitrary number of attribute values.
setAttributes(IReadonlyAttributeContainer) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
Set/overwrite an arbitrary number of attribute values.
setAttributes(Map<String, ?>) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttributes(IReadonlyAttributeContainer) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
setAttributeWithConversion(String, Object) - Method in interface com.phloc.commons.microdom.IMicroElement
Set an attribute value of this element.
setAttributeWithConversion(String, Object) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
setBaseURI(String) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setByteStream(InputStream) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setCertifiedText(boolean) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setChar(CharSequence, int, Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
Set the character at a given location, automatically dealing with surrogate pairs
setChar(CharSequence, int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
Set the character at a given location, automatically dealing with surrogate pairs
setCharacterStream(Reader) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setCharset(Charset) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the serialization charset.
setCharset(String) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Deprecated.
setChecksPerRun(int) - Method in class com.phloc.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
setChildNode(byte, LZWCodec.LZWNode) - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
 
setCoalescing(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setCoalescing(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setContentHandler(ContentHandler) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setContentHandler(ContentHandler) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setData(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroDataAware
Change the character sequence.
setData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
setData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroComment
 
setData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroText
 
setData(DATATYPE) - Method in interface com.phloc.commons.tree.IBasicTreeItem
Change the data associated with this node.
setData(DATATYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
setData(DATATYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
setDebugMode(boolean) - Method in class com.phloc.commons.GlobalDebug
 
setDebugModeDirect(boolean) - Static method in class com.phloc.commons.GlobalDebug
Enable or disable debug mode.
setDeclarationHandler(DeclHandler) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setDeclarationHandler(DeclHandler) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setDefaultJMXDomain(String) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
Set the default JMX domain
setDefaultNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
Set the default namespace URL
setDelay(long) - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Set the delay between runs.
setDTDHandler(DTDHandler) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setDTDHandler(DTDHandler) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setEmitNamespaces(boolean) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setEncodeBlanks(boolean) - Method in class com.phloc.commons.codec.RFC1522QCodec
Defines whether optional transformation of SPACE characters is to be used
setEncoding(Marshaller, Charset) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the standard property for the encoding charset.
setEncoding(Marshaller, String) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the standard property for the encoding charset.
setEncoding(String) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setEntityResolver(EntityResolver) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setEntityResolver(EntityResolver) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setEntityResolver(EntityResolver) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setEntityResolver(EntityResolver) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setErrorHandler(ErrorHandler) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setErrorHandler(ErrorHandler) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setErrorHandler(ErrorHandler) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setErrorHandler(ErrorHandler) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setEscape(boolean) - Method in class com.phloc.commons.microdom.impl.MicroText
 
setExceptionHandler(IExceptionHandler<Throwable>) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setExceptionHandler(IExceptionHandler<Throwable>) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setExceptionHandler(IExceptionHandler<Throwable>) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setExceptionHandler(IExceptionHandler<Throwable>) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setExpandEntityReferences(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setExpandEntityReferences(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setFeatureValue(EXMLParserFeature, boolean) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setFeatureValue(EXMLParserFeature, Boolean) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setFeatureValues(Map<EXMLParserFeature, Boolean>) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setFirst(DATA1TYPE) - Method in interface com.phloc.commons.collections.pair.IPair
Set the first value.
setFirst(DATA1TYPE) - Method in class com.phloc.commons.collections.pair.Pair
 
setFirst(DATA1TYPE) - Method in interface com.phloc.commons.collections.triple.ITriple
Set the first value.
setFirst(DATA1TYPE) - Method in class com.phloc.commons.collections.triple.Triple
 
setFormat(EXMLSerializeFormat) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the XML serialization format to use.
setFormattedOutput(Marshaller, boolean) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the standard property for formatting the output or not.
setFragment(Marshaller, boolean) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the standard property for marshalling a fragment only.
setIgnoringComments(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setIgnoringComments(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setIgnoringElementContentWhitespace(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setIgnoringElementContentWhitespace(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setInceptionYear(int) - Static method in class com.phloc.commons.vendor.VendorInfo
 
setIncorrectCharacterHandling(EXMLIncorrectCharacterHandling) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the way how to handle invalid characters.
setIndent(EXMLSerializeIndent) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the way how to indent/align
setIndentationString(String) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setIndex(int) - Method in class com.phloc.commons.text.utils.StringScanner
 
setIntIDFactory(IIntIDFactory) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
setJavaCommonComponentsDebugMode(boolean) - Static method in class com.phloc.commons.GlobalDebug
Set the debug mode for the common Java components: JAXP Javax Activation Javax Mail
setJMXEnabled(boolean) - Static method in class com.phloc.commons.cache.AbstractCache
 
setJMXEnabled(boolean) - Static method in class com.phloc.commons.stats.StatisticsManager
 
setLexicalHandler(LexicalHandler) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setLexicalHandler(LexicalHandler) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setLocale(Locale) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setLocale(Locale) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setLongIDFactory(ILongIDFactory) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
setNamespaceAware(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setNamespaceAware(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setNamespaceContext(NamespaceContext) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the namespace context to be used.
setNamespaceURI(String) - Method in interface com.phloc.commons.microdom.IMicroElement
Set a new namespace URI for this element.
setNamespaceURI(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
 
setNewlineString(ENewLineMode) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setNewlineString(String) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setNoNamespaceSchemaLocation(Marshaller, String) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the standard property for setting the no-namespace schema location
setNullValuesComeFirst(boolean) - Method in class com.phloc.commons.compare.ComparatorComparableNullAware
 
setPerformConsistencyChecks(boolean) - Static method in class com.phloc.commons.text.impl.TextProvider
Enable or disable the internal consistency checks.
setPerformer(IThrowingRunnableWithParameter<List<DATATYPE>>) - Method in class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
 
setPerformer(IThrowingRunnableWithParameter<DATATYPE>) - Method in class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
 
setPersistentIntIDFactory(IIntIDFactory) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
setPersistentLongIDFactory(ILongIDFactory) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
setPersistentStringIDFactory(IStringIDFactory) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
setProductionMode(boolean) - Method in class com.phloc.commons.GlobalDebug
 
setProductionModeDirect(boolean) - Static method in class com.phloc.commons.GlobalDebug
Enable or disable production mode.
setPropertyValue(String, String) - Static method in class com.phloc.commons.SystemProperties
Set a system property value under consideration of an eventually present SecurityManager.
setPropertyValue(EXMLParserProperty, Object) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setPropertyValue(EXMLParserProperty, Object) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setPropertyValue(EXMLParserProperty, Object) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setPropertyValue(EXMLParserProperty, Object) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setPropertyValues(Map<EXMLParserProperty, ?>) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setPublicId(String) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setPutNamespaceContextPrefixesInRoot(boolean) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setRecursive(boolean) - Method in class com.phloc.commons.io.monitor.FileMonitor
Access method to set the recursive setting when adding files for monitoring.
setRequiresNewXMLParserExplicitly(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
 
setRequiresNewXMLParserExplicitly(boolean) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
setSchema(Schema) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setSchema(Schema) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setSchemaLocation(Marshaller, String) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the standard property for setting the namespace schema location
setSecond(DATA2TYPE) - Method in interface com.phloc.commons.collections.pair.IPair
Set the second value.
setSecond(DATA2TYPE) - Method in class com.phloc.commons.collections.pair.Pair
 
setSecond(DATA2TYPE) - Method in interface com.phloc.commons.collections.triple.ITriple
Set the second value.
setSecond(DATA2TYPE) - Method in class com.phloc.commons.collections.triple.Triple
 
setSerializeComments(EXMLSerializeComments) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the way how comments should be handled.
setSerializeDocType(EXMLSerializeDocType) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the way how to handle the doc type.
setSortOrder(ESortOrder) - Method in class com.phloc.commons.compare.AbstractComparator
Call this to enable sorting after the constructor was invoked.
setSpaceOnSelfClosedElement(boolean) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setStandalone(boolean) - Method in interface com.phloc.commons.microdom.IMicroDocument
Change the standalone state of this document.
setStandalone(boolean) - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
setStringData(String) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setStringIDFactory(IStringIDFactory) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
 
setSunCanonicalization(Marshaller, boolean) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the Sun specific canonicalization property.
setSunCharacterEscapeHandler(Marshaller, Object) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the Sun specific encoding handler.
setSunIndentString(Marshaller, String) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the Sun specific property for the indent string.
setSunNamespacePrefixMapper(Marshaller, Object) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the Sun specific namespace prefix mapper.
setSunObjectIdentityCycleDetection(Marshaller, boolean) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the Sun specific canonicalization property.
setSunXMLHeaders(Marshaller, String) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
Set the Sun specific XML header string.
setSystemId(String) - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
setText(Locale, String) - Method in class com.phloc.commons.changelog.ChangeLogEntry
Set the change text of this entry in the specified locale.
setText(Locale, String) - Method in class com.phloc.commons.text.impl.MultiLingualText
 
setText(Locale, String) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
setText(Locale, String) - Method in interface com.phloc.commons.text.IMultiLingualText
Set a text in the specified locale.
setThird(DATA3TYPE) - Method in interface com.phloc.commons.collections.triple.ITriple
Set the third value.
setThird(DATA3TYPE) - Method in class com.phloc.commons.collections.triple.Triple
 
setThrowExceptionOnNestedComments(boolean) - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
Define whether nested XML comments throw an exception or not.
setTraceMode(boolean) - Method in class com.phloc.commons.GlobalDebug
 
setTraceModeDirect(boolean) - Static method in class com.phloc.commons.GlobalDebug
Enable or disable trace mode.
setUseDoubleQuotesForAttributes(boolean) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
setUseResourceBundleCache(boolean) - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
 
setUseResourceBundleCache(boolean) - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
Change whether the internal resource bundle cache should be used.
setValidating(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setValidating(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setValidationEventHandlerFactory(IValidationEventHandlerFactory) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Set another factory to be used to create ValidationEventHandler objects.
setValue(VALUETYPE) - Method in class com.phloc.commons.collections.SingleMapEntry
 
setVendorEmail(String) - Static method in class com.phloc.commons.vendor.VendorInfo
 
setVendorLocation(String) - Static method in class com.phloc.commons.vendor.VendorInfo
 
setVendorName(String) - Static method in class com.phloc.commons.vendor.VendorInfo
 
setVendorURL(String) - Static method in class com.phloc.commons.vendor.VendorInfo
 
setWarnOnDeleteRoot(boolean) - Static method in class com.phloc.commons.io.file.FileOperations
 
setWriteFormatted(boolean) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
CHange the way formatting happens when calling write.
setXIncludeAware(boolean) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
 
setXIncludeAware(boolean) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
setXMLVersion(EXMLVersion) - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
Set the preferred XML version to use.
shortValue() - Method in class com.phloc.commons.mutable.MutableShort
 
ShouldBeDeprecated - Annotation Type in com.phloc.commons.annotations
This is a source-only indicator for objects that should be deprecated but are not yet deprecated because it would result in too many warnings.
shutdownAndWaitUntilAllTasksAreFinished() - Method in class com.phloc.commons.concurrent.ManagedExecutorService
Call shutdown on the ExecutorService and wait indefinitely until it terminated.
shutdownAndWaitUntilAllTasksAreFinished(ExecutorService) - Static method in class com.phloc.commons.concurrent.ManagedExecutorService
 
SimpleCacheMBean - Interface in com.phloc.commons.cache
MBean interface for a simple cache
SimpleCacheWithConversion<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache.convert
A special cache that can create the value to be cache automatically from the key.
SimpleCacheWithConversion(String) - Constructor for class com.phloc.commons.cache.convert.SimpleCacheWithConversion
 
SimpleCacheWithConversionAndMaxSize<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache.convert
A special cache that can create the value to be cache automatically from the key.
SimpleCacheWithConversionAndMaxSize(String, int) - Constructor for class com.phloc.commons.cache.convert.SimpleCacheWithConversionAndMaxSize
 
SimpleFileIO - Class in com.phloc.commons.io.file
All kind of file handling stuff.
SimpleIntIDProviderFromHasSimpleIntID<VALUETYPE extends IHasSimpleIntID> - Class in com.phloc.commons.id
A simple ISimpleIntIDProvider implementation for objects implementing the IHasSimpleIntID interface
SimpleIntIDProviderFromHasSimpleIntID() - Constructor for class com.phloc.commons.id.SimpleIntIDProviderFromHasSimpleIntID
 
SimpleLongIDProviderFromHasSimpleLongID<VALUETYPE extends IHasSimpleLongID> - Class in com.phloc.commons.id
A simple ISimpleIntIDProvider implementation for objects implementing the IHasSimpleIntID interface
SimpleLongIDProviderFromHasSimpleLongID() - Constructor for class com.phloc.commons.id.SimpleLongIDProviderFromHasSimpleLongID
 
SimpleLSResourceResolver - Class in com.phloc.commons.xml.ls
A simple LS resource resolver that can handle URLs, JAR files and file system resources.
SimpleLSResourceResolver() - Constructor for class com.phloc.commons.xml.ls.SimpleLSResourceResolver
 
SimpleLSResourceResolver(LSResourceResolver) - Constructor for class com.phloc.commons.xml.ls.SimpleLSResourceResolver
 
SimpleURL - Class in com.phloc.commons.url
Abstraction of the string parts of a URL but much simpler (and faster) than URL.
SimpleURL() - Constructor for class com.phloc.commons.url.SimpleURL
 
SimpleURL(String) - Constructor for class com.phloc.commons.url.SimpleURL
 
SimpleURL(String, Map<String, String>) - Constructor for class com.phloc.commons.url.SimpleURL
 
SimpleURL(String, Map<String, String>, String) - Constructor for class com.phloc.commons.url.SimpleURL
 
SimpleURL(IURLData) - Constructor for class com.phloc.commons.url.SimpleURL
 
Since - Annotation Type in com.phloc.commons.annotations
A code comment for elements that were added at a specific version.
SingleElementEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Specialized enumeration for enumerating exactly one element.
SingleElementEnumeration(ELEMENTTYPE) - Constructor for class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
SingleElementIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Specialized iterator for iterating exactly one element.
SingleElementIterator(ELEMENTTYPE) - Constructor for class com.phloc.commons.collections.iterate.SingleElementIterator
 
SingleElementList<ELEMENTTYPE> - Class in com.phloc.commons.collections.list
Implementation of the List interface handling exactly one element and no more!
SingleElementList() - Constructor for class com.phloc.commons.collections.list.SingleElementList
 
SingleElementList(ELEMENTTYPE) - Constructor for class com.phloc.commons.collections.list.SingleElementList
 
SingleElementListIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
Specialized version of the ListIterator interface for a single element.
SingleElementListIterator(ELEMENTTYPE) - Constructor for class com.phloc.commons.collections.iterate.SingleElementListIterator
 
SingleElementMap<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections
Map implementation that can only keep 0 or 1 element.
SingleElementMap() - Constructor for class com.phloc.commons.collections.SingleElementMap
 
SingleElementMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.SingleElementMap
 
SingleElementNamespaceContext - Class in com.phloc.commons.xml.namespace
Represents a namespace context having exactly 1 item.
SingleElementNamespaceContext(String) - Constructor for class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
Create a namespace context with the default (empty) prefix
SingleElementNamespaceContext(String, String) - Constructor for class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
SingleMapEntry<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections
Simple implementation of Map.Entry.
SingleMapEntry(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.SingleMapEntry
 
size() - Method in class com.phloc.commons.cache.AbstractCache
 
size() - Method in class com.phloc.commons.collections.EmptySortedSet
 
size() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
size() - Method in class com.phloc.commons.collections.list.SingleElementList
 
size() - Method in class com.phloc.commons.collections.LRUSet
 
size() - Method in class com.phloc.commons.collections.SingleElementMap
 
size() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
size() - Method in interface com.phloc.commons.IHasSize
 
size() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
size() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
 
size() - Method in class com.phloc.commons.log.InMemoryLogger
 
size() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
size() - Method in class com.phloc.commons.text.impl.TextProvider
 
size() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
 
SizeHelper - Class in com.phloc.commons.io.misc
A utility class that converts sizes into the corresponding Kilobyte, Megabyte etc. notation.
SizeHelper(Locale) - Constructor for class com.phloc.commons.io.misc.SizeHelper
 
skip(long) - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
 
skip(long) - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
 
skip(long) - Method in class com.phloc.commons.io.streams.CountingInputStream
 
skip(long) - Method in class com.phloc.commons.io.streams.DebugInputStream
 
skip(long) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
Skips characters.
skip(long) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
Skips the specified number of characters in the stream.
skip(long) - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
skip(long) - Method in class com.phloc.commons.io.streams.WrappedReader
 
skip(int) - Method in class com.phloc.commons.text.utils.StringScanner
 
skipbackWhitespaces() - Method in class com.phloc.commons.text.utils.StringScanner
 
skipFully(InputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
Fully skip the passed amounts in the input stream.
skipWhitespaces() - Method in class com.phloc.commons.text.utils.StringScanner
 
sleep(TimeValue) - Static method in class com.phloc.commons.concurrent.ThreadUtils
Sleep the current thread for a certain amount of time
sleep(long, TimeUnit) - Static method in class com.phloc.commons.concurrent.ThreadUtils
Sleep the current thread for a certain amount of time
sleep(long) - Static method in class com.phloc.commons.concurrent.ThreadUtils
Sleep the current thread for a certain amount of time
sleepMinutes(long) - Static method in class com.phloc.commons.concurrent.ThreadUtils
Sleep the current thread for a certain amount of time
sleepSeconds(long) - Static method in class com.phloc.commons.concurrent.ThreadUtils
Sleep the current thread for a certain amount of time
SLF4J - Static variable in class com.phloc.commons.thirdparty.ThirdPartyModuleProvider_phloc_commons
 
SMap - Class in com.phloc.commons.url
A special URL parameter map that is made for best inline usage.
SMap() - Constructor for class com.phloc.commons.url.SMap
Create an empty map.
SMap(Map<String, String>) - Constructor for class com.phloc.commons.url.SMap
Create a map base on the given map.
SMap(String, String) - Constructor for class com.phloc.commons.url.SMap
 
SMap(String, int) - Constructor for class com.phloc.commons.url.SMap
 
SMap(String, Locale) - Constructor for class com.phloc.commons.url.SMap
 
sort(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.sort.TreeSorter
Sort each level of the passed tree with the specified comparator.
sort(IBasicTree<DATATYPE, ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.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.phloc.commons.tree.utils.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.phloc.commons.tree.utils.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.phloc.commons.tree.utils.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.phloc.commons.tree.utils.sort.TreeWithIDSorter
Sort each level of the passed tree on the value with the specified comparator.
StackTraceHelper - Class in com.phloc.commons.lang
This class contains utility methods for handling stack traces.
start() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Starts monitoring the files
start() - Method in class com.phloc.commons.timing.StopWatch
Start the stop watch.
startBatchProcessing() - Method in interface com.phloc.commons.io.IBatchable
Start batch processing on this object.
startsWith(byte[]) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
startsWith(byte[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
startsWith(CharSequence, char) - Static method in class com.phloc.commons.string.StringHelper
 
startsWith(CharSequence, CharSequence) - Static method in class com.phloc.commons.string.StringHelper
 
startsWithAny(CharSequence, char[]) - Static method in class com.phloc.commons.string.StringHelper
 
startsWithIgnoreCase(CharSequence, char) - Static method in class com.phloc.commons.string.StringHelper
 
startsWithIgnoreCase(String, String) - Static method in class com.phloc.commons.string.StringHelper
 
startsWithPathSeparatorChar(CharSequence) - Static method in class com.phloc.commons.io.file.FilenameHelper
Check if the passed character sequence starts with a path separation character.
STATISTICS_PREFIX - Static variable in class com.phloc.commons.cache.AbstractCache
The prefix to be used for statistics elements
StatisticsExporter - Class in com.phloc.commons.stats.utils
Class for exporting statistics.
StatisticsHandlerCacheMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerCache
StatisticsHandlerCounterMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerCounter
StatisticsHandlerKeyedCounterMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerKeyedCounter
StatisticsHandlerKeyedSizeMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerKeyedSize
StatisticsHandlerKeyedTimerMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerKeyedTimer
StatisticsHandlerSizeMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerSize
StatisticsHandlerTimerMBean - Interface in com.phloc.commons.stats
MBean interface for IStatisticsHandlerTimer
StatisticsManager - Class in com.phloc.commons.stats
Provides a central manager for the internal statistics.
StatisticsVisitorToXML - Class in com.phloc.commons.stats.utils
Special implementation of the IStatisticsVisitor interface that fills a micro element with all current values
StatisticsVisitorToXML(IMicroElement) - Constructor for class com.phloc.commons.stats.utils.StatisticsVisitorToXML
 
StatisticsWalker - Class in com.phloc.commons.stats.visit
Class for iterating all available statistics
stop() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
Cancel the deadlock detection task
stop() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
Stops monitoring the files.
stop() - Method in interface com.phloc.commons.state.IStoppable
 
stop() - Method in class com.phloc.commons.timing.StopWatch
Stop the stop watch.
STOP_QUEUE_OBJECT - Static variable in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
 
stopAndGetMillis() - Method in class com.phloc.commons.timing.StopWatch
Stop the stop watch and get the elapsed milliseconds since the start.
stopAndGetNanos() - Method in class com.phloc.commons.timing.StopWatch
Stop the stop watch and get the elapsed nanoseconds since the start.
stopAndGetSeconds() - Method in class com.phloc.commons.timing.StopWatch
Stop the stop watch and get the elapsed seconds since the start.
stopBatchProcessingAndCommit() - Method in interface com.phloc.commons.io.IBatchable
Stop batch processing on this object and commit any pending changes.
stopQueuingNewObjects() - Method in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
 
stopQueuingNewObjects() - Method in interface com.phloc.commons.concurrent.collector.IConcurrentCollector
Stop taking new objects in the collector.
StopWatch - Class in com.phloc.commons.timing
Simple stop watch based on System.nanoTime().
StopWatch() - Constructor for class com.phloc.commons.timing.StopWatch
Create a new stop watch that is not yet started.
StopWatch(boolean) - Constructor for class com.phloc.commons.timing.StopWatch
Constructor.
STR_ALL - Static variable in class com.phloc.commons.CGlobal
The language string representing the "all" locale.
STR_INDEPENDENT - Static variable in class com.phloc.commons.CGlobal
The language string representing the "independent" locale.
StreamUtils - Class in com.phloc.commons.io.streams
Some very basic IO stream utility stuff.
STRING_NOT_FOUND - Static variable in class com.phloc.commons.string.StringHelper
The constant to be returned if an String.indexOf call did not find a match!
StringBasedMicroTypeConverter - Class in com.phloc.commons.microdom.convert.impl
An implementation if IMicroTypeConverter that uses a regular type converter conversion from and to string for conversion.
StringBasedMicroTypeConverter(Class<?>) - Constructor for class com.phloc.commons.microdom.convert.impl.StringBasedMicroTypeConverter
 
StringDecoder - Class in com.phloc.commons.charset
A special string decoder that can be used to convert a byte source to a String in a certain charset.
StringDecoder(Charset) - Constructor for class com.phloc.commons.charset.StringDecoder
 
StringEncoder - Class in com.phloc.commons.charset
A special string encoder that can be used to convert a set of characters/string to a byte sequence in a certain charset.
StringEncoder(Charset) - Constructor for class com.phloc.commons.charset.StringEncoder
 
StringHelper - Class in com.phloc.commons.string
Generic string transformation and helper methods.
StringIDFromGlobalIntIDFactory - Class in com.phloc.commons.idfactory
An IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.getNewIntID() to create unique IDs.
StringIDFromGlobalIntIDFactory() - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
StringIDFromGlobalIntIDFactory(String) - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
StringIDFromGlobalLongIDFactory - Class in com.phloc.commons.idfactory
An IStringIDFactory implementation that uses a constant prefix and a long supplied from GlobalIDFactory.getNewLongID() to create unique IDs.
StringIDFromGlobalLongIDFactory() - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
StringIDFromGlobalLongIDFactory(String) - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
StringIDFromGlobalPersistentIntIDFactory - Class in com.phloc.commons.idfactory
An IStringIDFactory implementation that uses a constant prefix and an int supplied from GlobalIDFactory.getNewPersistentIntID() to create unique IDs.
StringIDFromGlobalPersistentIntIDFactory() - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
StringIDFromGlobalPersistentIntIDFactory(String) - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
StringIDFromGlobalPersistentLongIDFactory - Class in com.phloc.commons.idfactory
An IStringIDFactory implementation that uses a constant prefix and a long supplied from GlobalIDFactory.getNewPersistentLongID() to create unique IDs.
StringIDFromGlobalPersistentLongIDFactory() - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
StringIDFromGlobalPersistentLongIDFactory(String) - Constructor for class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
StringIDFromIntIDFactory - Class in com.phloc.commons.idfactory
A factory that creates String IDs based on a specified IIntIDFactory.
StringIDFromIntIDFactory(IIntIDFactory) - Constructor for class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
StringIDFromIntIDFactory(IIntIDFactory, String) - Constructor for class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
StringIDFromLongIDFactory - Class in com.phloc.commons.idfactory
A factory that creates String IDs based on a specified ILongIDFactory .
StringIDFromLongIDFactory(ILongIDFactory) - Constructor for class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
StringIDFromLongIDFactory(ILongIDFactory, String) - Constructor for class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
StringInputStream - Class in com.phloc.commons.io.streams
An input stream based on an input String.
StringInputStream(String, String) - Constructor for class com.phloc.commons.io.streams.StringInputStream
Deprecated.
StringInputStream(String, Charset) - Constructor for class com.phloc.commons.io.streams.StringInputStream
 
StringInputStreamProvider - Class in com.phloc.commons.io.streamprovider
An InputStream provider based on a String.
StringInputStreamProvider(char[], String) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
Deprecated.
StringInputStreamProvider(char[], Charset) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
StringInputStreamProvider(char[], int, int, String) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
Deprecated.
StringInputStreamProvider(char[], int, int, Charset) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
StringInputStreamProvider(CharSequence, String) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
Deprecated.
StringInputStreamProvider(CharSequence, Charset) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
StringInputStreamProvider(String, String) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
Deprecated.
StringInputStreamProvider(String, Charset) - Constructor for class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
stringMatchesPattern(String, String) - Static method in class com.phloc.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.phloc.commons.regex.RegExHelper
A shortcut helper method to determine whether a string matches a certain regular expression or not.
StringMicroTypeConverter - Class in com.phloc.commons.microdom.convert.impl
Default IMicroTypeConverter implementation for String objects.
StringParser - Class in com.phloc.commons.string
This class contains the methods to parse String objects to numeric values.
StringPrefixAndSuffixFormatter - Class in com.phloc.commons.format.impl
A formatter that adds a prefix and/or a suffix to a string.
StringPrefixAndSuffixFormatter(String, String) - Constructor for class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
 
StringPrefixAndSuffixFormatter(IFormatter, String, String) - Constructor for class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
 
StringPrefixFormatter - Class in com.phloc.commons.format.impl
A formatter that adds a prefix to a string.
StringPrefixFormatter(String) - Constructor for class com.phloc.commons.format.impl.StringPrefixFormatter
 
StringPrefixFormatter(IFormatter, String) - Constructor for class com.phloc.commons.format.impl.StringPrefixFormatter
 
StringReaderProvider - Class in com.phloc.commons.io.streamprovider
An Reader provider based on a String.
StringReaderProvider(char[]) - Constructor for class com.phloc.commons.io.streamprovider.StringReaderProvider
 
StringReaderProvider(char[], int, int) - Constructor for class com.phloc.commons.io.streamprovider.StringReaderProvider
 
StringReaderProvider(CharSequence) - Constructor for class com.phloc.commons.io.streamprovider.StringReaderProvider
 
StringReaderProvider(String) - Constructor for class com.phloc.commons.io.streamprovider.StringReaderProvider
 
stringReplacePattern(String, String, String) - Static method in class com.phloc.commons.regex.RegExHelper
 
stringReplacePattern(String, int, String, String) - Static method in class com.phloc.commons.regex.RegExHelper
 
StringSAXInputSource - Class in com.phloc.commons.xml.sax
Special InputSource implementation that reads from a predefined String.
StringSAXInputSource(char[]) - Constructor for class com.phloc.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(char[], int, int) - Constructor for class com.phloc.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(CharSequence) - Constructor for class com.phloc.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(String) - Constructor for class com.phloc.commons.xml.sax.StringSAXInputSource
 
StringSAXInputSource(String, String) - Constructor for class com.phloc.commons.xml.sax.StringSAXInputSource
 
StringScanner - Class in com.phloc.commons.text.utils
Simple string scanner.
StringScanner(String) - Constructor for class com.phloc.commons.text.utils.StringScanner
 
StringSkipPrefixAndSuffixFormatter - Class in com.phloc.commons.format.impl
A formatter that skip a prefix and/or a suffix to a string.
StringSkipPrefixAndSuffixFormatter(String, String) - Constructor for class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
 
StringSkipPrefixAndSuffixFormatter(IFormatter, String, String) - Constructor for class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
 
StringSkipPrefixFormatter - Class in com.phloc.commons.format.impl
A formatter that skips a prefix from a string.
StringSkipPrefixFormatter(String) - Constructor for class com.phloc.commons.format.impl.StringSkipPrefixFormatter
 
StringSkipPrefixFormatter(IFormatter, String) - Constructor for class com.phloc.commons.format.impl.StringSkipPrefixFormatter
 
StringSkipSuffixFormatter - Class in com.phloc.commons.format.impl
A formatter that skips a suffix from a string.
StringSkipSuffixFormatter(String) - Constructor for class com.phloc.commons.format.impl.StringSkipSuffixFormatter
 
StringSkipSuffixFormatter(IFormatter, String) - Constructor for class com.phloc.commons.format.impl.StringSkipSuffixFormatter
 
StringStreamResult - Class in com.phloc.commons.xml.transform
Special StreamResult implementation that writes to String objects.
StringStreamResult() - Constructor for class com.phloc.commons.xml.transform.StringStreamResult
 
StringStreamResult(String) - Constructor for class com.phloc.commons.xml.transform.StringStreamResult
 
StringStreamSource - Class in com.phloc.commons.xml.transform
Special StreamSource implementation that reads from String objects.
StringStreamSource(char[]) - Constructor for class com.phloc.commons.xml.transform.StringStreamSource
 
StringStreamSource(char[], int, int) - Constructor for class com.phloc.commons.xml.transform.StringStreamSource
 
StringStreamSource(CharSequence) - Constructor for class com.phloc.commons.xml.transform.StringStreamSource
 
StringStreamSource(String) - Constructor for class com.phloc.commons.xml.transform.StringStreamSource
 
StringStreamSource(String, String) - Constructor for class com.phloc.commons.xml.transform.StringStreamSource
 
StringSuffixFormatter - Class in com.phloc.commons.format.impl
A formatter that adds a suffix to a string.
StringSuffixFormatter(String) - Constructor for class com.phloc.commons.format.impl.StringSuffixFormatter
 
StringSuffixFormatter(IFormatter, String) - Constructor for class com.phloc.commons.format.impl.StringSuffixFormatter
 
StringWriterProvider - Class in com.phloc.commons.io.streamprovider
An Writer provider based on a String.
StringWriterProvider() - Constructor for class com.phloc.commons.io.streamprovider.StringWriterProvider
 
stripBidi(String) - Static method in class com.phloc.commons.i18n.CodepointUtils
Removes leading and trailing bidi controls from the string
stripBidiInternal(String) - Static method in class com.phloc.commons.i18n.CodepointUtils
Removes bidi controls from within a string
subList(int, int) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
subList(int, int) - Method in class com.phloc.commons.collections.list.SingleElementList
 
subSet(Object, Object) - Method in class com.phloc.commons.collections.EmptySortedSet
 
subtractPercent(BigDecimal, BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
Subtract x% from base
SuccessWithValue<DATATYPE> - Class in com.phloc.commons.state.impl
Wraps a success indicator and an arbitrary value.
SuccessWithValue(ISuccessIndicator, DATATYPE) - Constructor for class com.phloc.commons.state.impl.SuccessWithValue
Constructor
supportsReading(String) - Method in interface com.phloc.commons.io.IReadableResourceProvider
Check if this resource provider can handle the resource with the passed name.
supportsReading(String) - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
supportsReading(String) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
supportsReading(String) - Method in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
supportsReading(String) - Method in class com.phloc.commons.io.resourceprovider.URLResourceProvider
 
supportsWriting(String) - Method in interface com.phloc.commons.io.IWritableResourceProvider
Check if this resource provider can handle the resource with the passed name.
supportsWriting(String) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
supportsWriting(String) - Method in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
suspendEncoding() - Method in class com.phloc.commons.base64.Base64.OutputStream
Suspends encoding of the stream.
SystemHelper - Class in com.phloc.commons.system
Get information about the system we're running on.
SystemProperties - Class in com.phloc.commons
This class wraps all the Java system properties like version number etc.
SZLIG - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ß
SZLIG_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ß

T

tailSet(Object) - Method in class com.phloc.commons.collections.EmptySortedSet
 
TB_SUFFIX - Static variable in class com.phloc.commons.io.misc.SizeHelper
Suffix for Terabytes
testDefaultImplementationWithDifferentContentObject(DATATYPE, DATATYPE) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Check if two different objects are different to each other.
testDefaultImplementationWithEqualContentObject(DATATYPE, DATATYPE) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Check if two different objects (who may not be the same) are equal to each other.
testDefaultSerialization(DATATYPE) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Test the serializability of objects.
testGetClone(ICloneable<?>) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Test if the implementation ICloneable is OK.
testInParallel(int, Runnable) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Run something in parallel
testInParallel(int, IThrowingRunnable) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Run something in parallel
testMicroTypeConversion(Object) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Test if the MicroTypeConverter is OK.
testToStringImplementation(DATATYPE) - Static method in class com.phloc.commons.mock.PhlocTestUtils
Test the toString implementation of the passed object.
TEXT_CONTENT_SECURITY_POLICY - Static variable in class com.phloc.commons.mime.CMimeType
Mozilla CSP
TEXT_CSS - Static variable in class com.phloc.commons.mime.CMimeType
CSS style-sheet document.
TEXT_CSV - Static variable in class com.phloc.commons.mime.CMimeType
CSV document.
TEXT_HTML - Static variable in class com.phloc.commons.mime.CMimeType
HTML document.
TEXT_HTML_SANDBOXED - Static variable in class com.phloc.commons.mime.CMimeType
HTML5 sandboxed document.
TEXT_JAVASCRIPT - Static variable in class com.phloc.commons.mime.CMimeType
JavaScript document.
TEXT_PLAIN - Static variable in class com.phloc.commons.mime.CMimeType
Plain text document.
TEXT_XHTML_XML - Static variable in class com.phloc.commons.mime.CMimeType
XHTML document.
TEXT_XML - Static variable in class com.phloc.commons.mime.CMimeType
XML document.
TextFormatter - Class in com.phloc.commons.text.impl
Utility methods for formatting text using MessageFormat.
TextProvider - Class in com.phloc.commons.text.impl
An in-memory implementation of the ITextProvider interface.
TextProvider() - Constructor for class com.phloc.commons.text.impl.TextProvider
 
ThirdPartyModule - Class in com.phloc.commons.thirdparty
The default implementation of the IThirdPartyModule interface.
ThirdPartyModule(IThirdPartyModule, boolean) - Constructor for class com.phloc.commons.thirdparty.ThirdPartyModule
 
ThirdPartyModule(String, String, ILicense) - Constructor for class com.phloc.commons.thirdparty.ThirdPartyModule
 
ThirdPartyModule(String, String, ILicense, boolean) - Constructor for class com.phloc.commons.thirdparty.ThirdPartyModule
 
ThirdPartyModule(String, String, ILicense, Version, String) - Constructor for class com.phloc.commons.thirdparty.ThirdPartyModule
 
ThirdPartyModule(String, String, ILicense, Version, String, boolean) - Constructor for class com.phloc.commons.thirdparty.ThirdPartyModule
 
ThirdPartyModuleProvider_phloc_commons - Class in com.phloc.commons.thirdparty
Implement this SPI interface if your JAR file contains external third party modules.
ThirdPartyModuleProvider_phloc_commons() - Constructor for class com.phloc.commons.thirdparty.ThirdPartyModuleProvider_phloc_commons
 
ThirdPartyModuleRegistry - Class in com.phloc.commons.thirdparty
This class manages all registered third party modules
ThreadDeadlockDetectionTimer - Class in com.phloc.commons.deadlock
A dead lock detection timer that checks for dead locks in a certain interval.
ThreadDeadlockDetectionTimer() - Constructor for class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
 
ThreadDeadlockDetectionTimer(long) - Constructor for class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
 
ThreadDeadlockDetector - Class in com.phloc.commons.deadlock
This is the main dead lock detector, based on JMX ThreadMXBean
ThreadDeadlockDetector() - Constructor for class com.phloc.commons.deadlock.ThreadDeadlockDetector
 
ThreadDeadlockInfo - Class in com.phloc.commons.deadlock
Represents information about a single deadlocked thread.
ThreadDeadlockInfo(ThreadInfo, Thread, StackTraceElement[]) - Constructor for class com.phloc.commons.deadlock.ThreadDeadlockInfo
 
ThreadUtils - Class in com.phloc.commons.concurrent
Some thread utility methods.
TimeValue - Class in com.phloc.commons.lang
Pair of TimeUnit and a value.
TimeValue(TimeUnit, long) - Constructor for class com.phloc.commons.lang.TimeValue
 
toArray() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
toArray(ARRAYELEMENTTYPE[]) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
toArray() - Method in class com.phloc.commons.collections.list.SingleElementList
 
toArray(ARRAYELEMENTTYPE[]) - Method in class com.phloc.commons.collections.list.SingleElementList
 
toByteArray() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Creates a newly allocated byte array.
top() - Method in class com.phloc.commons.collections.NonBlockingStack
Looks at the object at the top of this stack without removing it from the stack.
toString() - Method in class com.phloc.commons.aggregate.AggregatorAlwaysNull
 
toString() - Method in class com.phloc.commons.aggregate.AggregatorConstant
 
toString() - Method in class com.phloc.commons.aggregate.AggregatorFactoryConst
 
toString() - Method in class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
 
toString() - Method in class com.phloc.commons.aggregate.AggregatorUseAll
 
toString() - Method in class com.phloc.commons.aggregate.AggregatorUseFirst
 
toString() - Method in class com.phloc.commons.aggregate.AggregatorUseLast
 
toString() - Method in class com.phloc.commons.cache.AbstractCache
 
toString() - Method in class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
 
toString() - Method in class com.phloc.commons.cache.AnnotationUsageCache
 
toString() - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversionAndMaxSize
 
toString() - Method in class com.phloc.commons.cache.LoggingLRUCache
 
toString() - Method in class com.phloc.commons.callback.AdapterCallableToCallableWithParam
 
toString() - Method in class com.phloc.commons.callback.AdapterRunnableToCallable
 
toString() - Method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
 
toString() - Method in class com.phloc.commons.callback.AdapterRunnableToRunnableWithParameter
 
toString() - Method in class com.phloc.commons.callback.AdapterRunnableToThrowingRunnable
 
toString() - Method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
 
toString() - Method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
 
toString() - Method in class com.phloc.commons.callback.DoNothingExceptionHandler
 
toString() - Method in class com.phloc.commons.callback.LoggingExceptionHandler
 
toString() - Method in class com.phloc.commons.changelog.AbstractChangeLogEntry
 
toString() - Method in class com.phloc.commons.changelog.ChangeLog
 
toString() - Method in class com.phloc.commons.changelog.ChangeLogEntry
 
toString() - Method in class com.phloc.commons.changelog.ChangeLogRelease
 
toString() - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
 
toString() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
 
toString() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
 
toString() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
 
toString() - Method in class com.phloc.commons.collections.flags.FlagContainer
 
toString() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
 
toString() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayEnumeration
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
 
toString() - Method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
 
toString() - Method in class com.phloc.commons.collections.iterate.CombinedEnumeration
 
toString() - Method in class com.phloc.commons.collections.iterate.CombinedIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.EmptyEnumeration
 
toString() - Method in class com.phloc.commons.collections.iterate.EmptyIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.IterableIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
 
toString() - Method in class com.phloc.commons.collections.iterate.ReverseListIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
 
toString() - Method in class com.phloc.commons.collections.iterate.SingleElementIterator
 
toString() - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
 
toString() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
 
toString() - Method in class com.phloc.commons.collections.list.SafeArrayList
 
toString() - Method in class com.phloc.commons.collections.list.SafeVector
 
toString() - Method in class com.phloc.commons.collections.list.SingleElementList
 
toString() - Method in class com.phloc.commons.collections.LRUCache
 
toString() - Method in class com.phloc.commons.collections.LRUSet
 
toString() - Method in class com.phloc.commons.collections.NonBlockingStack
 
toString() - Method in class com.phloc.commons.collections.pair.Pair
 
toString() - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
 
toString() - Method in class com.phloc.commons.collections.pair.ReadonlyPair
 
toString() - Method in class com.phloc.commons.collections.SingleElementMap
 
toString() - Method in class com.phloc.commons.collections.SingleMapEntry
 
toString() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
 
toString() - Method in class com.phloc.commons.collections.triple.Triple
 
toString() - Method in class com.phloc.commons.combine.CombinatorString
 
toString() - Method in class com.phloc.commons.combine.CombinatorStringIgnoreNull
 
toString() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
 
toString() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
 
toString() - Method in class com.phloc.commons.compare.AbstractCollationComparator
 
toString() - Method in class com.phloc.commons.compare.ReverseComparator
 
toString() - Method in class com.phloc.commons.concurrent.ExtendedDefaultThreadFactory
 
toString() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
 
toString() - Method in class com.phloc.commons.email.EmailAddress
 
toString() - Method in class com.phloc.commons.error.ResourceError
 
toString() - Method in class com.phloc.commons.error.ResourceErrorGroup
 
toString() - Method in class com.phloc.commons.error.ResourceLocation
 
toString() - Method in class com.phloc.commons.factory.FactoryConstantValue
 
toString() - Method in class com.phloc.commons.factory.FactoryNewInstance
 
toString() - Method in class com.phloc.commons.factory.FactoryNull
 
toString() - Method in class com.phloc.commons.filter.AbstractFilter
 
toString() - Method in class com.phloc.commons.filter.AbstractSerializableFilter
 
toString() - Method in class com.phloc.commons.filter.collections.FilterIterator
 
toString() - Method in class com.phloc.commons.filter.FilterChainAND
 
toString() - Method in class com.phloc.commons.filter.FilterChainOR
 
toString() - Method in class com.phloc.commons.filter.FilterFalse
 
toString() - Method in class com.phloc.commons.filter.FilterInverted
 
toString() - Method in class com.phloc.commons.filter.FilterNotNull
 
toString() - Method in class com.phloc.commons.filter.FilterNull
 
toString() - Method in class com.phloc.commons.filter.FilterTrue
 
toString() - Method in class com.phloc.commons.filter.SerializableFilterChainAND
 
toString() - Method in class com.phloc.commons.filter.SerializableFilterChainOR
 
toString() - Method in class com.phloc.commons.filter.SerializableFilterInverted
 
toString() - Method in class com.phloc.commons.format.FormattedObject
 
toString() - Method in class com.phloc.commons.format.FormatterProviderConstant
 
toString() - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
 
toString() - Method in class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
 
toString() - Method in class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
 
toString() - Method in class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
 
toString() - Method in class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
 
toString() - Method in class com.phloc.commons.gfx.ScalableSize
 
toString() - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.FileIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.FileLongIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.MemoryIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.MemoryLongIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
 
toString() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
 
toString() - Method in class com.phloc.commons.io.file.FileIOError
 
toString() - Method in class com.phloc.commons.io.file.FileOperationManager
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
 
toString() - Method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysFalse
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysTrue
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEndsWith
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEquals
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEqualsIgnoreCase
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterNotEquals
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterPublicDirectory
 
toString() - Method in class com.phloc.commons.io.file.filter.FilenameFilterStartsWith
 
toString() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
 
toString() - Method in class com.phloc.commons.io.misc.SizeHelper
 
toString() - Method in class com.phloc.commons.io.monitor.DefaultFileListener
 
toString() - Method in class com.phloc.commons.io.monitor.FileChangeEvent
 
toString() - Method in class com.phloc.commons.io.monitor.FileMonitor
 
toString() - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
 
toString() - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
 
toString() - Method in class com.phloc.commons.io.resource.ClassPathResource
 
toString() - Method in class com.phloc.commons.io.resource.FileSystemResource
 
toString() - Method in class com.phloc.commons.io.resource.URLResource
 
toString() - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
 
toString() - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
 
toString() - Method in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
 
toString() - Method in class com.phloc.commons.io.resourceprovider.URLResourceProvider
 
toString() - Method in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
toString() - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
 
toString() - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
Deprecated.
toString() - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
 
toString() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
 
toString() - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
 
toString() - Method in class com.phloc.commons.io.streamprovider.StringWriterProvider
 
toString() - Method in class com.phloc.commons.io.streams.CountingFileOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.CountingInputStream
 
toString() - Method in class com.phloc.commons.io.streams.CountingOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.DebugInputStream
 
toString() - Method in class com.phloc.commons.io.streams.DebugOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.HashingInputStream
 
toString() - Method in class com.phloc.commons.io.streams.HashingOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
 
toString() - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Deprecated.
toString() - Method in class com.phloc.commons.io.streams.WrappedInputStream
 
toString() - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
toString() - Method in class com.phloc.commons.io.streams.WrappedReader
 
toString() - Method in class com.phloc.commons.io.streams.WrappedWriter
 
toString() - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
 
toString() - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
 
toString() - Method in class com.phloc.commons.lang.ServiceLoaderBackport
Deprecated.
Returns a string describing this service.
toString() - Method in class com.phloc.commons.lang.TimeValue
 
toString() - Method in class com.phloc.commons.log.InMemoryLogger
 
toString() - Method in class com.phloc.commons.log.LogMessage
 
toString() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
toString() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
 
toString() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
toString() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
toString() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroComment
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroDocument
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroElement
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroEvent
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
 
toString() - Method in class com.phloc.commons.microdom.impl.MicroText
 
toString() - Method in class com.phloc.commons.mime.MimeType
 
toString() - Method in class com.phloc.commons.mime.MimeTypeContent
 
toString() - Method in class com.phloc.commons.mime.MimeTypeParameter
 
toString() - Method in class com.phloc.commons.mutable.MutableBigDecimal
 
toString() - Method in class com.phloc.commons.mutable.MutableBigInteger
 
toString() - Method in class com.phloc.commons.mutable.MutableBoolean
 
toString() - Method in class com.phloc.commons.mutable.MutableByte
 
toString() - Method in class com.phloc.commons.mutable.MutableChar
 
toString() - Method in class com.phloc.commons.mutable.MutableDouble
 
toString() - Method in class com.phloc.commons.mutable.MutableFloat
 
toString() - Method in class com.phloc.commons.mutable.MutableInt
 
toString() - Method in class com.phloc.commons.mutable.MutableLong
 
toString() - Method in class com.phloc.commons.mutable.MutableShort
 
toString() - Method in class com.phloc.commons.mutable.Wrapper
 
toString() - Method in class com.phloc.commons.name.HasDisplayTextWithArgs
 
toString() - Method in class com.phloc.commons.regex.RegExPattern
 
toString() - Method in class com.phloc.commons.state.impl.ChangeWithValue
 
toString() - Method in class com.phloc.commons.state.impl.SuccessWithValue
 
toString() - Method in class com.phloc.commons.string.ToStringGenerator
 
toString() - Method in class com.phloc.commons.text.impl.ConstantTextProvider
 
toString() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
 
toString() - Method in class com.phloc.commons.text.impl.TextProvider
 
toString() - Method in class com.phloc.commons.text.resource.ResourceBundleKey
 
toString() - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
 
toString() - Method in class com.phloc.commons.text.utils.StringScanner
 
toString() - Method in class com.phloc.commons.thirdparty.CustomLicense
 
toString() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
 
toString() - Method in class com.phloc.commons.timing.StopWatch
 
toString() - Method in class com.phloc.commons.tree.simple.BasicTree
 
toString() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
 
toString() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
 
toString() - Method in class com.phloc.commons.tree.withid.BasicTreeWithID
 
toString() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
 
toString() - Method in class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
 
toString() - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
 
toString() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
 
toString() - Method in class com.phloc.commons.type.ObjectType
 
toString() - Method in class com.phloc.commons.type.TypedObject
 
toString() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRule
 
toString() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
 
toString() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
 
toString() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
 
toString() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
 
toString() - Method in class com.phloc.commons.url.AbstractSimpleURL
 
toString() - Method in class com.phloc.commons.url.URLData
 
toString() - Method in class com.phloc.commons.url.URLProtocol
 
toString() - Method in class com.phloc.commons.version.Version
 
toString() - Method in class com.phloc.commons.version.VersionRange
 
toString() - Method in class com.phloc.commons.xml.ChildElementIterator
 
toString() - Method in class com.phloc.commons.xml.ChildNodeIterator
 
toString() - Method in class com.phloc.commons.xml.FilterElementWithNamespace
 
toString() - Method in class com.phloc.commons.xml.FilterElementWithNamespaceAndLocalName
 
toString() - Method in class com.phloc.commons.xml.FilterElementWithoutNamespace
 
toString() - Method in class com.phloc.commons.xml.FilterElementWithTagName
 
toString() - Method in class com.phloc.commons.xml.FilterNodeIsElement
 
toString() - Method in class com.phloc.commons.xml.ls.LSResourceData
 
toString() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
 
toString() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
 
toString() - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
 
toString() - Method in class com.phloc.commons.xml.RecursiveChildNodeIterator
 
toString() - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
 
toString() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
 
toString() - Method in class com.phloc.commons.xml.sax.ReadableResourceSAXInputSource
 
toString() - Method in class com.phloc.commons.xml.sax.StringSAXInputSource
 
toString() - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
 
toString() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
 
toString() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
toString() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
 
toString() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
 
toString() - Method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
toString() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
 
toString() - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
toString() - Method in class com.phloc.commons.xml.transform.AbstractTransformURIResolver
 
toString() - Method in class com.phloc.commons.xml.transform.CachingTransformStreamSource
 
toString() - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
 
toString() - Method in class com.phloc.commons.xml.transform.ResourceStreamResult
 
toString() - Method in class com.phloc.commons.xml.transform.ResourceStreamSource
 
toString() - Method in class com.phloc.commons.xml.transform.StringStreamResult
 
toString() - Method in class com.phloc.commons.xml.transform.StringStreamSource
 
toString() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
 
ToStringGenerator - Class in com.phloc.commons.string
This is a utility class for easier toString method creations.
ToStringGenerator(Object) - Constructor for class com.phloc.commons.string.ToStringGenerator
 
transfer(ByteBuffer, ByteBuffer, boolean) - Static method in class com.phloc.commons.lang.ByteBufferUtils
Transfer as much as possible from source to dest buffer.
TransformResultFactory - Class in com.phloc.commons.xml.transform
Factory class to create the correct Result objects for different output types.
TransformSourceFactory - Class in com.phloc.commons.xml.transform
Factory class to create the correct Source objects for different input types.
Translatable - Annotation Type in com.phloc.commons.annotations
An informational annotation that indicates that something is meant to be translated.
TreeSorter - Class in com.phloc.commons.tree.utils.sort
Sort ITree instances recursively.
TreeWalker - Class in com.phloc.commons.tree.utils.walk
Iterate all nodes of a tree, or a tree element using a custom callback mechanism.
TreeWalkerDynamic - Class in com.phloc.commons.tree.utils.walk
A specialized walker that iterates all elements in a tree and calls a callback method.
TreeWithIDBuilder - Class in com.phloc.commons.tree.utils.build
Utility classes for building a tree from flat collections.
TreeWithIDSearcher - Class in com.phloc.commons.tree.utils.search
A utility class that helps searching items within trees.
TreeWithIDSorter - Class in com.phloc.commons.tree.utils.sort
Sort ITreeWithID instances recursively - either by ID or by value
TreeXMLConverter - Class in com.phloc.commons.tree.utils.xml
Convert a tree to XML
trim(String) - Static method in class com.phloc.commons.string.StringHelper
Trim the passed string, if it is not null.
trimEnd(String, String) - Static method in class com.phloc.commons.string.StringHelper
Trim the passed tail from the source value.
trimLeadingWhitespaces(String) - Static method in class com.phloc.commons.string.StringHelper
Remove any leading whitespaces from the passed string.
trimStart(String, String) - Static method in class com.phloc.commons.string.StringHelper
Trim the passed lead from the source value.
trimStartAndEnd(String, String) - Static method in class com.phloc.commons.string.StringHelper
Trim the passed lead and tail from the source value.
trimStartAndEnd(String, String, String) - Static method in class com.phloc.commons.string.StringHelper
Trim the passed lead and tail from the source value.
trimTrailingWhitespaces(String) - Static method in class com.phloc.commons.string.StringHelper
Remove any trailing whitespaces from the passed string.
Triple<DATA1TYPE,DATA2TYPE,DATA3TYPE> - Class in com.phloc.commons.collections.triple
A generic writable triple class.
Triple(T2, U2, V2) - Constructor for class com.phloc.commons.collections.triple.Triple
 
Triple(IReadonlyTriple<? extends DATA1TYPE, ? extends DATA2TYPE, ? extends DATA3TYPE>) - Constructor for class com.phloc.commons.collections.triple.Triple
 
TypeConverter - Class in com.phloc.commons.typeconvert
Helper class for converting base types likes "boolean" to object types like "Boolean".
TypeConverterException - Exception in com.phloc.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.phloc.commons.typeconvert.TypeConverterException
Constructor only with a destination class.
TypeConverterException(Class<?>, Class<?>, TypeConverterException.EReason) - Constructor for exception com.phloc.commons.typeconvert.TypeConverterException
Constructor.
TypeConverterException(Class<?>, Class<?>, TypeConverterException.EReason, Throwable) - Constructor for exception com.phloc.commons.typeconvert.TypeConverterException
Constructor with a cause exception.
TypeConverterException.EReason - Enum in com.phloc.commons.typeconvert
 
TypeConverterProviderBestMatch - Class in com.phloc.commons.typeconvert
An type converter provider that tries to provide an exact match before trying fuzzy matches.
TypeConverterProviderExact - Class in com.phloc.commons.typeconvert
An exact type converter provider.
TypeConverterProviderFuzzy - Class in com.phloc.commons.typeconvert
A fuzzy type converter provider.
TypeConverterProviderRuleBased - Class in com.phloc.commons.typeconvert
A rule based type converter provider.
TypeConverterRegistry - Class in com.phloc.commons.typeconvert
This class contains all the default type converters for the default types that are required.
TypedObject<IDTYPE extends Serializable> - Class in com.phloc.commons.type
Base implementation of an object that has a type and an ID.
TypedObject(ITypedObject<IDTYPE>) - Constructor for class com.phloc.commons.type.TypedObject
 
TypedObject(ObjectType, IDTYPE) - Constructor for class com.phloc.commons.type.TypedObject
 

U

uncheckedCast(SRCTYPE) - Static method in class com.phloc.commons.lang.GenericReflection
 
UnidirectionalConverterHasIDID<DATATYPE> - Class in com.phloc.commons.convert
A unidirectional converter that extracts the ID from an object implementing IHasID.
UnidirectionalConverterHasIDID() - Constructor for class com.phloc.commons.convert.UnidirectionalConverterHasIDID
 
UnidirectionalConverterHasNameString - Class in com.phloc.commons.convert
A unidirectional converter that extracts the name from an object implementing IHasName.
UnidirectionalConverterIdentity<DATATYPE> - Class in com.phloc.commons.convert
A dummy implementation of IUnidirectionalConverterSameType that uses the input object as the output object.
UnidirectionalConverterIdentity() - Constructor for class com.phloc.commons.convert.UnidirectionalConverterIdentity
 
UnidirectionalConverterIntegerString - Class in com.phloc.commons.convert
A unidirectional converter that converts an Integer object to a String.
UnidirectionalConverterMapGet<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.convert
An implementation of IUnidirectionalConverter that converts from a map key to a map value
UnidirectionalConverterMapGet(Map<KEYTYPE, VALUETYPE>) - Constructor for class com.phloc.commons.convert.UnidirectionalConverterMapGet
 
UnidirectionalConverterPairFirst<DATA1TYPE,DATA2TYPE> - Class in com.phloc.commons.convert
A unidirectional converter that extracts the first element from an IReadonlyPair.
UnidirectionalConverterPairFirst() - Constructor for class com.phloc.commons.convert.UnidirectionalConverterPairFirst
 
UnidirectionalConverterPairSecond<DATA1TYPE,DATA2TYPE> - Class in com.phloc.commons.convert
A unidirectional converter that extracts the second element from an IReadonlyPair.
UnidirectionalConverterPairSecond() - Constructor for class com.phloc.commons.convert.UnidirectionalConverterPairSecond
 
UnidirectionalConverterStringInteger - Class in com.phloc.commons.convert
Get a generic data converter that converts a string to an Integer.
UnidirectionalConverterStringInteger(Integer) - Constructor for class com.phloc.commons.convert.UnidirectionalConverterStringInteger
 
UNIX_SEPARATOR - Static variable in class com.phloc.commons.io.file.FilenameHelper
The Unix path separator character.
UNIX_SEPARATOR_STR - Static variable in class com.phloc.commons.io.file.FilenameHelper
The Unix path separator string.
unregisterEqualsImplementation(Class<?>) - Method in class com.phloc.commons.equals.EqualsImplementationRegistry
 
unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in interface com.phloc.commons.microdom.IMicroNode
Unregister a specific MicroDOM event listener.
unregisterEventTarget(EMicroEvent, IMicroEventTarget) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
 
unregisterHashCodeImplementation(Class<?>) - Method in class com.phloc.commons.hash.HashCodeImplementationRegistry
 
unregisterMimeTypeContent(MimeTypeContent) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
Unregister an existing MIME content type.
UnsupportedOperation - Annotation Type in com.phloc.commons.annotations
Indicate methods that are supposed to throw an UnsupportedOperationException.
Until - Annotation Type in com.phloc.commons.annotations
A code comment for elements that were removed at a specific version.
update(String, String) - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
Deprecated.
update(String, Charset) - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
 
update(byte[]) - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
 
update(byte) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Update the hash with the given byte.
update(String, String) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Deprecated.
update(String, Charset) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Update the hash with the bytes of the given string in the given charset.
update(byte[]) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Update the hash with the given byte array.
update(byte[], int, int) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
Update the hash with a slice of the given byte array.
update(byte) - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
update(byte[], int, int) - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
 
update(byte) - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
update(byte[], int, int) - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
 
URL_SAFE - Static variable in class com.phloc.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.phloc.commons.codec
Encoder and decoder for URL stuff
URLCodec() - Constructor for class com.phloc.commons.codec.URLCodec
Default constructor with the UTF-8 charset.
URLCodec(Charset) - Constructor for class com.phloc.commons.codec.URLCodec
Constructor which allows for the selection of a default charset
URLData - Class in com.phloc.commons.url
Default implementation of the IURLData interface.
URLData(String) - Constructor for class com.phloc.commons.url.URLData
 
URLData(String, Map<String, String>) - Constructor for class com.phloc.commons.url.URLData
 
URLData(String, Map<String, String>, String) - Constructor for class com.phloc.commons.url.URLData
 
urlDecode(String) - Static method in class com.phloc.commons.url.URLUtils
URL-decode the passed value automatically handling charset issues.
urlDecode(String, Charset) - Static method in class com.phloc.commons.url.URLUtils
URL-decode the passed value automatically handling charset issues.
urlDecode(String, String) - Static method in class com.phloc.commons.url.URLUtils
URL-decode the passed value automatically handling charset issues.
urlEncode(String) - Static method in class com.phloc.commons.url.URLUtils
URL-encode the passed value automatically handling charset issues.
urlEncode(String, Charset) - Static method in class com.phloc.commons.url.URLUtils
URL-encode the passed value automatically handling charset issues.
urlEncode(String, String) - Static method in class com.phloc.commons.url.URLUtils
URL-encode the passed value automatically handling charset issues.
URLParameterDecoder - Class in com.phloc.commons.url.encode
Decoder for URL parameters
URLParameterDecoder(Charset) - Constructor for class com.phloc.commons.url.encode.URLParameterDecoder
 
URLParameterEncoder - Class in com.phloc.commons.url.encode
Encoder for URLs
URLParameterEncoder(Charset) - Constructor for class com.phloc.commons.url.encode.URLParameterEncoder
 
URLProtocol - Class in com.phloc.commons.url
A simple implementation of the IURLProtocol interface.
URLProtocol(String, boolean) - Constructor for class com.phloc.commons.url.URLProtocol
 
URLProtocolRegistry - Class in com.phloc.commons.url
A central registry for supported URL protocols.
URLResource - Class in com.phloc.commons.io.resource
Implementation of the IReadableResource interface for URL objects.
URLResource(ISimpleURL) - Constructor for class com.phloc.commons.io.resource.URLResource
 
URLResource(String) - Constructor for class com.phloc.commons.io.resource.URLResource
 
URLResource(URI) - Constructor for class com.phloc.commons.io.resource.URLResource
 
URLResource(URL) - Constructor for class com.phloc.commons.io.resource.URLResource
 
URLResourceProvider - Class in com.phloc.commons.io.resourceprovider
The URL resource provider.
URLResourceProvider() - Constructor for class com.phloc.commons.io.resourceprovider.URLResourceProvider
 
URLUtils - Class in com.phloc.commons.url
URL utilities.
URLValidator - Class in com.phloc.commons.url
Check if a URL is valid.
UseDirectEqualsAndHashCode - Annotation Type in com.phloc.commons.annotations
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.phloc.commons.annotations
Just to indicate that a class is used via reflection and not by direct references.
useJAXBContextCache() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Should the JAXBContextCache be used?
UTF8_MAX_BYTES_PER_CHAR - Static variable in class com.phloc.commons.charset.StringEncoder
 
Utf8ResourceBundle - Class in com.phloc.commons.text.resource
Helper class to handle read-only property resource bundles reading only UTF-8 text strings.
UUML_LC - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ü
UUML_LC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character ü
UUML_UC - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character Ü
UUML_UC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
Special character Ü

V

validate(IReadableResource, IReadableResource) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource[], IReadableResource) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
 
validate(Schema, IReadableResource) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource, Source) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
 
validate(IReadableResource[], Source) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
 
validate(Schema, Source) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
 
ValueEnforcer - Class in com.phloc.commons
 
valueOf(String) - Static method in enum com.phloc.commons.annotations.IsLocked.ELockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.annotations.MustBeLocked.ELockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.changelog.EChangeLogAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.charset.EUnicodeBOM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.compare.ESortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.equals.ContainerEqualsUtils.EContainerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.error.EErrorLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.hierarchy.EHierarchyCallbackReturn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.i18n.ECodepointProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.io.EAppend
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.io.file.EFileIOErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.io.file.EFileIOOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.io.file.ERandomAccessFileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.locale.country.ECountry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.locale.country.ECountryName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.locale.country.ECountrySubName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.locale.ELocaleName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.math.RoundHelper.EDecimalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.microdom.EMicroEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.microdom.EMicroNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.mime.EMimeContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.mime.EMimeQuoting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.state.EChange
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EChange
 
valueOf(IChangeIndicator) - Static method in enum com.phloc.commons.state.EChange
 
valueOf(String) - Static method in enum com.phloc.commons.state.EContinue
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EContinue
 
valueOf(IContinueIndicator) - Static method in enum com.phloc.commons.state.EContinue
 
valueOf(String) - Static method in enum com.phloc.commons.state.EEnabled
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EEnabled
 
valueOf(IEnabledIndicator) - Static method in enum com.phloc.commons.state.EEnabled
 
valueOf(String) - Static method in enum com.phloc.commons.state.EFinish
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EFinish
 
valueOf(IFinishIndicator) - Static method in enum com.phloc.commons.state.EFinish
 
valueOf(String) - Static method in enum com.phloc.commons.state.EInterrupt
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EInterrupt
 
valueOf(IInterruptIndicator) - Static method in enum com.phloc.commons.state.EInterrupt
 
valueOf(String) - Static method in enum com.phloc.commons.state.ELeftRight
Returns the enum constant of this type with the specified name.
valueOf(ILeftRightIndicator) - Static method in enum com.phloc.commons.state.ELeftRight
 
valueOf(String) - Static method in enum com.phloc.commons.state.EMandatory
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EMandatory
 
valueOf(IMandatoryIndicator) - Static method in enum com.phloc.commons.state.EMandatory
 
valueOf(String) - Static method in enum com.phloc.commons.state.ESuccess
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.ESuccess
 
valueOf(ISuccessIndicator) - Static method in enum com.phloc.commons.state.ESuccess
 
valueOf(String) - Static method in enum com.phloc.commons.state.ETopBottom
Returns the enum constant of this type with the specified name.
valueOf(ITopBottomIndicator) - Static method in enum com.phloc.commons.state.ETopBottom
 
valueOf(String) - Static method in enum com.phloc.commons.state.ETriState
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.ETriState
 
valueOf(Boolean) - Static method in enum com.phloc.commons.state.ETriState
 
valueOf(ITriState) - Static method in enum com.phloc.commons.state.ETriState
 
valueOf(String) - Static method in enum com.phloc.commons.state.EValidity
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum com.phloc.commons.state.EValidity
 
valueOf(IValidityIndicator) - Static method in enum com.phloc.commons.state.EValidity
 
valueOf(String) - Static method in enum com.phloc.commons.system.EJavaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.system.EJVMVendor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.system.ENewLineMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.system.EOperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.system.EProcessorArchitecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.thirdparty.ELicense
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.type.EBaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.typeconvert.ITypeConverterRule.ESubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.url.EURLProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLCharMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserFeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.phloc.commons.xml.transform.EXMLTransformTexts
Returns the enum constant of this type with the specified name.
valueOfChange(IChangeIndicator) - Static method in enum com.phloc.commons.state.ESuccess
 
values() - Static method in enum com.phloc.commons.annotations.IsLocked.ELockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.annotations.MustBeLocked.ELockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.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.phloc.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.phloc.commons.charset.EUnicodeBOM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.phloc.commons.collections.SingleElementMap
 
values() - Static method in enum com.phloc.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.phloc.commons.equals.ContainerEqualsUtils.EContainerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.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.phloc.commons.hierarchy.EHierarchyCallbackReturn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.i18n.ECodepointProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.commons.type.EBaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.commons.xml.EXMLCharMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.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.phloc.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.phloc.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.phloc.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.phloc.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.phloc.commons.xml.serialize.EXMLSerializeComments
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.phloc.commons.xml.transform.EXMLTransformTexts
Returns an array containing the constants of this enum type, in the order they are declared.
VENDOR_PERSON_BORIS - Static variable in class com.phloc.commons.vendor.VendorInfo
Boris
VENDOR_PERSON_PHILIP - Static variable in class com.phloc.commons.vendor.VendorInfo
Philip
VendorInfo - Class in com.phloc.commons.vendor
Contains some general vendor specific information.
verify(AbstractCodepointIterator, ICodepointFilter) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified filter
verify(AbstractCodepointIterator, ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified filter
verify(char[], ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified profile
verify(String, ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified profile
verifyNot(ICodepointIterator, ICodepointFilter) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified filter
verifyNot(ICodepointIterator, ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified profile
verifyNot(char[], ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
Verifies a sequence of codepoints using the specified profile
Version - Class in com.phloc.commons.version
This class represents a single version object.
Version(int) - Constructor for class com.phloc.commons.version.Version
Create a new version with major version only.
Version(int, int) - Constructor for class com.phloc.commons.version.Version
Create a new version with major and minor version only.
Version(int, int, int) - Constructor for class com.phloc.commons.version.Version
Create a new version with major, minor and micro version number.
Version(int, int, int, int) - Constructor for class com.phloc.commons.version.Version
 
Version(int, int, int, String) - Constructor for class com.phloc.commons.version.Version
Create a new version with 3 integer values and a qualifier.
Version(String) - Constructor for class com.phloc.commons.version.Version
Construct a version object from a string.
Version(String, boolean) - Constructor for class com.phloc.commons.version.Version
Construct a version object from a string.
versionMatches(Version) - Method in class com.phloc.commons.version.VersionRange
 
VersionRange - Class in com.phloc.commons.version
This class represents a range of versions.
VersionRange(String) - Constructor for class com.phloc.commons.version.VersionRange
Construct a version range object from a string.
VersionRange(Version, Version) - Constructor for class com.phloc.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.phloc.commons.version.VersionRange
Create a new version range depicted by two versions.
VerySecureRandom - Class in com.phloc.commons.random
A secure random generator initialized with another secure random generator.
VirtualMachineInitializer - Class in com.phloc.commons.vminit
This class should be run upon VM initialization.
VisibleForTesting - Annotation Type in com.phloc.commons.annotations
Just to indicate that a method has only increased visibility for testing.
visit(byte) - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
 

W

walk() - Method in class com.phloc.commons.parent.utils.ChildrenProviderWalker
 
walk() - Method in class com.phloc.commons.parent.utils.ChildrenProviderWalkerDynamic
 
walkNode(IMicroNode, IHierarchyWalkerCallback<? super IMicroNode>) - Static method in class com.phloc.commons.microdom.utils.MicroWalker
Iterate the passed node and invoke the callback for all child nodes.
walkNode(T, IChildrenProvider<T>, IHierarchyWalkerCallback<? super T>) - Static method in class com.phloc.commons.microdom.utils.MicroWalker
Iterate the passed node and invoke the callback for all child nodes.
walkProvider(IChildrenProvider<CHILDTYPE>, IHierarchyWalkerCallback<CHILDTYPE>) - Static method in class com.phloc.commons.parent.utils.ChildrenProviderWalker
 
walkProvider(IChildrenProvider<CHILDTYPE>, IHierarchyWalkerDynamicCallback<CHILDTYPE>) - Static method in class com.phloc.commons.parent.utils.ChildrenProviderWalkerDynamic
 
walkStatistics(IStatisticsVisitor) - Static method in class com.phloc.commons.stats.visit.StatisticsWalker
Walk all available statistics elements with the passed statistics visitor.
walkSub(CHILDTYPE) - Method in class com.phloc.commons.parent.utils.ChildrenProviderWalker
 
walkSub(CHILDTYPE) - Method in class com.phloc.commons.parent.utils.ChildrenProviderWalkerDynamic
 
walkSubProvider(CHILDTYPE, IChildrenProvider<CHILDTYPE>, IHierarchyWalkerCallback<CHILDTYPE>) - Static method in class com.phloc.commons.parent.utils.ChildrenProviderWalker
 
walkSubProvider(CHILDTYPE, IChildrenProvider<CHILDTYPE>, IHierarchyWalkerDynamicCallback<CHILDTYPE>) - Static method in class com.phloc.commons.parent.utils.ChildrenProviderWalkerDynamic
 
walkSubTree(ITEMTYPE, IHierarchyWalkerCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkSubTree(ITEMTYPE, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkSubTree(ITEMTYPE, IHierarchyWalkerDynamicCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkSubTree(ITEMTYPE, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerDynamicCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkSubTreeData(ITEMTYPE, IHierarchyWalkerCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkSubTreeData(ITEMTYPE, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkSubTreeData(ITEMTYPE, IHierarchyWalkerDynamicCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkSubTreeData(ITEMTYPE, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerDynamicCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkTree(IBasicTree<DATATYPE, ITEMTYPE>, IHierarchyWalkerCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkTree(IBasicTree<DATATYPE, ITEMTYPE>, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkTree(IBasicTree<DATATYPE, ITEMTYPE>, IHierarchyWalkerDynamicCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkTree(IBasicTree<DATATYPE, ITEMTYPE>, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerDynamicCallback<? super ITEMTYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkTreeData(IBasicTree<DATATYPE, ITEMTYPE>, IHierarchyWalkerCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkTreeData(IBasicTree<DATATYPE, ITEMTYPE>, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalker
 
walkTreeData(IBasicTree<DATATYPE, ITEMTYPE>, IHierarchyWalkerDynamicCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
walkTreeData(IBasicTree<DATATYPE, ITEMTYPE>, IChildrenProvider<ITEMTYPE>, IHierarchyWalkerDynamicCallback<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.walk.TreeWalkerDynamic
 
warn(Serializable) - Method in class com.phloc.commons.log.InMemoryLogger
 
warn(Serializable, Throwable) - Method in class com.phloc.commons.log.InMemoryLogger
 
warning(SAXParseException) - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
 
warning(TransformerException) - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
 
WINDOWS_SEPARATOR - Static variable in class com.phloc.commons.io.file.FilenameHelper
The Windows separator character.
WorkInProgress - Annotation Type in com.phloc.commons.annotations
This annotation defines that an element is "work in progress" and should not yet be used in production.
wrapBidi(String, char) - Static method in class com.phloc.commons.i18n.CodepointUtils
Wrap the string with the specified bidi control
wrapObject(JAXBTYPE) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Wrap the passed domain object into a JAXBElement for marshalling.
WrappedInputStream - Class in com.phloc.commons.io.streams
A wrapper around another InputStream.
WrappedInputStream(InputStream) - Constructor for class com.phloc.commons.io.streams.WrappedInputStream
 
WrappedOutputStream - Class in com.phloc.commons.io.streams
A wrapper around another OutputStream.
WrappedOutputStream(OutputStream) - Constructor for class com.phloc.commons.io.streams.WrappedOutputStream
 
WrappedReader - Class in com.phloc.commons.io.streams
A wrapper around another Reader.
WrappedReader(Reader) - Constructor for class com.phloc.commons.io.streams.WrappedReader
 
WrappedWriter - Class in com.phloc.commons.io.streams
A wrapper around another Writer.
WrappedWriter(Writer) - Constructor for class com.phloc.commons.io.streams.WrappedWriter
 
Wrapper<DATATYPE> - Class in com.phloc.commons.mutable
This is a stupid wrapper around any object.
Wrapper() - Constructor for class com.phloc.commons.mutable.Wrapper
Default constructor.
Wrapper(DATATYPE) - Constructor for class com.phloc.commons.mutable.Wrapper
Constructor with an existing object.
Wrapper(IReadonlyWrapper<DATATYPE>) - Constructor for class com.phloc.commons.mutable.Wrapper
Copy constructor.
WritableResourceProviderChain - Class in com.phloc.commons.io.resourceprovider
A resource provider chain implementation of IWritableResourceProvider .
WritableResourceProviderChain(IReadableResourceProvider...) - Constructor for class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
 
write(int) - Method in class com.phloc.commons.base64.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.phloc.commons.base64.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
 
write(ByteBuffer) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Write the content from the passed byte buffer to this output stream.
write(int) - Method in class com.phloc.commons.io.streams.CountingFileOutputStream
 
write(byte[]) - Method in class com.phloc.commons.io.streams.CountingFileOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.CountingFileOutputStream
 
write(int) - Method in class com.phloc.commons.io.streams.CountingOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.CountingOutputStream
 
write(int) - Method in class com.phloc.commons.io.streams.DebugOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.DebugOutputStream
 
write(int) - Method in class com.phloc.commons.io.streams.HashingOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.HashingOutputStream
 
write(int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Writes a single character.
write(char[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
Writes a portion of a String.
write(int) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[]) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.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.phloc.commons.io.streams.NonBlockingStringWriter
Write a single character.
write(char[], int, int) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Write a portion of an array of characters.
write(String) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Write a string.
write(String, int, int) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
Write a portion of a string.
write(int) - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
write(byte[]) - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
write(byte[], int, int) - Method in class com.phloc.commons.io.streams.WrappedOutputStream
 
write(int) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
write(char[]) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
write(char[], int, int) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
write(String) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
write(String, int, int) - Method in class com.phloc.commons.io.streams.WrappedWriter
 
write(JAXBTYPE) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Convert the passed object to a new DOM document
write(JAXBTYPE, File) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Write the passed object to a File.
write(JAXBTYPE, IWritableResource) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Write the passed object to an IWritableResource.
write(JAXBTYPE, Result) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
Convert the passed object to XML.
write(NODETYPE, Writer) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
write(NODETYPE, IXMLIterationHandler) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
write(NODETYPE, OutputStream) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
 
write(NODETYPE, OutputStream) - Method in interface com.phloc.commons.xml.serialize.IXMLSerializer
Write the specified node to the specified OutputStream.
write(NODETYPE, Writer) - Method in interface com.phloc.commons.xml.serialize.IXMLSerializer
Write the specified node to the specified Writer.
writeBit(int) - Method in class com.phloc.commons.io.streams.BitOutputStream
Write a single bit to the stream.
writeBit(int) - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
Write a single bit to the stream.
writeBits(int, int) - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
Write the specified number of bits from the int value to the stream.
writeChangeLog(ChangeLog) - Static method in class com.phloc.commons.changelog.ChangeLogSerializer
 
writeContentBytes(OutputStream) - Method in class com.phloc.commons.mime.MimeTypeContent
Write the content bytes to the specified output stream.
writeConvertedObject(Object, ObjectOutputStream) - Method in interface com.phloc.commons.serialize.convert.ISerializationConverter
Write the passed source object to the passed ObjectOutputStream.
writeConvertedObject(Object, ObjectOutputStream) - Static method in class com.phloc.commons.serialize.convert.SerializationConverter
 
writeDigestBytes(OutputStream) - Method in class com.phloc.commons.messagedigest.MessageDigestValue
Write the digest bytes to the specified output stream.
writeFile(File, byte[]) - Static method in class com.phloc.commons.io.file.SimpleFileIO
 
writeFile(File, byte[], int, int) - Static method in class com.phloc.commons.io.file.SimpleFileIO
 
writeFile(File, String, String) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Deprecated.
writeFile(File, String, Charset) - Static method in class com.phloc.commons.io.file.SimpleFileIO
 
writeFile(File, List<String>, String) - Static method in class com.phloc.commons.io.file.SimpleFileIO
Deprecated.
writeFile(File, List<String>, Charset) - Static method in class com.phloc.commons.io.file.SimpleFileIO
 
writeList(Collection<String>, IOutputStreamProvider) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
 
writeList(Collection<String>, OutputStream) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
Write the passed collection to the passed output stream using the predefined XML layout.
writeMap(Map<String, String>, IOutputStreamProvider) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
 
writeMap(Map<String, String>, OutputStream) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
Write the passed map to the passed output stream using the predefined XML layout.
writeStream(OutputStream, byte[], int, int) - Static method in class com.phloc.commons.io.streams.StreamUtils
Write bytes to an OutputStream.
writeStream(OutputStream, byte[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
Write bytes to an OutputStream.
writeStream(OutputStream, String, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
Deprecated.
writeStream(OutputStream, String, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
Write bytes to an OutputStream.
writeTo(ByteBuffer) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Write everything currently contained to the specified buffer.
writeTo(byte[]) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Writes the current content to the passed buffer.
writeTo(byte[], int, int) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Write current content to the passed byte array.
writeTo(OutputStream) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
Write everything to the passed output stream and clear the contained buffer.
writeTo(OutputStream) - Method in class com.phloc.commons.io.streams.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.phloc.commons.io.streams.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.phloc.commons.microdom.serialize.MicroWriter
Write a Micro Node to a file using the default settings.
writeToFile(IMicroNode, File, IXMLWriterSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroWriter
Write a Micro Node to a file.
writeToStream(IMicroNode, OutputStream) - Static method in class com.phloc.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.phloc.commons.microdom.serialize.MicroWriter
Write a Micro Node to an OutputStream.
writeToStream(Node, OutputStream) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
Write a node to an OutputStream using the default settings.
writeToStream(Node, OutputStream, IXMLWriterSettings) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
Write a node to an OutputStream using custom settings.
writeToWriter(IMicroNode, Writer, IXMLWriterSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroWriter
Write a Micro Node to a Writer.
writeToWriter(Node, Writer) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
Write a node to a Writer using the default settings.
writeToWriter(Node, Writer, IXMLWriterSettings) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
Write a node to a Writer using the default settings.

X

XML_ATTR_BASE - Static variable in class com.phloc.commons.xml.CXML
The special attribute xml:base.
XML_ATTR_ID - Static variable in class com.phloc.commons.xml.CXML
The special attribute xml:id.
XML_ATTR_LANG - Static variable in class com.phloc.commons.xml.CXML
The special attribute xml:lang.
XML_ATTR_SPACE - Static variable in class com.phloc.commons.xml.CXML
The special attribute xml:space.
XML_ATTR_XML_WITH_SEP - Static variable in class com.phloc.commons.xml.CXML
The special namespace prefix "xml" and the separator == xml:
XML_ATTR_XMLNS - Static variable in class com.phloc.commons.xml.CXML
The default xmlns attribute
XML_ATTR_XMLNS_WITH_SEP - Static variable in class com.phloc.commons.xml.CXML
The default xmlns attribute including the separator == xmlns:
XML_ATTR_XSD_TARGETNAMESPACE - Static variable in class com.phloc.commons.xml.CXML
Special XSD attribute targetNamespace
XML_ATTR_XSI_NONAMESPACESCHEMALOCATION - Static variable in class com.phloc.commons.xml.CXML
Special XSI attribute noNamespaceSchemaLocation
XML_ATTR_XSI_SCHEMALOCATION - Static variable in class com.phloc.commons.xml.CXML
Special XSI attribute schemaLocation
XML_NS_PREFIX_XSD - Static variable in class com.phloc.commons.xml.CXML
The preferred XML Schema namespace prefix
XML_NS_PREFIX_XSI - Static variable in class com.phloc.commons.xml.CXML
Preferred XML Schema instance namespace prefix
XML_NS_XSD - Static variable in class com.phloc.commons.xml.CXML
The XML schema namespace URI
XML_NS_XSI - Static variable in class com.phloc.commons.xml.CXML
XML Schema instance namespace URI
XML_PREFIX_NAMESPACE_SEP - Static variable in class com.phloc.commons.xml.CXML
separator between namespace prefix and element name
XML_PREFIX_NAMESPACE_SEP_STR - Static variable in class com.phloc.commons.xml.CXML
separator between namespace prefix and element name
XMLCharHelper - Class in com.phloc.commons.xml.serialize
This class contains XML utility methods for character handling.
XMLDebug - Class in com.phloc.commons.xml
Misc.
XMLEmitterPhloc - Class in com.phloc.commons.xml.serialize
Converts XML constructs into a string representation.
XMLEmitterPhloc(Writer, IXMLWriterSettings) - Constructor for class com.phloc.commons.xml.serialize.XMLEmitterPhloc
 
XMLFactory - Class in com.phloc.commons.xml
Utility class for creating XML DOM documents.
XMLHelper - Class in com.phloc.commons.xml
This class contains multiple XML utility methods.
XMLListHandler - Class in com.phloc.commons.microdom.reader
Simple class that reads a list from an XML input stream.
XMLLoggingExceptionHandler - Class in com.phloc.commons.xml.serialize
A special version of the LoggingExceptionHandler that handles the most common XML exceptions in a nice way :)
XMLLoggingExceptionHandler() - Constructor for class com.phloc.commons.xml.serialize.XMLLoggingExceptionHandler
 
XMLLoggingExceptionHandler(EErrorLevel) - Constructor for class com.phloc.commons.xml.serialize.XMLLoggingExceptionHandler
 
XMLMapHandler - Class in com.phloc.commons.microdom.reader
Simple class that reads a generic String-to-String mapping from a classpath resource into a Map.
XMLMaskHelper - Class in com.phloc.commons.xml.serialize
This class contains all the methods for masking XML content.
XMLNS_XSD - Static variable in class com.phloc.commons.xml.CXML
The complete XML Schema namespace attribute
XMLNS_XSI - Static variable in class com.phloc.commons.xml.CXML
The complete XML Schema instance namespace attribute
XMLReader - Class in com.phloc.commons.xml.serialize
Helper class to read XML documents via SAX or DOM
XMLReaderFactoryPhloc - Class in com.phloc.commons.xml.serialize
Factory for creating an XML reader.
XMLResourceBundle - Class in com.phloc.commons.text.resource
Helper class to handle XML based properties.
XMLResourceBundleControl - Class in com.phloc.commons.text.resource
Special ResourceBundle.Control to handle XML files
XMLResourceBundleControl() - Constructor for class com.phloc.commons.text.resource.XMLResourceBundleControl
 
XMLSchemaCache - Class in com.phloc.commons.xml.schema
This class is used to cache XML schema objects.
XMLSchemaCache(ErrorHandler) - Constructor for class com.phloc.commons.xml.schema.XMLSchemaCache
 
XMLSchemaCache(LSResourceResolver) - Constructor for class com.phloc.commons.xml.schema.XMLSchemaCache
 
XMLSchemaCache(ErrorHandler, LSResourceResolver) - Constructor for class com.phloc.commons.xml.schema.XMLSchemaCache
 
XMLSchemaValidationHelper - Class in com.phloc.commons.xml.schema
A helper class for simple XSD validation.
XMLSerializerPhloc - Class in com.phloc.commons.xml.serialize
org.w3c.dom.Node serializer that correctly handles HTML empty elements (<span></span> vs.
XMLSerializerPhloc() - Constructor for class com.phloc.commons.xml.serialize.XMLSerializerPhloc
 
XMLSerializerPhloc(IXMLWriterSettings) - Constructor for class com.phloc.commons.xml.serialize.XMLSerializerPhloc
 
XMLTransformerFactory - Class in com.phloc.commons.xml.transform
A global factory for XML transformation objects.
XMLWriter - Class in com.phloc.commons.xml.serialize
This is a helper class to serialize DOM nodes to a String.
XMLWriterSettings - Class in com.phloc.commons.xml.serialize
Default implementation of the IXMLWriterSettings interface.
XMLWriterSettings() - Constructor for class com.phloc.commons.xml.serialize.XMLWriterSettings
Creates a default settings object with the following settings: XML output XML version 1.0 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.phloc.commons.xml.serialize.XMLWriterSettings
Copy constructor.
XPathExpressionHelper - Class in com.phloc.commons.xml.xpath
Utility class to evaluate XPath expressions more easily
XPathHelper - Class in com.phloc.commons.xml.xpath
Utility class to create XPath and XPathExpression objects more easily.
XSD_TARGETNAMESPACE - Static variable in class com.phloc.commons.xml.CXML
Special XSD attribute targetNamespace
XSI_NONAMESPACESCHEMALOCATION - Static variable in class com.phloc.commons.xml.CXML
Special XSI attribute noNamespaceSchemaLocation
XSI_SCHEMALOCATION - Static variable in class com.phloc.commons.xml.CXML
Special XSI attribute schemaLocation
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2006–2014 phloc systems. All rights reserved.