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

A

AbstractAttributeReadId<T> - Class in net.sf.mmm.util.lang.base.attribute
This is the abstract base implementation of the AttributeReadId interface.
AbstractAttributeReadId() - Constructor for class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
The constructor.
AbstractBlockingQueueFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the BlockingQueueFactory interface.
AbstractBlockingQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
The constructor.
AbstractBrowsableResource - Class in net.sf.mmm.util.resource.base
This is the abstract base-implementation of BrowsableResource.
AbstractBrowsableResource() - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResource
The constructor.
AbstractBrowsableResourceFactory - Class in net.sf.mmm.util.resource.base
This is the abstract base implementation of the BrowsableResourceFactory interface.
AbstractBrowsableResourceFactory() - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
The constructor.
AbstractBrowsableResourceFactory.BrowsableResourceAdapter - Class in net.sf.mmm.util.resource.base
This is an implementation of the BrowsableResource interface, that adapts another BrowsableResource and enhances the AbstractBrowsableResourceFactory.BrowsableResourceAdapter.navigate(String)-method to support switching schemes via the BrowsableResourceFactory that created this BrowsableResource.
AbstractBrowsableResourceFactory.BrowsableResourceAdapter(BrowsableResource) - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
The constructor.
AbstractBrowsableResourceProxy - Class in net.sf.mmm.util.resource.base
This is an abstract implementation of the BrowsableResource interface that delegates to another BrowsableResource.
AbstractBrowsableResourceProxy() - Constructor for class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
The constructor.
AbstractByteArray - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of the ByteArray interface.
AbstractByteArray() - Constructor for class net.sf.mmm.util.io.base.AbstractByteArray
 
AbstractByteArrayBufferBuffer - Class in net.sf.mmm.util.io.impl
This is the abstract base implementation of the ProcessableByteArrayBuffer interface for a byte[]-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
AbstractByteArrayBufferBuffer(ByteArrayBufferImpl...) - Constructor for class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The constructor.
AbstractByteArrayBufferBuffer(AbstractByteArrayBufferBuffer) - Constructor for class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The constructor used to copy from the given template.
AbstractCharIterator - Class in net.sf.mmm.util.lang.base
This is an abstract base implementation of the CharIterator interface.
AbstractCharIterator() - Constructor for class net.sf.mmm.util.lang.base.AbstractCharIterator
The constructor.
AbstractCharScannerSyntax - Class in net.sf.mmm.util.scanner.base
This is the abstract base implementation of the CharScannerSyntax interface.
AbstractCharScannerSyntax() - Constructor for class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
The constructor.
AbstractCharSequence - Class in net.sf.mmm.util.lang.base
This is an abstract implementation of the CharSequence to make life easier.
AbstractCharSequence() - Constructor for class net.sf.mmm.util.lang.base.AbstractCharSequence
The constructor.
AbstractClassHierarchieMap<E> - Class in net.sf.mmm.util.collection.base
This is the abstract base class for a simplified Map that associates elements (<E>) with Class objects.
AbstractClassHierarchieMap() - Constructor for class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
The constructor.
AbstractClassHierarchieMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
The constructor.
AbstractCliParser - Class in net.sf.mmm.util.cli.base
This is the abstract base-implementation of the CliParser interface.
AbstractCliParser(Object, CliState, CliParserDependencies) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser
The constructor.
AbstractCliParser.CliArgumentHelpInfo - Class in net.sf.mmm.util.cli.base
This inner class holds the help information for a single CliArgument.
AbstractCliParser.CliArgumentHelpInfo(CliArgumentContainer, CliParserDependencies, CliOutputSettings) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
The constructor.
AbstractCliParser.CliHelpWriter - Class in net.sf.mmm.util.cli.base
This inner class is a helper to simplify writing the help-usage.
AbstractCliParser.CliHelpWriter(Appendable, CliOutputSettings, CliParserDependencies, CliState, Object) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The constructor.
AbstractCliParser.CliOptionHelpInfo - Class in net.sf.mmm.util.cli.base
This inner class holds the help information for a single CliOption.
AbstractCliParser.CliOptionHelpInfo(CliOptionContainer, CliParserDependencies, CliOutputSettings) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The constructor.
AbstractCliParser.CliParserState - Class in net.sf.mmm.util.cli.base
This inner class holds the state of the argument parsing.
AbstractCliParser.CliParserState() - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
The constructor.
AbstractCliParserBuilder - Class in net.sf.mmm.util.cli.base
This is the abstract base implementation of the CliParserBuilder interface.
AbstractCliParserBuilder() - Constructor for class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
The constructor.
AbstractCliValueContainer - Class in net.sf.mmm.util.cli.base
This is the abstract base-implementation of the CliValueContainer interface.
AbstractCliValueContainer(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliValueContainer
The constructor.
AbstractCliValueContainerContainer - Class in net.sf.mmm.util.cli.base
This is the abstract base class for a CliValueContainer that holds a container-value.
AbstractCliValueContainerContainer(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
The constructor.
AbstractComponent - Class in net.sf.mmm.util.component.base
This is the abstract base class for a component that needs initialization.
AbstractComponent() - Constructor for class net.sf.mmm.util.component.base.AbstractComponent
The constructor.
AbstractComposedValueConverter - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of the ComposedValueConverter interface.
AbstractComposedValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractComposedValueConverter
The constructor.
AbstractConcurrentMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ConcurrentMapFactory interface.
AbstractConcurrentMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
The constructor.
AbstractConverterToArray<ARRAY> - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an array.
AbstractConverterToArray() - Constructor for class net.sf.mmm.util.value.impl.AbstractConverterToArray
The constructor.
AbstractDataResource - Class in net.sf.mmm.util.resource.base
This is the abstract base implementation of the DataResource interface.
AbstractDataResource() - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResource
The constructor.
AbstractDataResourceFactory - Class in net.sf.mmm.util.resource.base
This is the abstract base implementation of the DataResourceFactory interface.
AbstractDataResourceFactory() - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResourceFactory
The constructor.
AbstractDataResourceFactory.DataResourceAdapter - Class in net.sf.mmm.util.resource.base
This is an implementation of the DataResource interface, that adapts another DataResource and enhances the AbstractDataResourceFactory.DataResourceAdapter.navigate(String)-method to support switching schemes via the DataResourceFactory that created this DataResource.
AbstractDataResourceFactory.DataResourceAdapter(DataResource) - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
The constructor.
AbstractDataResourceProvider<R extends DataResource> - Class in net.sf.mmm.util.resource.base.spi
This is the abstract base-implementation of the DataResourceProvider interface.
AbstractDataResourceProvider() - Constructor for class net.sf.mmm.util.resource.base.spi.AbstractDataResourceProvider
The constructor.
AbstractDataResourceProxy - Class in net.sf.mmm.util.resource.base
This is an abstract implementation of the DataResource interface that delegates to another DataResource.
AbstractDataResourceProxy() - Constructor for class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
The constructor.
AbstractDequeFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the DequeFactory interface.
AbstractDequeFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractDequeFactory
The constructor.
AbstractDetectorStream - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of a DetectorStream.
AbstractDetectorStream() - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStream
The constructor.
AbstractDetectorStream(Map<String, Object>) - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStream
The constructor.
AbstractDetectorStreamProcessorFactory - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of the DetectorStreamProcessorFactory interface.
AbstractDetectorStreamProcessorFactory() - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStreamProcessorFactory
The constructor.
AbstractDetectorStreamProvider - Class in net.sf.mmm.util.io.base
This is the abstract base implementation of the DetectorStreamProvider.
AbstractDetectorStreamProvider() - Constructor for class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
The constructor.
AbstractEventSource<E extends Event,L extends EventListener<E>> - Class in net.sf.mmm.util.event.base
This is the abstract base implementation of the EventListener interface.
AbstractEventSource() - Constructor for class net.sf.mmm.util.event.base.AbstractEventSource
The constructor.
AbstractEventSource(CollectionFactory<? extends Collection>) - Constructor for class net.sf.mmm.util.event.base.AbstractEventSource
The constructor.
AbstractGenericContextFactory - Class in net.sf.mmm.util.context.base
This is the abstract base-implementation of the GenericContextFactory interface.
AbstractGenericContextFactory() - Constructor for class net.sf.mmm.util.context.base.AbstractGenericContextFactory
The constructor.
AbstractGenericContextProxy - Class in net.sf.mmm.util.context.base
This is an abstract base implementation of the GenericContext interface that delegates to another instance.
AbstractGenericContextProxy() - Constructor for class net.sf.mmm.util.context.base.AbstractGenericContextProxy
The constructor.
AbstractGenericType<T> - Class in net.sf.mmm.util.reflect.base
This is the implementation of the GenericType interface.
AbstractGenericType() - Constructor for class net.sf.mmm.util.reflect.base.AbstractGenericType
The constructor.
AbstractGenericValueConverter<SOURCE> - Class in net.sf.mmm.util.value.base
This is the abstract base implementation of the GenericValueConverter interface.
AbstractGenericValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractGenericValueConverter
The constructor.
AbstractGlobPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is an abstract base-implementation of the PatternCompiler interface for glob-patterns.
AbstractGlobPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
The constructor.
AbstractHyphenator - Class in net.sf.mmm.util.text.base
This is the abstract base implementation of the Hyphenator interface.
AbstractHyphenator(Locale, char) - Constructor for class net.sf.mmm.util.text.base.AbstractHyphenator
The constructor.
AbstractHyphenatorBuilder - Class in net.sf.mmm.util.text.base
This is the abstract base-implementation of the HyphenatorBuilder interface.
AbstractHyphenatorBuilder() - Constructor for class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
The constructor.
AbstractIterator<E> - Class in net.sf.mmm.util.collection.base
This is an abstract base implementation of the Iterator interface.
AbstractIterator() - Constructor for class net.sf.mmm.util.collection.base.AbstractIterator
The constructor.
AbstractLineWrapper - Class in net.sf.mmm.util.text.base
This is the abstract base-implementation of the LineWrapper interface.
AbstractLineWrapper() - Constructor for class net.sf.mmm.util.text.base.AbstractLineWrapper
The constructor.
AbstractLinkedNode<V,NODE extends AbstractLinkedNode<V,NODE>> - Class in net.sf.mmm.util.collection.base
This is the abstract base-implementation of the LinkedNode interface.
AbstractLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractLinkedNode
The constructor.
AbstractListFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the ListFactory interface.
AbstractListFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractListFactory
The constructor.
AbstractLoggableComponent - Class in net.sf.mmm.util.component.base
This is the abstract base class for a component that needs a logger.
AbstractLoggableComponent() - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableComponent
The constructor.
AbstractLoggableObject - Class in net.sf.mmm.util.component.base
This is the abstract base class for any object that is no component but needs a logger.
AbstractLoggableObject() - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableObject
The constructor.
AbstractLoggableObject(Logger) - Constructor for class net.sf.mmm.util.component.base.AbstractLoggableObject
The constructor.
AbstractMain - Class in net.sf.mmm.util.cli.api
This is the abstract base class for a main-program.
AbstractMain() - Constructor for class net.sf.mmm.util.cli.api.AbstractMain
The constructor.
AbstractMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the MapFactory interface.
AbstractMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractMapFactory
The constructor.
AbstractMapPojoPathFunction<VALUE> - Class in net.sf.mmm.util.pojo.path.base
This is the abstract base implementation for a PojoPathFunction that operates on a Map.
AbstractMapPojoPathFunction() - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractMapPojoPathFunction
 
AbstractMultiThreadedEventSource<E extends Event,L extends EventListener<E>> - Class in net.sf.mmm.util.event.base
This class extends AbstractSynchronizedEventSource with the ability to send events asynchronous in separate Threads.
AbstractMultiThreadedEventSource() - Constructor for class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
The constructor.
AbstractMutableGenericContext - Class in net.sf.mmm.util.context.base
This class is the basic implementation of the GenericContext interface.
AbstractMutableGenericContext(MapFactory<? extends Map>, GenericContext) - Constructor for class net.sf.mmm.util.context.base.AbstractMutableGenericContext
The constructor for a sub-context.
AbstractNlsException - Exception in net.sf.mmm.util.nls.api
This is an abstract base implementation of a checked exception with real native language support (NLS).
AbstractNlsException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsException
The constructor.
AbstractNlsException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsException
The constructor.
AbstractNlsFormatter<O> - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsFormatter interface.
AbstractNlsFormatter() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsFormatter
The constructor.
AbstractNlsFormatterDateIso8601 - Class in net.sf.mmm.util.nls.impl
This is an implementation of NlsFormatter for Dates.
AbstractNlsFormatterDateIso8601() - Constructor for class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
The constructor.
AbstractNlsFormatterDateIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
The constructor.
AbstractNlsFormatterManager - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsFormatterManager interface.
AbstractNlsFormatterManager() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
The constructor.
AbstractNlsFormatterPlugin<O> - Class in net.sf.mmm.util.nls.base
T import net.sf.mmm.util.nls.api.NlsTemplateResolver; his is the abstract base-implementation of an NlsFormatter that is no NlsMessageFormatter but a sub-formatter for a specific type and style.
AbstractNlsFormatterPlugin() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsFormatterPlugin
The constructor.
AbstractNlsMessage - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of NlsMessage.
AbstractNlsMessage() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessage
The constructor.
AbstractNlsMessageFactory - Class in net.sf.mmm.util.nls.base
This is the implementation of the NlsMessageFactory interface.
AbstractNlsMessageFactory() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
The constructor.
AbstractNlsMessageFormatter - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsMessageFormatter interface.
AbstractNlsMessageFormatter() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsMessageFormatter
 
AbstractNlsRuntimeException - Exception in net.sf.mmm.util.nls.api
This is an abstract base implementation of an unchecked exception with real native language support (NLS).
AbstractNlsRuntimeException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
The constructor.
AbstractNlsRuntimeException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
The constructor.
AbstractNlsTemplate - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsTemplate interface.
AbstractNlsTemplate() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsTemplate
The constructor.
AbstractNlsTemplateResolver - Class in net.sf.mmm.util.nls.base
This is the abstract base implementation of the NlsTemplateResolver interface.
AbstractNlsTemplateResolver() - Constructor for class net.sf.mmm.util.nls.base.AbstractNlsTemplateResolver
The constructor.
AbstractNoPool<E> - Class in net.sf.mmm.util.pool.base
This is the abstract base implementation of a dummy Pool that is actually NOT pooling at all.
AbstractNoPool() - Constructor for class net.sf.mmm.util.pool.base.AbstractNoPool
The constructor.
AbstractPojoDescriptor<POJO> - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base implementation of the PojoDescriptor interface.
AbstractPojoDescriptor(GenericType<POJO>) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
The constructor.
AbstractPojoDescriptorBuilder - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base-implementation of the PojoDescriptorBuilder interface.
AbstractPojoDescriptorBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
The constructor.
AbstractPojoDescriptorBuilder(MapFactory) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
The constructor.
AbstractPojoDescriptorBuilderFactory - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base implementation of the PojoDescriptorBuilderFactory interface.
AbstractPojoDescriptorBuilderFactory() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
The constructor.
AbstractPojoIntrospector - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the abstract base class for the default implementation of PojoMethodIntrospector or PojoFieldIntrospector.
AbstractPojoIntrospector() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
The constructor.
AbstractPojoIntrospector(VisibilityModifier, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
The constructor.
AbstractPojoPathFunction<IN,VALUE> - Class in net.sf.mmm.util.pojo.path.base
This is the abstract base implementation of the PojoPathFunction interface.
AbstractPojoPathFunction() - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
The constructor.
AbstractPojoPathNavigator - Class in net.sf.mmm.util.pojo.path.base
This is the abstract base implementation of the PojoPathNavigator.
AbstractPojoPathNavigator() - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
The constructor.
AbstractPojoPathNavigator.CachingPojoPath - Class in net.sf.mmm.util.pojo.path.base
This class represents a PojoPath.
AbstractPojoPathNavigator.CachingPojoPath(String) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
The constructor.
AbstractPojoPathNavigator.CachingPojoPath(Object, Class<?>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
The constructor for the root-path.
AbstractPojoPathNavigator.CachingPojoPath(Object, Class<?>, GenericType<?>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
The constructor for the root-path.
AbstractPojoPathNavigator.PojoPathCache - Class in net.sf.mmm.util.pojo.path.base
This inner class represents the cache for AbstractPojoPathNavigator.CachingPojoPaths based on an initial Pojo.
AbstractPojoPathNavigator.PojoPathCache(Object) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The constructor.
AbstractPojoPathNavigator.PojoPathCache(Class<?>, GenericType<?>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The constructor.
AbstractPojoPathNavigator.PojoPathState - Class in net.sf.mmm.util.pojo.path.base
This inner class represents the state for a PojoPath evaluation.
AbstractPojoPathNavigator.PojoPathState(AbstractPojoPathNavigator.CachingPojoPath, PojoPathMode, String) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The constructor for no caching.
AbstractPojoPathNavigator.PojoPathState(AbstractPojoPathNavigator.CachingPojoPath, PojoPathMode, String, Map<String, AbstractPojoPathNavigator.CachingPojoPath>) - Constructor for class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The constructor.
AbstractPojoPropertyAccessor - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract base-implementation of the PojoPropertyAccessor interface.
AbstractPojoPropertyAccessor() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
The constructor.
AbstractPojoPropertyAccessorBase - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the major base-implementation of the PojoPropertyAccessor interface.
AbstractPojoPropertyAccessorBase(String, Type, PojoDescriptor<?>, PojoDescriptorDependencies) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
The constructor.
AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is an abstract base implementation of the PojoPropertyAccessorBuilder interface.
AbstractPojoPropertyAccessorBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
The constructor.
AbstractPojoPropertyAccessorField - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract implementation of the PojoPropertyAccessor interface used to access a Field.
AbstractPojoPropertyAccessorField(PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
The constructor.
AbstractPojoPropertyAccessorField(String, Type, PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
The constructor.
AbstractPojoPropertyAccessorMethod - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract implementation of the PojoPropertyAccessor interface used to access a Method.
AbstractPojoPropertyAccessorMethod(String, Type, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
The constructor.
AbstractPojoPropertyAccessorProxy - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract implementation of the PojoPropertyAccessor interface that delegates to another accessor.
AbstractPojoPropertyAccessorProxy() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
The constructor.
AbstractPojoPropertyAccessorProxyAdapter - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract base implementation of a PojoPropertyAccessor that acts as proxy to a delegate allowing to add new ways to access a property.
AbstractPojoPropertyAccessorProxyAdapter(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
The constructor.
AbstractPojoPropertyAccessorProxyAdapterComponentType - Class in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the abstract base implementation of a PojoPropertyAccessor that acts as proxy to a delegate allowing to add new ways to access a property.
AbstractPojoPropertyAccessorProxyAdapterComponentType(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
The constructor.
AbstractPojoPropertyDescriptor - Class in net.sf.mmm.util.pojo.descriptor.base
This is the abstract base implementation of the PojoPropertyDescriptor interface.
AbstractPojoPropertyDescriptor(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
The constructor.
AbstractPool<E> - Class in net.sf.mmm.util.pool.base
This is the abstract base implementation of the Pool interface.
AbstractPool() - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor.
AbstractPool(int, boolean) - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor.
AbstractPool(int, Object) - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor for a thread-safe pool with an externally given lock for synchronization.
AbstractPool(boolean, int, Object) - Constructor for class net.sf.mmm.util.pool.base.AbstractPool
The constructor.
AbstractQueueFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the QueueFactory interface.
AbstractQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractQueueFactory
The constructor.
AbstractRecursiveValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is an abstract base-implementation for a ValueConverter that performs recursive conversions on the owning-converter for converting child values.
AbstractRecursiveValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
The constructor.
AbstractResourceBundle - Class in net.sf.mmm.util.nls.base
This is the abstract base class for ResourceBundle implementations using this NLS support.
AbstractResourceBundle() - Constructor for class net.sf.mmm.util.nls.base.AbstractResourceBundle
The constructor.
AbstractResourceBundleNlsTemplateResolver - Class in net.sf.mmm.util.nls.impl
This is an abstract base implementation of the NlsTemplateResolver interface.
AbstractResourceBundleNlsTemplateResolver() - Constructor for class net.sf.mmm.util.nls.impl.AbstractResourceBundleNlsTemplateResolver
The constructor.
AbstractSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SetFactory interface.
AbstractSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSetFactory
The constructor.
AbstractSimpleMap<KEY,VALUE> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation for a simple Map.
AbstractSimpleMap() - Constructor for class net.sf.mmm.util.collection.base.AbstractSimpleMap
The constructor.
AbstractSimpleNlsFormatterDate - Class in net.sf.mmm.util.nls.impl.formatter
This is the abstract base implementation for a SimpleNlsFormatter using DateFormat.
AbstractSimpleNlsFormatterDate(int) - Constructor for class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
The constructor.
AbstractSimpleValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is an abstract base-implementation of the ValueConverter interface that simply works with Class rather than GenericType.
AbstractSimpleValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractSimpleValueConverter
The constructor.
AbstractSortedMapFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SortedMapFactory interface.
AbstractSortedMapFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
The constructor.
AbstractSortedSetFactory - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the SortedSetFactory interface.
AbstractSortedSetFactory() - Constructor for class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
The constructor.
AbstractStringHasher - Class in net.sf.mmm.util.text.base
This is the abstract base implementation of the StringHasher interface.
AbstractStringHasher() - Constructor for class net.sf.mmm.util.text.base.AbstractStringHasher
The constructor.
AbstractSynchronizedEventSource<E extends Event,L extends EventListener<E>> - Class in net.sf.mmm.util.event.base
This class extends AbstractEventSource with the ability of synchronization and therefore is thread-safe.
AbstractSynchronizedEventSource() - Constructor for class net.sf.mmm.util.event.base.AbstractSynchronizedEventSource
The constructor.
AbstractTextTransformer - Class in net.sf.mmm.util.text.base
This is the abstract base implementation of a Transformer for strings.
AbstractTextTransformer() - Constructor for class net.sf.mmm.util.text.base.AbstractTextTransformer
The constructor.
AbstractTreeNode<NODE extends AbstractTreeNode<NODE>> - Class in net.sf.mmm.util.collection.base
This is the abstract base implementation of the TreeNode interface.
AbstractTreeNode() - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(NODE) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractTreeNode(NODE, ListFactory) - Constructor for class net.sf.mmm.util.collection.base.AbstractTreeNode
The constructor.
AbstractValueConverter<SOURCE,TARGET> - Class in net.sf.mmm.util.value.base
This is the abstract base-implementation of the ValueConverter interface.
AbstractValueConverter() - Constructor for class net.sf.mmm.util.value.base.AbstractValueConverter
The constructor.
AbstractValueConverterToContainer<CONTAINER> - Class in net.sf.mmm.util.value.impl
This is the abstract base-implementation of a ValueConverter that converts an Object to a container type.
AbstractValueConverterToContainer() - Constructor for class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The constructor.
AbstractValueValidator<V> - Class in net.sf.mmm.util.value.base
This is the abstract-base implementation of the ValueValidator interface.
AbstractValueValidator() - Constructor for class net.sf.mmm.util.value.base.AbstractValueValidator
 
AbstractVersionedMain - Class in net.sf.mmm.util.cli.api
This is the abstract base class for a main-program that has a version.
AbstractVersionedMain() - Constructor for class net.sf.mmm.util.cli.api.AbstractVersionedMain
 
accept(char) - Method in class net.sf.mmm.util.cli.api.CliOptionNameDefaultFilter
This method determines if a character the name (excluding the initial hyphens) is acceptable.
accept(String) - Method in class net.sf.mmm.util.cli.api.CliOptionNameDefaultFilter
This method determines if the given value should be accepted.
accept(File) - Method in class net.sf.mmm.util.file.base.DirectoryFilter
accept(File) - Method in class net.sf.mmm.util.file.base.FileFilterAdapter
accept(File) - Method in class net.sf.mmm.util.file.base.FileStringFilterAdapter
accept(File) - Method in class net.sf.mmm.util.file.base.PatternFileFilter
accept(File) - Method in class net.sf.mmm.util.file.base.PlainFileFilter
accept(char) - Method in interface net.sf.mmm.util.filter.api.CharFilter
This method determines if the given character c should be accepted.
accept(V) - Method in interface net.sf.mmm.util.filter.api.Filter
This method determines if the given value should be accepted.
accept(V) - Method in interface net.sf.mmm.util.filter.api.FilterRule
This method checks if the given string is accepted, denied or ignored by this rule.
accept(char) - Method in class net.sf.mmm.util.filter.base.ConjunctionCharFilter
This method determines if the given character c should be accepted.
accept(V) - Method in class net.sf.mmm.util.filter.base.ConjunctionFilter
This method determines if the given value should be accepted.
accept(V) - Method in class net.sf.mmm.util.filter.base.ConstantFilter
This method determines if the given value should be accepted.
accept(V) - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method determines if the given value should be accepted.
accept(char) - Method in class net.sf.mmm.util.filter.base.ListCharFilter
This method determines if the given character c should be accepted.
accept(String) - Method in class net.sf.mmm.util.filter.base.PatternFilterRule
This method checks if the given string is accepted, denied or ignored by this rule.
accept(Object) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
This method determines if the given value should be accepted.
accept(Class<?>) - Method in class net.sf.mmm.util.reflect.base.AnnotationFilter
This method determines if the given value should be accepted.
accept(Class<?>) - Method in class net.sf.mmm.util.reflect.base.AssignableFromFilter
This method determines if the given value should be accepted.
ACCEPT_ALL_FILTER - Static variable in class net.sf.mmm.util.filter.base.ConstantFilter
 
acceptChar - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
acceptRecursive(V) - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method implements FilterRuleChain.accept(Object) recursively.
acceptStatic - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
AccessFailedException - Exception in net.sf.mmm.util.reflect.api
An AccessFailedException is thrown if a reflective call failed because the executing code does NOT have access to the according definition.
AccessFailedException(IllegalAccessException, AccessibleObject) - Constructor for exception net.sf.mmm.util.reflect.api.AccessFailedException
The constructor.
AccessFailedException(IllegalAccessException, Type) - Constructor for exception net.sf.mmm.util.reflect.api.AccessFailedException
The constructor.
accessorBuilders - Variable in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
 
accessorMap - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
 
accessors - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
 
active - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
actualTypeArguments - Variable in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
 
ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
add(E) - Method in class net.sf.mmm.util.collection.base.CollectionList
add(int, E) - Method in class net.sf.mmm.util.collection.base.CollectionList
ADD - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for an accessor used to add an item to a property with a container (array or Collection) type.
add(Object, Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method adds the given item to the given arrayOrCollection.
add(Object, Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method adds the given item to the given arrayOrCollection.
addAll(Collection<? extends E>) - Method in class net.sf.mmm.util.collection.base.CollectionList
addArgument(CliArgumentContainer) - Method in class net.sf.mmm.util.cli.base.CliState
This method registers the given argument.
addChild(NODE) - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method adds the given child to the children of this TreeNode.
addClassMapping(Class<?>) - Method in class net.sf.mmm.util.reflect.base.MappedClassResolver
This method adds a mapping for the given type using the simple-name.
addClassMapping(String, Class<?>) - Method in class net.sf.mmm.util.reflect.base.MappedClassResolver
This method adds a mapping for the given type using the given name.
addComposition(char, char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method adds the given composition pair.
addConverter(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method registers the given converter to this composed converter.
addConverter(ValueConverter<?, TARGET>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method registers the given converter to this composed converter.
addConverterComponent(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
 
addConverterInternal(ValueConverter<?, ?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method registers the given converter to this composed converter.
additionalConverter - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
additionalFunctionManager - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
addListener(L) - Method in interface net.sf.mmm.util.event.api.EventSource
This method registers a listener that is interested in Events.
addListener(L) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method registers a listener that is interested in Events.
addMode(CliMode, Class<?>) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method adds the given CliMode.
addMode(CliModeContainer) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method adds the given CliMode.
addOption(CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.CliState
This method registers the given option.
addOption(String, CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.CliState
This method registers the given option with the given name.
addProcessorFactory(DetectorStreamProcessorFactory) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method registers a DetectorStreamProcessorFactory to this DetectorStreamProvider.
addPropertyItem(POJO, String, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method adds the given item to the list-like property with the given propertyName from the given pojoInstance using the add accessor.
addPropertyItem(POJO, String, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method adds the given item to the list-like property with the given propertyName from the given pojoInstance using the add accessor.
addRank(E, int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method adds the given gain to the current rank of the given element.
addRank(int) - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
addRefreshable(Refreshable) - Method in interface net.sf.mmm.util.component.api.PeriodicRefresher
This method will register the given refreshable so it will be refreshed periodically.
addRefreshable(Refreshable) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method will register the given refreshable so it will be refreshed periodically.
addSingularAccessors - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
 
addToList(List<V>) - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method appends the values of the list represented by this node to the given list.
addToList(List<V>) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method appends the values of the list represented by this node to the given list.
addToMap(Map<String, Object>, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method adds the given arguments to the given Map.
addToMap(Map<String, Object>, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method adds the given arguments to the given Map.
addVirtualAccessor(AbstractPojoPropertyDescriptor, PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method adds the given accessor to the given propertyDescriptor.
addVirtualAccessors - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
 
AdvancedClassHierarchieMap<E> - Class in net.sf.mmm.util.collection.base
This class extends AbstractClassHierarchieMap with the ability to replace elements (<E>) on recursive puts if the new element has a more general type.
AdvancedClassHierarchieMap() - Constructor for class net.sf.mmm.util.collection.base.AdvancedClassHierarchieMap
The constructor.
AdvancedClassHierarchieMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.AdvancedClassHierarchieMap
The constructor.
ALEF_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ALIAS_HELP - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The alias of the option to get help/usage.
ALIAS_VERSION - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The alias of the option to get the program version.
alignment - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
alignment - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The alignment.
ALL_AROUND_PROFILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ALL_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
allowSave - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
 
ALMOST_EQUAL_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
AlreadyInitializedException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if an operation was invoked after the object was initialized but has to be called before initialization.
AlreadyInitializedException() - Constructor for exception net.sf.mmm.util.component.api.AlreadyInitializedException
The constructor.
altQuoteEnd - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
altQuoteEscape - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
altQuoteEscapeLazy - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
altQuoteStart - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
AMALGAMATION_OR_COPRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
AMPERSAND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The ampersand sign used for the term "and" (38 ).
ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANGLE_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANGSTROM_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
annotatedClass - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
AnnotationFilter - Class in net.sf.mmm.util.reflect.base
This is a filter that only accepts types that are annotated with an annotation given at construction.
AnnotationFilter(Class<? extends Annotation>) - Constructor for class net.sf.mmm.util.reflect.base.AnnotationFilter
The constructor.
AnnotationFilter(Class<? extends Annotation>, boolean) - Constructor for class net.sf.mmm.util.reflect.base.AnnotationFilter
The constructor.
AnnotationFilter(Class<? extends Annotation>, boolean, AnnotationUtilImpl) - Constructor for class net.sf.mmm.util.reflect.base.AnnotationFilter
The constructor.
AnnotationNotForTargetException - Exception in net.sf.mmm.util.reflect.api
A AnnotationNotForTargetException is thrown if an Annotation should be resolved for a specific ElementType that it is NOT targeted for.
AnnotationNotForTargetException(Class<? extends Annotation>, ElementType) - Constructor for exception net.sf.mmm.util.reflect.api.AnnotationNotForTargetException
The constructor.
AnnotationNotRuntimeException - Exception in net.sf.mmm.util.reflect.api
A AnnotationNotRuntimeException is thrown if an Annotation should be resolved at runtime but has NOT the Retention RetentionPolicy.RUNTIME.
AnnotationNotRuntimeException(Class<? extends Annotation>) - Constructor for exception net.sf.mmm.util.reflect.api.AnnotationNotRuntimeException
The constructor.
annotationType - Variable in class net.sf.mmm.util.reflect.base.AnnotationFilter
The required annotation.
annotationUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
annotationUtil - Variable in class net.sf.mmm.util.cli.base.CliState
 
AnnotationUtil - Interface in net.sf.mmm.util.reflect.api
This is the interface for a collection of utility functions to deal with annotations.
annotationUtil - Variable in class net.sf.mmm.util.reflect.base.AnnotationFilter
The AnnotationUtilImpl to use.
AnnotationUtilImpl - Class in net.sf.mmm.util.reflect.base
This class is a collection of utility functions for dealing with annotations.
AnnotationUtilImpl() - Constructor for class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
The constructor.
ANTICLOCKWISE_CONTOUR_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANTICLOCKWISE_INTEGRATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANTICLOCKWISE_OPEN_CIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ANTICLOCKWISE_TOP_SEMICIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
API_PKG_SUFFIX - Static variable in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The conventional suffix for an api package.
APL_FUNCTIONAL_SYMBOL_CIRCLE_STILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APL_FUNCTIONAL_SYMBOL_I_BEAM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APL_FUNCTIONAL_SYMBOL_SLASH_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The apostrophe sign (39 ).
append(StringBuilder, String, int, CliOutputSettings) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
This method appends a single option to the syntax.
append(char) - Method in class net.sf.mmm.util.io.base.AppendableWriter
append(CharSequence) - Method in class net.sf.mmm.util.io.base.AppendableWriter
append(CharSequence, int, int) - Method in class net.sf.mmm.util.io.base.AppendableWriter
append(ByteArray) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method queues the given DetectorStreamBufferImpl.CurrentByteArray at the end of this buffer.
append(CharSequence, int, int) - Method in class net.sf.mmm.util.nls.base.NlsWriter
append(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
append(Appendable, DefaultLineWrapper.ColumnState, DefaultLineWrapper.CellBuffer) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method appends the text of a single cell (line of a single column).
append(CharSequence) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
append(CharSequence, int, int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
append(char) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
appendable - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The Appendable where to write help to.
appendable - Variable in class net.sf.mmm.util.io.base.AppendableWriter
The delegate.
AppendableWriter - Class in net.sf.mmm.util.io.base
This class is a Writer that adapts an Appendable.
AppendableWriter(Appendable) - Constructor for class net.sf.mmm.util.io.base.AppendableWriter
The constructor.
appendCellBuffer(DefaultLineWrapper.ColumnState, DefaultLineWrapper.CellBuffer) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method fills the DefaultLineWrapper.CellBuffer with the payload for the current cell.
AppendingList<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the List interface that gives a read-only view on other lists that appear as if they were concatenated.
AppendingList(List<? extends E>...) - Constructor for class net.sf.mmm.util.collection.base.AppendingList
The constructor.
appendSubstring(StringBuffer, int, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method appends the substring specified by start and end to the given buffer.
appendWithAlignment(Appendable, DefaultLineWrapper.ColumnState, boolean, DefaultLineWrapper.CellBuffer) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method actually appends the text for a single line of a single column according to alignment.
applicationContext - Variable in class net.sf.mmm.util.component.impl.SpringContainer
The ConfigurableApplicationContext to delegate to.
apply(HyphenationPattern) - Method in class net.sf.mmm.util.text.base.HyphenationState
This is the heart of the hyphenation algorithm.
apply(HyphenationPattern, int) - Method in class net.sf.mmm.util.text.base.HyphenationState
This method applies the pattern matching at the given offset.
APPROACHES_THE_LIMIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_BUT_NOT_ACTUALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_EQUAL_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
APPROXIMATELY_EQUAL_TO_OR_THE_IMAGE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ARC - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
args - Variable in class net.sf.mmm.util.reflect.api.Arguments
the wrapped signature
argument - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
 
argument - Variable in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
argument - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The NlsArgument to use as result or null if NlsFormatterChoice.Choice.result should be used instead.
argument - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
 
argumentFormatter - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
argumentIndex - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
 
argumentParser - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
arguments - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The NLS-arguments.
arguments - Variable in class net.sf.mmm.util.cli.base.CliState
 
arguments - Variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
 
arguments - Variable in class net.sf.mmm.util.nls.base.ComposedNlsMessage
 
arguments - Variable in class net.sf.mmm.util.nls.base.NlsWriter
 
Arguments - Class in net.sf.mmm.util.reflect.api
This class represents an argument list.
Arguments(Object...) - Constructor for class net.sf.mmm.util.reflect.api.Arguments
The constructor.
array - Variable in class net.sf.mmm.util.cli.base.CliValueContainerArray
The array or null if NOT yet set.
ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.base.NoByteArrayPool
The default length of the managed byte-arrays.
ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.base.NoCharArrayPool
The default length of the managed char-arrays.
arrayLength - Variable in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The actual length of the byte-arrays.
arrayLength - Variable in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The actual length of the char-arrays.
ArrayListFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the ListFactory interface that creates instances of ArrayList.
ArrayListFactory() - Constructor for class net.sf.mmm.util.collection.base.ArrayListFactory
 
arrayQueue - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The Queue of available DetectorStreamBufferImpl.CurrentByteArrays that have NOT yet been processed.
ARROW_POINTING_DOWNWARDS_THEN_CURVING_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ARROW_POINTING_DOWNWARDS_THEN_CURVING_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ARROW_POINTING_RIGHTWARDS_THEN_CURVING_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ASCII_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the Latin ASCII letters 'a'-'z' and 'A'-'Z'.
ASCII_LOWER_CASE_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the lower case Latin ASCII letters 'a'-'z'.
ASCII_UPPER_CASE_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the upper case Latin ASCII letters 'A'-'Z'.
asciiBytesAvailable - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The number of ASCII bytes available to read from EncodingUtilImpl.UtfDetectionReader.inputStream.
asciiProcessor - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The processor for ASCII-mode.
assign(Object) - Method in class net.sf.mmm.util.cli.base.CliValueMap
This method applies the parsed CLI values to the given state.
AssignableFromFilter - Class in net.sf.mmm.util.reflect.base
This is a filter that only accepts types that are assignable from a special type.
AssignableFromFilter(Class<?>) - Constructor for class net.sf.mmm.util.reflect.base.AssignableFromFilter
The constructor.
assignmentClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
assignmentClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
ASTERISK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The asterisk sign (42 ).
ASTERISK_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ASYMPTOTICALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
AsyncProcessExecutor - Interface in net.sf.mmm.util.process.api
This is the interface for an async executor of a Process.
AsyncTransferrer - Interface in net.sf.mmm.util.io.api
This is the interface for an async transferrer of streams or readers/writers.
ATOMIC_INTEGER - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for AtomicInteger.
ATOMIC_LONG - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for AtomicLong.
AttributeReadId<T> - Interface in net.sf.mmm.util.lang.api.attribute
This is the abstract interface for an object that has an ID.
AttributeReadTitle<T> - Interface in net.sf.mmm.util.lang.api.attribute
This is the abstract interface for an object that has an title.
AttributeWriteTitle<T> - Interface in net.sf.mmm.util.lang.api.attribute
The mutable variant of AttributeReadTitle.
autoAdjustWidthOfColumns(DefaultLineWrapper.ColumnState[], TextTableInfo) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method calculates the width of the columns to auto-adjust.
available() - Method in class net.sf.mmm.util.io.base.FailingInputStream
available() - Method in class net.sf.mmm.util.io.impl.BufferInputStream

B

BALLOT_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BasicDoubleLinkedNode<V> - Class in net.sf.mmm.util.collection.base
This is a basic implementation of the DoubleLinkedNode interface.
BasicDoubleLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
The constructor.
BasicLinkedNode<V> - Class in net.sf.mmm.util.collection.base
This is the basic implementation of the LinkedNode interface.
BasicLinkedNode() - Constructor for class net.sf.mmm.util.collection.base.BasicLinkedNode
 
BasicNlsMessage - Class in net.sf.mmm.util.nls.base
This is the abstract implementation of NlsMessage with the basic features.
BasicNlsMessage(NlsTemplate, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.BasicNlsMessage
The constructor.
BasicNlsMessage(String, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.BasicNlsMessage
The constructor.
BasicPojoPath - Class in net.sf.mmm.util.pojo.path.base
This class represents a PojoPath.
BasicPojoPath(String) - Constructor for class net.sf.mmm.util.pojo.path.base.BasicPojoPath
The constructor.
basicUtil - Variable in class net.sf.mmm.util.file.base.FileAttributes
the BasicUtilImpl instance to use.
BasicUtil - Interface in net.sf.mmm.util.lang.api
This is the interface for a collection of utility functions for very general operations especially for dealing with Arrays.
basicUtil - Variable in class net.sf.mmm.util.xml.base.DomUtilImpl
 
BasicUtilImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the BasicUtil interface.
BasicUtilImpl() - Constructor for class net.sf.mmm.util.lang.base.BasicUtilImpl
The constructor.
bean - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
 
beanMapper - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The XmlBeanMapper.
BECAUSE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BET_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BETWEEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BIG_DECIMAL - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for BigDecimal.
BIG_INTEGER - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for BigInteger.
bind(String, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
bind(String, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
bits - Variable in enum net.sf.mmm.util.reflect.api.VisibilityModifier
 
BLACK_CLUB_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_DIAMOND_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_DOWN_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_HEART_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LEFT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LETTER_CAPITAL_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_LOZENGE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_MEDIUM_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_RIGHT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_SMALL_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_SPADE_SUIT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_STAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_TELEPHONE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_UP_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BLACK_VERTICAL_RECTANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
blacklist - Variable in class net.sf.mmm.util.filter.base.ListCharFilter
 
BlockingQueueFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of BlockingQueue.
bom - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The ByteOrderMark or null if NOT present (or detection NOT started).
borderLeft - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
borderRight - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
borrow() - Method in interface net.sf.mmm.util.pool.api.Pool
This method borrows an element from this pool.
borrow() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method borrows an element from this pool.
borrow() - Method in class net.sf.mmm.util.pool.base.NoByteArrayPool
This method borrows an element from this pool.
borrow() - Method in class net.sf.mmm.util.pool.base.NoCharArrayPool
This method borrows an element from this pool.
borrowInternal() - Method in class net.sf.mmm.util.pool.base.AbstractPool
 
BOTTOM_LEFT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_LEFT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_RIGHT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_RIGHT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOTTOM_SQUARE_BRACKET_OVER_TOP_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
bounds - Variable in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
 
BOWTIE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_DOWN_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_DOWN_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_DOWN_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_UP_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_UP_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_UP_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOUBLE_VERTICAL_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_DOUBLE_AND_HORIZONTAL_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_DOUBLE_AND_LEFT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_DOUBLE_AND_RIGHT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_SINGLE_AND_HORIZONTAL_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_SINGLE_AND_LEFT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_DOWN_SINGLE_AND_RIGHT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_DOWN_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_DOWN_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_DOWN_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_UP_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_UP_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_UP_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL_AND_HORIZONTAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_LIGHT_VERTICAL_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_DOUBLE_AND_HORIZONTAL_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_DOUBLE_AND_LEFT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_DOUBLE_AND_RIGHT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_SINGLE_AND_HORIZONTAL_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_SINGLE_AND_LEFT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_UP_SINGLE_AND_RIGHT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_DOUBLE_AND_HORIZONTAL_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_DOUBLE_AND_LEFT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_DOUBLE_AND_RIGHT_SINGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_SINGLE_AND_HORIZONTAL_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_SINGLE_AND_LEFT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BOX_DRAWINGS_VERTICAL_SINGLE_AND_RIGHT_DOUBLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
breakIterator - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
breakIteratorIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BROKEN_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
BrowsableResource - Interface in net.sf.mmm.util.resource.api
This is the interface for a DataResource that has higher-level features and may contain other resources.
BrowsableResourceFactory - Interface in net.sf.mmm.util.resource.api
This is the interface for a factory used to create instances of BrowsableResource.
BrowsableResourceFactoryImpl - Class in net.sf.mmm.util.resource.impl
This is the default implementation of the BrowsableResourceFactory interface.
BrowsableResourceFactoryImpl() - Constructor for class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
The constructor.
buffer - Variable in class net.sf.mmm.util.io.base.ByteArrayImpl
 
buffer - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
the internal buffer.
buffer - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
 
buffer - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
buffer - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The buffer read to lookahead the encoding from the XML header.
BUFFER_SIZE - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The used buffer size.
BufferExceedException - Exception in net.sf.mmm.util.io.api
A BufferExceedException is thrown if a buffer (typically array of bytes or chars) is exceeded (e.g. offset or length are out of range).
BufferExceedException(int, int) - Constructor for exception net.sf.mmm.util.io.api.BufferExceedException
The constructor.
BufferInputStream - Class in net.sf.mmm.util.io.impl
This class represents a InputStream that works like a BufferedInputStream but exposes its internal state to be used for lookahead operations.
BufferInputStream(InputStream) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream
The constructor.
BufferInputStream(InputStream, int) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream
The constructor.
BufferInputStream(InputStream, int, int) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream
The constructor.
BufferInputStream.CopyProcessor - Class in net.sf.mmm.util.io.impl
This inner class is the ByteProcessor used to copy bytes from the buffer to the caller consuming data from this stream.
BufferInputStream.CopyProcessor() - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The constructor.
BufferInputStream.CopyProcessor(byte[], int) - Constructor for class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The constructor.
buffers - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The actual buffers.
buffersEndIndex - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The index of the last buffer out of AbstractByteArrayBufferBuffer.buffers.
buffersIndex - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The index of the current buffer out of AbstractByteArrayBufferBuffer.buffers.
bufferStepCount - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The number of buffers that have been stepped through.
build(Object) - Method in interface net.sf.mmm.util.cli.api.CliParserBuilder
This method builds a CliParser instance from the given Pojo.
build(Object) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
This method builds a CliParser instance from the given Pojo.
build(String) - Method in interface net.sf.mmm.util.text.api.JustificationBuilder
This method parses the given format as Justification.
build(String) - Method in class net.sf.mmm.util.text.base.JustificationBuilderImpl
This method parses the given format as Justification.
builders - Variable in class net.sf.mmm.util.nls.base.NlsFormatterMap
 
buildInternal(Object, CliState) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
This method implements AbstractCliParserBuilder.build(Object) internally.
buildInternal(Object, CliState) - Method in class net.sf.mmm.util.cli.impl.DefaultCliParserBuilder
This method implements AbstractCliParserBuilder.build(Object) internally.
BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
bundle - Variable in class net.sf.mmm.util.nls.base.AbstractResourceBundle
The key value pairs; maps keys (String) to values (Object).
bundleClass - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
bundleName - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The bundle-name.
BYTE - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for Byte.
ByteArray - Interface in net.sf.mmm.util.io.api
This is the interface for some object that holds a byte-array together with a range where the user of this interface may start and end reading in that array.
ByteArrayBuffer - Interface in net.sf.mmm.util.io.api
This is the interface for a byte[] buffer.
ByteArrayBufferBuffer - Class in net.sf.mmm.util.io.impl
This is the regular implementation of the AbstractByteArrayBufferBuffer.
ByteArrayBufferBuffer(ByteArrayBufferImpl...) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferBuffer
The constructor.
ByteArrayBufferImpl - Class in net.sf.mmm.util.io.impl
This class is similar to ByteBuffer but a lot simpler.
ByteArrayBufferImpl(int) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
The constructor.
ByteArrayBufferImpl(byte[]) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
The constructor.
ByteArrayBufferImpl(byte[], int, int) - Constructor for class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
The constructor.
ByteArrayImpl - Class in net.sf.mmm.util.io.base
This class is similar to ByteBuffer but a lot simpler.
ByteArrayImpl(int) - Constructor for class net.sf.mmm.util.io.base.ByteArrayImpl
The constructor.
ByteArrayImpl(byte[]) - Constructor for class net.sf.mmm.util.io.base.ByteArrayImpl
The constructor.
ByteArrayImpl(byte[], int, int) - Constructor for class net.sf.mmm.util.io.base.ByteArrayImpl
The constructor.
byteArrayPool - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
 
byteArrayPool - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
byteArrayPool - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The ByteArrayPool.
byteArrayPool - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
 
ByteArrayPool - Interface in net.sf.mmm.util.pool.api
This is the interface for a Pool of byte[].
ByteArrayPoolImpl - Class in net.sf.mmm.util.pool.impl
This is the default implementation of the Pool interface for byte-arrays.
ByteArrayPoolImpl() - Constructor for class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The constructor.
ByteArrayPoolImpl(int, int) - Constructor for class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The constructor.
ByteBuffer - Interface in net.sf.mmm.util.io.api
This is the interface for a buffer of bytes.
ByteIterator - Interface in net.sf.mmm.util.io.api
This is the interface for an Iterator of byte -values.
ByteOrderMark - Enum in net.sf.mmm.util.io.api
This type represents a Byte-Order-Mark (BOM) of an Unicode-Transformation-Format (UTF).
ByteOrderMark() - Constructor for enum net.sf.mmm.util.io.api.ByteOrderMark
 
bytePosition - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The byte-position in the stream relative to the head.
ByteProcessable - Interface in net.sf.mmm.util.io.api
This is the interface for an object providing data represented as sequence of bytes - typically some sort of buffer.
ByteProcessor - Interface in net.sf.mmm.util.io.api
This is a call back interface that allows efficient processing of byte-buffers.
ByteProvider - Interface in net.sf.mmm.util.io.api
This is an abstract interface for some object (typically some buffer) that provides bytes.
bytes - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
An array of buffered bytes or null.

C

cache - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The actual cache that maps a PojoPath to the resulting AbstractPojoPathNavigator.CachingPojoPath.
cache - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The actual cache that maps a PojoPath to the resulting Pojo.
cache - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
cachedHash - Variable in class net.sf.mmm.util.lang.base.CoreCharSequence
the hash of this sequence or 0 if not cached
cachedHash - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The cached hash-code of the AbstractPojoPathNavigator.CachingPojoPath.pojo from the AbstractPojoPathNavigator.PojoPathCache.rootPath.
CachedThreadPoolExecutor - Class in net.sf.mmm.util.concurrent.base
This is an advanced Executor that uses a Thread-pool.
CachedThreadPoolExecutor() - Constructor for class net.sf.mmm.util.concurrent.base.CachedThreadPoolExecutor
The constructor.
CachedThreadPoolExecutor(ThreadFactory) - Constructor for class net.sf.mmm.util.concurrent.base.CachedThreadPoolExecutor
The constructor.
cachingDisabled - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
call() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
call() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
This method executes the Process(es).
call() - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
callback - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
The callback or null.
cancel(boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AsyncTransferrerImpl
cancel(boolean) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.AsyncProcessExecutorImpl
CARE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The "care-of" (c/o) sign (8453 ).
CARET_INSERTION_POINT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
causeException() - Method in class net.sf.mmm.util.io.base.FailingInputStream
This method is called by any method declared by InputStream.
causeException() - Method in class net.sf.mmm.util.io.base.NonClosingInputStream.ClosedInputStream
This method is called by any method declared by InputStream.
cdataCloseCount - Variable in class net.sf.mmm.util.xml.api.ParserState
 
CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CENT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the currency unit cent.
chainSuccessor - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The successor in the chain or null if this is the last.
ChangeEvent - Interface in net.sf.mmm.util.event.api
A ChangeEvent is an Event that informs about something that has been added, updated or removed.
ChangeType - Enum in net.sf.mmm.util.event.api
This enum contains the available types of a ChangeEvent.
ChangeType() - Constructor for enum net.sf.mmm.util.event.api.ChangeType
 
CHAR_FILTER - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
 
CHAR_OPTION - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The option prefix character.
CHARACTER_TABULATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CHARACTER_TO_ASCII_MAP - Static variable in class net.sf.mmm.util.text.base.UnicodeUtilImpl
 
characterEscapingTable - Variable in class net.sf.mmm.util.io.base.EscapeWriter
A table that maps chars (as index) to escape sequences.
charArrayPool - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
CharArrayPool - Interface in net.sf.mmm.util.pool.api
This is the interface for a Pool of char[].
CharArrayPoolImpl - Class in net.sf.mmm.util.pool.impl
This is the default implementation of the Pool interface for char-arrays.
CharArrayPoolImpl() - Constructor for class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The constructor.
CharArrayPoolImpl(int, int) - Constructor for class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The constructor.
charAt(int) - Method in class net.sf.mmm.util.lang.base.CharSubSequence
charAt(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
charBuffer - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
The character-buffer to fill by the reader.
CharFilter - Interface in net.sf.mmm.util.filter.api
This is the interface for a filter that decides if a given character is acceptable or should be filtered.
CharIterator - Interface in net.sf.mmm.util.lang.api
This is the interface for an Iterator of primitive char values.
charOffset - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
The current index in EncodingUtilImpl.AsciiProcessor.charBuffer.
chars - Variable in class net.sf.mmm.util.filter.base.ListCharFilter
 
chars - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
the string to parse as char array
CHARS_TO_ESCAPE - Static variable in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
The characters that have to be escaped in a regular expression.
CharScannerSyntax - Interface in net.sf.mmm.util.scanner.api
This is the interface used to define the syntax to scan characters.
CharSequenceScanner - Class in net.sf.mmm.util.scanner.base
This class represents a String or better a sequence of characters ( char[]) together with a position in that sequence.
CharSequenceScanner(CharSequence) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
CharSequenceScanner(String) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
CharSequenceScanner(char[]) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
CharSequenceScanner(char[], int, int) - Constructor for class net.sf.mmm.util.scanner.base.CharSequenceScanner
The constructor.
charset - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The encoding detected from the XML header or null if it was NOT specified.
CharStreamScanner - Interface in net.sf.mmm.util.scanner.api
This is the interface for a scanner that can be used to parse a stream or sequence of characters.
CharSubSequence - Class in net.sf.mmm.util.lang.base
This is an implementation of the CharSequence Interface that can be used to implement the method CharSequence.subSequence(int, int).
CharSubSequence(CharSequence, int, int) - Constructor for class net.sf.mmm.util.lang.base.CharSubSequence
The constructor.
CHECK_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
checkComments - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
checkForComodification() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Checks that the collection has NOT been modified outside this iterator.
checkNotNull(Class<O>, O) - Static method in exception net.sf.mmm.util.nls.api.NlsNullPointerException
This method checks if the given object is null.
checkNotNull(String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsNullPointerException
This method checks if the given object is null.
checkOption(CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method checks a CliOption for correctness.
checkOptionName(String, CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method checks the given name of the given option.
checkRange(Number, Number, Number, Object) - Static method in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
This method checks that the given value is in the inclusive range from minimum to maximum.
checkRequiredParameters(AbstractCliParser.CliParserState) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method checks that all required options are present if they are triggered by the current mode.
checkSubArray(int, int) - Method in class net.sf.mmm.util.io.base.AbstractByteArray
This method checks that the given minimum and maximum are valid for AbstractByteArray.createSubArray(int, int).
childCount - Variable in class net.sf.mmm.util.io.impl.PooledByteArray
The number of children created.
children - Variable in class net.sf.mmm.util.collection.base.AbstractTreeNode
 
chmod(String) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method allows to change the modifiers by a string expression.
choices - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The NlsFormatterChoice.Choices.
CIRCLE_WITH_HORIZONTAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLE_WITH_SMALL_CIRCLE_TO_THE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLE_WITH_SUPERIMPOSED_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLE_WITH_TWO_HORIZONTAL_STROKES_TO_THE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_ANTICLOCKWISE_ROTATED_DIVISION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_ASTERISK_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DIVISION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DIVISION_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_LATIN_CAPITAL_LETTER_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_MULTIPLICATION_SIGN_WITH_CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_PARALLEL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_PERPENDICULAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_RING_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCLED_WHITE_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCULATION_FUNCTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The circumflex accent (94 ).
CLASS_FOR_NAME_RESOLVER - Static variable in interface net.sf.mmm.util.reflect.api.ClassResolver
This is a singleton implementation of the ClassResolver interface that simply delegates to Class.forName(String).
classMap - Variable in class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
 
ClassNameCollector - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ResourceVisitor interface that collects the names of all classes accepted by a given filter in a Set.
ClassNameCollector(Set<String>, Filter<String>) - Constructor for class net.sf.mmm.util.reflect.base.ClassNameCollector
The constructor.
classNameSet - Variable in class net.sf.mmm.util.reflect.base.ClassNameCollector
Set to collect class-names.
CLASSPATH_NLS_BUNDLE - Static variable in interface net.sf.mmm.util.nls.api.NlsTemplateResolver
The classpath of a textual file containing the full qualified name(s) of one or multiple NLS-bundle(s).
ClasspathResource - Class in net.sf.mmm.util.resource.base
This is the implementation of the DataResource interface for a resource that comes from the classpath.
ClasspathResource(String) - Constructor for class net.sf.mmm.util.resource.base.ClasspathResource
The constructor.
ClasspathResource(Class<?>, String, boolean) - Constructor for class net.sf.mmm.util.resource.base.ClasspathResource
The constructor for a classpath-resource identified by someClass and the given nameOrSuffix.
ClasspathResource(Package, String) - Constructor for class net.sf.mmm.util.resource.base.ClasspathResource
The constructor. for a classpath-resource identified by somePackage and the given filename.
ClasspathResourceProvider - Class in net.sf.mmm.util.resource.impl.spi
This is the implementation of DataResourceProvider for ClasspathResource.
ClasspathResourceProvider() - Constructor for class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
The constructor.
ClassResolver - Interface in net.sf.mmm.util.reflect.api
This is the callback interface used to resolve a type by some logical name to the Class reflecting that type.
clear() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
clear() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method clears the complete pool.
clearInternal() - Method in class net.sf.mmm.util.pool.base.AbstractPool
 
CLI_CLASS - Static variable in class net.sf.mmm.util.cli.base.CliClassContainer.CliDefaultAnnotations
The default instance of CliClass.
CLI_STYLE - Static variable in class net.sf.mmm.util.cli.base.CliClassContainer.CliDefaultAnnotations
The default instance of CliStyle.
CliArgument - Annotation Type in net.sf.mmm.util.cli.api
A CliArgument is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline argument.
CliArgumentContainer - Class in net.sf.mmm.util.cli.base
This is a container for a CliArgument together with additional associated information.
CliArgumentContainer(CliArgument, PojoPropertyAccessorOneArg, PojoPropertyAccessorNonArg, ValueValidator) - Constructor for class net.sf.mmm.util.cli.base.CliArgumentContainer
The constructor.
CliArgumentMissingException - Exception in net.sf.mmm.util.cli.api
A CliArgumentMissingException is thrown if a required argument is missing.
CliArgumentMissingException(String, String) - Constructor for exception net.sf.mmm.util.cli.api.CliArgumentMissingException
The constructor.
CliArgumentReferenceMissingException - Exception in net.sf.mmm.util.cli.api
A CliArgumentReferenceMissingException is thrown if a referenced argument is missing.
CliArgumentReferenceMissingException(CliArgumentContainer) - Constructor for exception net.sf.mmm.util.cli.api.CliArgumentReferenceMissingException
The constructor.
CliClass - Annotation Type in net.sf.mmm.util.cli.api
A CliClass is used to annotate a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
cliClass - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
CliClassContainer - Class in net.sf.mmm.util.cli.base
A CliClassContainer determines and holds the class-specific CLI-informations of a state-class.
CliClassContainer(Class<?>, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliClassContainer
The constructor.
CliClassContainer.CliDefaultAnnotations - Class in net.sf.mmm.util.cli.base
This inner class is a dummy for getting default instances of CLI annotations.
CliClassContainer.CliDefaultAnnotations() - Constructor for class net.sf.mmm.util.cli.base.CliClassContainer.CliDefaultAnnotations
The forbidden constructor.
CliClassContainer.CliModeFormatter - Class in net.sf.mmm.util.cli.base
This inner class converts a CliModeContainer to a String.
CliClassContainer.CliModeFormatter() - Constructor for class net.sf.mmm.util.cli.base.CliClassContainer.CliModeFormatter
 
CliClassNoPropertyException - Exception in net.sf.mmm.util.cli.api
A CliClassNoPropertyException is thrown if a CLI-class is illegal because it has no property annotated with CliOption or CliArgument.
CliClassNoPropertyException(Class<?>) - Constructor for exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
The constructor.
CliContainerStyle - Enum in net.sf.mmm.util.cli.api
This enum contains the available styles for container types.
CliContainerStyle() - Constructor for enum net.sf.mmm.util.cli.api.CliContainerStyle
 
CliException - Exception in net.sf.mmm.util.cli.api
A CliException is thrown, if the commandline arguments are invalid for a specific main-program.
CliException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(Throwable, String) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.cli.api.CliException
The constructor.
CliMode - Annotation Type in net.sf.mmm.util.cli.api
A CliMode is used to annotate a CLI annotated class in order to define a operational mode.
CliModeContainer - Class in net.sf.mmm.util.cli.base
This is a container for a CliMode together with additional associated information.
CliModeContainer(String) - Constructor for class net.sf.mmm.util.cli.base.CliModeContainer
The constructor for a dummy instance.
CliModeContainer(CliMode, Class<?>) - Constructor for class net.sf.mmm.util.cli.base.CliModeContainer
The constructor.
CliModeContainer(CliMode, Class<?>, String) - Constructor for class net.sf.mmm.util.cli.base.CliModeContainer
The constructor.
CliModeObject - Interface in net.sf.mmm.util.cli.api
This is a container for a CliMode together with additional associated information.
CliModes - Annotation Type in net.sf.mmm.util.cli.api
This annotation is used to annotate a CLI-Class with multiple CliMode-annotations.
CliModeUndefinedException - Exception in net.sf.mmm.util.cli.api
A CliModeUndefinedException is thrown if a CliOption or CliArgument defines a mode that is NOT defined.
CliModeUndefinedException(String, Object) - Constructor for exception net.sf.mmm.util.cli.api.CliModeUndefinedException
The constructor.
CliOption - Annotation Type in net.sf.mmm.util.cli.api
A CliOption is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline option.
CliOptionAndArgumentAnnotationException - Exception in net.sf.mmm.util.cli.api
A CliOptionAndArgumentAnnotationException is thrown if a property is annotated with both CliOption and CliArgument.
CliOptionAndArgumentAnnotationException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
The constructor.
CliOptionContainer - Class in net.sf.mmm.util.cli.base
This is a container for a CliOption together with additional associated information.
CliOptionContainer(CliOption, PojoPropertyAccessorOneArg, PojoPropertyAccessorNonArg, ValueValidator) - Constructor for class net.sf.mmm.util.cli.base.CliOptionContainer
The constructor.
CliOptionDuplicateException - Exception in net.sf.mmm.util.cli.api
A CliOptionDuplicateException is thrown if the same option occurred multiple times as commandline-argument.
CliOptionDuplicateException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionDuplicateException
The constructor.
CliOptionIllegalNameOrAliasException - Exception in net.sf.mmm.util.cli.api
A CliOptionIllegalNameOrAliasException is thrown if the name or alias of a CliOption is illegal.
CliOptionIllegalNameOrAliasException(String, CliOption) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
The constructor.
CliOptionIncompatibleModesException - Exception in net.sf.mmm.util.cli.api
A CliOptionIncompatibleModesException is thrown if two options are used together that have incompatible modes.
CliOptionIncompatibleModesException(String, String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
The constructor.
CliOptionMisplacedException - Exception in net.sf.mmm.util.cli.api
A CliOptionMisplacedException is thrown if an option is misplaced, meaning that it occurred after the first argument has been detected.
CliOptionMisplacedException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionMisplacedException
The constructor.
CliOptionMissingException - Exception in net.sf.mmm.util.cli.api
A CliOptionMissingException is thrown if a required option is missing.
CliOptionMissingException(String, String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionMissingException
The constructor.
CliOptionMissingValueException - Exception in net.sf.mmm.util.cli.api
A CliOptionMissingValueException is thrown if an option requires a value that is missing (no proper value is specified as commandline argument).
CliOptionMissingValueException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionMissingValueException
The constructor.
CliOptionNameDefaultFilter - Class in net.sf.mmm.util.cli.api
This is the default Filter used to decide if the name or alias of a CliOption is acceptable.
CliOptionNameDefaultFilter() - Constructor for class net.sf.mmm.util.cli.api.CliOptionNameDefaultFilter
 
CliOptionUndefinedException - Exception in net.sf.mmm.util.cli.api
A CliOptionUndefinedException is thrown if an option is given as commandline-argument if NOT defined.
CliOptionUndefinedException(String) - Constructor for exception net.sf.mmm.util.cli.api.CliOptionUndefinedException
The constructor.
CliOutputSettings - Class in net.sf.mmm.util.cli.api
This class represents the settings for the help output.
CliOutputSettings() - Constructor for class net.sf.mmm.util.cli.api.CliOutputSettings
The constructor.
CliOutputSettings(int) - Constructor for class net.sf.mmm.util.cli.api.CliOutputSettings
The constructor.
CliParameterConsumer - Class in net.sf.mmm.util.cli.base
A CliParameterConsumer holds the command-line parameters together with the current index.
CliParameterConsumer(String...) - Constructor for class net.sf.mmm.util.cli.base.CliParameterConsumer
The constructor.
CliParameterContainer - Class in net.sf.mmm.util.cli.base
This is the abstract base class for a container with the metadata of a CLI-parameter.
CliParameterContainer(PojoPropertyAccessorOneArg, PojoPropertyAccessorNonArg, ValueValidator) - Constructor for class net.sf.mmm.util.cli.base.CliParameterContainer
The constructor.
CliParameterListEmptyException - Exception in net.sf.mmm.util.cli.api
A CliParameterListEmptyException is thrown if CliParser.parseParameters(String...) is called without a single parameter.
CliParameterListEmptyException() - Constructor for exception net.sf.mmm.util.cli.api.CliParameterListEmptyException
The constructor.
CliParser - Interface in net.sf.mmm.util.cli.api
This is the interface used to parse the command-line arguments of a main-program.
CliParserBuilder - Interface in net.sf.mmm.util.cli.api
This is the interface used to build a CliParser from a given object.
CliParserDependencies - Interface in net.sf.mmm.util.cli.base
This interface bundles the dependencies for the CliParser.
CliParserExcepiton - Exception in net.sf.mmm.util.cli.api
A CliParserExcepiton is thrown if a property is annotated as CliOption or CliArgument but the type of that property is not supported.
CliParserExcepiton(Exception, Class<?>) - Constructor for exception net.sf.mmm.util.cli.api.CliParserExcepiton
The constructor.
cliState - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
 
cliState - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
CliState - Class in net.sf.mmm.util.cli.base
This is a container for the state-class.
CliState(Class<?>, PojoDescriptorBuilderFactory, Logger, ReflectionUtil, AnnotationUtil) - Constructor for class net.sf.mmm.util.cli.base.CliState
The constructor.
cliState - Variable in class net.sf.mmm.util.cli.base.CliValueMap
The CliState.
CliState.CliArgumentFormatter - Class in net.sf.mmm.util.cli.base
This inner class converts a CliArgumentContainer to a String.
CliState.CliArgumentFormatter() - Constructor for class net.sf.mmm.util.cli.base.CliState.CliArgumentFormatter
 
CliStyle - Annotation Type in net.sf.mmm.util.cli.api
A CliStyle is used to annotated a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
cliStyle - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
CliStyleHandling - Enum in net.sf.mmm.util.cli.api
This enum contains the available ways to handle a specific CLI-style.
CliStyleHandling() - Constructor for enum net.sf.mmm.util.cli.api.CliStyleHandling
 
CliValueContainer - Interface in net.sf.mmm.util.cli.base
A CliValueContainer is a simple container for the value of a option or a argument.
CliValueContainerArray - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for an array.
CliValueContainerArray(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerArray
The constructor.
CliValueContainerCollection - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for a Collection.
CliValueContainerCollection(CliParameterContainer, CliState, CliParserDependencies, Logger, Collection<Object>) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerCollection
The constructor.
CliValueContainerMap - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for a Map.
CliValueContainerMap(CliParameterContainer, CliState, CliParserDependencies, Logger, Map<Object, Object>) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerMap
The constructor.
CliValueContainerObject - Class in net.sf.mmm.util.cli.base
This is an implementation of CliValueContainer for simple objects (no arrays, collections, maps).
CliValueContainerObject(CliParameterContainer, CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliValueContainerObject
The constructor.
CliValueMap - Class in net.sf.mmm.util.cli.base
This class is a container for the values for options and arguments.
CliValueMap(CliState, CliParserDependencies, Logger) - Constructor for class net.sf.mmm.util.cli.base.CliValueMap
The constructor.
CLOCKWISE_CONTOUR_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOCKWISE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOCKWISE_OPEN_CIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOCKWISE_TOP_SEMICIRCLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
clone() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
clone() - Method in class net.sf.mmm.util.file.base.FileAttributes
close() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
close() - Method in class net.sf.mmm.util.io.api.DevNullTarget
close() - Method in class net.sf.mmm.util.io.api.DevZero
close(InputStream) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given inputStream without throwing an Exception.
close(OutputStream) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given outputStream without throwing an IOException.
close(Writer) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given writer without throwing an IOException.
close(Reader) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given reader without throwing an Exception.
close(Channel) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method closes the given channel without throwing an Exception.
close() - Method in class net.sf.mmm.util.io.base.AppendableWriter
close() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
close() - Method in class net.sf.mmm.util.io.base.EscapeWriter
close() - Method in class net.sf.mmm.util.io.base.FailingInputStream
close() - Method in class net.sf.mmm.util.io.base.NonClosingInputStream
close(InputStream) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given inputStream without throwing an Exception.
close(OutputStream) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given outputStream without throwing an IOException.
close(Writer) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given writer without throwing an IOException.
close(Reader) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given reader without throwing an Exception.
close(Channel) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method closes the given channel without throwing an Exception.
close() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
close() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
close() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
close() - Method in class net.sf.mmm.util.xml.base.XmlInputStream
CLOSED_INTERSECTION_WITH_SERIFS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUBSET_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_SUPERSET_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_UNION_WITH_SERIFS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CLOSED_UNION_WITH_SERIFS_AND_SMASH_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
collection - Variable in class net.sf.mmm.util.cli.base.CliValueContainerCollection
 
CollectionFactory<COLLECTION extends Collection> - Interface in net.sf.mmm.util.collection.api
This is the interface for a factory of Collections.
collectionFactoryManager - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
CollectionFactoryManager - Interface in net.sf.mmm.util.collection.api
This is the interface for a manager of CollectionFactory instances.
collectionFactoryManager - Variable in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
 
collectionFactoryManager - Variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
 
CollectionFactoryManagerImpl - Class in net.sf.mmm.util.collection.impl
This is the default implementation of the CollectionFactoryManager interface.
CollectionFactoryManagerImpl() - Constructor for class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
The constructor.
collectionFactoryMap - Variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
CollectionList<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the List interface that adapts another Collection as delegate.
CollectionList(Collection<E>) - Constructor for class net.sf.mmm.util.collection.base.CollectionList
The constructor.
CollectionList.ListIterator - Class in net.sf.mmm.util.collection.base
This inner class implements an Iterator for this CollectionList.
CollectionList.ListIterator() - Constructor for class net.sf.mmm.util.collection.base.CollectionList.ListIterator
 
collectionReflectionUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
collectionReflectionUtil - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
collectionReflectionUtil - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
CollectionReflectionUtil - Interface in net.sf.mmm.util.reflect.api
This is the interface for a collection of utility functions to deal with Collections reflectively.
collectionReflectionUtil - Variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
CollectionReflectionUtilImpl - Class in net.sf.mmm.util.reflect.base
This is the implementation of the CollectionReflectionUtil interface.
CollectionReflectionUtilImpl() - Constructor for class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
The constructor.
collectMatchingFiles(File, String, FileType, List<File>) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method adds all files matching the given path and fileType to the list.
collectMatchingFiles(File, String, FileType, List<File>) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method adds all files matching the given path and fileType to the list.
collectMatchingFiles(File, FileUtilImpl.PathSegment[], int, FileType, List<File>) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method adds all files matching to the given path and fileType to the list.
COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COLON_EQUALS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
columnInfo - Variable in class net.sf.mmm.util.text.api.TextColumn
 
columnState - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The DefaultLineWrapper.ColumnState.
COMBINING_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for { link DiacriticalMark.ACUTE .
COMBINING_ACUTE_ACCENT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_ACUTE_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_ALMOST_EQUAL_TO_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.BREVE.
COMBINING_BREVE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_BRIDGE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_BRIDGE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CANDRABINDU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.CARON.
COMBINING_CARON_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.CIRCUMFLEX .
COMBINING_CIRCUMFLEX_ACCENT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_COMMA_ABOVE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.DIAERESIS.
COMBINING_DIAERESIS_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.DOT_ABOVE.
COMBINING_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.DOUBLE_ACUTE.
COMBINING_DOUBLE_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.DOUBLE_GRAVE.
COMBINING_DOUBLE_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_LOW_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_OVERLINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_RIGHTWARDS_ARROW_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_VERTICAL_LINE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOUBLE_VERTICAL_LINE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_DOWN_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_EQUALS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_FOUR_DOTS_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for { link DiacriticalMark#GRAVE}.
COMBINING_GRAVE_ACCENT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GRAVE_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_DIALYTIKA_TONOS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_KORONIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_PERISPOMENI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_GREEK_YPOGEGRAMMENI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_HOMOTHETIC_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_HOOK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.HOOK_ABOVE.
COMBINING_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.HORN_ABOVE.
COMBINING_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_INVERTED_BREVE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_INVERTED_BRIDGE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_INVERTED_DOUBLE_ARCH_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_ANGLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_ANGLE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_HALF_RING_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_RIGHT_ARROW_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LEFT_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LONG_SOLIDUS_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LONG_STROKE_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_LOW_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.MACRON.
COMBINING_MACRON_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_MINUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_NOT_TILDE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_OVERLINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark#OVERLINE.
COMBINING_PALATALIZED_HOOK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_PLUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RETROFLEX_HOOK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_REVERSED_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RIGHT_HALF_RING_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RIGHT_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.RING_ABOVE.
COMBINING_RING_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SEAGULL_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SHORT_SOLIDUS_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SHORT_STROKE_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_SQUARE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_THREE_DOTS_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
combining-char for DiacriticalMark.TILDE .
COMBINING_TILDE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_TILDE_OVERLAY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_TURNED_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_UP_TACK_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_UPWARDS_ARROW_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_VERTICAL_LINE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_VERTICAL_LINE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_VERTICAL_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
COMBINING_X_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
combiningCharacter - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
COMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
commentChar - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
COMMERCIAL_AT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CommonTypeVariables - Class in net.sf.mmm.util.reflect.impl
This class contains common TypeVariables.
CommonTypeVariables() - Constructor for class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The forbidden constructor.
Comparator - Enum in net.sf.mmm.util.lang.api
A Comparator represents a function that compares two given values.
Comparator(String, String, boolean, Boolean) - Constructor for enum net.sf.mmm.util.lang.api.Comparator
The constructor.
comparator - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
The Comparator.
comparatorArgument - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
The argument for the NlsFormatterChoice.Condition.comparator.
compare(CharIterator, CharIterator) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method compares the given CharIterator instances char by char.
compare(CharIterator, CharIterator) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method compares the given CharIterator instances char by char.
compare(Class<?>, Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method compares the given classes.
compare(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method compares the given classes.
compareMode - Variable in class net.sf.mmm.util.xml.base.JoiningNodeIterator
The mode of comparison.
compareTo(DefaultLineWrapper.AutoAdjustInfo) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
compile(String) - Method in interface net.sf.mmm.util.pattern.api.PatternCompiler
 
compile(String) - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
compile(String) - Method in class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
compile(String) - Method in class net.sf.mmm.util.pattern.base.RegexPatternCompiler
COMPLEMENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
completed - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
 
completeManifest(Manifest, URL) - Static method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method adds dynamic attributes to the given manifest.
ComponentSpecification - Annotation Type in net.sf.mmm.util.component.base
ComponentSpecification is used to annotate the specification (should be an interface) of a component.
componentType - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
componentType - Variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
 
compose(char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method composes the given character with this DiacriticalMark.
ComposedByteBuffer - Interface in net.sf.mmm.util.io.api
This is the interface of a ByteBuffer that is internally composed out of multiple ByteArrays.
composedCharacters - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
ComposedException - Exception in net.sf.mmm.util.nls.api
An ComposedException combines a list of exceptions in one single exception.
ComposedException(Throwable...) - Constructor for exception net.sf.mmm.util.nls.api.ComposedException
The constructor.
ComposedNlsMessage - Class in net.sf.mmm.util.nls.base
This is an implementation of NlsMessage for composing other objects or messages.
ComposedNlsMessage(Object[]) - Constructor for class net.sf.mmm.util.nls.base.ComposedNlsMessage
The constructor.
composedValueConverter - Variable in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
ComposedValueConverter - Interface in net.sf.mmm.util.value.api
This is the interface for a ValueConverter that is composed out of individual ValueConverters.
composedValueConverter - Variable in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
 
ComposedValueConverterImpl - Class in net.sf.mmm.util.value.impl
This is the implementation of the ComposedValueConverter interface.
ComposedValueConverterImpl() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
The constructor.
ComposedValueConverterImpl.ComposedTargetTypeConverter<TARGET> - Class in net.sf.mmm.util.value.impl
This inner class is a composed converter for all ValueConverters with the same target-type.
ComposedValueConverterImpl.ComposedTargetTypeConverter(Class<TARGET>) - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
The constructor.
ComposedValueConverterImpl.TargetClass2ConverterMap - Class in net.sf.mmm.util.value.impl
This inner class is an AdvancedClassHierarchieMap for ComposedValueConverterImpl.ComposedTargetTypeConverters.
ComposedValueConverterImpl.TargetClass2ConverterMap() - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
The constructor.
ComposedValueConverterImpl.TargetClass2ConverterMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
The constructor.
composeMap - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
ConcurrentHashMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the ConcurrentMapFactory interface that creates instances of ConcurrentHashMap.
ConcurrentHashMapFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
 
ConcurrentLinkedQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the QueueFactory interface that creates instances of ConcurrentLinkedQueue.
ConcurrentLinkedQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
 
ConcurrentMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of ConcurrentMap.
condition - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The condition that determines when the choice applies.
CONDITION_ELSE - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The value of a NlsFormatterChoice.Choice condition that matches always.
CONDITION_END - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The character used to indicate the end of a NlsFormatterChoice.Choice condition.
CONDITION_START - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The character used to indicate the start of a NlsFormatterChoice.Choice condition.
CONDITION_VAR - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The character used to indicate the variable object of a NlsFormatterChoice.Choice condition.
configuration - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
 
ConfiguredNlsFormatterMap - Class in net.sf.mmm.util.nls.impl
This is a sub-class of NlsFormatterMap as a ready to use configurable component.
ConfiguredNlsFormatterMap() - Constructor for class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
The constructor.
CONGRUENT_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
conjunction - Variable in class net.sf.mmm.util.filter.base.ConjunctionCharFilter
The boolean conjunction.
conjunction - Variable in class net.sf.mmm.util.filter.base.ConjunctionFilter
The boolean conjunction.
Conjunction - Enum in net.sf.mmm.util.lang.api
A conjunction represents a function that maps a list of boolean arguments to one boolean result.
Conjunction(String, String) - Constructor for enum net.sf.mmm.util.lang.api.Conjunction
The constructor.
ConjunctionCharFilter - Class in net.sf.mmm.util.filter.base
This is an implementation of the CharFilter interface that combines a given list of filters using a boolean Conjunction.
ConjunctionCharFilter(Conjunction, CharFilter...) - Constructor for class net.sf.mmm.util.filter.base.ConjunctionCharFilter
The constructor.
ConjunctionFilter<V> - Class in net.sf.mmm.util.filter.base
This is an implementation of the Filter interface that combines a given list of filters using a boolean Conjunction.
ConjunctionFilter(Conjunction, Filter<V>...) - Constructor for class net.sf.mmm.util.filter.base.ConjunctionFilter
The constructor.
ConstantFilter<V> - Class in net.sf.mmm.util.filter.base
This is an implementation of Filter that either accepts or rejects all objects to filter.
ConstantFilter() - Constructor for class net.sf.mmm.util.filter.base.ConstantFilter
The constructor.
containerGetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
 
ContainerGrowthException - Exception in net.sf.mmm.util.reflect.base
A ContainerGrowthException is thrown if a container should grow (increase its size) but this failed.
ContainerGrowthException(int, int) - Constructor for exception net.sf.mmm.util.reflect.base.ContainerGrowthException
The constructor.
containerSetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
The according setter to use if array has to be resized.
containerSetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
The according setter to use if array has to be resized.
containerSetAccessor - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
The according setter to use if array has to be resized.
CONTAINS_AS_MEMBER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_AS_NORMAL_SUBGROUP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_AS_NORMAL_SUBGROUP_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_WITH_LONG_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CONTAINS_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
containsDelimiter(char[], char[]) - Static method in class net.sf.mmm.util.lang.api.StringTokenizer
This method checks that the given escape sequence does NOT contain any of the delimiters.
containsKey(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
containsSubstring(char[], int) - Method in class net.sf.mmm.util.lang.api.StringTokenizer
This method tests if the StringTokenizer.string contains the given substring starting at the given index.
containsValue(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
contentChanged() - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
This method must be called whenever the char sequence changed its length or data.
context - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
context - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
 
context - Variable in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
The IdResolverContext.
context - Variable in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
The IdResolverContext.
CONTOUR_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
convert(CliModeContainer, Object, Class<? extends String>) - Method in class net.sf.mmm.util.cli.base.CliClassContainer.CliModeFormatter
This method converts the given pojo to the <TARGET>-type.
convert(CliArgumentContainer, Object, Class<? extends String>) - Method in class net.sf.mmm.util.cli.base.CliState.CliArgumentFormatter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Class<?>) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method converts the given value to a more common type.
convert(Number) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method converts the given number to the number-class represented by this object.
convert(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, Object, Class<?>, GenericType<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method converts the given pojo to the given targetClass (or even targetType) as necessary.
convert(SOURCE, Object, Class<? extends TARGET>) - Method in interface net.sf.mmm.util.value.api.SimpleValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, Class<? extends TARGET>) - Method in interface net.sf.mmm.util.value.api.ValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, GenericType<? extends TARGET>) - Method in interface net.sf.mmm.util.value.api.ValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends Object>) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, GenericType<? extends TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractSimpleValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(SOURCE, Object, Class<? extends TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<? extends CONTAINER>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends TARGET>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<? extends TARGET>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<? extends Object>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends Boolean>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends Calendar>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method converts the given pojo to the <TARGET>-type.
convert(CharSequence, Object, GenericType<? extends Class>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, GenericType<? extends Object>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends Date>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends Enum>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method converts the given pojo to the <TARGET>-type.
convert(CharSequence, Object, Class<? extends File>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends Number>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method converts the given pojo to the <TARGET>-type.
convert(Object, Object, Class<? extends String>) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method converts the given pojo to the <TARGET>-type.
convertContainerEntry(Object, int, ARRAY, Object, GenericType<? extends ARRAY>, Object) - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
 
convertContainerEntry(Object, int, CONTAINER, Object, GenericType<? extends CONTAINER>, Object) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method converts a single entry of a container.
convertContainerEntry(Object, int, Collection, Object, GenericType<? extends Collection>, Object) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
This method converts a single entry of a container.
convertContainerEntry(Object, int, Map, Object, GenericType<? extends Map>, Object) - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
This method converts a single entry of a container.
converter - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
converters - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
convertFromArray(Object, Object, GenericType<? extends CONTAINER>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for array values.
convertFromCollection(Collection, Object, GenericType<? extends CONTAINER>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for Collection values.
convertFromString(String, Object, GenericType<? extends CONTAINER>) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the conversion for String values.
convertList(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method converts the given arrayOrCollection to a List as necessary.
convertPattern(String) - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
This method converts the given pattern to a regex-pattern.
convertRecursive(Object, Object, GenericType<? extends TARGET>, Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This method performs the conversion recursive.
convertRecursive(Object, Object, GenericType<?>, Class<?>, ValueConverter, ComposedValueConverterImpl.TargetClass2ConverterMap) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method performs the conversion recursive.
convertStyle(int) - Static method in class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
This method converts the given DateFormat-style constant (e.g.
convertUnknownValue(String, Class<V>, Object) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method converts the given String-value to the given type.
convertValue(SOURCE, Object, Class<TARGET>) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, TARGET, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
convertValue(SOURCE, Object, TARGET, TARGET, TARGET) - Method in interface net.sf.mmm.util.value.api.GenericValueConverter
This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
convertValue(Object, Object, Class<TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method converts the given value to the given type.
convertValue(Object, Object, Class<TARGET>, Type) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, Type, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, Class<TARGET>, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to the given type.
convertValue(SOURCE, Object, TARGET, TARGET, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method gets a numeric value and also validates that it is in the given range from minimum to maximum.
convertValue(SOURCE, Object, TARGET, TARGET) - Method in class net.sf.mmm.util.value.base.AbstractGenericValueConverter
This method converts the given value to a numeric type and also validates that it is in the given range from minimum to maximum.
convertValue(String, Object, Class<TARGET>, Type) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method converts the given value to the given type.
copyFile(File, File) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file given by source to the file given by destination.
copyFile(File, File, boolean) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file given by source to the file given by destination.
copyFile(File, File) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file given by source to the file given by destination.
copyFile(File, File, boolean) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file given by source to the file given by destination.
copyProcessor - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
The processor used to copy the bytes from the BufferInputStream.buffer to the readers buffer.
copyRecursive(File, File, boolean) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file or directory given by source into the given destination.
copyRecursive(File, File, boolean, FileFilter) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method copies the file or directory given by source into the given destination.
copyRecursive(File, File, boolean) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file or directory given by source into the given destination.
copyRecursive(File, File, boolean, FileFilter) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file or directory given by source into the given destination.
copyRecursive(File, File, FileFilter) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method copies the file or directory given by source into the given destination.
COPYRIGHT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CoreCharSequence - Class in net.sf.mmm.util.lang.base
This is an abstract base implementation of the CharSequence interface.
CoreCharSequence() - Constructor for class net.sf.mmm.util.lang.base.CoreCharSequence
The constructor.
count - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
The number of bytes buffered in ProcessableDetectorOutputStream.WrapperOutputStream.bytes.
create() - Method in interface net.sf.mmm.util.collection.api.BlockingQueueFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.BlockingQueueFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in interface net.sf.mmm.util.collection.api.ConcurrentMapFactory
This method creates a new Map instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.ConcurrentMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.DequeFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.DequeFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in interface net.sf.mmm.util.collection.api.ListFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.ListFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new Map instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.QueueFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.QueueFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in interface net.sf.mmm.util.collection.api.SetFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.SetFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in interface net.sf.mmm.util.collection.api.SortedMapFactory
This method creates a new Map instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.SortedMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in interface net.sf.mmm.util.collection.api.SortedSetFactory
This method creates a new Collection instance.
create(int) - Method in interface net.sf.mmm.util.collection.api.SortedSetFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
This method creates a new Map instance.
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.HashMapFactory
This method creates a new Map instance.
create(int) - Method in class net.sf.mmm.util.collection.base.HashMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in class net.sf.mmm.util.collection.base.HashSetFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.HashSetFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
This method creates a new Collection instance with the given initial capacity.
create() - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
This method creates a new Map instance.
create(int) - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
This method creates a new Map instance with the given capacity.
create() - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
This method creates a new Collection instance.
create(int) - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
This method creates a new Collection instance with the given initial capacity.
create(String, Object...) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
Deprecated. use NlsMessageFactory.create(String, Map) instead.
create(NlsTemplate, Object...) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
Deprecated. use NlsMessageFactory.create(NlsTemplate, Map) instead.
create(String, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object, String, Object) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFormatterFactory
This method creates a new NlsMessageFormatter for the given message.
create(String, Object...) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, Object...) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String, String, Object) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessageFactory
This method creates a new instance of NlsMessage from the given arguments.
create(NlsTemplate, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
This method creates a new instance of NlsMessage from the given arguments.
create(String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
This method creates a new instance of NlsMessage from the given arguments.
create(String) - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
This method creates a new NlsMessageFormatter for the given message.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(Method, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
This method creates the accessor for the given method if that method is suitable for this builder (e.g.
create(Field, PojoDescriptor<?>, PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
This method creates the accessor for the given field if that field is suitable for this builder (e.g.
create(IN, String, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method creates an appropriate new value.
create(IN, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method creates an appropriate new value.
create(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Class<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method creates a Pojo of the given pojoType.
create() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method creates a new element.
create() - Method in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
This method creates a new element.
create() - Method in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
This method creates a new element.
create(Class<C>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method creates a collection implementing the given collection type.
create(Type) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method creates the GenericType that encapsulates the given type.
create(Class<C>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method creates a collection implementing the given collection type.
create(Type) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method creates the GenericType that encapsulates the given type.
create(Type, GenericType<?>) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method creates a new instance of this class.
create(Type) - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method creates the GenericType that encapsulates the given type.
createBrowsableResource(String) - Method in interface net.sf.mmm.util.resource.api.BrowsableResourceFactory
This method creates a new BrowsableResource from the given resourceUri.
createBrowsableResource(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method creates the actual raw BrowsableResource.
createBrowsableResource(String) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method creates a new BrowsableResource from the given resourceUri.
createByUmask(int, boolean) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method create a new FileAccessPermissions instance according to the given umask (user file creation mode mask).
createChildContext() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method creates a new context that inherits all variables from this context (and its parent contexts).
createChildContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method creates a new context that inherits all variables from this context (and its parent contexts).
createChildContext() - Method in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
This method creates a new context that inherits all variables from this context (and its parent contexts).
createContainer(GenericType<? extends ARRAY>, int) - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
This method creates the according container for the given containerType.
createContainer(GenericType<? extends CONTAINER>, int) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method creates the according container for the given containerType.
createContainer(GenericType<? extends Collection>, int) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
This method creates the according container for the given containerType.
createContainer(GenericType<? extends Map>, int) - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
This method creates the according container for the given containerType.
createContext() - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext.
createContext(MapFactory<? extends Map>) - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext(MapFactory<? extends Map>, GenericValueConverter<Object>) - Method in interface net.sf.mmm.util.context.api.GenericContextFactory
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextFactory
This method creates a new instance of a MutableGenericContext.
createContext(MapFactory<? extends Map>) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createContext(MapFactory<? extends Map>, GenericValueConverter<Object>) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
This method creates a new instance of a MutableGenericContext using the given MapFactory.
createDataResource(String) - Method in interface net.sf.mmm.util.resource.api.DataResourceFactory
This method creates a new DataResource from the given resourceUri.
createDataResource(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method creates the actual raw DataResource.
createDataResource(String) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory
This method creates a new DataResource from the given resourceUri.
createDataResource(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory
This method creates the actual raw DataResource.
createDataResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.DataResourceFactoryImpl
Deprecated. This method creates the actual raw DataResource.
createDescriptor(GenericType<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method creates the pojo descriptor for the given pojoType.
createDescriptor(GenericType<P>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method creates the pojo descriptor for the given pojoType.
createDescriptorBuilder(VisibilityModifier, VisibilityModifier) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects the methods and non-static fields with the given visibility or a higher order.
createDescriptorBuilder(VisibilityModifier, VisibilityModifier) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method creates a PojoDescriptorBuilder that introspects the methods and non-static fields with the given visibility or a higher order.
createDocument() - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method creates a new empty XML DOM document.
createDocument() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method creates a new empty XML DOM document.
createDocumentBuilder() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method creates a new document builder.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.base.SimpleNlsFormatter
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
This method creates the underlying Format to delegate to.
createFormat(Locale) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
This method creates the underlying Format to delegate to.
createFormatter(String, Locale, NlsDependencies) - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplate
This method creates an NlsMessageFormatter for the given messageTemplate and locale.
createGeneric() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
This method creates a new instance of the generic Map type <MAP>.
createGeneric() - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
This method creates a new instance of the generic Collection type <COLLECTION>.
createGeneric(int) - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
This method creates a new instance of the generic Collection type <COLLECTION> with the given initial capacity.
createGenericType(Class<T>) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type.
createGenericType(Type) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type.
createGenericType(Type, GenericType<?>) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type in the context of the given definingType.
createGenericType(Type, Class<?>) - Method in interface net.sf.mmm.util.reflect.api.GenericTypeFactory
This method creates the GenericType representing the given type in the context of the given definingType.
createGenericType(Class<T>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type.
createGenericType(Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type.
createGenericType(Type, GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type in the context of the given definingType.
createGenericType(Type, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the GenericType representing the given type in the context of the given definingType.
createHyphenator(String) - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method creates a new Hyphenator.
createHyphenator(String) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method creates a new Hyphenator.
createHyphenator(Locale, DataResource) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method creates a new Hyphenator instance from the XML-configuration identified by the given DataResource.
createLookaheadBuffer() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method creates a new buffer for lookahead operations on the data from the underlying stream.
createPrivateFieldDescriptorBuilder() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects all non-static fields for building PojoPropertyDescriptors.
createPrivateFieldDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects all non-static fields for building PojoPropertyDescriptors.
createProcessor() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamProcessorFactory
This method gets a DetectorStreamProcessor instance managed by this factory.
createProcessor() - Method in class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
This method gets a DetectorStreamProcessor instance managed by this factory.
createPublicMethodDescriptorBuilder() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects public methods for building PojoPropertyDescriptors.
createPublicMethodDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilderFactory
This method creates a PojoDescriptorBuilder that introspects public methods for building PojoPropertyDescriptors.
createResource(ResourceUri) - Method in interface net.sf.mmm.util.resource.api.spi.DataResourceProvider
This method creates a new resource for the given resourceUri.
createResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
This method creates a new resource for the given resourceUri.
createResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method creates a new resource for the given resourceUri.
createResource(ResourceUri) - Method in class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
This method creates a new resource for the given resourceUri.
createState(Object, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the AbstractPojoPathNavigator.PojoPathState for the given context.
createState(PojoPathMode, String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
This method creates a new AbstractPojoPathNavigator.PojoPathState instance based on this AbstractPojoPathNavigator.PojoPathCache.
createStateByType(GenericType, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the AbstractPojoPathNavigator.PojoPathState for the given context.
createSubArray(int, int) - Method in interface net.sf.mmm.util.io.api.ByteArray
This method creates a new ByteArray with the same bytes but the given indices.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.base.AbstractByteArray
This method creates a new ByteArray with the same bytes but the given indices.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method creates a new ByteArray with the same bytes but the given indices.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method creates a new ByteArray with the same bytes but the given indices.
createSubArray(int, int) - Method in class net.sf.mmm.util.io.impl.PooledByteArray
This method creates a new ByteArray with the same bytes but the given indices.
createSubMessage(Throwable[]) - Static method in exception net.sf.mmm.util.nls.api.ComposedException
This method creates the NlsMessage wrapping the given errors.
createTransformer(boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method creates a new transformer.
createUtfDetectionReader(InputStream, String) - Method in interface net.sf.mmm.util.io.api.EncodingUtil
This method creates a new Reader for the given inputStream.
createUtfDetectionReader(InputStream, String) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl
This method creates a new Reader for the given inputStream.
createUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method creates a new UUID.
createUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method creates a new UUID.
createUuid() - Method in interface net.sf.mmm.util.uuid.api.UuidFactory
This method creates a new UUID.
createUuid() - Method in class net.sf.mmm.util.uuid.base.RandomUuidFactory
This method creates a new UUID.
createXmlEventReader(InputStream) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates an XMLEventReader.
createXmlEventReader(InputStream) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates an XMLEventReader.
createXmlReader(InputStream) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlReader(InputStream, Charset) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlReader(InputStream) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlReader(InputStream, Charset) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method creates a Reader from the given inputStream that uses the encoding specified in the (potential) XML header of the InputStreams content.
createXmlStreamReader(InputStream) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates an XMLStreamReader.
createXmlStreamReader(InputStream) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates an XMLStreamReader.
createXmlStreamWriter(OutputStream) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates a XMLStreamWriter.
createXmlStreamWriter(Writer) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method creates a XMLStreamWriter.
createXmlStreamWriter(OutputStream) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates a XMLStreamWriter.
createXmlStreamWriter(Writer) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method creates a XMLStreamWriter.
CURLY_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CURLY_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CURRENCY_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The universal currency sign.
currentArray - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The current DetectorStreamBufferImpl.CurrentByteArray to work on.
currentArrayIndex - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The index in DetectorStreamBufferImpl.currentArray.
currentArrayMax - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The maximum index in DetectorStreamBufferImpl.currentArray.
currentArrayMin - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The start-index in DetectorStreamBufferImpl.currentArray.
currentArrayView - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
currentBufferBytes - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The value of AbstractByteArrayBufferBuffer.buffers[AbstractByteArrayBufferBuffer.buffersIndex].
currentBufferIndex - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The current position in AbstractByteArrayBufferBuffer.buffers[AbstractByteArrayBufferBuffer.buffersIndex].
currentBufferMax - Variable in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
The value of AbstractByteArrayBufferBuffer.buffers[AbstractByteArrayBufferBuffer.buffersIndex].
currentByteArray - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
currentClass - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
the current class
currentClass - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
the current class
currentIndex - Variable in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
 
currentMode - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
 
currentSegment - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
cursor - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Index of element to be returned by subsequent call to next.
CYLINDRICITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_BE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_BYELORUSSIAN_UKRAINIAN_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_CHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_DZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_EN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_GHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_GJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_HA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_HARD_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_IO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_JE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_KA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_KJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_LJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_NJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_PE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHCHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHORT_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SHORT_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_SOFT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_TE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_TSE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_TSHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_UKRAINIAN_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_VE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YERU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_YU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_CAPITAL_LETTER_ZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_BE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_BYELORUSSIAN_UKRAINIAN_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_CHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_DZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_EN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_GHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_GJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_HA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_HARD_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_IO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_JE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_KA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_KJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_LJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_NJE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_PE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHCHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHORT_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SHORT_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_SOFT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_TE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_TSE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_TSHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_UKRAINIAN_IE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_VE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YERU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_YU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ZE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
CYRILLIC_SMALL_LETTER_ZHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

D

DAGGER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DALET_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DARK_SHADE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DataResource - Interface in net.sf.mmm.util.resource.api
This is the interface for a resource potentially containing data.
dataResource - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The DataResource where the bean was loaded from.
DataResourceFactory - Interface in net.sf.mmm.util.resource.api
This is the interface for a factory used to create DataResources.
DataResourceFactoryImpl - Class in net.sf.mmm.util.resource.impl
Deprecated. use BrowsableResourceFactoryImpl instead.
DataResourceFactoryImpl() - Constructor for class net.sf.mmm.util.resource.impl.DataResourceFactoryImpl
Deprecated. The constructor.
DataResourceProvider<R extends DataResource> - Interface in net.sf.mmm.util.resource.api.spi
This is the interface for a provider of DataResource.
Datatype<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a datatype.
datePattern - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
decompose(char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method de-composes the given character with this DiacriticalMark.
decomposeMap - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
DEFAULT_ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
The default array length.
DEFAULT_ARRAY_LENGTH - Static variable in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
The default array length.
DEFAULT_BASE_PATH - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
DEFAULT_CAPACITY - Static variable in class net.sf.mmm.util.io.impl.BufferInputStream
The default capacity used by BufferInputStream.BufferInputStream(InputStream).
DEFAULT_CAPACITY - Static variable in class net.sf.mmm.util.pool.base.AbstractPool
The default capacity used.
DEFAULT_DATE_PATTERN - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
DEFAULT_ENCODING - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
DEFAULT_MAXIMUM_LIST_GROWTH - Static variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
The default value for the maximum growth of the size of an array or List: 128
DEFAULT_REFRESH_DELAY_IN_SECONDS - Static variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The default refresh-delay.
DEFAULT_WIDTH - Static variable in class net.sf.mmm.util.text.api.TextTableInfo
The default width.
DefaultCliParser - Class in net.sf.mmm.util.cli.impl
This is the default implementation of the CliParser interface.
DefaultCliParser(Object, CliState, CliParserDependencies) - Constructor for class net.sf.mmm.util.cli.impl.DefaultCliParser
The constructor.
DefaultCliParserBuilder - Class in net.sf.mmm.util.cli.impl
The default implementation of the CliParserBuilder interface.
DefaultCliParserBuilder() - Constructor for class net.sf.mmm.util.cli.impl.DefaultCliParserBuilder
The constructor.
DefaultComposedValueConverter - Class in net.sf.mmm.util.value.impl
This is a default ComposedValueConverter to be used without IoC-Container.
DefaultComposedValueConverter() - Constructor for class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
The constructor.
DefaultLineWrapper - Class in net.sf.mmm.util.text.base
This is the default implementation of the LineWrapper interface.
DefaultLineWrapper() - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper
The constructor.
DefaultLineWrapper.AutoAdjustInfo - Class in net.sf.mmm.util.text.base
 
DefaultLineWrapper.AutoAdjustInfo(DefaultLineWrapper.ColumnState) - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The constructor.
DefaultLineWrapper.CellBuffer - Class in net.sf.mmm.util.text.base
This inner class represents the buffer used for the text of a text-cell (a line of content inside a column).
DefaultLineWrapper.CellBuffer() - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
The constructor.
DefaultLineWrapper.ColumnState - Class in net.sf.mmm.util.text.base
This class represents the state of a text-column.
DefaultLineWrapper.ColumnState(String, TextColumnInfo, HyphenatorBuilder) - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
The constructor.
DefaultLineWrapper.TextSegment - Class in net.sf.mmm.util.text.base
This class represents a segment of some text.
DefaultLineWrapper.TextSegment(String, Hyphenator) - Constructor for class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
The constructor.
DefaultLineWrapper.TextSegmentType - Enum in net.sf.mmm.util.text.base
This enum contains the possbile types of a DefaultLineWrapper.TextSegment.
DefaultLineWrapper.TextSegmentType() - Constructor for enum net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType
 
DefaultNlsResourceLocator - Class in net.sf.mmm.util.nls.base
This class is used to find a localized resource.
DefaultNlsResourceLocator() - Constructor for class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
The constructor.
DefaultNlsTemplateResolver - Class in net.sf.mmm.util.nls.impl
This is the default implementation of the NlsTemplateResolver.
DefaultNlsTemplateResolver() - Constructor for class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
The constructor.
DefaultPojoDescriptorEnhancer - Class in net.sf.mmm.util.pojo.descriptor.impl
This is an implementation of the PojoDescriptorEnhancer interface that scans all PropertyDescriptors for accessing Collections, Map s or arrays.
DefaultPojoDescriptorEnhancer() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
The constructor.
DefaultPojoDescriptorEnhancer(boolean, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
The constructor.
DefaultPojoFactory - Class in net.sf.mmm.util.pojo.base
This is the default implementation of the PojoFactory interface.
DefaultPojoFactory() - Constructor for class net.sf.mmm.util.pojo.base.DefaultPojoFactory
The constructor.
DefaultPojoFactory(CollectionFactoryManager) - Constructor for class net.sf.mmm.util.pojo.base.DefaultPojoFactory
The constructor.
DefaultPojoPathContext - Class in net.sf.mmm.util.pojo.path.base
This is the default implementation of the PojoPathContext interface.
DefaultPojoPathContext() - Constructor for class net.sf.mmm.util.pojo.path.base.DefaultPojoPathContext
The constructor.
DefaultPojoPathFunctionManager - Class in net.sf.mmm.util.pojo.path.base
This is the default implementation of the PojoPathFunctionManager.
DefaultPojoPathFunctionManager() - Constructor for class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
The constructor.
DefaultPojoPathFunctionManager(Map<String, PojoPathFunction>) - Constructor for class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
The constructor.
defaultResult - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
 
definingType - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
DEGREE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
delegate - Variable in class net.sf.mmm.util.collection.base.CollectionList
 
delegate - Variable in class net.sf.mmm.util.collection.base.FilteredIterable
The actual Iterable instance to adapt.
delegate - Variable in class net.sf.mmm.util.collection.base.FilteredIterator
The actual iterator instance to adapt.
delegate - Variable in class net.sf.mmm.util.collection.base.HashKey
 
delegate - Variable in class net.sf.mmm.util.collection.base.ReadOnlyIterator
the actual iterator instance
delegate - Variable in class net.sf.mmm.util.context.base.ImmutableGenericContext
the "delegate instance" this proxy points to.
delegate - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
The delegate adapted by this wrapper.
delegate - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
The delegate adapted by this wrapper.
delegate - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
The underlying CharIterator to delegate to.
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
 
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
 
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
 
delegate - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
 
delegate - Variable in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
 
delegate - Variable in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
 
delegate - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The original input-stream to adapt.
DELETE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
deleteChildren(File) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method deletes all children of the given directory recursively.
deleteChildren(File) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method deletes all children of the given directory recursively.
deleteRecursive(File) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method deletes the given path.
deleteRecursive(File) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method deletes the given path.
delimiters - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The characters that will be detected as delimiters.
DELTA_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
denyChar - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
dependencies - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The CliParserDependencies.
dependencies - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
 
dependencies - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
dependencies - Variable in class net.sf.mmm.util.cli.base.CliValueMap
The CliParserDependencies.
dependencies - Variable in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
 
dependencies - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
 
dependencies - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
 
dependencies - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
 
DequeFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Deque.
descriptorBuilder - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
descriptorBuilder - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
 
descriptorBuilderFactory - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
descriptorBuilderFactory - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
 
descriptorEnhancer - Variable in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
 
destination - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
The destination to write to.
destination - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
The destination to write to.
destinationSuffix - Variable in class net.sf.mmm.util.text.base.SuffixTransformerRule
 
detect(byte[], int) - Static method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method detects the ByteOrderMark that may be present in the given bytes starting at offset.
detectionBuffer - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The lookahead buffer used to detect encoding.
detectionProcessor - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The processor to detect encoding by lookahead.
detectLimitedDevice(String, String, boolean) - Static method in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
DetectorInputStream - Interface in net.sf.mmm.util.io.api
This is the interface for a DetectorStream that wraps an InputStream.
DetectorOutputStream - Interface in net.sf.mmm.util.io.api
This is the interface for a DetectorStream that wraps an OutputStream.
DetectorStream - Interface in net.sf.mmm.util.io.api
This is the abstract base interface for a container of a wrapped stream together with metadata that is detected while streaming the data.
DetectorStreamBuffer - Interface in net.sf.mmm.util.io.api.spi
This is the interface for a buffer of bytes from a stream.
DetectorStreamBufferImpl - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorStreamBuffer interface.
DetectorStreamBufferImpl(DetectorStreamProcessor, DetectorStreamBufferImpl, ByteArrayPool) - Constructor for class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The constructor.
DetectorStreamBufferImpl.CurrentByteArray - Class in net.sf.mmm.util.io.impl
This inner class is a view on the current ByteArray.
DetectorStreamBufferImpl.CurrentByteArray() - Constructor for class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
 
DetectorStreamBufferImpl.SeekMode - Enum in net.sf.mmm.util.io.impl
Enum with available modes for a seek.
DetectorStreamBufferImpl.SeekMode() - Constructor for enum net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.SeekMode
 
DetectorStreamProcessor - Interface in net.sf.mmm.util.io.api.spi
This is the interface for a processor that can be plugged into a DetectorStream.
DetectorStreamProcessorFactory - Interface in net.sf.mmm.util.io.api.spi
This is interface represents a factory of specific DetectorStreamProcessors.
DetectorStreamProvider - Interface in net.sf.mmm.util.io.api
This is the interface of a service that provides detector-streams.
DetectorStreamProviderImpl - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorStreamProvider interface.
DetectorStreamProviderImpl() - Constructor for class net.sf.mmm.util.io.impl.DetectorStreamProviderImpl
The constructor.
detectSystemType(String, boolean) - Static method in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
DevNullSource - Class in net.sf.mmm.util.io.api
This is an implementation of /dev/null as InputStream.
DevNullSource() - Constructor for class net.sf.mmm.util.io.api.DevNullSource
The constructor.
DevNullTarget - Class in net.sf.mmm.util.io.api
This is an implementation of /dev/null as OutputStream.
DevNullTarget() - Constructor for class net.sf.mmm.util.io.api.DevNullTarget
The constructor.
DevZero - Class in net.sf.mmm.util.io.api
This is an implementation of /dev/zero as InputStream.
DevZero() - Constructor for class net.sf.mmm.util.io.api.DevZero
The constructor.
DiacriticalMark - Enum in net.sf.mmm.util.text.api
This enum contains the most important diacritical marks.
DiacriticalMark(char, char, String) - Constructor for enum net.sf.mmm.util.text.api.DiacriticalMark
The constructor.
DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIAMOND_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIFFERENCE_BETWEEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_EIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_FIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_FOUR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_NINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_ONE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_SEVEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_SIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_THREE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIGIT_ZERO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DirectoryFilter - Class in net.sf.mmm.util.file.base
This class represents a file-filter that only accepts directories.
DirectoryFilter() - Constructor for class net.sf.mmm.util.file.base.DirectoryFilter
The constructor.
dispose() - Method in interface net.sf.mmm.util.component.api.IocContainer
This method disposes the container (performs a shutdown and destroys all components).
dispose() - Method in class net.sf.mmm.util.component.impl.SpringContainer
This method disposes the container (performs a shutdown and destroys all components).
dispose() - Static method in class net.sf.mmm.util.component.impl.SpringContainerPool
This method disposes the singleton-instance (if it exists).
dispose() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
This method disposes this executor.
disposeAndValidate() - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
This method disposes this context and performs a validation that all IDs have been resolved.
DIVIDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIVISION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DIVISION_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
documentBuilderFactory - Variable in class net.sf.mmm.util.xml.base.DomUtilImpl
the document builder factory used to read and parse XML
DOES_NOT_CONTAIN_AS_MEMBER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_CONTAIN_AS_NORMAL_SUBGROUP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_CONTAIN_AS_NORMAL_SUBGROUP_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_DIVIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_DIVIDE_WITH_REVERSED_NEGATION_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_FORCE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_PRECEDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_PRECEDE_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_PROVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_SUCCEED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOES_NOT_SUCCEED_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
doInitialize() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.component.base.AbstractLoggableComponent
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplateResolver
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractConverterToArray
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.DefaultComposedValueConverter
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method performs the actual initialization.
doInitialize() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method performs the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method is invoked at the end of the actual initialization.
doInitialized() - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
This method is invoked at the end of the actual initialization.
DOLLAR_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the currency dollar (36 ).
domUtil - Variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
 
domUtil - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.  
DomUtil - Interface in net.sf.mmm.util.xml.api
This is the interface for a collection of utility functions that help to deal with the DOM API.
DomUtilImpl - Class in net.sf.mmm.util.xml.base
This utility class contains methods that help to deal with the DOM API.
DomUtilImpl() - Constructor for class net.sf.mmm.util.xml.base.DomUtilImpl
The constructor.
done - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStream
 
DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOT_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for Double.
DOUBLE_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_COLON_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_DAGGER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_HIGH_REVERSED_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LEFT_ARC_GREATER_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LINE_EQUAL_TO_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LINE_EQUAL_TO_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_LOW_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_NESTED_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_NESTED_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_PRECEDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_RIGHT_ARC_LESS_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SOLIDUS_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STROKE_NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_Q - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_CAPITAL_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_CAPITAL_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_SMALL_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_SMALL_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_STRUCK_ITALIC_SMALL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SUCCEEDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_UP_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_VERTICAL_BAR_DOUBLE_RIGHT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOUBLE_VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DoubleLinkedNode<V,NODE extends DoubleLinkedNode<V,NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node of a double linked list.
DOWN_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWN_RIGHT_DIAGONAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWN_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWN_TACK_WITH_CIRCLE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_LEFTWARDS_OF_UPWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_WITH_TIP_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_ARROW_WITH_TIP_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_DOWNWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_UPWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_RIGHT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_RIGHT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_HARPOON_WITH_BARB_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
DOWNWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
duplicateIdErrors - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
 
DuplicateObjectException - Exception in net.sf.mmm.util.nls.api
An DuplicateObjectException is thrown if an object was rejected because it is a duplicate.
DuplicateObjectException(Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectException
The constructor.
DuplicateObjectException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.DuplicateObjectException
The constructor.

E

EIGHTH_NOTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
element - Variable in class net.sf.mmm.util.collection.base.SingleElementIterator
The single element to iterate.
ELEMENT_ESCAPE_END - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The suffix used to escape an element (that may contain AbstractValueConverterToContainer.ELEMENT_SEPARATOR).
ELEMENT_ESCAPE_START - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The prefix used to escape an element (that may contain AbstractValueConverterToContainer.ELEMENT_SEPARATOR).
ELEMENT_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_OPENING_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_LONG_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_TWO_HORIZONTAL_STROKES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_OF_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ELEMENT_SEPARATOR - Static variable in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
The character used to separate the element of the collection.
elements - Variable in class net.sf.mmm.util.collection.base.RankMap
 
EM_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The em dash - a longer dash.
EM_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_CHAR_ARRAY - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
An empty char array.
EMPTY_INSTANCE - Static variable in class net.sf.mmm.util.cli.base.CliParameterConsumer
An empty instance.
EMPTY_INT_ARRAY - Static variable in interface net.sf.mmm.util.lang.api.BasicUtil
An empty int array.
EMPTY_SET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_LEFT_ARROW_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_RIGHT_ARROW_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_SET_WITH_SMALL_CIRCLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EMPTY_STRING_ARRAY - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
An empty String array.
EmptyIterator - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that is always empty.
EmptyIterator() - Constructor for class net.sf.mmm.util.collection.base.EmptyIterator
The constructor.
EN_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The en dash - a shorter dash.
EN_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
encoding - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
 
encoding - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
ENCODING_CP_437 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP437 also called DOS-US.
ENCODING_CP_737 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP737.
ENCODING_CP_850 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP850.
ENCODING_CP_852 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP852.
ENCODING_CP_855 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP855.
ENCODING_CP_857 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP857.
ENCODING_CP_858 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP857.
ENCODING_CP_860 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP860.
ENCODING_CP_861 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP861.
ENCODING_CP_863 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP863.
ENCODING_CP_865 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP865.
ENCODING_CP_866 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP866.
ENCODING_CP_869 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP869.
ENCODING_ISO_8859_1 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-1 also called Latin-1.
ENCODING_ISO_8859_10 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-10 also called Latin-6.
ENCODING_ISO_8859_11 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-11.
ENCODING_ISO_8859_12 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
Deprecated. 
ENCODING_ISO_8859_13 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-13 also called Latin-7.
ENCODING_ISO_8859_14 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-14 also called Latin-8.
ENCODING_ISO_8859_15 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-15 also called Latin-9.
ENCODING_ISO_8859_16 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-16 also called Latin-10.
ENCODING_ISO_8859_2 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-2 also called Latin-2.
ENCODING_ISO_8859_3 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-3 also called Latin-3.
ENCODING_ISO_8859_4 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-4 also called Latin-4.
ENCODING_ISO_8859_5 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-5.
ENCODING_ISO_8859_6 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-6.
ENCODING_ISO_8859_7 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-7.
ENCODING_ISO_8859_8 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-8.
ENCODING_ISO_8859_9 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding ISO-8859-9 also called Latin-5.
ENCODING_KOI8_R - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding KOI8-R.
ENCODING_KOI8_U - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding KOI8-U.
ENCODING_US_ASCII - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding US-ASCII (American Standard Code for Information Interchange) also just called ASCII.
ENCODING_UTF_16 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-16.
ENCODING_UTF_16_BE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-16, big-endian.
ENCODING_UTF_16_LE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-16, little-endian.
ENCODING_UTF_32 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-32.
ENCODING_UTF_32_BE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-32, big-endian.
ENCODING_UTF_32_LE - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-32, little-endian.
ENCODING_UTF_8 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding UTF-8.
ENCODING_WINDOWS_1250 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1250 also called Windows-1250.
ENCODING_WINDOWS_1251 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1251 also called Windows-1251.
ENCODING_WINDOWS_1252 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1252 also called Windows-1252.
ENCODING_WINDOWS_1253 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1253 also called Windows-1253.
ENCODING_WINDOWS_1254 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1254 also called Windows-1254.
ENCODING_WINDOWS_1255 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1255 also called Windows-1255.
ENCODING_WINDOWS_1256 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1256 also called Windows-1256.
ENCODING_WINDOWS_1257 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1257 also called Windows-1257.
ENCODING_WINDOWS_1258 - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The encoding CP1258 also called Windows-1258.
EncodingDetectionReader - Class in net.sf.mmm.util.io.api
This class represents a Reader that automatically detects an encoding while reading the data.
EncodingDetectionReader() - Constructor for class net.sf.mmm.util.io.api.EncodingDetectionReader
 
encodingRankMap - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The RankMap for encoding detection.
EncodingUtil - Interface in net.sf.mmm.util.io.api
This is the interface for a collection of utility functions to that help deal with encodings.
EncodingUtilImpl - Class in net.sf.mmm.util.io.base
This is the implementation of the EncodingUtil interface.
EncodingUtilImpl() - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl
The constructor.
EncodingUtilImpl.AsciiProcessor - Class in net.sf.mmm.util.io.base
This inner class is used to process the byes from the underlying InputStream in ASCII mode.
EncodingUtilImpl.AsciiProcessor() - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
The constructor.
EncodingUtilImpl.Surrogate - Enum in net.sf.mmm.util.io.base
This enum contains represents the type of a EncodingUtilImpl.Surrogate from an UTF-16 sequence.
EncodingUtilImpl.Surrogate() - Constructor for enum net.sf.mmm.util.io.base.EncodingUtilImpl.Surrogate
 
EncodingUtilImpl.UtfDetectionProcessor - Class in net.sf.mmm.util.io.base
This inner class is used to perform the actual UTF detection.
EncodingUtilImpl.UtfDetectionProcessor(String) - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The constructor.
EncodingUtilImpl.UtfDetectionReader - Class in net.sf.mmm.util.io.base
 
EncodingUtilImpl.UtfDetectionReader(InputStream, String) - Constructor for class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The constructor.
END_EXPRESSION - Static variable in interface net.sf.mmm.util.nls.api.NlsArgumentParser
The character used to end a variable expression: 125
END_OF_ITERATOR - Static variable in interface net.sf.mmm.util.lang.api.CharIterator
This is a character that is illegal according to the unicode specification.
END_OPTIONS - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The argument used to indicate that options are complete and arguments will follow.
endDocument() - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
endDocument() - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
endIndex - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
The exclusive end-index in CharSequenceScanner.chars.
endIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
endOfStream - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
true if end of detection-stream, false otherwise.
EnglishSingularizer - Class in net.sf.mmm.util.text.base
This is the implementation of the Singularizer interface for English language.
EnglishSingularizer() - Constructor for class net.sf.mmm.util.text.base.EnglishSingularizer
The constructor.
enhanceDescriptor(AbstractPojoDescriptor<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorEnhancer
This method performs the generic enhancements on the given descriptor.
enhanceDescriptor(AbstractPojoDescriptor<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
This method performs the generic enhancements on the given descriptor.
enhanceDescriptor(AbstractPojoDescriptor<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method performs the generic enhancements on the given descriptor.
ensureOpen() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method ensures that this stream has NOT been closed.
ENTITY_MAP - Static variable in class net.sf.mmm.util.xml.base.XmlUtilImpl
 
entityEnd - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
entityStart - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
entrySet() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
eos - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
true if end of stream is reached.
eos - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
true if the end of the stream has been reached, false otherwise.
EQUAL_AND_PARALLEL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUAL_TO_OR_PRECEDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUAL_TO_OR_SUCCEEDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
equals(Object) - Method in class net.sf.mmm.util.collection.base.HashKey
equals(Object) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
equals(Object) - Method in class net.sf.mmm.util.file.base.FileAttributes
equals(Object) - Method in class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
equals(Object) - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
This implementation is to be discussed, because it can violate the contract of the equals method as defined by Object.
equals(Object) - Method in class net.sf.mmm.util.reflect.api.Arguments
equals(Object) - Method in class net.sf.mmm.util.reflect.api.Signature
equals(Object) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
equals(Object) - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
EQUALS_COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_ABOVE_PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_AND_SLANTED_PARALLEL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_AND_SLANTED_PARALLEL_WITH_TILDE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_WITH_BUMPY_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_WITH_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_SIGN_WITH_TWO_DOTS_ABOVE_AND_TWO_DOTS_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUALS_WITH_ASTERISK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUIANGULAR_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EQUIVALENT_WITH_FOUR_DOTS_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
ERR_ACCESS_FAILED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ALREADY_INITIALIZED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ANNOTATION_NOT_FOR_TARGET - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ANNOTATION_NOT_RUNTIME - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ARGUMENT_NULL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_BUFFER_LENGTH_EXCEED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLASS_CAST - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLASS_NOT_FOUND - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_ARGUMENT_MISSING - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_ARGUMENT_REFERENCE_MISSING - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_CLASS_NO_PROPERTY - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_MODE_UNDEFINED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_AND_ARGUMENT_ANNOTATION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_DUPLICATE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_INCOMPATIBLE_MODES - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_MISPLACED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_MISSING - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_MISSING_VALUE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_NAME_ILLEGAL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_OPTION_UNDEFINED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_PARAMETER_LIST_EMPTY - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_CLI_PARSER - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_COMPOSED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_DUPLICATE_OBJECT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_DUPLICATE_OBJECT_WITH_KEY - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_FILE_ALREADY_EXISTS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_FILE_CREATION_FAILED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_FILE_DELETION_FAILED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_FILE_NOT_EXISTS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ILLEGAL_ARGUMENT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ILLEGAL_ARGUMENT_VALUE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ILLEGAL_CASE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ILLEGAL_DATE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_ILLEGAL_STATE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_INCREASE_EXCEEDS_MAX_GROWTH - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_INSTANTIATION_FAILED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_INVOCATION_FAILED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_INVOCATION_FAILED_ON - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_IO - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_IO_CLOSE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_IO_COPY - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_IO_FLUSH - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_IO_READ - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_IO_WRITE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_NLS_CHOICE_NO_ELSE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_NLS_CHOICE_ONLY_ELSE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_NODE_CYCLE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_NOT_INITIALIZED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_NUMBER_CONVERSION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_OBJECT_NOT_FOUND - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_OBJECT_NOT_FOUND_WITH_KEY - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_PARSE_EXPECTED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_PARSE_FORMAT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_PARSE_FORMAT_SOURCE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_PARSE_TYPE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_PARSE_TYPE_SOURCE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_FUNCTION_UNDEFINED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_FUNCTION_UNSUPPORTED_OPERATION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_ACCESS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_CACHING_DISABLED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_CONVERSION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_CREATION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_ILLEGAL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_SEGMENT_IS_NULL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PATH_UNSAFE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PROPERTY_NOT_ACCESSABLE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_POJO_PROPERTY_NOT_FOUND - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_RESOURCE_AMBIGUOUS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_RESOURCE_AMBIGUOUS_WITH_IDS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_RESOURCE_MISSING - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_RESOURCE_NOT_AVAILABLE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_RESOURCE_NOT_WRITABLE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_RESOURCE_UNDEFINED_URI - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_STREAM_CLOSED - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_TYPE_ILLEGAL_WILDCARD - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_UNKNOWN_COLLECTION_INTERFACE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_UNSUPPORTED_OPERATION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_UNSUPPORTED_OPERATION_WITH_NAME - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_CONVERT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_CONVERT_SOURCE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_NOT_SET - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_OUT_OF_RANGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_OUT_OF_RANGE_SOURCE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_WRONG_TYPE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_VALUE_WRONG_TYPE_SOURCE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_XML_INVALID - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
ERR_XML_INVALID_WITH_SOURCE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
errors - Variable in exception net.sf.mmm.util.nls.api.ComposedException
The child errors.
errStream - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
escape - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
escapeEnd - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The string to end escaping of a token.
escapeStart - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The string to start escaping of a token.
EscapeWriter - Class in net.sf.mmm.util.io.base
This is a wrapper for a writer that allows to map specific characters to a escape sequences given a strings.
EscapeWriter(String[], Writer) - Constructor for class net.sf.mmm.util.io.base.EscapeWriter
The constructor.
EscapeWriter(Object, String[], Writer) - Constructor for class net.sf.mmm.util.io.base.EscapeWriter
The constructor.
escapeXml(String, boolean) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method escapes the given string for usage in XML (or HTML, etc.).
escapeXml(String, Writer, boolean) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method writes the given string to the writer while escaping special characters for XML (or HTML, etc.).
escapeXml(String, boolean) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method escapes the given string for usage in XML (or HTML, etc.).
escapeXml(String, Writer, boolean) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method writes the given string to the writer while escaping special characters for XML (or HTML, etc.).
ESTIMATES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
EURO_CURRENCY_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The Sign for Currency EUR.
eval(double, double) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method evaluates this Comparator for the given arguments.
eval(Object, Object) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method evaluates this Comparator for the given arguments.
eval(boolean...) - Method in enum net.sf.mmm.util.lang.api.Conjunction
This method evaluates this conjunction for the given boolean arguments.
evalComparable(Comparable, Comparable) - Method in enum net.sf.mmm.util.lang.api.Comparator
This method handles Comparator.eval(Object, Object) for two Comparables.
evalTrueIfEquals - Variable in enum net.sf.mmm.util.lang.api.Comparator
 
Event - Interface in net.sf.mmm.util.event.api
This is the interface for a generic event.
EventListener<E extends Event> - Interface in net.sf.mmm.util.event.api
This is the interface for a generic event listener.
EventSource<E extends Event,L extends EventListener<E>> - Interface in net.sf.mmm.util.event.api
This interface allows listeners to be registered and unregistered.
exactness - Variable in class net.sf.mmm.util.math.base.NumberTypeImpl
 
exceptionMap - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
The Map with explicit exceptions.
EXCLAMATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
execute(Runnable) - Method in class net.sf.mmm.util.concurrent.base.SimpleExecutor
execute(ProcessContext, ProcessBuilder...) - Method in interface net.sf.mmm.util.process.api.ProcessUtil
This method executes the external Processes configured by the given builders.
execute(ProcessContext, long, TimeUnit, ProcessBuilder...) - Method in interface net.sf.mmm.util.process.api.ProcessUtil
This method executes the external Processes configured by the given builders.
execute(ProcessContext, ProcessBuilder...) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method executes the external Processes configured by the given builders.
execute(ProcessContext, long, TimeUnit, ProcessBuilder...) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method executes the external Processes configured by the given builders.
executeAsync(ProcessContext, ProcessBuilder...) - Method in interface net.sf.mmm.util.process.api.ProcessUtil
This method executes the external Processes configured by the given builders as async task.
executeAsync(ProcessContext, ProcessBuilder...) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method executes the external Processes configured by the given builders as async task.
executor - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
executor - Variable in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
 
executor - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
executor - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.AsyncProcessExecutorImpl
The actual task to run.
executor - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl
 
EXIT_CODE_CONSTRAINT_VIOLATION - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code on constraint error (illegal command-line value).
EXIT_CODE_ILLEGAL_SYNTAX - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code on syntax error (illegal command-line arguments).
EXIT_CODE_OK - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code on success.
EXIT_CODE_UNEXPECTED - Static variable in class net.sf.mmm.util.cli.api.AbstractMain
The exit-code if an unexpected error occurred.
expect(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method skips all next characters as long as they equal to the according character of the expected string.
expect(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method checks that the current character is equal to the given expected character.
expect(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method skips all next characters as long as they equal to the according character of the expected string.
expect(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method checks that the current character is equal to the given expected character.
expectedModCount - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
The modCount value that the iterator believes that the backing List should have.
expectStrict(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method acts as CharStreamScanner.expect(String, boolean) but if the expected String is NOT completely present, no character is consumed and the state of the scanner remains unchanged.
expectStrict(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method acts as CharStreamScanner.expect(String, boolean) but if the expected String is NOT completely present, no character is consumed and the state of the scanner remains unchanged.
extend(boolean, FilterRule<V>...) - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method extends this chain with additionalRules.
extend(StringTransformerRule...) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method extends this chain with additionalRules.
extendedModes - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
ExtendedPojoDescriptorDependenciesImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This class extends PojoDescriptorDependenciesImpl with additional components to inject.
ExtendedPojoDescriptorDependenciesImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
The constructor.
ExternalValidatingIdResolver - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of IDResolver validating that no IDs are duplicated or missing (IDRef is pointing to an undefined ID).
ExternalValidatingIdResolver() - Constructor for class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
The constructor.
extractPlainText(String, StringBuilder, ParserState) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method extracts the plain text from the given htmlFragment and appends it to the given buffer.
extractPlainText(String, StringBuilder, ParserState) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method extracts the plain text from the given htmlFragment and appends it to the given buffer.

F

factory - Static variable in class net.sf.mmm.util.nls.api.NlsAccess
 
factory - Static variable in class net.sf.mmm.util.uuid.api.UuidAccess
 
FailingInputStream - Class in net.sf.mmm.util.io.base
This is an implementation of InputStream that will throw an exception for every method of InputStream.
FailingInputStream() - Constructor for class net.sf.mmm.util.io.base.FailingInputStream
The constructor.
FALSE - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
a string representing the boolean value false
FastStringHasher - Class in net.sf.mmm.util.text.base
This is a fast implementation of StringHasher.
FastStringHasher() - Constructor for class net.sf.mmm.util.text.base.FastStringHasher
The constructor.
FEMALE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FEMININE_ORDINAL_INDICATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
field - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
 
fieldIntrospector - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
 
fields - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
the fields.
FIGURE_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The figure dash (for digits).
FIGURE_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
file - Variable in class net.sf.mmm.util.resource.base.FileResource
The File to adapt.
FileAccessClass - Enum in net.sf.mmm.util.file.api
This class represents the three distinct classes of Unix (POSIX) file permissions.
FileAccessClass() - Constructor for enum net.sf.mmm.util.file.api.FileAccessClass
 
FileAccessPermissions - Class in net.sf.mmm.util.file.base
This class represents the permissions of a file.
FileAccessPermissions() - Constructor for class net.sf.mmm.util.file.base.FileAccessPermissions
The constructor.
FileAccessPermissions(int) - Constructor for class net.sf.mmm.util.file.base.FileAccessPermissions
The constructor.
FileAlreadyExistsException - Exception in net.sf.mmm.util.file.api
A FileAlreadyExistsException is thrown if a file or directory already exists but was NOT expected.
FileAlreadyExistsException(File) - Constructor for exception net.sf.mmm.util.file.api.FileAlreadyExistsException
The constructor.
FileAlreadyExistsException(String) - Constructor for exception net.sf.mmm.util.file.api.FileAlreadyExistsException
The constructor.
FileAlreadyExistsException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileAlreadyExistsException
The constructor.
FileAttributes - Class in net.sf.mmm.util.file.base
This class represents the attributes of a file as defined in a Unix/Posix Filesystem.
FileAttributes() - Constructor for class net.sf.mmm.util.file.base.FileAttributes
The constructor.
FileAttributes(BasicUtil) - Constructor for class net.sf.mmm.util.file.base.FileAttributes
The constructor.
FileCreationFailedException - Exception in net.sf.mmm.util.file.api
A FileCreationFailedException is thrown if a file or directory should be created but the creation failed.
FileCreationFailedException(File) - Constructor for exception net.sf.mmm.util.file.api.FileCreationFailedException
The constructor.
FileCreationFailedException(String) - Constructor for exception net.sf.mmm.util.file.api.FileCreationFailedException
The constructor.
FileCreationFailedException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileCreationFailedException
The constructor.
FileDeletionFailedException - Exception in net.sf.mmm.util.file.api
A FileDeletionFailedException is thrown if a file or directory should be deleted but the deletion failed.
FileDeletionFailedException(File) - Constructor for exception net.sf.mmm.util.file.api.FileDeletionFailedException
The constructor.
FileDeletionFailedException(String) - Constructor for exception net.sf.mmm.util.file.api.FileDeletionFailedException
The constructor.
FileDeletionFailedException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileDeletionFailedException
The constructor.
FileFilterAdapter - Class in net.sf.mmm.util.file.base
This class implements the FileFilter interface by simply delegating to a Filter<File>.
FileFilterAdapter(Filter<File>) - Constructor for class net.sf.mmm.util.file.base.FileFilterAdapter
The constructor.
FileNotExistsException - Exception in net.sf.mmm.util.file.api
A FileNotExistsException is thrown if a file or directory is expected but was NOT found.
FileNotExistsException(File) - Constructor for exception net.sf.mmm.util.file.api.FileNotExistsException
The constructor.
FileNotExistsException(String) - Constructor for exception net.sf.mmm.util.file.api.FileNotExistsException
The constructor.
FileNotExistsException(String, boolean) - Constructor for exception net.sf.mmm.util.file.api.FileNotExistsException
The constructor.
FileResource - Class in net.sf.mmm.util.resource.base
This is the implementation of the BrowsableResource interface for a resource that is a regular File.
FileResource(File) - Constructor for class net.sf.mmm.util.resource.base.FileResource
The constructor.
FileResource(String) - Constructor for class net.sf.mmm.util.resource.base.FileResource
The constructor.
FileResource.FileResourceIterable - Class in net.sf.mmm.util.resource.base
This inner class is an Iterable of FileResources.
FileResource.FileResourceIterable() - Constructor for class net.sf.mmm.util.resource.base.FileResource.FileResourceIterable
The constructor.
FileResource.FileResourceIterator - Class in net.sf.mmm.util.resource.base
This inner class is an Iterator of FileResources.
FileResource.FileResourceIterator(File[]) - Constructor for class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
The constructor.
FileResourceProvider - Class in net.sf.mmm.util.resource.impl.spi
This is the implementation of DataResourceProvider for FileResource.
FileResourceProvider() - Constructor for class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
The constructor.
files - Variable in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
The array of Files.
FileStringFilterAdapter - Class in net.sf.mmm.util.file.base
This class implements the FileFilter interface by simply delegating to a Filter<String>.
FileStringFilterAdapter(Filter<String>) - Constructor for class net.sf.mmm.util.file.base.FileStringFilterAdapter
The constructor.
FileType - Enum in net.sf.mmm.util.file.api
This enum contains the available types of a file.
FileType() - Constructor for enum net.sf.mmm.util.file.api.FileType
 
fileType - Variable in class net.sf.mmm.util.file.base.PatternFileFilter
The type of the acceptable files or null if any type is acceptable.
FileUtil - Interface in net.sf.mmm.util.file.api
This is the interface for a collection of utility functions for File handling and manipulation.
fileUtil - Variable in class net.sf.mmm.util.resource.base.UrlResource
The FileUtil instance.
fileUtil - Variable in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
 
fileUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToFile
 
FileUtilImpl - Class in net.sf.mmm.util.file.base
This class is a collection of utility functions for File handling and manipulation.
FileUtilImpl() - Constructor for class net.sf.mmm.util.file.base.FileUtilImpl
The constructor.
FileUtilImpl.PathSegment - Class in net.sf.mmm.util.file.base
This inner class represents a segment of a glob-matching path.
FileUtilImpl.PathSegment(String) - Constructor for class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
The constructor.
FileUtilImpl.PathSegment(String, Pattern) - Constructor for class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
The constructor.
fill(byte[], int, int) - Method in interface net.sf.mmm.util.io.api.ComposedByteBuffer
This method fills the given buffer starting at offset with the next bytes from this ComposedByteBuffer.
fill(InputStream) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method fills this buffer using the given inputStream.
fill(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method fills the given buffer starting at offset with the next bytes from this ComposedByteBuffer.
fill() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method (re-)fills the internal buffer as far as data is available from the underlying InputStream without consuming data from the stream.
fill(InputStream) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferBuffer
This method fills this buffer using the given inputStream.
fill(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method fills the given buffer starting at offset with the next bytes from this ComposedByteBuffer.
fill(InputStream) - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method fills this buffer using the given inputStream.
fill(int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
This method tries to ensure that the internal buffer has at least the given number of bytes available.
fill(Appendable, char, int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method fills the Appendable with the given count of filler characters.
filler - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
filler - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The character used to fill up.
filter - Variable in class net.sf.mmm.util.collection.base.FilteredIterable
 
filter - Variable in class net.sf.mmm.util.collection.base.FilteredIterator
 
filter - Variable in class net.sf.mmm.util.file.base.FileFilterAdapter
 
filter - Variable in class net.sf.mmm.util.file.base.FileStringFilterAdapter
 
Filter<V> - Interface in net.sf.mmm.util.filter.api
This is the interface for a filter that decides if a given value is acceptable or should be filtered.
filter - Variable in class net.sf.mmm.util.reflect.base.ClassNameCollector
Filter to accept class-names.
filter - Variable in class net.sf.mmm.util.reflect.base.ResourceCollector
Filter to accept resource-names.
filter - Variable in class net.sf.mmm.util.reflect.base.ResourceNameCollector
Filter to accept resource-names.
FILTER_COMPARATOR - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The CharFilter for the comparator symbol .
FILTER_COMPARATOR_ARGUMENT - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The CharFilter for the comparator argument.
FILTER_ELSE - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The Filter for NlsFormatterChoice.CONDITION_ELSE.
FilteredIterable<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of an Iterator that adapts another Iterator but only iterates the elements that are accepted by a given Filter.
FilteredIterable(Iterable<E>, Filter<E>) - Constructor for class net.sf.mmm.util.collection.base.FilteredIterable
The constructor.
FilteredIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of an Iterator that adapts another Iterator but only iterates the elements that are accepted by a given Filter.
FilteredIterator(Iterator<E>, Filter<E>) - Constructor for class net.sf.mmm.util.collection.base.FilteredIterator
The constructor.
filterList - Variable in class net.sf.mmm.util.filter.base.ConjunctionCharFilter
the filters to check.
filterList - Variable in class net.sf.mmm.util.filter.base.ConjunctionFilter
the filters to check.
FilterRule<V> - Interface in net.sf.mmm.util.filter.api
This is the interface for a filter rule.
FilterRuleChain<V> - Class in net.sf.mmm.util.filter.base
This class implements a Filter that is based on a chain of FilterRules.
FilterRuleChain() - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChain
The non-arg constructor.
FilterRuleChain(boolean, FilterRule<V>...) - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChain
The constructor.
FilterRuleChain(String, FilterRuleChain<V>, boolean, FilterRule<V>...) - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChain
The constructor.
FilterRuleChainPlainParser - Class in net.sf.mmm.util.filter.base
This class allows to parse a list of including and excluding regex PatternFilterRules and build an according FilterRuleChain.
FilterRuleChainPlainParser() - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
The constructor.
FilterRuleChainXmlParser - Class in net.sf.mmm.util.filter.base
This class allows to parse a list of including and excluding regex PatternFilterRules from XML and build an according FilterRuleChain.
FilterRuleChainXmlParser() - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The constructor.
FilterRuleChainXmlParser(DomUtil) - Constructor for class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The constructor.
findClassNames(String, boolean) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Filter<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Filter<String>, ClassLoader) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Set<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Set<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Filter<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all classes that are located in the package identified by the given packageName.
findClassNames(String, boolean, Set<String>, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
 
findFields(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.NoPojoFieldIntrospector
This method finds the fields of the given pojoType.
findFields(Class<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoFieldIntrospector
This method finds the fields of the given pojoType.
findFields(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl
This method finds the fields of the given pojoType.
findFirst() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method has to be called from the constructor of the implementing class.
findFirst() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method has to be called from the constructor of the implementing class.
findInArray(Object, Object[], boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
findInArray(Object, Object, boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
findInArray(Object, Object[], boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
findInArray(Object, Object, boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method returns the index of the first element in the given array that equals (see checkEqual) to the given value.
findMethods(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.base.NoPojoMethodIntrospector
This method finds all Methods of the given pojoType.
findMethods(Class<?>) - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoMethodIntrospector
This method finds all Methods of the given pojoType.
findMethods(Class<?>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
This method finds all Methods of the given pojoType.
findNext() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.collection.base.FilteredIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.xml.base.JoiningNodeIterator
This method tries to find the next element.
findNext() - Method in class net.sf.mmm.util.xml.base.NodeIterator
This method tries to find the next element.
findPropertyAnnotations(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.cli.base.CliState
This method finds the properties annotated with CliOption or CliArgument.
findResource(Class<?>, String, Locale) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
Like NlsResourceLocator.findResource(String, String, Locale) but using a Class as pathAndBasicName.
findResource(String, String, Locale) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
This method finds a localized resource.
findResource(Class<?>, String, Locale) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
Like NlsResourceLocator.findResource(String, String, Locale) but using a Class as pathAndBasicName.
findResource(String, String, Locale) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
This method finds a localized resource.
findResourceNames(String, boolean, Filter<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
findResourceNames(String, boolean, Filter<String>, ClassLoader) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
findResourceNames(String, boolean, Filter<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
findResourceNames(String, boolean, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
findResources(String, boolean, Filter<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
findResources(String) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that match to the given absoluteClasspath.
findResources(String, boolean, Filter<String>, ClassLoader) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method finds all resources that are located in the package identified by the given packageName.
findResources(String, boolean, Filter<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
findResources(String) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that match to the given absoluteClasspath.
findResources(String, boolean, Filter<String>, ClassLoader) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method finds all resources that are located in the package identified by the given packageName.
FINITE_PART_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
fireEvent(E) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method sends the given event to all registered listeners.
fireEvent(E, L) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method sends the given event to the given listener.
fireEvent(E, L) - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method sends the given event to the given listener.
firstBuffer - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
The first buffer of the chain.
firstNonAsciiPosition - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The EncodingUtilImpl.UtfDetectionProcessor.bytePosition where the first non-ascii byte was detected.
flags - Variable in class net.sf.mmm.util.pattern.base.RegexPatternCompiler
 
FLOAT - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for Float.
flush() - Method in class net.sf.mmm.util.io.base.AppendableWriter
flush() - Method in class net.sf.mmm.util.io.base.EscapeWriter
flush() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
flush() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
flushBuffer() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
This method flushes the internal buffer.
FOR_ALL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
forceInheritence - Variable in class net.sf.mmm.util.reflect.base.AnnotationFilter
If true then also types are accepted if one of their super-types (including implemented interfaces) is properly annotated (see AnnotationUtilImpl.getTypeAnnotation(Class, Class)).
forceNext() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
Like CharStreamScanner.next() this method reads the current character and increments the index.
forceNext() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
Like CharStreamScanner.next() this method reads the current character and increments the index.
forcePeek() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the current character without incrementing the index.
forcePeek() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the current character without incrementing the index.
FORCES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
format(O, Locale, Map<String, Object>, NlsTemplateResolver) - Method in interface net.sf.mmm.util.nls.api.NlsFormatter
This method formats the given object according to the given locale.
format(O, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsFormatter
This method formats the given object according to the given locale.
format(Void, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsMessageFormatter
This method formats the underlying pattern by filling in the given arguments and writing the result into the given buffer.
format(O, Locale, Map<String, Object>, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatter
This method formats the given object according to the given locale.
format(O, Locale, Map<String, Object>, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.SimpleNlsFormatter
This method formats the given object according to the given locale.
format(O, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.base.SimpleNlsFormatter
This method formats the given object according to the given locale.
format(Calendar, Locale, Appendable) - Method in class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
This method formats the given calendar.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
This method formats the given object according to the given locale.
format(NlsArgument, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsArgumentFormatterImpl
This method formats the given object according to the given locale.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method formats the given object according to the given locale.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
This method formats the given object according to the given locale.
format(Object, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method formats the given object according to the given locale.
format(Void, Locale, Map<String, Object>, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
This method formats the underlying pattern by filling in the given arguments and writing the result into the given buffer.
FORMAT_PATTERN - Static variable in class net.sf.mmm.util.text.base.JustificationImpl
The pattern for the format.
FORMAT_SEPARATOR - Static variable in interface net.sf.mmm.util.nls.api.NlsArgumentParser
The character used to separate format type and style: 44
formatDate(Date) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given date in the format "yyyy-MM-dd" in GMT according to ISO 8601.
formatDate(Calendar) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date according to ISO 8601.
formatDate(Date) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given date in the format "yyyy-MM-dd" in GMT according to ISO 8601.
formatDate(Calendar) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date in the format "yyyy-MM-dd" according to ISO 8601.
formatDate(Calendar, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date according to ISO 8601.
formatDateTime(Date) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given date as a date and time in the format "yyyy-MM-ddTHH:mm:ssZ" (UTC) according to ISO 8601.
formatDateTime(Calendar) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Date) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given date as a date and time in the format "yyyy-MM-ddTHH:mm:ssZ" (UTC) according to ISO 8601.
formatDateTime(Calendar) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatDateTime(Calendar, boolean, boolean, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as a date and time in the format "yyyy-MM-ddTHH:mm:ss±hh:mm" according to ISO 8601.
formatter - Variable in class net.sf.mmm.util.collection.base.NodeCycle
 
formatter - Variable in class net.sf.mmm.util.nls.api.NlsArgument
 
formatterMap - Variable in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
 
formatters - Variable in class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
 
formatTime(Calendar, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given calendar as time according to ISO 8601.
formatTime(Calendar, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given calendar as time according to ISO 8601.
formatTimeZone(int, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given timezone according to ISO 8601.
formatTimeZone(Calendar, boolean, Appendable) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method formats the given timezone according to ISO 8601.
formatTimeZone(Calendar, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given timezone according to ISO 8601.
formatTimeZone(int, boolean, Appendable) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method formats the given timezone according to ISO 8601.
FOUR_PER_EM_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
fromCamlCase(String, char) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method converts the given string from caml-case syntax to lower-case using the given separator as word-boundary.
fromCamlCase(String, char) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method converts the given string from caml-case syntax to lower-case using the given separator as word-boundary.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.Comparator
This method gets the Comparator for the given symbol.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.Conjunction
This method gets the Conjunction with the given value.
fromValue(String) - Static method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method gets the HorizontalAlignment with the given value.
FROWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FULL_BLOCK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FULL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
function - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
FUNCTION_APPLICATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
FUNCTION_NAME_PREFIX - Static variable in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This is the prefix used to indicate a PojoPathFunction in a PojoPath.
functionManager - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
functionMap - Variable in class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
 
functionMap - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
 
functions - Variable in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
 

G

GenericArrayTypeImpl - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the GenericArrayType interface.
GenericArrayTypeImpl(Type) - Constructor for class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
The constructor.
GenericBean<TYPE> - Class in net.sf.mmm.util.lang.api
This class is a simple java bean that has one generic property named value.
GenericBean() - Constructor for class net.sf.mmm.util.lang.api.GenericBean
The constructor.
GenericBean(TYPE) - Constructor for class net.sf.mmm.util.lang.api.GenericBean
The constructor.
genericComponentType - Variable in class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
 
GenericContext - Interface in net.sf.mmm.util.context.api
This is the interface for a context of variables.
GenericContextFactory - Interface in net.sf.mmm.util.context.api
This is the interface for a factory of generic contexts.
GenericContextFactoryImpl - Class in net.sf.mmm.util.context.impl
This is the implementation of the GenericContextFactory.
GenericContextFactoryImpl() - Constructor for class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
The constructor.
genericDeclaration - Variable in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
 
GenericType<T> - Interface in net.sf.mmm.util.reflect.api
This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5.
GenericTypeFactory - Interface in net.sf.mmm.util.reflect.api
This is the interface for a factory with ability to create GenericTypes.
GenericTypeImpl<T> - Class in net.sf.mmm.util.reflect.impl
This is the implementation of the GenericType interface.
GenericTypeImpl(Type) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl
The constructor.
GenericTypeImpl(Type, GenericType<?>) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl
The constructor.
GenericTypeImpl.ClassBounds - Class in net.sf.mmm.util.reflect.impl
This inner class represents the bounds of a GenericType.
GenericTypeImpl.ClassBounds(Class<?>) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
The constructor.
GenericTypeImpl.ClassBounds(Class<?>, Class<?>) - Constructor for class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
The constructor.
GenericValueConverter<SOURCE> - Interface in net.sf.mmm.util.value.api
This is the interface for generic conversion of values from a specific source-type (<SOURCE>) to a given target-type ( <TARGET>).
GEOMETRIC_PROPORTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GEOMETRICALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GEOMETRICALLY_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
get(CliParameterContainer) - Method in class net.sf.mmm.util.cli.base.CliValueMap
This method gets the CliValueContainer for the given CliParameterContainer.
get(Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
This method gets the element that has been registered for the given type or a sub-type.
get(int) - Method in class net.sf.mmm.util.collection.base.AppendingList
get() - Method in interface net.sf.mmm.util.io.api.AsyncTransferrer
get(long, TimeUnit) - Method in interface net.sf.mmm.util.io.api.AsyncTransferrer
GET - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArgMode
The mode for a regular reader of a property.
get(Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
get(IN, String, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method gets the value of this function.
get(Object, String, PojoPathMode, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(Object, String, PojoPathMode, PojoPathContext, Class<TYPE>) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(Map<String, Object>, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractMapPojoPathFunction
This method gets the value of this function.
get(IN, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method gets the value of this function.
get(Object, String, PojoPathMode, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(Object, String, PojoPathMode, PojoPathContext, Class<TYPE>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method evaluates the given pojoPath for the given pojo using the given mode and context.
get(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the value for the single segment of the given currentPath from the pojo of its parent.
get(Object) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathMap
get(Object, String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the value of this function.
get() - Method in interface net.sf.mmm.util.process.api.AsyncProcessExecutor
get(long, TimeUnit) - Method in interface net.sf.mmm.util.process.api.AsyncProcessExecutor
get(Object, int) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the item at the given index from arrayOrCollection.
get(Object, int, boolean) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the item at the given index from arrayOrCollection.
get(Object, int) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the item at the given index from arrayOrCollection.
get(Object, int, boolean) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the item at the given index from arrayOrCollection.
get(String, Class<?>) - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
This method resolves the value with the given id.
GET_INDEXED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArgMode
The mode for a setter of an indexed property.
GET_MAPPED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for a getter of a mapped property.
GET_SIZE - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArgMode
The mode for a reader of the size of a property that holds a container type (array or Collection ).
getAbsolutePath(Class<?>, String, boolean) - Static method in class net.sf.mmm.util.resource.base.ClasspathResource
 
getAcceptChar() - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method gets the character used to identify an accept pattern.
getAccessibleObject() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the accessible object used to access (read/write) this property.
getAccessibleObject() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the accessible object used to access (read/write) this property.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the accessor for the property with the given propertyName and for the given access mode.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>, boolean) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the accessor for the given mode from the descriptor with the given propertyName .
getAccessor(PojoPropertyAccessorMode<ACCESSOR>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoPropertyDescriptor
This method gets the accessor to access the represented property in the way given by mode.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the accessor for the property with the given propertyName and for the given access mode.
getAccessor(String, PojoPropertyAccessorMode<ACCESSOR>, boolean) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
This method gets the accessor for the given mode from the descriptor with the given propertyName .
getAccessor(PojoPropertyAccessorMode<ACCESSOR>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
This method gets the accessor to access the represented property in the way given by mode.
getAccessorBuilders() - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method gets the accessor-builders used to create the accessors for properties of a POJO.
getAccessorBuilders() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the accessor-builders used to create the accessors for properties of a POJO.
getAccessors() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoPropertyDescriptor
This method gets all available accessors for the represented property.
getAccessors() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
This method gets all available accessors for the represented property.
getActualTypeArguments() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
getAdditionalConverter() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional ComposedValueConverter that is used in favor to ComposedValueConverter registered to the PojoPathNavigator itself.
getAdditionalConverter() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional ComposedValueConverter that is used in favor to ComposedValueConverter registered to the PojoPathNavigator itself.
getAdditionalFunctionManager() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional PojoPathFunctionManager.
getAdditionalFunctionManager() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional PojoPathFunctionManager.
getAlignment() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the alignment.
getAltQuoteEnd() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the alternative character used to end a quotation.
getAltQuoteEnd() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the alternative character used to end a quotation.
getAltQuoteEscape() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to escape the alt-quote-end character within an quotation opened by alt-quote-start.
getAltQuoteEscape() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to escape the alt-quote-end character within an quotation opened by alt-quote-start.
getAltQuoteStart() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the alternative character used to start a quotation that should be terminated by a alt-quote-end character.
getAltQuoteStart() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the alternative character used to start a quotation that should be terminated by a alt-quote-end character.
getAnnotatedClass() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
This method gets the Class that was annotated with the mode.
getAnnotatedClass() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
This method gets the Class that was annotated with the mode.
getAnnotationUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getAnnotationUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getAnnotationUtil() - Method in class net.sf.mmm.util.cli.base.CliState
 
getAppendable() - Method in class net.sf.mmm.util.io.base.AppendableWriter
This method gets the Appendable to delegate to.
getArgument() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
This method gets the CliArgumentContainer.
getArgument() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the actual CliArgument.
getArgument(String) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the language independent argument for the given key.
getArgument(int) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
Deprecated. use NlsMessage.getArgument(String) instead (and use named keys instead of numbers where possible).
getArgument(int) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
Deprecated. use NlsMessage.getArgument(String)
getArgument(String) - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the language independent argument for the given key.
getArgument(int) - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the Argument for the given index.
getArgument(String) - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the language independent argument for the given key.
getArgument() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
This method gets the NlsArgument.
getArgument(int) - Method in class net.sf.mmm.util.reflect.api.Arguments
This method gets the argument at the given position.
getArgumentCount() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
Deprecated. this method does NOT make sense anymore.
getArgumentCount() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the number of language independent arguments of this exception.
getArgumentCount() - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the number of language independent arguments of this exception.
getArgumentCount() - Method in class net.sf.mmm.util.reflect.api.Arguments
This method gets the number of arguments.
getArgumentFormatter() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the NlsArgumentFormatter.
getArgumentFormatter() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the NlsArgumentFormatter.
getArgumentIndex() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method gets the index of the current argument.
getArgumentParser() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the NlsArgumentParser.
getArgumentParser() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the NlsArgumentParser.
getArguments() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
 
getArguments() - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the List of all CLI-arguments.
getArguments(CliModeObject) - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the List of CLI-arguments for the given mode.
getArguments() - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the message arguments.
getArguments() - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method gets the arguments for the created NlsMessages.
getArrayClass(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method creates the Class reflecting an array of the given componentType.
getArrayClass(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method creates the Class reflecting an array of the given componentType.
getArrayClass(Class<?>) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method creates the Class reflecting an array of the given componentType.
getAssignmentClass() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
getAssignmentClass() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the Class to be used for assignment (as parameter) of a value of this GenericType.
getAttributeAsBoolean(Element, String, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the value of the attribute from the given element as a boolean value.
getAttributeAsBoolean(Element, String, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the value of the attribute from the given element as a boolean value.
getBasename(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the basename of the given filename (path).
getBasename(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the basename of the given filename (path).
getBasicUtil() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the BasicUtil.
getBean() - Method in interface net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolder
This method gets the current JAXB bean.
getBean() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method gets the current JAXB bean.
getBest() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the element that has currently the best (highest) positive rank.
getBest(int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the element that has currently the best (highest) rank greater or equal to the given threshold.
getBests() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets a List containing the element(s) that has currently the best (highest) rank.
getBetterOrEqual(int) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets all elements with a rank greater or equal to the given threshold.
getBits() - Method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
This method gets the bit-mask of this visibility-modifier.
getBorderLeft() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the string for the left border of this column.
getBorderRight() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the string for the right border of this column.
getBorderWidth() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the auto calculated width of the left and right border.
getBounds() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
TODO: unclear how we build the bounds!
getBundleClass() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the Class reflecting the ResourceBundle to synchronize.
getByteArray(int) - Method in interface net.sf.mmm.util.io.api.ComposedByteBuffer
This method gets the ByteArray at the given index.
getByteArray(int) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the ByteArray at the given index.
getByteArray(int) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the ByteArray at the given index.
getByteArrayCount() - Method in interface net.sf.mmm.util.io.api.ComposedByteBuffer
This method gets the number of ByteArrays currently available via ComposedByteBuffer.getByteArray(int).
getByteArrayCount() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the number of ByteArrays currently available via ComposedByteBuffer.getByteArray(int).
getByteArrayCount() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the number of ByteArrays currently available via ComposedByteBuffer.getByteArray(int).
getByteArrayPool() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets the ByteArrayPool used to borrow byte-arrays.
getByteArrayPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the byte-array Pool used to transfer streams.
getByteArrayPool() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
This method gets a pool used to manage byte-arrays.
getBytes() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the underlying byte-array of this buffer.
getBytes() - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method gets the bytes of this BOM.
getBytes() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the underlying byte-array of this buffer.
getBytes() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the underlying byte-array of this buffer.
getBytesAvailable() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the number of bytes available in this array.
getBytesAvailable() - Method in interface net.sf.mmm.util.io.api.ByteProvider
This method gets the number of bytes available.
getBytesAvailable() - Method in class net.sf.mmm.util.io.base.AbstractByteArray
This method gets the number of bytes available in this array.
getBytesAvailable() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the number of bytes available.
getBytesAvailable() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the number of bytes available in this array.
getBytesAvailable() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the number of bytes available.
getCache() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method provides a cache that is used by the PojoPathNavigator to speed up repetitive calls with the same initial Pojo and PojoPaths with a common prefix.
getCache() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method provides a cache that is used by the PojoPathNavigator to speed up repetitive calls with the same initial Pojo and PojoPaths with a common prefix.
getCachedPath(String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method gets the AbstractPojoPathNavigator.CachingPojoPath from the cache.
getCapacity() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method gets the capacity of this pool.
getCause() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
 
getCdataCloseCount() - Method in class net.sf.mmm.util.xml.api.ParserState
 
getCharacterType(char) - Static method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the DefaultLineWrapper.TextSegmentType corresponding to the given character.
getCharArrayPool() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the char-array Pool used to transfer Readers and Writers.
getCharset() - Method in class net.sf.mmm.util.xml.base.XmlInputStream
This method gets the Charset that was detected.
getChildren() - Method in interface net.sf.mmm.util.collection.api.TreeNode
This method gets the List containing all children of this TreeNode.
getChildren() - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method gets the List containing all children of this TreeNode.
getChildResources() - Method in interface net.sf.mmm.util.resource.api.BrowsableResource
This method iterates the immediate child-resources contained in this BrowsableResource.
getChildResources(Filter<BrowsableResource>) - Method in interface net.sf.mmm.util.resource.api.BrowsableResource
This method iterates the immediate child-resources contained in this BrowsableResource and are accepted by the given filter.
getChildResources(Filter<BrowsableResource>) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResource
This method iterates the immediate child-resources contained in this BrowsableResource and are accepted by the given filter.
getChildResources() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method iterates the immediate child-resources contained in this BrowsableResource.
getChildResources(Filter<BrowsableResource>) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method iterates the immediate child-resources contained in this BrowsableResource and are accepted by the given filter.
getChildResources() - Method in class net.sf.mmm.util.resource.base.FileResource
This method iterates the immediate child-resources contained in this BrowsableResource.
getClass(E) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchieMap
This method gets the associated type for the given element.
getClass(ComposedValueConverterImpl.ComposedTargetTypeConverter<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
This method gets the associated type for the given element.
getClassAnnotation(Class<?>, Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method gets the first annotation of the type given by annotation in the class hierarchy of the given annotatedClass.
getClassAnnotation(Class<?>, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the class hierarchy of the given annotatedClass.
getClassBounds(Type) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the most specific Class available by the type-safe analyzation of the given generic type.
getClasses(Object[]) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the classes of the given objects.
getClasses(Object[]) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the classes of the given objects.
getCliClass() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the CliClass configured for the state-class.
getCliState() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method gets the CliState.
getCliState() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getCliStyle() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the style configured for the state-class.
getCollection() - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
 
getCollectionFactory(Class<COLLECTION>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method gets the CollectionFactory for the given collectionType.
getCollectionFactory(Class<C>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the CollectionFactory for the given collectionType.
getCollectionFactoryManager() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getCollectionFactoryManager() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getCollectionFactoryManager() - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
This method gets the CollectionFactoryManager instance used to create Maps and Collections.
getCollectionFactoryManager() - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the CollectionFactoryManager instance used by this util.
getCollectionFactoryManager() - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the CollectionFactoryManager instance used by this util.
getCollectionImplementation() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ArrayListFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.HashSetFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionImplementation() - Method in class net.sf.mmm.util.collection.base.TreeSetFactory
This method gets the implementation of the collection-interface used by this factory.
getCollectionInterface() - Method in interface net.sf.mmm.util.collection.api.CollectionFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractBlockingQueueFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractDequeFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractListFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractQueueFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSetFactory
This method gets the interface of the Collection managed by this factory.
getCollectionInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSortedSetFactory
This method gets the interface of the Collection managed by this factory.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getCollectionReflectionUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getCollectionReflectionUtil() - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependencies
This method gets the CollectionReflectionUtil instance to use.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
This method gets the CollectionReflectionUtil instance to use.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the CollectionReflectionUtil instance to use.
getCollectionReflectionUtil() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This method gets the CollectionReflectionUtilImpl instance to use.
getColumnInfo() - Method in class net.sf.mmm.util.text.api.TextColumn
This method gets the TextColumnInfo holding the metadata of the column.
getCombiningCharacter() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets the combining character for this DiacriticalMark.
getCommentChar() - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method gets the character used to identify a comment.
getComponent(Class<COMPONENT_API>) - Method in interface net.sf.mmm.util.component.api.IocContainer
This method gets the component that realizes the given apiClass.
getComponent(Class<COMPONENT_API>, String) - Method in interface net.sf.mmm.util.component.api.IocContainer
This method gets the component that realizes the given apiClass and is registered under the given componentId.
getComponent(Class<COMPONENT_API>) - Method in class net.sf.mmm.util.component.impl.SpringContainer
This method gets the component that realizes the given apiClass.
getComponent(Class<COMPONENT_API>, String) - Method in class net.sf.mmm.util.component.impl.SpringContainer
This method gets the component that realizes the given apiClass and is registered under the given componentId.
getComponentType() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
getComponentType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
getComponentType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the component-type of this GenericType if it represents an array, Collection or Map.
getComposedCharacters() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets a Collection with all precomposed characters containing this mark.
getComposedValueConverter() - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method gets the ComposedValueConverter owing this converter.
getContainerStyle(CliStyle) - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the style of this parameter.
getContainerStyle(CliStyle) - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the style of this parameter.
getContainerStyle(CliStyle) - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the style of this parameter.
getContext() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the delegate instance this proxy points to.
getContext() - Method in class net.sf.mmm.util.context.base.ImmutableGenericContext
This method gets the delegate instance this proxy points to.
getConverter() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getConverter() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getCurrent() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
This method gets the current element.
getCurrentBuffer() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current ByteArrayBufferImpl.
getCurrentBufferIndex() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current index in the current buffer.
getCurrentIndex() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the offset in the byte array.
getCurrentIndex() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the offset in the byte array.
getCurrentIndex() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method gets the offset in the byte array.
getCurrentIndex() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the offset in the byte array.
getCurrentIndex() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method gets the current position in the stream to scan.
getCurrentIndex() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the current position in the stream to scan.
getCurrentMode() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method gets the current mode that was detected so far.
getCurrentSegment() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the current DefaultLineWrapper.TextSegment.
getDataResource() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method gets the DataResource where the bean was loaded from.
getDatePattern() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the pattern used to format the date comment.
getDeclarationIndex(TypeVariable<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method gets the declaration-index of the given typeVariable.
getDeclaringClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the class reflecting the type that declared this accessor.
getDeclaringClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the class reflecting the type that declared this accessor.
getDefaultClassLoader() - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the default ClassLoader to use.
getDefaultClassLoader(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the default ClassLoader to use.
getDefaultResult() - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method gets the default result used if none of the rules matched.
getDefiningType() - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method gets the defining type.
getDefiningType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the defining type.
getDefiningType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the defining type.
getDelegate() - Method in class net.sf.mmm.util.collection.base.CollectionList
This method gets the underlying Collection that is adapted to appear as List.
getDelegate() - Method in class net.sf.mmm.util.collection.base.HashKey
This method gets the original object this hash-key delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
This method gets the accessor this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
This method gets the DataResource this proxy delegates to.
getDelegate() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the DataResource this proxy delegates to.
getDenyChar() - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method gets the character used to identify a deny pattern.
getDependencies() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
 
getDependencies() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getDependencies() - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
 
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets the required dependencies.
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapter
 
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method gets the dependencies required for this descriptor.
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method gets the ExtendedPojoDescriptorDependenciesImpl.
getDependencies() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the ExtendedPojoDescriptorDependenciesImpl.
getDescriptor(Class<POJO>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoClass.
getDescriptor(Type) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(GenericType<POJO>) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(Class<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoClass.
getDescriptor(Type) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptor(GenericType<POJO>) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method gets (or creates) the descriptor for the given pojoType.
getDescriptorBuilder() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
getDescriptorBuilder() - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method gets the PojoDescriptorBuilder used for the underlying reflectional property access.
getDescriptorBuilderFactory() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
getDescriptorEnhancer() - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method gets the PojoDescriptorEnhancer to use.
getDescriptorEnhancer() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the PojoDescriptorEnhancer to use.
getDirname(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the directory-name of the given filename (path).
getDirname(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the directory-name of the given filename (path).
getDocumentBuilderFactory() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the DocumentBuilderFactory.
getElements() - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets all elements in this RankMap that have been actively ranked (by RankMap.addRank(Object, int) or RankMap.setUnacceptable(Object)).
getEncoding() - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method gets the encoding indicated by this ByteOrderMark.
getEncoding() - Method in class net.sf.mmm.util.io.api.EncodingDetectionReader
This method gets the encoding if already detected.
getEncoding() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
This method gets the detected encoding from the currently processed data.
getEncoding() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
This method gets the encoding if already detected.
getEncoding() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the encoding used to read and write the bundles.
getEndIndex() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the index immediately after the last character of this DefaultLineWrapper.TextSegment.
getEntityEnd() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to end an entity.
getEntityEnd() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to end an entity.
getEntityStart() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to start an entity.
getEntityStart() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to start an entity.
getEnumClass() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
This method gets the Class reflecting the enum.
getErrStream() - Method in class net.sf.mmm.util.process.api.ProcessContext
 
getEscape() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used as escape.
getEscape() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used as escape.
getEventTypeName(int) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method gets the name for the given eventType.
getEventTypeName(int) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the name for the given eventType.
getExactnessDifference(NumberType<?>) - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets the difference of the exactness of this NumberType and the given otherType.
getExactnessDifference(NumberType<?>) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets the difference of the exactness of this NumberTypeImpl and the given otherType.
getExecutor() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
getExecutor() - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method gets the Executor used to run asynchronous tasks.
getExecutor() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the Executor used to run asynchronous tasks.
getExecutor() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method gets the Executor used to run asynchronous tasks.
getExtendedModes() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
This method gets the Set of modes that are extended by this mode including this mode itself.
getExtendedModes() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
This method gets the Set of modes that are extended by this mode including this mode itself.
getExtension(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method extracts the extension from the given filename.
getExtension(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method extracts the extension from the given filename.
getFactory() - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method gets the NlsMessageFactory used to create instances of NlsMessage.
getFactory() - Static method in class net.sf.mmm.util.uuid.api.UuidAccess
This method gets the UuidFactory used to create UUIDs.
getField() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
 
getFieldIntrospector() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the introspector used to find potential fields for accessing properties of a POJO.
getFileUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method gets the FileUtil to use.
getFiller() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the character used to fill up the column.
getFirstChildElement(Element, String) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the first child-element of the given element with the specified tagName.
getFirstChildElement(Element, String) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the first child-element of the given element with the specified tagName.
getFirstElement(NodeList) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the first element of the given node-list.
getFirstElement(NodeList, String) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the first element of the given node-list with the specified tag-name.
getFirstElement(NodeList) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the first element of the given node-list.
getFirstElement(NodeList, String) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the first element of the given node-list with the specified tag-name.
getFormatter() - Method in class net.sf.mmm.util.nls.api.NlsArgument
Is the formatter used to format the argument.
getFormatter() - Method in interface net.sf.mmm.util.nls.api.NlsFormatterManager
This method gets the default NlsFormatter.
getFormatter(String) - Method in interface net.sf.mmm.util.nls.api.NlsFormatterManager
This method gets the NlsFormatter for the given formatType.
getFormatter(String, String) - Method in interface net.sf.mmm.util.nls.api.NlsFormatterManager
This method gets the NlsFormatter for the given formatType and formatStyle.
getFormatter() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the default NlsFormatter.
getFormatter(String) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the NlsFormatter for the given formatType.
getFormatter(String, String) - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
This method gets the NlsFormatter for the given formatType and formatStyle.
getFormatter(String, String) - Method in class net.sf.mmm.util.nls.base.NlsFormatterMap
 
getFormatterMap() - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
 
getFromFunction(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, PojoPathFunction) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the single segment of the given currentPath from the Pojo given by parentPojo.
getFromList(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, int) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the single segment of the given currentPath from the array or List given by parentPojo.
getFromMap(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Map) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the single segment of the given currentPath from the Map given by parentPojo.
getFromPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method reflectively gets the single segment of the given currentPath from the Pojo given by parentPojo.
getFromPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method reflectively gets the single segment of the given currentPath from the Pojo given by parentPojo.
getFunction() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the name of the function given by the segment or null if it is no function.
getFunction(String) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunctionManager
This method gets a PojoPathFunction by its name.
getFunction(String, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the PojoPathFunction for the given functionName.
getFunction() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the name of the function given by the segment or null if it is no function.
getFunction(String) - Method in class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
This method gets a PojoPathFunction by its name.
getFunctionDescription(String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method gets a description of this function.
getFunctionManager() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the optional PojoPathFunctionManager for PojoPathFunctions that are global for this PojoPathNavigator instance.
getGenericComponentType() - Method in class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
getGenericDeclaration(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method walks up the Class-hierarchy from descendant up to ancestor and returns the sub-class or sub-interface of ancestor on that hierarchy-path.
getGenericDeclaration() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getGenericDeclarations(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method walks up the Class-hierarchy from descendant up to ancestor and collects the generic super-classes or super-interfaces of ancestor on that hierarchy-path.
getGetter() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the accessor used to get the value of the according option or argument.
getGroup() - Method in class net.sf.mmm.util.file.base.FileAttributes
 
getHashCode(CharSequence) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-code for the given string.
getHashCode(CharSequence, int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(char[], int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(CharSequence) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-code for the given string.
getHashCode(CharSequence, int, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(char[], int, int) - Method in class net.sf.mmm.util.text.base.FastStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(CharSequence, int, int) - Method in class net.sf.mmm.util.text.base.FastStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCode(char[], int, int) - Method in class net.sf.mmm.util.text.base.SimpleStringHasher
This method gets the hash-code for the specified subsequence of the given string.
getHashCodes(char[], int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(char[], int, int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashCodes(CharSequence, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(CharSequence, int, int, int) - Method in interface net.sf.mmm.util.text.api.StringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashCodes(CharSequence, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(char[], int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string that have the given length.
getHashCodes(CharSequence, int, int, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashCodes(char[], int, int, int) - Method in class net.sf.mmm.util.text.base.AbstractStringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashCodes(char[], int, int, int) - Method in class net.sf.mmm.util.text.base.FastStringHasher
This method gets the hash-codes for all subsequence of string from stringStart (inclusive) until stringEnd (exclusive) that have the given length.
getHashes(int) - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the hashes of all substrings of the normalized word that have the given length.
getHyphen() - Method in interface net.sf.mmm.util.text.api.Hyphenation
 
getHyphen() - Method in interface net.sf.mmm.util.text.api.Hyphenator
This method gets the character used to separate the hyphenated parts of a word.
getHyphen() - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
This method gets the character used to separate the hyphenated parts of a word.
getHyphen() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
getHyphenatedWord() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the Hyphenation if this DefaultLineWrapper.TextSegment has the type DefaultLineWrapper.TextSegmentType.WORD.
getHyphenation(int) - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the index of the given hyphenation-point.
getHyphenation(int) - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the index of the given hyphenation-point.
getHyphenationBefore(int) - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the greatest hyphenation position that is less to the given offset.
getHyphenationBefore(int) - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the greatest hyphenation position that is less to the given offset.
getHyphenationCount() - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the number of hyphenation-points in the word.
getHyphenationCount() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the number of hyphenation-points in the word.
getHyphenationPoints() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
 
getHyphenationPositions() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the hyphenation-positions of the pattern.
getHyphenator() - Method in interface net.sf.mmm.util.text.api.HyphenatorBuilder
This method gets the Hyphenator for the default locale.
getHyphenator(Locale) - Method in interface net.sf.mmm.util.text.api.HyphenatorBuilder
This method gets the Hyphenator for the given Locale.
getHyphenator() - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method gets the Hyphenator for the default locale.
getHyphenator(Locale) - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
This method gets the Hyphenator for the given Locale.
getHyphenatorBuilder() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
 
getId() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
The ID of the mode.
getId() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the ID of the argument.
getId() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
The ID of the mode.
getId() - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
This method gets the ID used to identify this chain.
getId() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadId
This method gets the ID used to identify this object.
getId() - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method gets the ID used to identify this chain.
getImmutableContext() - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
getImmutableContext() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets an immutable proxy of this context that can NOT be casted to MutableGenericContext.
getInAttribute() - Method in class net.sf.mmm.util.xml.api.ParserState
 
getIndent() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the indent.
getIndentationMode() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the TextColumnInfo.IndentationMode that defines when to add an indentation.
getIndex() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
This method gets the optional index.
getIndex() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the index given by the segment or null if it is no index.
getIndex() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the index given by the segment or null if it is no index.
getInitializationState() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method gets the InitializationState of this component.
getInitializationState() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
getInputClass() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method gets the input-type of this function.
getInputClass() - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the input-type of this function.
getInstance() - Static method in class net.sf.mmm.util.collection.base.EmptyIterator
This method gets the singleton instance of this empty iterator.
getInstance() - Static method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the singleton instance of this CollectionFactoryManager implementation.
getInstance() - Static method in class net.sf.mmm.util.component.impl.SpringContainerPool
This method gets the singleton instance of the IocContainer.
getInstance() - Static method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method gets the singleton instance of this Iso8601UtilImpl.
getInstance() - Static method in class net.sf.mmm.util.file.base.DirectoryFilter
This method gets the singleton instance of this file-filter.
getInstance() - Static method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the singleton instance of this FileUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.file.base.PlainFileFilter
This method gets the singleton instance of this file-filter.
getInstance(boolean) - Static method in class net.sf.mmm.util.filter.base.ConstantFilter
This method gets the an instance of this class.
getInstance() - Static method in class net.sf.mmm.util.io.base.EncodingUtilImpl
This method gets the singleton instance of this EncodingUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method gets the singleton instance of this StreamUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method gets the singleton instance of this BasicUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method gets the singleton instance of this StringUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.lang.base.SystemUtilImpl
This method gets the singleton instance of this SystemUtil.
getInstance() - Static method in class net.sf.mmm.util.math.base.MathUtilImpl
This method gets the singleton instance of MathUtil.
getInstance() - Static method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method gets the singleton instance of this ProcessUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the singleton instance of this AnnotationUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the singleton instance of this CollectionReflectionUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the singleton instance of this ReflectionUtil.
getInstance() - Static method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method gets the singleton instance of this HyphenatorBuilderImpl.
getInstance() - Static method in class net.sf.mmm.util.text.base.JustificationBuilderImpl
This method gets the singleton instance of this JustificationBuilder.
getInstance() - Static method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method gets the singleton instance of this UnicodeUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the singleton instance of this StringValueConverterImpl.
getInstance() - Static method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the singleton instance of this DomUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the singleton instance of this StaxUtilImpl.
getInstance() - Static method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method gets the singleton instance of this XmlUtilImpl.
getInStream() - Method in class net.sf.mmm.util.process.api.ProcessContext
This method gets the input stream that is transferred to the process as stdin.
getInterfacesAnnotation(Class<?>, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the hierarchy of the given annotatedInterface.
getInternationalizedMessage() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the internationalized message that can be translated to a native language.
getInternationalizedMessage() - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the internationalized message that can be translated to a native language.
getInternationalizedMessage() - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method gets the internationalized message that can be translated to a native language.
getInverseCycle() - Method in class net.sf.mmm.util.collection.base.NodeCycle
This method gets the List of nodes that build a cycle.
getIocContainer() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the IocContainer used to manage components with their implementation.
getIso8601Util() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the Iso8601Util.
getIso8601Util() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the Iso8601Util.
getIso8601Util() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the Iso8601Util used to parse and format date and time according to the standard ISO-8601.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method gets the Iso8601Util to use.
getIso8601Util() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method gets the Iso8601Util to use.
getJaxbContext() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
getJustification() - Method in class net.sf.mmm.util.nls.api.NlsArgument
This method gets the optional Justification.
getJustificationBuilder() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method gets the JustificationBuilder used to build Justifications.
getKey() - Method in class net.sf.mmm.util.nls.api.NlsArgument
This method gets the key of the argument to format.
getKey(Object) - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
This method is the inverse of ResourceBundle.getObject(String).
getKey() - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
This method gets the key of the string to lookup from the bundle.
getKey() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
This method gets the optional key.
getKey() - Method in class net.sf.mmm.util.xml.base.jaxb.Property
This method gets the String.
getKeys() - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
getKeyType() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the key-type of this GenericType if it represents a Map.
getKeyType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the key-type of this GenericType if it represents a Map.
getKeyType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the key-type of this GenericType if it represents a Map.
getLastModificationDate() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the last modification date of the DataResource if available and supported.
getLastModificationDate() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the last modification date of the DataResource if available and supported.
getLength() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
 
getLength() - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method gets the number of bytes of this ByteOrderMark.
getLength() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
getLength() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the length of this DefaultLineWrapper.TextSegment.
getLineSeparator() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
getLineSeparator() - Method in class net.sf.mmm.util.text.api.TextTableInfo
This method gets the StringUtil.LINE_SEPARATOR used to terminate a line of text.
getLineWrapper() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getLineWrapper() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getLocale() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
This method gets the Locale used to nationalize the output.
getLocale() - Method in interface net.sf.mmm.util.text.api.Hyphenator
This method gets the Locale this Hyphenator works for.
getLocale() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the Locale to use for this column.
getLocale() - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
This method gets the Locale this Hyphenator works for.
getLocaleForInfix(String) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
This method gets the Locale for the given locale-infix.
getLocaleForInfix(String) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
This method gets the Locale for the given locale-infix.
getLocaleInfixes(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsResourceLocator
This method determines the infix-strings for localization lookup ordered from most specific to least specific (empty string representing Locale.ROOT).
getLocaleInfixes(Locale) - Method in class net.sf.mmm.util.nls.base.DefaultNlsResourceLocator
This method determines the infix-strings for localization lookup ordered from most specific to least specific (empty string representing Locale.ROOT).
getLocales() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the locales of the bundles that should be synchronized.
getLocalizedMessage(Locale) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method writes the localized message to the given string buffer.
getLocalizedMessage(Locale) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method writes the localized message to the given string buffer.
getLocalizedMessage() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method tries to get the localized message as string.
getLocalizedMessage(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method tries to get the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method writes the localized message to the given buffer.
getLocalizedMessage(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method writes the localized message to the given string buffer.
getLocalizedMessage() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method tries to get the localized message as string.
getLocalizedMessage(Locale) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method tries to get the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the localized message as string.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.base.ComposedNlsMessage
This method writes the localized message to the given buffer.
getLocalizedMessage(Locale, NlsTemplateResolver, Appendable) - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
This method writes the localized message to the given buffer.
getLocalName(Node) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the local name of a given element.
getLocalName(Node) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the local name of a given element.
getLogger() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getLogger() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the Logger.
getLogger() - Method in class net.sf.mmm.util.component.base.AbstractLoggableComponent
This method gets the logger for this component.
getLogger() - Method in class net.sf.mmm.util.component.base.AbstractLoggableObject
This method gets the logger for this object.
getLookaheadCount() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamProcessorFactory
This method determines the required number of bytes a DetectorStreamProcessor needs as lookahead in order to make its decisions.
getLookaheadCount() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProcessorFactory
This method determines the required number of bytes a DetectorStreamProcessor needs as lookahead in order to make its decisions.
getLowByteEncoding() - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
This method gets the encoding without taking high-bytes (non-ASCII) into account.
getLowerBounds() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
getLowerBounds() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
getLowerBounds() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
getManifests() - Method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method gets an unmodifiable list with all available Manifests.
getMapFactory(Class<MAP>) - Method in interface net.sf.mmm.util.collection.api.CollectionFactoryManager
This method gets the MapFactory for the given mapType.
getMapFactory(Class<MAP>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method gets the MapFactory for the given mapType.
getMapFactory() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the MapFactory.
getMapImplementation() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.HashMapFactory
This method gets the implementation of the map-interface used by this factory.
getMapImplementation() - Method in class net.sf.mmm.util.collection.base.TreeMapFactory
This method gets the implementation of the map-interface used by this factory.
getMapInterface() - Method in interface net.sf.mmm.util.collection.api.MapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractConcurrentMapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractMapFactory
This method gets the interface of the Map managed by this factory.
getMapInterface() - Method in class net.sf.mmm.util.collection.base.AbstractSortedMapFactory
This method gets the interface of the Map managed by this factory.
getMaskBits() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method gets the FileAccessPermissions encoded as a single integer value.
getMatchingFiles(File, String, FileType) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets all files matching to the given path and fileType.
getMatchingFiles(File, String, FileType) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets all files matching to the given path and fileType.
getMathUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method gets the MathUtil to use.
getMaximumIndex() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the maximum index in the buffer.
getMaximumIndex() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the maximum index in the buffer.
getMaximumIndex() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the maximum index in the buffer.
getMaximumListGrowth() - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the maximum growth for arrays or Lists.
getMaxLength() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method gets the maximum length of this buffer and the according cell.
getMessage(IoMode) - Static method in exception net.sf.mmm.util.io.api.RuntimeIoException
This method gets the message according to the given mode.
getMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
getMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
getMessage() - Method in interface net.sf.mmm.util.nls.api.NlsMessage
This method gets the untranslated message (default language should be English) with arguments filled in.
getMessage() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
 
getMessage() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method gets the untranslated message (default language should be English) with arguments filled in.
getMessage() - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
This method gets the untranslated message (default language should be English) with arguments filled in.
getMessageFormatterFactory() - Method in interface net.sf.mmm.util.nls.base.NlsDependencies
This method gets the NlsMessageFormatterFactory.
getMessageFormatterFactory() - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
This method gets the NlsMessageFormatterFactory.
getMetadata() - Method in interface net.sf.mmm.util.io.api.DetectorStream
This method gets the context with the detected metadata.
getMetadata() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method gets the context with the detected metadata.
getMethod() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
 
getMethodAnnotation(Method, Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method gets the first annotation of the type given by annotation in the hierarchy of the given method.
getMethodAnnotation(Method, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the hierarchy of the given method.
getMethodIntrospector() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method gets the introspector used to find potential methods for accessing properties of a POJO.
getMinimumIndex() - Method in interface net.sf.mmm.util.io.api.ByteArray
This method gets the minimum index where to start reading in the byte array.
getMinimumIndex() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method gets the minimum index where to start reading in the byte array.
getMinimumIndex() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.CurrentByteArray
This method gets the minimum index where to start reading in the byte array.
getMode() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
This method gets the actual CliMode.
getMode(String) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the mode associated with the given ID.
getMode() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
This method gets the actual CliMode.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArg
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArg
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the mode of this accessor.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorIndexedNonArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorIndexedOneArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorNonArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorOneArgBuilder
This method gets the mode of this builder.
getMode() - Method in interface net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorTwoArgBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetField
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetField
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
This method gets the mode of this builder.
getMode() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
This method gets the mode of this accessor.
getMode() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method gets the PojoPathMode that determines how to deal with null-values.
getModeIds() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the Collection with the IDs of all registered CliModes.
getModeOption() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
The command-line argument for the option, that activated the current mode.
getModifiers() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the modifiers of the accessible object.
getModifiers() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the modifiers of the accessible object.
getMutableMetadata() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method gets the mutable Metadata.
getName() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
This method gets the name of the argument.
getName() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the name of the option or argument.
getName() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the name configured for the state-class.
getName() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the name of the option or argument.
getName() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the name of the option or argument.
getName() - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
This method gets the base-name used to lookup the bundle (typically a ResourceBundle).
getName() - Method in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
This method gets the name of this mode.
getName() - Method in interface net.sf.mmm.util.pojo.descriptor.api.attribute.PojoAttributeName
This method gets the programmatic (technical) name of the according property.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
This method gets the programmatic (technical) name of the according property.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
This method gets the programmatic (technical) name of the according property.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the programmatic (technical) name of the according property.
getName() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
This method gets the plain name of the property.
getName() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNamedFunction
This method gets the name of this function.
getName() - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the name of this function.
getName() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
getName() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the name of the resource.
getName() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the name of the resource.
getNewline() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the newline string used to terminate a line in the resource bundle.
getNext() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
getNext() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method gets the next node of the linked list.
getNext() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method gets the next node of the linked list.
getNextSegment() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the next DefaultLineWrapper.TextSegment after the current.
getNlsDependencies() - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplateResolver
 
getNlsDependencies() - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
 
getNlsDependencies() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
 
getNlsDependencies() - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
 
getNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the NlsMessage describing the problem.
getNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the NlsMessage describing the problem.
getNlsMessage() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the NlsMessage describing the problem.
getNlsMessageFactory() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getNlsMessageFactory() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getNlsTemplateResolver() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getNlsTemplateResolver() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getNodeText(Node) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the text of the given node excluding the text of child elements (depth=0).
getNodeText(Node, int) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method gets the text of the given node as string.
getNodeText(Node, Appendable, int) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method appends the text of the given node to the string buffer.
getNodeText(Node) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the text of the given node excluding the text of child elements (depth=0).
getNodeText(Node, int) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the text of the given node as string.
getNodeText(Node, Appendable, int) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method appends the text of the given node to the string buffer.
getNonPrimitiveType(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the according non-primitive type for the class given by type.
getNonPrimitiveType(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the according non-primitive type for the class given by type.
getNormalizedWord() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the normalized word.
getNumberClass() - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets the Class reflecting the Number represented by this NumberType.
getNumberType(Class<?>) - Method in interface net.sf.mmm.util.math.api.MathUtil
This method gets the NumberType for the given numericType.
getNumberType(Class<?>) - Method in class net.sf.mmm.util.math.base.MathUtilImpl
This method gets the NumberType for the given numericType.
getNumberTypeGeneric(Class<NUMBER>) - Method in interface net.sf.mmm.util.math.api.MathUtil
This method gets the NumberType for the given numericType.
getNumberTypeGeneric(Class<NUMBER>) - Method in class net.sf.mmm.util.math.base.MathUtilImpl
This method gets the NumberType for the given numericType.
getOmitChars() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the characters to omit at the beginning of each indented line.
getOperand() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
 
getOption() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the actual CliOption.
getOption(String) - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the option associated with the given nameOrAlias.
getOptions() - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the List of CLI-options .
getOptions(CliModeObject) - Method in class net.sf.mmm.util.cli.base.CliState
This method gets the options for the given mode.
getOrCreate(CliParameterContainer) - Method in class net.sf.mmm.util.cli.base.CliValueMap
This method gets the CliValueContainer for the given CliParameterContainer.
getOrCreateMarshaller() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method gets a Marshaller instance.
getOrCreatePropertyDescriptor(String) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the property-descriptor for the given propertyName.
getOrCreatePropertyDescriptor(String) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
This method gets the property-descriptor for the given propertyName.
getOrCreateUnmarshaller() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method gets a Marshaller instance.
getOrder() - Method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
This method gets a non-negative integer value that follows the strict order of the visibility.
getOriginalString() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the original string to parse.
getOutputSettings() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the output settings used for information and error messages.
getOutStream() - Method in class net.sf.mmm.util.process.api.ProcessContext
 
getOwnerType() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
getParameterAnnotation() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
This method gets the annotation with the metadata of the option or argument.
getParameterAnnotation() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method gets the annotation with the metadata of the option or argument.
getParameterAnnotation() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the annotation with the metadata of the option or argument.
getParameterContainer() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
getParent() - Method in interface net.sf.mmm.util.collection.api.TreeNode
This method gets the parent of this TreeNode.
getParent() - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method gets the parent of this TreeNode.
getParent() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
getParentMethod(Method) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the parent method of the given method.
getParentMethod(Class<?>, String, Class<?>[]) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the method identified by methodName and parameterTypes that is NOT declared but inherited by the given declaringClass.
getParentMethod(Method) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the parent method of the given method.
getParentMethod(Class<?>, String, Class<?>[]) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the method identified by methodName and parameterTypes that is NOT declared but inherited by the given declaringClass.
getParentPath() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the parent-path of this PojoPath.
getParentPath() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the parent-path of this PojoPath.
getParserBuilder() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the CliParserBuilder used to build the CliParser.
getPath() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the base-path where the bundles are written to.
getPath() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the path of this resource.
getPath() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
This method gets the path of this ResourceUri.
getPath() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the path of this resource.
getPath() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
This method gets the path of this ResourceUri.
getPath() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the path of this resource.
getPattern() - Method in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
This method gets the pattern.
getPattern() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the original pattern (word-part with hyphenation-points).
getPattern() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
getPermissions(File, FileAccessClass) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the permissions of the given file.
getPermissions() - Method in class net.sf.mmm.util.file.base.FileAttributes
 
getPermissions(File, FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the permissions of the given file.
getPojo() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method gets the Pojo instance this PojoPath is leading to.
getPojoClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.attribute.PojoAttributeType
This method gets the type reflecting the Pojo this object is related to.
getPojoClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the type reflecting the Pojo this object is related to.
getPojoClass() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method get the Class of the Pojo this PojoPath is leading to.
getPojoDescriptorBuilder() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
getPojoDescriptorBuilderFactory() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
getPojoFactory() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional PojoFactory instance used if favor to the PojoFactory registered to the PojoPathNavigator itself.
getPojoFactory() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the PojoFactory instance used to create new Pojos.
getPojoFactory() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional PojoFactory instance used if favor to the PojoFactory registered to the PojoPathNavigator itself.
getPojoPath() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the actual PojoPath represented by this object.
getPojoPath() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
getPojoPath() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the actual PojoPath represented by this object.
getPojoType() - Method in interface net.sf.mmm.util.pojo.descriptor.api.attribute.PojoAttributeType
This method gets the GenericType reflecting the Pojo this object is related to.
getPojoType() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the GenericType reflecting the Pojo this object is related to.
getPojoType() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method gets the type of the Pojo this PojoPath is leading to.
getPrefix() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
This method gets the prefix.
getPrevious() - Method in interface net.sf.mmm.util.collection.api.DoubleLinkedNode
This method gets the previous node of the double linked list.
getPrevious() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method gets the previous node of the double linked list.
getProcessorFactoryList() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets the List of registered DetectorStreamProcessorFactory-instances.
getProperties() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets the properties of the context.
getProperties() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets the properties of the context.
getProperty(POJO, String) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the property identified by the given property from the given pojoInstance.
getProperty(POJO, String) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the property identified by the given property from the given pojoInstance.
getPropertyClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
This method gets the type as Class.
getPropertyClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the type as Class.
getPropertyDescriptor(String) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the descriptor for the property identified by the given propertyName.
getPropertyDescriptor(String) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
This method gets the descriptor for the property identified by the given propertyName.
getPropertyDescriptors() - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the descriptors of all properties of the according pojo.
getPropertyDescriptors() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the descriptors of all properties of the according pojo.
getPropertyDescriptors() - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
This method gets the descriptors of all properties of the according pojo.
getPropertyItem(POJO, String, int) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the item with the given index from the list-like property with the given propertyName of the given pojoInstance using the indexed getter accessor.
getPropertyItem(POJO, String, int) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the item with the given index from the list-like property with the given propertyName of the given pojoInstance using the indexed getter accessor.
getPropertyList() - Method in class net.sf.mmm.util.xml.base.jaxb.PropertyList
This method gets the List of properties.
getPropertyName(String, String[], String[]) - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method gets the according property-name for the given methodName.
getPropertyName(String, String, String) - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method gets the according property-name for the given methodName.
getPropertyName(String, int, int) - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method gets the according property-name for the given methodName.
getPropertySize(POJO, String) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method gets the size of the property with the given propertyName from the given pojoInstance.
getPropertySize(POJO, String) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method gets the size of the property with the given propertyName from the given pojoInstance.
getPropertyType() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the GenericType of this property.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
This method gets the GenericType of this property.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the GenericType of this property.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
This method gets the GenericType of this property.
getPropertyType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the GenericType of this property.
getProvider(ResourceUri) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method gets the provider for the given resourceUri.
getProviders() - Method in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
 
getQuoteEnd() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to end a quotation.
getQuoteEnd() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to end a quotation.
getQuoteEscape() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to escape the quote-end character within a quotation.
getQuoteEscape() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to escape the quote-end character within a quotation.
getQuoteStart() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method gets the character used to start a quotation that should be terminated by a quote-end character.
getQuoteStart() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method gets the character used to start a quotation that should be terminated by a quote-end character.
getRank(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method gets the current rank for the given element.
getRawType() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
getRecognizer() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathContext
This method gets an optional recognizer that adds support for the visitor-pattern.
getRecognizer() - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method gets an optional recognizer that adds support for the visitor-pattern.
getRecursive(String, PojoPathContext, AbstractPojoPathNavigator.PojoPathState) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method recursively navigates the given pojoPath.
getReflectionUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getReflectionUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getReflectionUtil() - Method in class net.sf.mmm.util.cli.base.CliState
 
getReflectionUtil() - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
getReflectionUtil() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
getReflectionUtil() - Method in interface net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependencies
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the ReflectionUtil instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the ReflectionUtilImpl used by this AnnotationUtilImpl instance.
getReflectionUtil() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This method gets the ReflectionUtilImpl instance to use.
getReflectionUtil() - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
This method gets the ReflectionUtilImpl instance to use.
getRefreshDelaySeconds() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
getReplaced(String, int, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method gets the original string where the substring specified by start and end is replaced by substitute.
getReplacement() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
getResourceFactory() - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
getResourceLocator() - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
 
getResourceType() - Method in interface net.sf.mmm.util.resource.api.spi.DataResourceProvider
This method gets the type of the resource managed by this provider.
getResourceType() - Method in class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
This method gets the type of the resource managed by this provider.
getResourceType() - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method gets the type of the resource managed by this provider.
getResourceType() - Method in class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
This method gets the type of the resource managed by this provider.
getRest() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method gets the rest, which is the number of characters available until the buffer has reached its end.
getRetrievalClass() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getRetrievalClass() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the Class to be used for retrieval (the return-type) of a value of this GenericType.
getReturnClass() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method gets the Class of the object returned when this accessor is invoked.
getReturnClass() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method gets the Class of the object returned when this accessor is invoked.
getReturnType() - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessor
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorField
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method gets the GenericType of the object returned when this accessor is invoked.
getReturnType() - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method gets the GenericType of the object returned when this accessor is invoked.
getRootPath() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
getRules() - Method in class net.sf.mmm.util.text.base.AbstractTextTransformer
This method gets the list of rules.
getRules() - Method in class net.sf.mmm.util.text.base.EnglishSingularizer
This method gets the list of rules.
getSchemePrefix() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
This method gets the scheme-prefix of a qualified ResourceUri.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
This method gets the scheme-prefix of a qualified ResourceUri.
getSchemePrefix() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets the scheme-prefix of absolute URIs for this type of DataResource.
getSchemePrefixes() - Method in interface net.sf.mmm.util.resource.api.spi.DataResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSchemePrefixes() - Method in class net.sf.mmm.util.resource.impl.spi.ClasspathResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSchemePrefixes() - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSchemePrefixes() - Method in class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
This method gets the scheme-prefix of the resources managed by this provider.
getSegment() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPath
This method gets the last segment of this current PojoPath.
getSegment() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
This method gets the last segment of this current PojoPath.
getSeparateCharacter() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
 
getSetter() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the accessor used to set the value of the according option or argument.
getSingularizer() - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method gets the Singularizer, which is used to determine singular forms so e.g.
getSize() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method gets the size of the pool.
getSize(Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method gets the size of the given arrayMapOrCollection.
getSize(Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method gets the size of the given arrayMapOrCollection.
getSize() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets the size (content-length) of this resource.
getSize() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets the size (content-length) of this resource.
getSize() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets the size (content-length) of this resource.
getSize() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets the size (content-length) of this resource.
getSourceType() - Method in interface net.sf.mmm.util.value.api.ValueConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This the type of the value accepted by this converter.
getSourceType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This the type of the value accepted by this converter.
getStackTrace() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
 
getStandardError() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the standard error where to print errors for the end-user.
getStandardOutput() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the standard output where to print information for the end-user.
getStartIndex() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the start index of this DefaultLineWrapper.TextSegment.
getStartNode() - Method in class net.sf.mmm.util.collection.base.NodeCycle
This method gets the start node where the detected cycle begins.
getState() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method gets the instance of the state where the command-line arguments should be applied to.
getState() - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
getState() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
 
getStateClass() - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method gets the Class reflecting the state-object.
getStaticField(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the value of a static field .
getStaticField(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the value of a static field .
getStaticFieldOrNull(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
 
getStaticFieldOrNull(Class<?>, String, Class<T>, boolean, boolean, boolean) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
getStaxUtil() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
getStream() - Method in interface net.sf.mmm.util.io.api.DetectorInputStream
This method gets the wrapped stream.
getStream() - Method in interface net.sf.mmm.util.io.api.DetectorOutputStream
This method gets the wrapped stream.
getStream() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream
This method gets the wrapped stream.
getStream() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream
This method gets the wrapped stream.
getStreamPosition() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method gets the absolute position of the current pointer in the logical stream (the data provided by this interface that origins from the previous member of the chain).
getStreamPosition() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the absolute position of the current pointer in the logical stream (the data provided by this interface that origins from the previous member of the chain).
getStreamUtil() - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method gets the StreamUtil to use.
getStreamUtil() - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method gets the StreamUtilImpl instance to use.
getStreamUtil() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method gets the stream-util that is used by this process-util.
getString() - Method in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
This method gets the segment as raw string.
getStringHasher() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
getStringUtil() - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
getStringUtil() - Method in interface net.sf.mmm.util.cli.base.CliParserDependencies
 
getStringUtil() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the StringUtilImpl that is used by this FileUtilImpl.
getStringUtil() - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
getStringUtil() - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method gets the StringUtil used to deal with strings.
getStringUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method gets the StringUtil to use.
getStringUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method gets the StringUtil to use.
getStringUtil() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method gets the StringUtil to use.
getStyle() - Method in interface net.sf.mmm.util.nls.api.NlsFormatterPlugin
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
This method gets the style of this formatter.
getStyle() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method gets the style of this formatter.
getSubClass(Class<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method walks up the Class-hierarchy from descendant up to ancestor and returns the sub-class or sub-interface of ancestor on that hierarchy-path.
getSubFormatter(String, CharSequenceScanner) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method is like NlsFormatterManager.getFormatter(String, String) but reads the style from the given scanner.
getSubFormatter(String, String) - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
This method creates the NlsFormatter for the given formatType and the custom subformat.
getSubFormatter(String, CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method is like NlsFormatterManager.getFormatter(String, String) but reads the style from the given scanner.
getSubFormatter(String, String) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method creates the NlsFormatter for the given formatType and the custom subformat.
getSubsequentNewlineCount() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the current number of subsequent newlines.
getSyntax() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
 
getSystemArchitecture() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the architecture of the operating system running this java virtual machine.
getSystemArchitecture() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the architecture of the operating system running this java virtual machine.
getSystemInformation() - Method in interface net.sf.mmm.util.lang.api.SystemUtil
This method gets the SystemInformation for the operating system running this java virtual-machine.
getSystemInformation() - Method in class net.sf.mmm.util.lang.base.SystemUtilImpl
This method gets the SystemInformation for the operating system running this java virtual-machine.
getSystemName() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the name of the operating system running this java virtual machine.
getSystemName() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the name of the operating system running this java virtual machine.
getSystemType() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the type of the operating system running this java virtual machine.
getSystemType() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the type of the operating system running this java virtual machine.
getSystemVersion() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method gets the version of the operating system running this java virtual machine in lower-case.
getSystemVersion() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method gets the version of the operating system running this java virtual machine in lower-case.
getTagStartIndex() - Method in class net.sf.mmm.util.xml.api.ParserState
 
getTargetType() - Method in interface net.sf.mmm.util.value.api.ValueConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfBoolean
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfByte
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfDouble
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfFloat
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfInt
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfLong
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfObject
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToArrayOfShort
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToClass
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCollection
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToMap
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
Is the guaranteed return-type of the conversion.
getTargetType() - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
Is the guaranteed return-type of the conversion.
getTemplate() - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the NlsTemplate of this message.
getTemplate(NlsTemplateResolver) - Method in class net.sf.mmm.util.nls.base.BasicNlsMessage
This method gets the NlsTemplate of this message.
getTemplateResolver() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
getTemplateResolver() - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method gets the default NlsTemplateResolver.
getTemporaryDirectory() - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the File representing the temporary directory.
getTemporaryDirectory() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the File representing the temporary directory.
getter - Variable in class net.sf.mmm.util.cli.base.CliParameterContainer
 
getText() - Method in class net.sf.mmm.util.text.api.TextColumn
This method gets the text of this column.
getText() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method gets the full text containing this segment.
getTextIndex() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
getTextLengthRation(double) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
 
getThreadName() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method gets the thread-name.
getTitle() - Method in interface net.sf.mmm.util.cli.api.CliModeObject
The title of the mode.
getTitle() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
The title of the mode.
getTitle() - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeReadTitle
This method gets the title of this object.
getTitle() - Method in enum net.sf.mmm.util.lang.api.Comparator
This method gets the title of this datatype.
getTitle() - Method in enum net.sf.mmm.util.lang.api.Conjunction
This method gets the title of this datatype.
getTitle() - Method in interface net.sf.mmm.util.lang.api.Datatype
This method gets the title of this datatype.
getTitle() - Method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method gets the title of this datatype.
getTitle() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets the title of this datatype.
getTransformerFactory() - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method gets the TransformerFactory.
getTransformers() - Method in class net.sf.mmm.util.transformer.base.StringTransformerList
 
getType() - Method in interface net.sf.mmm.util.event.api.ChangeEvent
This method gets the type of this event.
getType(File) - Static method in enum net.sf.mmm.util.file.api.FileType
This method determines the type of a file.
getType(Object) - Static method in exception net.sf.mmm.util.nls.api.NlsClassCastException
This method gets the class of an object in a null-safe way.
getType() - Method in interface net.sf.mmm.util.nls.api.NlsFormatterPlugin
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDate
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateIso8601
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTime
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeIso8601
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTime
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
This method gets the type of this formatter.
getType() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
This method gets the type of this formatter.
getType(GenericType<?>, String, boolean, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
getType(Type, String, boolean, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
getType(Type, String, boolean, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
getType(GenericType<?>, String, boolean, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method determines the result-type for the given pojoPath starting at the given pojoType using the given context.
getType() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the Type represented by this GenericType.
getType(int) - Method in class net.sf.mmm.util.reflect.api.Signature
This method gets the type of this signature at the given position.
getType() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the Type represented by this GenericType.
getType() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the Type represented by this GenericType.
getType() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method determines if this DefaultLineWrapper.TextSegment represents a word.
getType(Object) - Static method in exception net.sf.mmm.util.value.api.WrongValueTypeException
This method gets the type reflecting the actual value.
getTypeAnnotation(Class<?>, Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method gets the first annotation of the type given by annotation in the declaration of the given annotatedType.
getTypeAnnotation(Class<?>, Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method gets the first annotation of the type given by annotation in the declaration of the given annotatedType.
getTypeArgument(int) - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the type-argument at the given index.
getTypeArgument(int) - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the type-argument at the given index.
getTypeArgument(int) - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the type-argument at the given index.
getTypeArgumentCount() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the number of type-arguments .
getTypeArgumentCount() - Method in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
This method gets the number of type-arguments .
getTypeArgumentCount() - Method in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
This method gets the number of type-arguments .
getTypeCount() - Method in class net.sf.mmm.util.reflect.api.Signature
This method gets the number of types in this signature.
getUpperBounds() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
getUpperBounds() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
getUpperBounds() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
getUri() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets a string identifying this DataResource.
getUri() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
This method gets this ResourceUri as string.
getUri() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets a string identifying this DataResource.
getUri() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
This method gets this ResourceUri as string.
getUrl() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.FileResource
This method gets this resource as URL.
getUrl() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method gets this resource as URL.
getUser() - Method in class net.sf.mmm.util.file.base.FileAttributes
 
getUserHomeDirectory() - Method in interface net.sf.mmm.util.file.api.FileUtil
This method gets the File representing the home directory of the user.
getUserHomeDirectory() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the File representing the home directory of the user.
getUserLogin() - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method gets the String.
getUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method gets the UUID of this exception.
getUuid() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method gets the UUID of this exception.
getUuid() - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method gets the UUID of this exception.
getValidator() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method gets the ValueValidator.
getValue() - Method in interface net.sf.mmm.util.cli.base.CliValueContainer
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerArray
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerMap
This method gets the value of a option or a argument.
getValue() - Method in class net.sf.mmm.util.cli.base.CliValueContainerObject
 
getValue() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method gets the actual value of this node.
getValue() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method gets the actual value of this node.
getValue() - Method in enum net.sf.mmm.util.lang.api.Comparator
This method gets the symbol of the Comparator.
getValue() - Method in enum net.sf.mmm.util.lang.api.Conjunction
This method returns the raw value of this datatype.
getValue() - Method in interface net.sf.mmm.util.lang.api.Datatype
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.lang.api.GenericBean
This method gets the value of this bean.
getValue() - Method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method returns the raw value of this datatype.
getValue(Manifest, Attributes.Name) - Static method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method gets an attribute-value from a Manifest in a pragmatic way.
getValue() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method returns the raw value of this datatype.
getValue() - Method in class net.sf.mmm.util.xml.base.jaxb.Property
This method gets the String.
getValueClass() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method gets the output-type (or return-type) of this function.
getValueClass() - Method in class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
This method gets the output-type (or return-type) of this function.
getValueConverter() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method gets the ComposedValueConverter used by default to convert values that are NOT compatible.
getValueConverter() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
getVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
getVariable(String, Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName as the given type.
getVariable(Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given type.
getVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName.
getVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName as the given type.
getVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given type.
getVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given variableName.
getVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given type.
getVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
This method gets the variable associated with the given variableName as the given type.
getVariableName(Class<?>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable-name (key) for the given type.
getVariableNames() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method returns the names of all defined variables.
getVariableNames() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method returns the names of all defined variables.
getVariableNames() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method returns the names of all defined variables.
getVersion() - Method in class net.sf.mmm.util.cli.api.AbstractVersionedMain
This method gets the Version of this program.
getVisibility() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
This method gets the lowest visibility to be considered when searching for methods or fields.
getWidth() - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
This method gets the width of the help-output in characters per line.
getWidth() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the width of this column in characters excluding the left and right border.
getWidth() - Method in class net.sf.mmm.util.text.api.TextTableInfo
This method gets the width of the text-table in characters.
getWidth() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method gets the physical width.
getWord() - Method in interface net.sf.mmm.util.text.api.Hyphenation
This method gets the raw word to be hyphenated.
getWord() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
This method gets the raw word to be hyphenated.
getWord() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the word to hyphenate.
getWordPart() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the word-part, that is the pattern without digits.
getWordPartHash() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the pre-calculated hash of word-part.
getWrapChars() - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method gets the characters where a wrap of the line is preferred.
getXmlInputFactory() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the XMLInputFactory to use.
getXmlOutputFactory() - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method gets the XMLOutputFactory to use.
GIMEL_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GlobPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is an implementation of the PatternCompiler interface that compiles glob-patterns.
GlobPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.GlobPatternCompiler
The constructor.
GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The grave accent (96 ).
GREATER_THAN_ABOVE_DOUBLE_LINE_EQUAL_ABOVE_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_LESS_THAN_ABOVE_DOUBLE_LINE_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_SIMILAR_ABOVE_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_SIMILAR_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_ABOVE_SLANTED_EQUAL_ABOVE_LESS_THAN_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_AND_NOT_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_AND_SINGLE_LINE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_BESIDE_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_BUT_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_CLOSED_BY_CURVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_CLOSED_BY_CURVE_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_EQUAL_TO_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OVER_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_OVERLAPPING_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_WITH_CIRCLE_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREATER_THAN_WITH_QUESTION_MARK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_BETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_CHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_DELTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_EPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_ETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_KAPPA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_LAMDA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_MU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_NU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_OMEGA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_OMICRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_PHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_PI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_PSI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_RHO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_SIGMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_TAU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_THETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_XI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_CAPITAL_LETTER_ZETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_KAPPA_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_LETTER_DIGAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_LUNATE_EPSILON_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_PHI_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_PI_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_REVERSED_LUNATE_EPSILON_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_RHO_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_BETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_CHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_DELTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_DIGAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_EPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_ETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_FINAL_SIGMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_KAPPA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_LAMDA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_MU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_NU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_OMEGA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_OMICRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_PHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_PI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_PSI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_RHO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_SIGMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_TAU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_THETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_XI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_SMALL_LETTER_ZETA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_THETA_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
GREEK_UPSILON_WITH_HOOK_SYMBOL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
group - Variable in class net.sf.mmm.util.file.base.FileAttributes
 
GuessingPojoFactory - Class in net.sf.mmm.util.pojo.base
This is the default implementation of the PojoFactory interface.
GuessingPojoFactory() - Constructor for class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The constructor.
GuessingPojoFactory(CollectionFactoryManager) - Constructor for class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The constructor.

H

HAIR_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
handle(Logger, RuntimeException) - Method in enum net.sf.mmm.util.cli.api.CliStyleHandling
This method performs the handling of the anomaly represented by the given exception.
handleError(Exception, CliParser) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method is invoked if an Exception occurred.
handleEvent(E) - Method in interface net.sf.mmm.util.event.api.EventListener
This method is called if an event occurred.
handleGetObject(String) - Method in class net.sf.mmm.util.nls.base.AbstractResourceBundle
handleListenerError(L, E, Throwable) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method is called if a listener throws something while handling an event.
handleUndefinedMode(CliOptionContainer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method handles a CliOption with an undefined CliOption.mode().
hasBits(int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if the flags given by bitMask are set in this mask.
hasFlag(FileAccessClass, int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if the flag(s) given by bitMask is set in this mask for the given fileModeClass.
hash - Variable in class net.sf.mmm.util.reflect.api.Arguments
bleeding edge performance hack
hash - Variable in class net.sf.mmm.util.reflect.api.Signature
bleeding edge performance hack
HASH_FACTOR - Static variable in class net.sf.mmm.util.text.base.FastStringHasher
The hash-factor - should be prime (however Bernstein uses 33).
hashCode() - Method in class net.sf.mmm.util.collection.base.HashKey
hashCode() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
hashCode() - Method in class net.sf.mmm.util.file.base.FileAttributes
hashCode() - Method in class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
hashCode() - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
hashCode() - Method in class net.sf.mmm.util.reflect.api.Arguments
hashCode() - Method in class net.sf.mmm.util.reflect.api.Signature
hashCode() - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
hashCode() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
hashCode() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
hashCode() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
hashCode() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
hashCode() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
hasher - Variable in class net.sf.mmm.util.text.base.HyphenationState
The StringHasher to use.
hasher - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
 
hashes - Variable in class net.sf.mmm.util.text.base.HyphenationState
The hashes of all substrings of HyphenationState.normalizedWord.
HashKey<T> - Class in net.sf.mmm.util.collection.base
This is a simple class that allows to use any object as hash-key.
HashKey(T) - Constructor for class net.sf.mmm.util.collection.base.HashKey
The constructor.
HashMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the MapFactory interface that creates instances of HashMap.
HashMapFactory() - Constructor for class net.sf.mmm.util.collection.base.HashMapFactory
 
HashSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SetFactory interface that creates instances of HashSet.
HashSetFactory() - Constructor for class net.sf.mmm.util.collection.base.HashSetFactory
 
hasMoreTokens() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
 
hasNext() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
hasNext() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
hasNext() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
hasNext() - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method determines if there is a next byte available.
hasNext() - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method determines if there is a next byte available.
hasNext() - Method in interface net.sf.mmm.util.lang.api.CharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.lang.base.SequenceCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasNext() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
hasNext() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method determines if there is at least one more character available.
hasNext() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method determines if there is at least one more character available.
hasNext() - Method in class net.sf.mmm.util.xml.base.NodeValueCharIterator
This method determines whether there is a next char available or the end of this iterator has been reached.
hasVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method determines if the variable for the given variableName exists.
hasVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method determines if the variable for the given variableName exists.
hasVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method determines if the variable for the given variableName exists.
help - Variable in class net.sf.mmm.util.cli.api.AbstractMain
Option to show the usage.
HERMITIAN_CONJUGATE_MATRIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HOME_ROOT - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
The typical home directory of the user "root" under Unix/Linux.
HOMOTHETIC - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HOOK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HORIZONTAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
A horizontal bar.
HORIZONTAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HorizontalAlignment - Enum in net.sf.mmm.util.lang.api
This enum represents a horizontal alignment (e.g. for Justification).
HorizontalAlignment(String, String) - Constructor for enum net.sf.mmm.util.lang.api.HorizontalAlignment
The constructor.
HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HYPHEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The hyphen.
hyphen - Variable in class net.sf.mmm.util.text.base.AbstractHyphenator
 
hyphen - Variable in class net.sf.mmm.util.text.base.HyphenationImpl
 
hyphen - Variable in class net.sf.mmm.util.text.base.HyphenationState
 
HYPHEN_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HYPHEN_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The ASCII hyphen or minus sign (45 ).
hyphenate(String) - Method in interface net.sf.mmm.util.text.api.Hyphenator
 
hyphenate(String, int) - Method in interface net.sf.mmm.util.text.api.Hyphenator
 
hyphenate(String, int, int) - Method in interface net.sf.mmm.util.text.api.Hyphenator
This method hyphenates the word from the given text from start to end.
hyphenate(String, int) - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
hyphenate(String, int, int) - Method in class net.sf.mmm.util.text.base.AbstractHyphenator
This method hyphenates the word from the given text from start to end.
hyphenate(String) - Method in class net.sf.mmm.util.text.base.HyphenatorImpl
hyphenatedWord - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
Hyphenation - Interface in net.sf.mmm.util.text.api
This is the interface for the result of a hyphenation.
HYPHENATION_POINT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
HYPHENATION_XML_CONFIG_PREFIX - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
HYPHENATION_XML_CONFIG_SUFFIX - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
HyphenationImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the Hyphenation interface.
HyphenationImpl(String, char, int[]) - Constructor for class net.sf.mmm.util.text.base.HyphenationImpl
The constructor.
HyphenationImpl(String) - Constructor for class net.sf.mmm.util.text.base.HyphenationImpl
The constructor.
HyphenationImpl(String, char) - Constructor for class net.sf.mmm.util.text.base.HyphenationImpl
The constructor.
HyphenationPattern - Class in net.sf.mmm.util.text.base
A HyphenationPattern is a pattern that acts as rule for a hyphenation algorithm.
HyphenationPattern(String, StringHasher) - Constructor for class net.sf.mmm.util.text.base.HyphenationPattern
The constructor.
HyphenationPatternPosition - Class in net.sf.mmm.util.text.base
A HyphenationPatternPosition represents a ranked position of a potential hyphenation of a HyphenationPattern.
HyphenationPatternPosition(int, int) - Constructor for class net.sf.mmm.util.text.base.HyphenationPatternPosition
The constructor.
hyphenationPoints - Variable in class net.sf.mmm.util.text.base.HyphenationImpl
 
hyphenationPositions - Variable in class net.sf.mmm.util.text.base.HyphenationPattern
 
HyphenationState - Class in net.sf.mmm.util.text.base
This class represents the current state of the hyphenation of a specific word.
HyphenationState(String, String, char, int, int, StringHasher, StringUtil) - Constructor for class net.sf.mmm.util.text.base.HyphenationState
The constructor.
Hyphenator - Interface in net.sf.mmm.util.text.api
A Hyphenator is used to hyphenate words.
hyphenator - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
The Hyphenator to use.
hyphenator - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
HyphenatorBuilder - Interface in net.sf.mmm.util.text.api
This is the interface used to retrieve a Hyphenator for a given Locale.
hyphenatorBuilder - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper
 
HyphenatorBuilderImpl - Class in net.sf.mmm.util.text.base
The implementation of the HyphenatorBuilder interface.
HyphenatorBuilderImpl() - Constructor for class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The constructor.
hyphenatorCache - Variable in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
Cache for AbstractHyphenatorBuilder.getHyphenator(Locale).
HyphenatorImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the Hyphenator interface.
HyphenatorImpl(Locale, char, List<String>, List<String>, StringHasher, StringUtil) - Constructor for class net.sf.mmm.util.text.base.HyphenatorImpl
The constructor.

I

id - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
id - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
 
id - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain
 
id - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
 
id2callableMap - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
 
id2ModeMap - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
id2valueMap - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
 
ID_DEFAULT - Static variable in annotation type net.sf.mmm.util.cli.api.CliMode
The ID of the default CliMode.
ID_FIRST - Static variable in annotation type net.sf.mmm.util.cli.api.CliArgument
Symbolic name used for CliArgument.addCloseTo() to identify the first argument.
ID_HELP - Static variable in annotation type net.sf.mmm.util.cli.api.CliMode
The ID of the CliMode for getting help (the usage).
ID_LAST - Static variable in annotation type net.sf.mmm.util.cli.api.CliArgument
Symbolic name used for CliArgument.addCloseTo() to identify the last argument.
ID_VERSION - Static variable in annotation type net.sf.mmm.util.cli.api.CliMode
The ID of the CliMode for getting the program-version.
IDENTICAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
IDENTICAL_TO_AND_SLANTED_PARALLEL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
IDENTIFIER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts characters valid for a technical identifier-string (e.g. literal oder variable-name).
IdResolverContext - Class in net.sf.mmm.util.xml.base.jaxb
This class is a context for InternalValidatingIdResolver.
IdResolverContext() - Constructor for class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
The constructor.
IdResolverContext.Resolver - Class in net.sf.mmm.util.xml.base.jaxb
This inner class resolves an ID on demand.
IdResolverContext.Resolver(String, Class<?>) - Constructor for class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
The constructor.
IllegalCaseException - Exception in net.sf.mmm.util.nls.api
A IllegalCaseException is thrown if a specific case occurred that should never happen.
IllegalCaseException(String) - Constructor for exception net.sf.mmm.util.nls.api.IllegalCaseException
The constructor.
IllegalCaseException(Class<E>, E) - Constructor for exception net.sf.mmm.util.nls.api.IllegalCaseException
The constructor.
IllegalDateFormatException - Exception in net.sf.mmm.util.date.api
This is the exception thrown if a date given as string was illegal.
IllegalDateFormatException(String) - Constructor for exception net.sf.mmm.util.date.api.IllegalDateFormatException
The constructor.
IllegalDateFormatException(String, Exception) - Constructor for exception net.sf.mmm.util.date.api.IllegalDateFormatException
The constructor.
IllegalPojoPathException - Exception in net.sf.mmm.util.pojo.path.api
An IllegalPojoPathException is thrown by the PojoPathNavigator if the supplied PojoPath is illegal.
IllegalPojoPathException(String) - Constructor for exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
The constructor.
IllegalPojoPathException(Throwable, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
The constructor.
IllegalWildcardSequenceException - Exception in net.sf.mmm.util.reflect.base
A IllegalWildcardSequenceException is thrown if a wildcard-type given as string could NOT be parsed because it contains an illegal sequence (e.g
IllegalWildcardSequenceException(String) - Constructor for exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
The constructor.
IMAGE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
IMAGE_OF_OR_APPROXIMATELY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
immutableContext - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
the parent context
ImmutableGenericContext - Class in net.sf.mmm.util.context.base
This is an implementation of the GenericContext interface that is an immutable view that delegates to another instance.
ImmutableGenericContext(GenericContext) - Constructor for class net.sf.mmm.util.context.base.ImmutableGenericContext
The constructor.
IMPL_CLASS_SUFFIX - Static variable in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The conventional suffix for an implementation class.
IMPL_PKG_SUFFIX - Static variable in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
The conventional suffix for an implementation package.
inAttribute - Variable in class net.sf.mmm.util.xml.api.ParserState
 
INCOMPLETE_INFINITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
indent - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
indent - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
indentationMode - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
index - Variable in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
index - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The current index in StringTokenizer.string.
index - Variable in class net.sf.mmm.util.lang.base.SequenceCharIterator
The current index in SequenceCharIterator.sequence.
index - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
 
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
 
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
 
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
the current index of PojoFieldIntrospectorImpl.PojoFieldIterator.fields.
index - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
the current index of PojoMethodIntrospectorImpl.PojoMethodIterator.methods
index - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
index - Variable in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
The current index in FileResource.FileResourceIterator.files.
index - Variable in class net.sf.mmm.util.text.base.HyphenationPatternPosition
the index of the hyphenation-position in the pattern (without numbers).
index - Variable in class net.sf.mmm.util.xml.base.NodeIterator
The current index in the NodeIterator.nodeList.
index - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
The current index position in the XmlInputStream.buffer.
INF_AND - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_CENTER - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_EQUAL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_GREATER_OR_EQUAL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_GREATER_THAN - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_LEFT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_LESS_OR_EQUAL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_LESS_THAN - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_MAIN_MODE_DEFAULT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_MAIN_MODE_HELP - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_MAIN_MODE_VERSION - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_NAND - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_NOR - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_NOT_EQUAL - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_OR - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INF_RIGHT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
INFINITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INFINITY_NEGATED_WITH_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
InitializationState - Enum in net.sf.mmm.util.component.api
This enum contains the available states of an initialization.
InitializationState() - Constructor for enum net.sf.mmm.util.component.api.InitializationState
 
initializationState - Variable in class net.sf.mmm.util.component.base.AbstractComponent
 
InitializationState - Class in net.sf.mmm.util.component.base
This class represents the state of an initialization.
InitializationState() - Constructor for class net.sf.mmm.util.component.base.InitializationState
The constructor.
initializationState - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
initialize() - Method in class net.sf.mmm.util.component.base.AbstractComponent
This method initializes this class.
initialize(AbstractDetectorStreamProvider, DetectorStreamProcessor) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
This method initializes this class.
initialize() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
This method initializes this class.
initialize() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method is called at construction.
initialize(int, int, DefaultLineWrapper.TextSegmentType) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
This method resets and initializes this object.
initializeArgumentRecursive(BasicDoubleLinkedNode<CliArgumentContainer>, Map<String, BasicDoubleLinkedNode<CliArgumentContainer>>) - Method in class net.sf.mmm.util.cli.base.CliState
This method initializes the node containing an CliArgumentContainer in order to determine the appropriate order of the CliArguments.
initializeArguments() - Method in class net.sf.mmm.util.cli.base.CliState
This method initializes the CliState.arguments.
initializeModeRecursive(CliModeContainer) - Method in class net.sf.mmm.util.cli.base.CliClassContainer
This method initializes the given CliModeContainer.
inputStream - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The input-stream to read.
insert(byte...) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method inserts the given bytes at the current position into the stream.
insert(ByteArray) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method inserts the given data at the current position into the stream.
insert(byte...) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method inserts the given bytes at the current position into the stream.
insert(ByteArray) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method inserts the given data at the current position into the stream.
insertAsNext(V, boolean) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given value into the list at the position represented by this node.
insertAsNext(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given node into the list immediately after the position represented by this node.
insertAsPrevious(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given node into the list immediately before the position represented by this node.
insertAsPrevious(V, boolean) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method inserts the given value into the list at the position represented by this node.
INSTANCE - Static variable in class net.sf.mmm.util.cli.base.CliClassContainer.CliModeFormatter
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.cli.base.CliState.CliArgumentFormatter
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ArrayListFactory
The default instance creating an ArrayList.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentHashMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.ConcurrentLinkedQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.EmptyIterator
 
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.HashMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.HashSetFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedListDequeFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.LinkedListQueueFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.TreeMapFactory
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.collection.base.TreeSetFactory
The singleton instance.
instance - Static variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
instance - Static variable in class net.sf.mmm.util.component.impl.SpringContainerPool
 
INSTANCE - Static variable in class net.sf.mmm.util.concurrent.base.SimpleExecutor
This is the singleton instance of this SimpleExecutor.
instance - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This is the singleton instance of this Iso8601UtilImpl.
INSTANCE - Static variable in class net.sf.mmm.util.file.base.DirectoryFilter
the singleton instance
instance - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.file.base.PlainFileFilter
the singleton instance
INSTANCE - Static variable in class net.sf.mmm.util.io.api.DevNullSource
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.io.api.DevNullTarget
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.io.api.DevZero
The singleton instance.
instance - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.io.base.NonClosingInputStream.ClosedInputStream
The singleton instance.
instance - Static variable in class net.sf.mmm.util.io.base.StreamUtilImpl
 
instance - Static variable in class net.sf.mmm.util.lang.base.BasicUtilImpl
 
instance - Static variable in class net.sf.mmm.util.lang.base.StringUtilImpl
 
instance - Static variable in class net.sf.mmm.util.lang.base.SystemUtilImpl
 
instance - Static variable in class net.sf.mmm.util.math.base.MathUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.nls.base.NoTemplateResolver
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.GlobPatternCompiler
A singleton instance of this implementation.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.PathPatternCompiler
A singleton instance of this instance.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
A singleton instance of this implementation.
INSTANCE - Static variable in class net.sf.mmm.util.pattern.base.WildcardGlobPatternCompiler
A singleton instance of this implementation.
INSTANCE - Static variable in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
The singleton instance of this class.
INSTANCE - Static variable in class net.sf.mmm.util.pool.base.NoByteArrayPool
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.pool.base.NoCharArrayPool
The singleton instance.
instance - Static variable in class net.sf.mmm.util.process.base.ProcessUtilImpl
 
instance - Static variable in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
 
instance - Static variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.reflect.base.JavaLangClassResolver
The singleton instance.
instance - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
The singleton instance.
INSTANCE - Static variable in class net.sf.mmm.util.text.base.EnglishSingularizer
The singleton instance.
instance - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
instance - Static variable in class net.sf.mmm.util.text.base.JustificationBuilderImpl
 
instance - Static variable in class net.sf.mmm.util.text.base.UnicodeUtilImpl
 
instance - Static variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
INSTANCE - Static variable in class net.sf.mmm.util.value.base.ValueValidatorNotNull
The singleton instance.
instance - Static variable in class net.sf.mmm.util.xml.base.DomUtilImpl
 
instance - Static variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
instance - Static variable in class net.sf.mmm.util.xml.base.XmlUtilImpl
 
InstantiationFailedException - Exception in net.sf.mmm.util.reflect.api
An InstantiationFailedException indicates that the instantiation of a Class failed for arbitrary reasons.
InstantiationFailedException(Type) - Constructor for exception net.sf.mmm.util.reflect.api.InstantiationFailedException
The constructor.
InstantiationFailedException(Throwable, Type) - Constructor for exception net.sf.mmm.util.reflect.api.InstantiationFailedException
The constructor.
inStream - Variable in class net.sf.mmm.util.io.impl.BufferInputStream
The adapted InputStream to buffer or null if closed.
inStream - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
INTEGER - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for Integer.
INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTEGRAL_AROUND_A_POINT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTEGRAL_WITH_LEFTWARDS_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERCALATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERIOR_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
InternalValidatingIdResolver - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of IDResolver validating that no IDs are duplicated or missing (IDRef is pointing to an undefined ID).
InternalValidatingIdResolver() - Constructor for class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
The constructor.
INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_ABOVE_BAR_ABOVE_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_ABOVE_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_BESIDE_AND_JOINED_WITH_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_WITH_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INTERSECTION_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
inverseCycle - Variable in class net.sf.mmm.util.collection.base.NodeCycle
 
inverted - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
false if index is first argument, true if second.
INVERTED_EXCLAMATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
An inverted (upside-down) exclamation mark (!)
INVERTED_LAZY_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVERTED_LAZY_S_WITH_DOUBLE_UNDERLINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVERTED_OHM_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVERTED_QUESTION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVISIBLE_SEPARATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
INVISIBLE_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
InvocationFailedException - Exception in net.sf.mmm.util.reflect.api
An InvocationFailedException is thrown if a reflective invocation of an AccessibleObject failed.
InvocationFailedException(InvocationTargetException) - Constructor for exception net.sf.mmm.util.reflect.api.InvocationFailedException
The constructor.
InvocationFailedException(InvocationTargetException, AccessibleObject, Object) - Constructor for exception net.sf.mmm.util.reflect.api.InvocationFailedException
The constructor.
invoke(Object, int) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArg
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetField
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, int, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetField
This method invokes the according property-method of pojoInstance with the given arguments.
invoke(Object, Object, Object) - Method in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
This method invokes the according property-method of pojoInstance with the given arguments.
IocContainer - Interface in net.sf.mmm.util.component.api
This is the interface for the container of an inversion of control (IoC) framework.
IoMode - Enum in net.sf.mmm.util.io.api
This enum holds the possible modes of I/O.
IoMode() - Constructor for enum net.sf.mmm.util.io.api.IoMode
 
isAccepted(Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
This method determines whether the given type is accepted in the hierarchy.
isAccepted(Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given type is accepted as significant type for registration and lookup of ValueConverters.
isAccepted(Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
This method determines whether the given type is accepted in the hierarchy.
isAcceptStatic() - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
isAllowSave() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method determines if this implementation allows to save.
isAltQuoteEscapeLazy() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
If alt-quote-start, alt-quote-end and alt-quote-escape all point to the same character (which is NOT '\0'), then this method determines if alt-quotation escaping is lazy.
isAltQuoteEscapeLazy() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
If alt-quote-start, alt-quote-end and alt-quote-escape all point to the same character (which is NOT '\0'), then this method determines if alt-quotation escaping is lazy.
isAncestor(TreeNode<?>) - Method in interface net.sf.mmm.util.collection.api.TreeNode
This method determines if this TreeNode is an ancestor of the given node.
isAncestor(TreeNode<?>) - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method determines if this TreeNode is an ancestor of the given node.
isAnnotationForType(Class<A>, ElementType) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method determines if the given annotationType represents an Annotation that has a Target compatible with the given targetType.
isAnnotationForType(Class<A>, ElementType) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method determines if the given annotationType represents an Annotation that has a Target compatible with the given targetType.
isApplicable(Signature) - Method in class net.sf.mmm.util.reflect.api.Signature
This method determines if the given signature is applicable for this signature.
isApplicable(ValueConverter<?, ?>, GenericType<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given converter is applicable for the given targetType.
isApplicable(Class<?>, Class<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method determines if the given converterTargetClass is applicable for the expectedTargetClass.
isArrayMapOrCollection() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
isArrayMapOrCollection() - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
isArrayMapOrCollection() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method determines if the property-type of the setter is a container-type (an array, Collection or Map).
isArrayMapOrCollection(Class<?>) - Static method in class net.sf.mmm.util.cli.base.CliParameterContainer
This method determines if the given type is a container-type (an array, Collection or Map).
isArrayMapOrCollection() - Method in interface net.sf.mmm.util.cli.base.CliValueContainer
 
isArrayOrList(Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method determines if the given object is an array or List.
isArrayOrList(Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method determines if the given object is an array or List.
isAssignableFrom(GenericType<?>) - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method determines if this GenericType is equal to or a super-type of the given subType.
isAssignableFrom(GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method determines if this GenericType is equal to or a super-type of the given subType.
isAvailable() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method determines if this resource is available.
isAvailable() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method determines if this resource is available.
isAvailable() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method determines if this resource is available.
isAvailable() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method determines if this resource is available.
isBooleanType(Class<?>) - Static method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method determines if the given type is a boolean type ( boolean.class or Boolean.class).
isCachingDisabled() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method determines if this cache has been disabled.
isCheckComments() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines how Comments are compared.
isComplete() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method determines if this column is complete (all text is appended).
isCompleted() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method determines if the transfer has been completed successfully.
isDash(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines if the given character is a dash.
isDash(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines if the given character is a dash.
isData() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.FileResource
This method determines if this resource has potentially data available.
isData() - Method in class net.sf.mmm.util.resource.base.UrlResource
This method determines if this resource has potentially data available.
isDecimal() - Method in interface net.sf.mmm.util.math.api.NumberType
This method determines if the represented Number is a decimal value.
isDeepEqual(Object, Object) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method checks if two given objects are equal to each other.
isDeepEqual(Object, Object) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method checks if two given objects are equal to each other.
isDescendant(TreeNode<?>) - Method in interface net.sf.mmm.util.collection.api.TreeNode
This method determines if this TreeNode is a descendant of the given node.
isDescendant(TreeNode<?>) - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method determines if this TreeNode is a descendant of the given node.
isDeterministic() - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method determines if this PojoPathFunction is deterministic.
isDeterministic() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method determines if this PojoPathFunction is deterministic.
isDone() - Method in interface net.sf.mmm.util.io.api.DetectorStream
This method determines if the detection is done.
isDone() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method determines if the detection is done.
isEmpty() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
isEmpty(String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method determines if the given string contains no information.
isEmpty(String, boolean) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method determines if the given string is empty.
isEmpty(String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method determines if the given string contains no information.
isEmpty(String, boolean) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method determines if the given string is empty.
isEmpty() - Method in interface net.sf.mmm.util.pool.api.Pool
This method determines if the pool is empty.
isEmpty() - Method in class net.sf.mmm.util.pool.base.AbstractNoPool
This method determines if the pool is empty.
isEmpty() - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method determines if the pool is empty.
isEqual(Object, Object) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method checks if two given objects are equal to each other.
isEqual(Object[], Object[]) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method checks if two given arrays are structurally equal to each other.
isEqual(Object, Object) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method checks if two given objects are equal to each other.
isEqual(Object[], Object[]) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method checks if two given arrays are structurally equal to each other.
isEqual(Node, Node, XmlCompareMode) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method determines if two XML-nodes represent the same XML.
isEqual(Node, Node, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if two XML-nodes represent the same XML.
isEqual(CharIterator, CharIterator, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given CharSequences are equal.
isEqual(Element, Element, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given elements are equal.
isEqual(NodeList, NodeList, XmlCompareMode) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given NodeLists are equal.
isEqualName(Node, Node) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method determines if the given nodes have the same name and namespace.
isExecutable(FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if this mask is executable for the given fileModeClass.
isFailIfUnprecise() - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method determines if the conversion from one number-type to another should fail if it is unprecise.
isFolder() - Method in interface net.sf.mmm.util.resource.api.BrowsableResource
This method determines if this BrowsableResource is a folder that potentially contains other resources.
isFolder() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method determines if this BrowsableResource is a folder that potentially contains other resources.
isFolder() - Method in class net.sf.mmm.util.resource.base.FileResource
This method determines if this BrowsableResource is a folder that potentially contains other resources.
isGetType() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method determines if we have been invoked from getType.
isHyphen(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines if the given character is a hyphen.
isHyphen(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines if the given character is a hyphen.
isIn(char, char[]) - Static method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method determines if the given character c is contained in chars.
isInArray(Object, Object[], boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isInArray(Object, Object, boolean) - Method in interface net.sf.mmm.util.lang.api.BasicUtil
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isInArray(Object, Object[], boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isInArray(Object, Object, boolean) - Method in class net.sf.mmm.util.lang.base.BasicUtilImpl
This method determines if the given array contains an element that equals (see checkEqual) to the given value.
isIndent() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
isInitialized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method gets the status of the initialization .
isIntegerType(Class<?>) - Static method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBuilder
This method determines if the given type is an integer type ( int.class or Integer.class).
isJoinCData() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines if subsequent CDATASection-nodes should be treated as one single CDATASection-node when comparing XML.
isJoinComment() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines if subsequent Comment-nodes should be treated as one single Comment-node when comparing XML.
isJoinText() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines if subsequent Text-nodes should be treated as one single Text-node when comparing XML.
isKeepStreamsOpen() - Method in class net.sf.mmm.util.process.api.ProcessContext
 
isLimitedDevice() - Method in interface net.sf.mmm.util.lang.api.SystemInformation
This method determines if the operating system running this java virtual machine is for mobile or embedded devices or maybe tablets but not for full-fledged PC or server machines.
isLimitedDevice() - Method in class net.sf.mmm.util.lang.base.SystemInformationImpl
This method determines if the operating system running this java virtual machine is for mobile or embedded devices or maybe tablets but not for full-fledged PC or server machines.
isLinked() - Method in interface net.sf.mmm.util.collection.api.DoubleLinkedNode
This method determines if this node is linked.
isLinked() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method determines if this node is linked.
isLinked() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method determines if this node is linked.
isLinked() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method determines if this node is linked.
isMarkerInterface(Class<?>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method determines if the given interfaceClass is a marker-interface (e.g.
isMarkerInterface(Class<?>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method determines if the given interfaceClass is a marker-interface (e.g.
isMinus(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines if the given character is a minus-sign.
isMinus(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines if the given character is a minus-sign.
isModifiedSince(Date) - Method in interface net.sf.mmm.util.resource.api.DataResource
This method determines if this resource has been been modified since the given data.
isModifiedSince(Date) - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method determines if this resource has been been modified since the given data.
isModifiedSince(Date) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method determines if this resource has been been modified since the given data.
isNormalizeSpaces() - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
This method determines how to deal with whitespace-characters ' ' ,'\t','\r', and '\n' when comparing content of Text (or CDATASection).
Iso8601Util - Interface in net.sf.mmm.util.date.api
This class is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
iso8601Util - Variable in class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
 
iso8601Util - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToDate
 
iso8601Util - Variable in class net.sf.mmm.util.value.impl.ValueConverterToString
 
Iso8601UtilImpl - Class in net.sf.mmm.util.date.base
This is the implementation of the Iso8601Util interface.
Iso8601UtilImpl() - Constructor for class net.sf.mmm.util.date.base.Iso8601UtilImpl
The constructor.
isOptionsComplete() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method determines if the options are completed and further command-line parameters have to be arguments.
isPreferable(E, Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
This method determines if the given element should be associated with currentType in preference to the element existing that is already registered and will be replaced according to the result of this method.
isPreferable(E, Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchieMap
This method determines if the given element should be associated with currentType in preference to the element existing that is already registered and will be replaced according to the result of this method.
isPresent(byte[], int) - Method in enum net.sf.mmm.util.io.api.ByteOrderMark
This method detects if this ByteOrderMark is present in the given bytes.
isQuoteEscapeLazy() - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
If quote-start, quote-end and quote-escape all point to the same character (which is NOT '\0'), then this method determines if quotation escaping is lazy.
isQuoteEscapeLazy() - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
If quote-start, quote-end and quote-escape all point to the same character (which is NOT '\0'), then this method determines if quotation escaping is lazy.
isReadable(FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if this mask is readable for the given fileModeClass.
isReading() - Method in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
This method determines if this mode is for a reading accessor.
isReplaceAll() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
isRequireWildcard() - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
This method gets the flag that determines if wildcards are required.
isRequireWildcard() - Method in class net.sf.mmm.util.pattern.base.WildcardGlobPatternCompiler
This method gets the flag that determines if wildcards are required.
isResolved() - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
This method determines if this IdResolverContext.Resolver has been resolved successfully.
isRuntimeAnnotation(Class<A>) - Method in interface net.sf.mmm.util.reflect.api.AnnotationUtil
This method determines if the given annotationType represents an Annotation that has the Retention runtime and can therefore be resolved at runtime.
isRuntimeAnnotation(Class<A>) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
This method determines if the given annotationType represents an Annotation that has the Retention runtime and can therefore be resolved at runtime.
isSetgid() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines the value of the setgid flag ("set group ID").
isSetuid() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines the value of the setuid flag ("set user ID").
isSticky() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines the value of the sticky flag.
isStopOnMatch() - Method in interface net.sf.mmm.util.transformer.api.StringTransformerRule
This method determines if this rule will stop further proceeding if it matched.
isStopOnMatch() - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
 
isStopped() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method determines if this transferrer was stopped.
isSubstring(String, String, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method checks if the given string contains the given substring at the given offset.
isSubstring(char[], String, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method checks if the given string contains the given substring at the given offset.
isSubstring(String, String, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method checks if the given string contains the given substring at the given offset.
isSubstring(char[], String, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method checks if the given string contains the given substring at the given offset.
isTrigger() - Method in class net.sf.mmm.util.cli.base.CliOptionContainer
This method determines if the option is a trigger.
isUnacceptable(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method determines if the given element has been declared unacceptable.
isUnacceptable() - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
isWritable(FileAccessClass) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method determines if this mask is writable for the given fileModeClass.
iterator() - Method in class net.sf.mmm.util.collection.base.CollectionList
iterator() - Method in class net.sf.mmm.util.collection.base.FilteredIterable
iterator() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
iterator() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterable

J

JAR_SUFFIX - Static variable in class net.sf.mmm.util.reflect.base.ManifestLoader
The JAR suffix.
JavaLangClassResolver - Class in net.sf.mmm.util.reflect.base
This is a MappedClassResolver that contains the mapping for typical classes located in the package java.lang.
JavaLangClassResolver() - Constructor for class net.sf.mmm.util.reflect.base.JavaLangClassResolver
The constructor.
JaxbBeanHolder<T> - Interface in net.sf.mmm.util.xml.base.jaxb
This class is a container holding a JAXB bean.
JaxbBeanHolderImpl<VIEW,BEAN extends VIEW> - Class in net.sf.mmm.util.xml.base.jaxb
This is the implementation of JaxbBeanHolder.
JaxbBeanHolderImpl(BEAN, DataResource, XmlBeanMapper<BEAN>) - Constructor for class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The constructor.
JaxbBeanHolderImpl(BEAN, DataResource, XmlBeanMapper<BEAN>, boolean) - Constructor for class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
The constructor.
jaxbContext - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
joinCData - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
joinComment - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
JoiningNodeIterator - Class in net.sf.mmm.util.xml.base
This class is used to iterate the Nodes of a NodeList.
JoiningNodeIterator(NodeList, XmlCompareMode) - Constructor for class net.sf.mmm.util.xml.base.JoiningNodeIterator
The constructor.
joinText - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
justification - Variable in class net.sf.mmm.util.nls.api.NlsArgument
 
Justification - Interface in net.sf.mmm.util.text.api
This is the interface for a specific justification.
justificationBuilder - Variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
 
JustificationBuilder - Interface in net.sf.mmm.util.text.api
This is the interface used to build a Justification from a String.
JustificationBuilderImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the JustificationBuilder.
JustificationBuilderImpl() - Constructor for class net.sf.mmm.util.text.base.JustificationBuilderImpl
The constructor.
JustificationImpl - Class in net.sf.mmm.util.text.base
This is the implementation of a Justification.
JustificationImpl(String) - Constructor for class net.sf.mmm.util.text.base.JustificationImpl
The constructor.
justify(CharSequence, Appendable) - Method in interface net.sf.mmm.util.text.api.Justification
This method applies the justification to the given value and appends the result to the given target.
justify(CharSequence) - Method in interface net.sf.mmm.util.text.api.Justification
This method applies the justification to the given value and returns the result.
justify(CharSequence) - Method in class net.sf.mmm.util.text.base.JustificationImpl
This method applies the justification to the given value and returns the result.
justify(CharSequence, Appendable) - Method in class net.sf.mmm.util.text.base.JustificationImpl
This method applies the justification to the given value and appends the result to the given target.

K

keepDestinationOpen - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
true if StreamUtilImpl.ReaderTransferrer.destination should be closed.
keepDestinationOpen - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
true if StreamUtilImpl.StreamTransferrer.destination should be closed.
keepStreamsOpen - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
key - Variable in class net.sf.mmm.util.nls.api.NlsArgument
 
key - Variable in class net.sf.mmm.util.nls.base.NlsTemplateImpl
 
key - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
 
key - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
 
key - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
 
key - Variable in class net.sf.mmm.util.xml.base.jaxb.Property
 
KEY_ACCESSIBLE - Static variable in exception net.sf.mmm.util.reflect.api.ReflectionException
Key for the NLS message.
KEY_ANNOTATION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "annotation".
KEY_ARGUMENT - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "argument".
KEY_CAPACITY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "capacity".
KEY_CASE - Static variable in exception net.sf.mmm.util.nls.api.IllegalCaseException
The key for the NLS message.
KEY_CYCLE - Static variable in exception net.sf.mmm.util.collection.base.NodeCycleException
Key for the argument "cycle".
KEY_DEFAULT - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "default".
KEY_DIRECTORY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "directory".
KEY_ERROR - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "error".
KEY_FILE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "file".
KEY_FORMAT - Static variable in exception net.sf.mmm.util.nls.api.NlsParseException
Key for the argument "format".
KEY_FUNCTION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "function".
KEY_ID - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "id".
KEY_KEY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "key".
KEY_LOCATION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "location".
KEY_MAX - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "max".
KEY_MIN - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "min".
KEY_MODE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "mode".
KEY_NAME - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "name".
KEY_OBJECT - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "object".
KEY_OPERAND - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "operand".
KEY_OPERATION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "operation".
KEY_OPTION - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "option".
KEY_OPTION2 - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
Key for the argument "option2".
KEY_PATH - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "path".
KEY_PROPERTY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "property".
KEY_QUERY - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "query".
KEY_RESOURCE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "resource".
KEY_SEQUENCE - Static variable in exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
Key for the NLS message.
KEY_SIZE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "size".
KEY_SOURCE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "source".
KEY_TARGET_TYPE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "targetType".
KEY_TITLE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "title".
KEY_TYPE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "type".
KEY_URI - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "uri".
KEY_URI - Static variable in exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
Key for the NLS message.
KEY_VALUE - Static variable in interface net.sf.mmm.util.nls.api.NlsObject
Key for the argument "value".
KEY_VALUE_TYPE - Static variable in exception net.sf.mmm.util.value.api.WrongValueTypeException
key for the NLS message.
keySet() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
keySet - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
 
keySet() - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
keyType - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
keyType - Variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
 

L

LARGE_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LARGER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LARGER_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
lastRet - Variable in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
Index of element returned by most recent call to next or previous.
LATIN_CAPITAL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_A_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_AE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_AE_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_AE_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_AFRICAN_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_B_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_C_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_SMALL_LETTER_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_SMALL_LETTER_Z_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_D_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_DZ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_DZ_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_E_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_ENG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_ESH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_ETH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_EZH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_EZH_REVERSED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_EZH_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_F - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_F_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_G_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_H_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_HWAIR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_I_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_J_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_J_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_K_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_MIDDLE_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_SMALL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_L_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_LJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_LEFT_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_LONG_RIGHT_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_SMALL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_N_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_NJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_MIDDLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_OGONEK_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_STROKE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_O_WITH_TILDE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OPEN_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_OU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_P_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Q - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_R_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_REVERSED_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_S_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_SCHWA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The capital form of UnicodeUtil.LATIN_SMALL_LETTER_SCHWA.
LATIN_CAPITAL_LETTER_SMALL_Q_WITH_HOOK_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_DIAGONAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_T_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_THORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TONE_FIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TONE_SIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TONE_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TURNED_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_TURNED_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_U_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_V_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_W_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_WYNN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Y_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_YOGH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LETTER_Z_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LIGATURE_IJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_CAPITAL_LIGATURE_OE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_DIGIT_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the Latin digits '0'-'9'.
LATIN_DIGIT_OR_LETTER_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that only accepts the Latin digits '0'-'9' or ASCII letters 'a'-'z' and 'A'-'Z'.
LATIN_LETTER_ALVEOLAR_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_BIDENTAL_PERCUSSIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_BILABIAL_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_BILABIAL_PERCUSSIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_DENTAL_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_GLOTTAL_STOP_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_INVERTED_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_INVERTED_GLOTTAL_STOP_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_LATERAL_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_PHARYNGEAL_VOICED_FRICATIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_RETROFLEX_CLICK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_REVERSED_ESH_LOOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_REVERSED_GLOTTAL_STOP_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_G_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_INVERTED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_OE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_SMALL_CAPITAL_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_STRETCHED_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_TWO_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_WYNN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_LETTER_YR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_RING_ABOVE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_A_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_AE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_AE_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_AE_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_B_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_BARRED_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_C_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_CLOSED_OMEGA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_CLOSED_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_CLOSED_REVERSED_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_D_WITH_TOPBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DB_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DEZH_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_J_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DOTLESS_J_WITH_STROKE_AND_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ_DIGRAPH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_DZ_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_E_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ENG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ESH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ESH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_ETH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_REVERSED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_EZH_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_F - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_F_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_FENG_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_G_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_H_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_HENG_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_HV - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_I_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_CROSSED_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_J_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_K_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_KRA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_BELT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_MIDDLE_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_MIDDLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_L_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LAMBDA_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LEZH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LONG_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LS_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_LZ_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_M_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_PRECEDED_BY_APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_LEFT_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_LONG_RIGHT_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_N_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_NJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOT_ABOVE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_OGONEK_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_STROKE_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_O_WITH_TILDE_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OPEN_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_OU - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_P_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_PHI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Q - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Q_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Q_WITH_HOOK_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_QP_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_FISHHOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_LONG_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_R_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_RAMS_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_OPEN_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_OPEN_E_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_REVERSED_R_WITH_FISHHOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_S_WITH_SWASH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SCHWA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The small schwa letter is used in the International Phonetic Alphabet to represent the "mid central unrounded vowel".
LATIN_SMALL_LETTER_SCHWA_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SCRIPT_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SHARP_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_SQUAT_REVERSED_ESH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_CEDILLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_COMMA_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_PALATAL_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_T_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TC_DIGRAPH_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TESH_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_THORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TONE_FIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TONE_SIX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TONE_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TS_DIGRAPH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_A - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_ALPHA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_DELTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
Looks like a UnicodeUtil.LATIN_SMALL_LETTER_E that is turned (mirrored to the vertical axis).
LATIN_SMALL_LETTER_TURNED_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_H_WITH_FISHHOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_H_WITH_FISHHOOK_AND_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_K - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_M_WITH_LONG_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_R_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_R_WITH_LONG_LEG - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_T - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_TURNED_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DIAERESIS_AND_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DOUBLE_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_DOUBLE_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_GRAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_HORN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_INVERTED_BREVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_U_WITH_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_UPSILON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_V - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_V_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_W_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_CIRCUMFLEX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_DIAERESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Y_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_YOGH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_ACUTE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_CARON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_CURL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_RETROFLEX_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LETTER_Z_WITH_SWASH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FFI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FFL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_FL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_IJ - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LATIN_SMALL_LIGATURE_OE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_ANGLE_BRACKET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_ARC_LESS_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_DOWN_RIGHT_BARB_DOWN_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_DOWN_RIGHT_BARB_UP_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_UP_RIGHT_BARB_DOWN_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_BARB_UP_RIGHT_BARB_UP_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_CEILING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_DOUBLE_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_DOUBLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_DOUBLE_WIGGLY_FENCE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_FLOOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_NORMAL_FACTOR_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_POINTING_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_ARROW_THROUGH_SMALL_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_DOUBLE_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_DOUBLE_ARROW_WITH_VERTICAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_OPEN_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_RIGHT_WAVE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SIDE_ARC_ANTICLOCKWISE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SINGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET_WITH_TICK_IN_BOTTOM_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET_WITH_TICK_IN_TOP_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_SQUARE_BRACKET_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_TRIANGLE_BESIDE_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_WHITE_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_WHITE_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFT_WHITE_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_FROM_BAR_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_OVER_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_LOOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_ARROW_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_ARROW_WITH_VERTICAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_DOUBLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_OVER_RIGHTWARDS_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_ABOVE_RIGHTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_BELOW_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWN_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LEFTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_ABOVE_RIGHTWARDS_HARPOON_WITH_BARB_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UP_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_HARPOON_WITH_BARB_UPWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_OPEN_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_TRIPLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_TRIPLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LEFTWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
length - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The maximum length of all syntax lines of this info.
length - Variable in class net.sf.mmm.util.lang.base.CharSubSequence
the length of the sub-sequence
length() - Method in class net.sf.mmm.util.lang.base.CharSubSequence
length - Variable in class net.sf.mmm.util.lang.base.SequenceCharIterator
The length of the SequenceCharIterator.sequence.
length - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
The length of the char-sequence: CharSequenceScanner.endIndex - CharSequenceScanner.startIndex.
length() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method gets the length of this buffer.
length - Variable in class net.sf.mmm.util.xml.base.XmlInputStream
the length of the buffered data (may be less than the array length).
less - Variable in enum net.sf.mmm.util.lang.api.Comparator
 
LESS_THAN_ABOVE_DOUBLE_LINE_EQUAL_ABOVE_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_GREATER_THAN_ABOVE_DOUBLE_LINE_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_SIMILAR_ABOVE_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_SIMILAR_OR_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_ABOVE_SLANTED_EQUAL_ABOVE_GREATER_THAN_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_AND_NOT_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_AND_SINGLE_LINE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_BUT_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_CLOSED_BY_CURVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_CLOSED_BY_CURVE_ABOVE_SLANTED_EQUAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_EQUAL_TO_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_APPROXIMATE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_ABOVE_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OR_SLANTED_EQUAL_TO_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_OVER_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_WITH_CIRCLE_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LESS_THAN_WITH_QUESTION_MARK_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LIGHT_SHADE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LIGHT_VERTICAL_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
limitedDevice - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
LINE_FEED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_INTEGRATION_NOT_INCLUDING_THE_POLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_INTEGRATION_WITH_RECTANGULAR_PATH_AROUND_POLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_INTEGRATION_WITH_SEMICIRCULAR_PATH_AROUND_POLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LINE_SEPARATOR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The platform-specific line-separator string.
LINE_SEPARATOR_CR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The line-separator with a single carriage-return.
LINE_SEPARATOR_CRLF - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The Windows line-separator (carriage-return line-feed).
LINE_SEPARATOR_LF - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The Unix line-separator (line-feed).
LINE_SEPARATOR_LFCR - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
The Mac line-separator (line-feed carriage-return).
lineCount - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The number of newlines + 1.
lineIndex - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The current index in the buffer for AbstractCliParser.CliOptionHelpInfo.syntax.
lineLength - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The current maximum line index.
lineLengthMax - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.AutoAdjustInfo
The maximum length of a single unwrapped line.
lineSeparator - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
lineSeparator - Variable in class net.sf.mmm.util.text.api.TextTableInfo
 
lineWrapper - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
LineWrapper - Interface in net.sf.mmm.util.text.api
This is the interface used to wrap texts if they exceed a specific length.
LinkedBlockingQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the BlockingQueueFactory interface that creates instances of LinkedBlockingQueue.
LinkedBlockingQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedBlockingQueueFactory
 
LinkedListDequeFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the DequeFactory interface that creates instances of LinkedList.
LinkedListDequeFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedListDequeFactory
 
LinkedListQueueFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the QueueFactory interface that creates instances of LinkedList.
LinkedListQueueFactory() - Constructor for class net.sf.mmm.util.collection.base.LinkedListQueueFactory
 
LinkedNode<V,NODE extends LinkedNode<V,NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for a node of a linked list.
ListCharFilter - Class in net.sf.mmm.util.filter.base
This is an implementation of the CharFilter interface that filters characters according to a given blacklist or whitelist.
ListCharFilter(boolean, char...) - Constructor for class net.sf.mmm.util.filter.base.ListCharFilter
The constructor.
listeners - Variable in class net.sf.mmm.util.event.base.AbstractEventSource
the registered listeners
ListFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of List.
lists - Variable in class net.sf.mmm.util.collection.base.AppendingList
the lists.
loadClasses(Collection<String>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames and returns them as Set.
loadClasses(Collection<String>, Filter<? super Class<?>>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames.
loadClasses(Collection<String>, ClassResolver, Filter<? super Class<?>>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method loads the classes given as Collection of names by classNames using the given classResolver.
loadClasses(Collection<String>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames and returns them as Set.
loadClasses(Collection<String>, Filter<? super Class<?>>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method loads the classes given as Collection of fully qualified names by qualifiedClassNames.
loadClasses(Collection<String>, ClassResolver, Filter<? super Class<?>>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method loads the classes given as Collection of names by classNames using the given classResolver.
loadManifest(Class<?>) - Static method in class net.sf.mmm.util.reflect.base.ManifestLoader
This method tries to load the Manifest for the given Class.
loadProperties(InputStream) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method loads the Properties from the given inStream and closes it.
loadProperties(Reader) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method loads the Properties from the given reader and closes it.
loadProperties(InputStream) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method loads the Properties from the given inStream and closes it.
loadProperties(Reader) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method loads the Properties from the given reader and closes it.
loadXml(InputStream, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given inputStream.
loadXml(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given location .
loadXml(File) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given inputStream.
loadXml(DataResource) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method loads the JAXB-bean as XML from the given resource .
locale - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
locale - Variable in class net.sf.mmm.util.nls.base.NlsWriter
The Locale to translate to.
locale - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
locale - Variable in class net.sf.mmm.util.text.base.AbstractHyphenator
 
LOCALE_ROOT - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsMessage
Locale.ROOT is only available since java 6.
locales - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
LOCALIZATION_FAILURE_PREFIX - Static variable in interface net.sf.mmm.util.nls.api.NlsMessage
The prefix appended to the message if the localization (translation) failed.
localize(Locale, String, Map<String, Object>) - Method in interface net.sf.mmm.util.nls.api.NlsLocalizer
This method localizes the given internationalizedMessage with the given arguments filled in to the given target locale.
localize(Locale, String) - Method in interface net.sf.mmm.util.nls.api.NlsLocalizer
This method localizes the given internationalizedMessage to the given target locale.
localize(Locale, String, Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
This method localizes the given internationalizedMessage with the given arguments filled in to the given target locale.
localize(Locale, String) - Method in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
This method localizes the given internationalizedMessage to the given target locale.
lock - Variable in class net.sf.mmm.util.pool.base.AbstractPool
The synchronization lock.
logDuplicateAccessor(PojoPropertyAccessor, PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method is called if the accessor given by duplicate was ignored because it has the same name and mode as the given accessor that is already registered.
logger - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
logger - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
logger - Variable in class net.sf.mmm.util.cli.base.CliValueMap
The Logger to use.
logger - Variable in class net.sf.mmm.util.component.base.AbstractLoggableComponent
 
logger - Variable in class net.sf.mmm.util.component.base.AbstractLoggableObject
 
LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_AND_WITH_HORIZONTAL_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_AND_WITH_MIDDLE_STEM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_AND_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_OR_WITH_HORIZONTAL_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOGICAL_OR_WITH_MIDDLE_STEM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for Long.
LONG_DASH_FROM_LEFT_MEMBER_OF_DOUBLE_VERTICAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFT_RIGHT_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFT_RIGHT_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_LEFTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LONG_RIGHTWARDS_SQUIGGLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LookaheadByteArrayBufferBuffer - Class in net.sf.mmm.util.io.impl
This class is a byte-Buffer that represents the concatenation of multiple ByteArrayBufferImpls.
LookaheadByteArrayBufferBuffer(AbstractByteArrayBufferBuffer) - Constructor for class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
The constructor.
LOW_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOWER_HALF_BLOCK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
LOWER_LEFT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
lowerBound - Variable in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
 
LowerBoundWildcardType - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the WildcardType interface for a single lower bound.
LowerBoundWildcardType(Type) - Constructor for class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
The constructor.
LOZENGE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

M

MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MAGIC_BYTES_UTF16_BE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF16_LE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF32_BE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF32_LE - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
MAGIC_BYTES_UTF8 - Static variable in enum net.sf.mmm.util.io.api.ByteOrderMark
 
main(String[]) - Static method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This is the main method used to run this class as application.
mainColumnInfo - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The TextColumnInfo for the main column.
MALE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MALTESE_CROSS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MANIFEST_SOURCE - Static variable in class net.sf.mmm.util.reflect.base.ManifestLoader
The Name of the source of the Manifest.
ManifestLoader - Class in net.sf.mmm.util.reflect.base
This class loads all Manifests from your classpath.
ManifestLoader() - Constructor for class net.sf.mmm.util.reflect.base.ManifestLoader
The constructor.
ManifestLoader(ClassLoader) - Constructor for class net.sf.mmm.util.reflect.base.ManifestLoader
The constructor.
manifests - Variable in class net.sf.mmm.util.reflect.base.ManifestLoader
the list of the manifests
map - Variable in class net.sf.mmm.util.cli.base.CliValueContainerMap
 
map - Variable in class net.sf.mmm.util.cli.base.CliValueMap
 
map - Variable in class net.sf.mmm.util.collection.base.RankMap
 
MapFactory<MAP extends Map> - Interface in net.sf.mmm.util.collection.api
This is the interface for a factory of maps.
mapFactory - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
 
mapFactoryMap - Variable in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
 
MappedClassResolver - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ClassResolver interface that uses an internal Map to define specific mappings.
MappedClassResolver() - Constructor for class net.sf.mmm.util.reflect.base.MappedClassResolver
The constructor.
MappedClassResolver(MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.reflect.base.MappedClassResolver
The constructor.
MappedNlsFormatterManager - Class in net.sf.mmm.util.nls.base
This is the implementation of the NlsFormatterManager interface.
MappedNlsFormatterManager() - Constructor for class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
The constructor.
MappedNlsFormatterManager(NlsFormatterMap) - Constructor for class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
The constructor.
mark(int) - Method in class net.sf.mmm.util.io.base.FailingInputStream
markSupported() - Method in class net.sf.mmm.util.io.base.FailingInputStream
marshal(E) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
marshal(Pattern) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
marshal(Properties) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterProperties
MASCULINE_ORDINAL_INDICATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MASK_ALL - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_ALL_EXECUTABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_ALL_READABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_ALL_WRITABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_EXECUTABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_FULL_DIRECTORY_ACCESS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_FULL_FILE_ACCESS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_GROUP - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_GROUP_FLAGS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_MAX - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_OTHERS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_OTHERS_FLAGS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_READABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_SETGID - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_SETUID - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_STICKY - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_USER - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_USER_FLAGS - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
MASK_WRITABLE - Static variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
maskBits - Variable in class net.sf.mmm.util.file.base.FileAccessPermissions
 
master - Variable in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
The master buffer adapted by this buffer.
MathUtil - Interface in net.sf.mmm.util.math.api
This is the interface for a collection of utility functions to deal with Numbers.
mathUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToNumber
 
MathUtilImpl - Class in net.sf.mmm.util.math.base
This class is a collection of utility functions for dealing with numbers.
MathUtilImpl() - Constructor for class net.sf.mmm.util.math.base.MathUtilImpl
The constructor.
MAX_DAY_OF_MONTH - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
The maximum day of the month.
MAX_MONTH - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
The maximum month of the year.
maximum - Variable in class net.sf.mmm.util.value.base.ValueValidatorNumberRange
 
maximumIndex - Variable in class net.sf.mmm.util.io.base.ByteArrayImpl
 
maximumListGrowth - Variable in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
 
maxLength - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
maxPatternLength - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
The maximum length of the HyphenatorImpl.patterns.
maybeAscii - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
false if the data can NOT be ASCII, true otherwise.
maybeUtf16 - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
false if the data can NOT be UTF-16, true otherwise.
maybeUtf8 - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
false if the data can NOT be UTF-8, true otherwise.
MEASURED_ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_DOWN_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_DOWN_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_LEFT_AND_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_LEFT_AND_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_RIGHT_AND_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_RIGHT_AND_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_UP_AND_LEFT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_ANGLE_WITH_OPEN_ARM_ENDING_IN_ARROW_POINTING_UP_AND_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEASURED_RIGHT_ANGLE_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEDIUM_MATHEMATICAL_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MEDIUM_SHADE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
message - Variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
 
messageFactory - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The NlsMessageFactory instance.
messageFactory - Variable in class net.sf.mmm.util.nls.base.NlsWriter
The NlsMessageFactory.
messageFormatterFactory - Variable in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
messagesMap - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The Map used to cache messages.
metadata - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStream
 
method - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
 
METHOD_PREFIX_ADD - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
method name prefix for an add method.
METHOD_PREFIX_GET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
method name prefix for classic getter.
METHOD_PREFIX_GET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
method name prefix for classic getter.
METHOD_PREFIX_GET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
method name prefix for classic getter.
METHOD_PREFIX_HAS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_HAS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_IS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_IS - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
alternative method name prefix for boolean getter.
METHOD_PREFIX_PUT - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
method name prefix for classic getter
METHOD_PREFIX_REMOVE - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
method name prefix for a remove method.
METHOD_PREFIX_SET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
method name prefix for classic setter
METHOD_PREFIX_SET - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
method name prefix for classic setter
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
the method name prefixes for getter.
METHOD_PREFIXES_BOOLEAN - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
alternative method name prefixes for boolean getters.
METHOD_PREFIXES_BOOLEAN - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
alternative method name prefixes for boolean getters.
METHOD_SUFFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
method name suffixes for indexed getters.
METHOD_SUFFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
method name suffixes for indexed getters.
METHOD_SUFFIXES - Static variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
the method name suffixes for size getter.
methodIntrospector - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
 
methods - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
the methods
MICRO_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MIDDLE_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MIDLINE_HORIZONTAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MIN_DELAY - Static variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The minimum value allowed for PeriodicRefresherImpl.refreshDelayInSeconds.
MIN_PATTERN_LENGTH - Static variable in class net.sf.mmm.util.text.base.HyphenationState
The minimum length of a pattern.
MIN_WIDTH - Static variable in class net.sf.mmm.util.cli.api.CliOutputSettings
The minimum value for width.
minimum - Variable in class net.sf.mmm.util.value.base.ValueValidatorNumberRange
 
MINIMUM_WIDTH_FOR_INDENT_AND_HYPHEN - Static variable in class net.sf.mmm.util.text.api.TextColumnInfo
The minimum width of a column in order that indentation and hyphenation will be active.
minimumIndex - Variable in class net.sf.mmm.util.io.base.ByteArrayImpl
 
MINUS_OR_PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The unicode minus-sign.
MINUS_SIGN_IN_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_SIGN_WITH_COMMA_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_SIGN_WITH_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MINUS_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
mode - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
 
mode - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
mode - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
mode - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The mode of the Justification.
MODE_DEFAULT - Static variable in class net.sf.mmm.util.text.base.JustificationImpl
The character used to identify the default mode.
MODE_TRUNCATE - Static variable in class net.sf.mmm.util.text.base.JustificationImpl
The character used to identify the truncate mode.
MODELS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
modeOption - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
 
modificationDate - Variable in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
 
MODIFIER_LETTER_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CENTRED_LEFT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CENTRED_RIGHT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CIRCUMFLEX_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_CROSS_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOUBLE_APOSTROPHE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOUBLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOWN_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_DOWN_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_EXTRA_HIGH_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_EXTRA_LOW_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_HALF_TRIANGULAR_COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_HIGH_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LEFT_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LEFT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_ACUTE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_GRAVE_ACCENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_LOW_VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_MACRON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_MID_TONE_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_MINUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_REVERSED_COMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_REVERSED_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_RHOTIC_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_RIGHT_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_RIGHT_HALF_RING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_CAPITAL_INVERTED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_GAMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_H_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_J - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_REVERSED_GLOTTAL_STOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_S - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_TURNED_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_TURNED_R_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_W - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_X - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_SMALL_Y - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_TRIANGULAR_COLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_TURNED_COMMA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_UNASPIRATED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_UP_ARROWHEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_UP_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_VOICING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_YANG_DEPARTING_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MODIFIER_LETTER_YIN_DEPARTING_TONE_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MSG_CLI_ADDITIONAL_OPTIONS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_CLI_ARGUMENTS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_CLI_MODE_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_CLI_REQUIRED_OPTIONS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_CLI_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_MAIN_MODE_HELP_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_MAIN_MODE_VERSION_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_MAIN_OPTION_HELP_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_MAIN_OPTION_VERSION_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE_DATE_PATTERN - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE_ENCODING - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE_LOCALES - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MSG_SYNCHRONIZER_USAGE_PATH - Static variable in class net.sf.mmm.util.NlsBundleUtilCore
 
MUCH_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUCH_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIMAP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_DOUBLE_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_LEFT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_RIGHT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_IN_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTIPLICATION_SIGN_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTISET_MULTIPLICATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MULTISET_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUSIC_FLAT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUSIC_NATURAL_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
MUSIC_SHARP_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
mutableChildList - Variable in class net.sf.mmm.util.collection.base.AbstractTreeNode
 
MutableGenericContext - Interface in net.sf.mmm.util.context.api
This is the interface for a context that can be modified.
MutableGenericContextImpl - Class in net.sf.mmm.util.context.impl
This is the implementation of the MutableGenericContext interface.
MutableGenericContextImpl(MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a root-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericValueConverter<Object>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericContext) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
MutableGenericContextImpl(MapFactory<? extends Map>, GenericContext, GenericValueConverter<Object>) - Constructor for class net.sf.mmm.util.context.impl.MutableGenericContextImpl
The constructor for a sub-context.
mutableMetadata - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStream
 

N

N_ARY_CIRCLED_DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_CIRCLED_PLUS_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_CIRCLED_TIMES_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_COPRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_SQUARE_UNION_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_SUMMATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
N_ARY_UNION_OPERATOR_WITH_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NABLA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
name - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
 
name - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
name - Variable in class net.sf.mmm.util.nls.base.NlsTemplateImpl
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
 
name - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
 
name - Variable in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
 
name2classMap - Variable in class net.sf.mmm.util.reflect.base.MappedClassResolver
 
name2OptionMap - Variable in class net.sf.mmm.util.cli.base.CliState
 
NAME_HELP - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The CliOption.name() of the option to get help/usage.
NAME_VERBOSE - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The CliOption.name() of the option for verbose output.
NAME_VERSION - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The CliOption.name() of the option to get the program version.
NAMESPACE_PREFIX_SCHEMA - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Schema
NAMESPACE_PREFIX_SCHEMA_INSTANCE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Schema
NAMESPACE_PREFIX_SVG - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for SVG
NAMESPACE_PREFIX_XHTML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XHTML
NAMESPACE_PREFIX_XINCLUDE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XInclude
NAMESPACE_PREFIX_XLINK - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XLink
NAMESPACE_PREFIX_XML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the reserved xmlns namespace prefix
NAMESPACE_PREFIX_XML_EVENTS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Events
NAMESPACE_PREFIX_XMLNS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the reserved xmlns namespace prefix
NAMESPACE_PREFIX_XPATH_FUNCTIONS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XML-Schema
NAMESPACE_PREFIX_XSLT - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the default namespace prefix for XSLT
NAMESPACE_URI_MATHML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the MathML namespace
NAMESPACE_URI_RELAXNG_ANNOTATION - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the RELAX-NG-Structure namespace
NAMESPACE_URI_RELAXNG_STRUCTURE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the RELAX-NG-Structure namespace
NAMESPACE_URI_SCHEMA - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Schema namespace
NAMESPACE_URI_SCHEMA_INSTANCE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Schema namespace
NAMESPACE_URI_SVG - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the SVG namespace
NAMESPACE_URI_XHTML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XHTML namespace
NAMESPACE_URI_XINCLUDE - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XInclude namespace
NAMESPACE_URI_XLINK - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XLink namespace
NAMESPACE_URI_XML - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the xmlns namespace
NAMESPACE_URI_XML_EVENTS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Events namespace
NAMESPACE_URI_XMLNS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the xmlns namespace
NAMESPACE_URI_XPATH_FUNCTIONS - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XML-Schema namespace
NAMESPACE_URI_XSLT - Static variable in interface net.sf.mmm.util.xml.api.XmlUtil
the URI of the XSLT namespace
navigate(String) - Method in interface net.sf.mmm.util.resource.api.DataResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
navigate(String) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory.BrowsableResourceAdapter
This method creates a new DataResource pointing to the given resourcePath based on this resource.
navigate(String) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceFactory.DataResourceAdapter
This method creates a new DataResource pointing to the given resourcePath based on this resource.
navigate(String) - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method creates a new DataResource pointing to the given resourcePath based on this resource.
navigate(String) - Method in class net.sf.mmm.util.resource.base.ClasspathResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
navigate(String) - Method in class net.sf.mmm.util.resource.base.FileResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
navigate(String) - Method in class net.sf.mmm.util.resource.base.UrlResource
This method creates a new DataResource pointing to the given resourcePath based on this resource.
NEGATED_DOUBLE_VERTICAL_BAR_DOUBLE_RIGHT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_A_SUBSET_OF_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_A_SUPERSET_OF_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_APPROXIMATELY_NOR_ACTUALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_GREATER_THAN_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_GREATER_THAN_NOR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_GREATER_THAN_NOR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_LESS_THAN_NOR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_LESS_THAN_NOR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NEITHER_LESS_THAN_NOR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
net.sf.mmm.util - package net.sf.mmm.util
Base-Package of the utilities.
net.sf.mmm.util.cli.api - package net.sf.mmm.util.cli.api
Provides the API for utilities that help to build command-line-interfaces (CLI).
net.sf.mmm.util.cli.base - package net.sf.mmm.util.cli.base
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
net.sf.mmm.util.cli.impl - package net.sf.mmm.util.cli.impl
Contains the implementation of utilities that help to build command-line-interfaces (CLI).
net.sf.mmm.util.collection.api - package net.sf.mmm.util.collection.api
Provides the API for utilities that help to dealing with Collections.
net.sf.mmm.util.collection.base - package net.sf.mmm.util.collection.base
Contains public implementations of the Collection-Util API.
net.sf.mmm.util.collection.impl - package net.sf.mmm.util.collection.impl
Contains implementations of the Collection-Util API.
net.sf.mmm.util.component.api - package net.sf.mmm.util.component.api
Contains API to help implementing components.
net.sf.mmm.util.component.base - package net.sf.mmm.util.component.base
Contains base-implementation of component-util.
net.sf.mmm.util.component.impl - package net.sf.mmm.util.component.impl
Contains implementation of component-util.
net.sf.mmm.util.concurrent.api - package net.sf.mmm.util.concurrent.api
Provides the API for utilities that help to deal with concurrent programming.
net.sf.mmm.util.concurrent.base - package net.sf.mmm.util.concurrent.base
Provides the base-implementation for concurrent-util.
net.sf.mmm.util.context.api - package net.sf.mmm.util.context.api
Provides the API for a generic context.
net.sf.mmm.util.context.base - package net.sf.mmm.util.context.base
Provides the base-implementation of the Context-API.
net.sf.mmm.util.context.impl - package net.sf.mmm.util.context.impl
Provides the implementation of the Context-API.
net.sf.mmm.util.date.api - package net.sf.mmm.util.date.api
Provides the API for utilities that help to deal with date and time.
net.sf.mmm.util.date.base - package net.sf.mmm.util.date.base
Provides the basic implementation of utilities for dealing with date and time.
net.sf.mmm.util.event.api - package net.sf.mmm.util.event.api
Provides the API for a generic event-handling.
net.sf.mmm.util.event.base - package net.sf.mmm.util.event.base
Contains the abstract base-implementation of the event-handling API.
net.sf.mmm.util.file.api - package net.sf.mmm.util.file.api
Provides the API for utilities that help to deal with Files.
net.sf.mmm.util.file.base - package net.sf.mmm.util.file.base
Contains public implementations of File-utilities.
net.sf.mmm.util.filter.api - package net.sf.mmm.util.filter.api
Provides the API for generic filtering.
net.sf.mmm.util.filter.base - package net.sf.mmm.util.filter.base
Contains public implementations of the filtering-API.
net.sf.mmm.util.io.api - package net.sf.mmm.util.io.api
Provides the API for utilities that help to read and write data, process bytes, etc.
net.sf.mmm.util.io.api.spi - package net.sf.mmm.util.io.api.spi
Provides the SPI (service-provider-interface) for IO-Utils.
net.sf.mmm.util.io.base - package net.sf.mmm.util.io.base
Contains public implementations that help to read and write data, process bytes, etc.
net.sf.mmm.util.io.impl - package net.sf.mmm.util.io.impl
Contains implementations for utilities that help to read and write data, process bytes, etc.
net.sf.mmm.util.lang.api - package net.sf.mmm.util.lang.api
Provides the API for utilities of general purpose.
net.sf.mmm.util.lang.api.attribute - package net.sf.mmm.util.lang.api.attribute
Contains abstract interfaces for common attributes of objects.
net.sf.mmm.util.lang.base - package net.sf.mmm.util.lang.base
Contains the basic implementation of the Lang-Util API.
net.sf.mmm.util.lang.base.attribute - package net.sf.mmm.util.lang.base.attribute
Contains base-implementation of the attributes API.
net.sf.mmm.util.math.api - package net.sf.mmm.util.math.api
Provides the API for utilities that help to deal with Numbers.
net.sf.mmm.util.math.base - package net.sf.mmm.util.math.base
Contains the public implementation of the Math-Util API.
net.sf.mmm.util.nls.api - package net.sf.mmm.util.nls.api
Provides the API for the native language support (NLS).
net.sf.mmm.util.nls.base - package net.sf.mmm.util.nls.base
Contains the basis for implementations of the native language support (NLS) API.
net.sf.mmm.util.nls.impl - package net.sf.mmm.util.nls.impl
Contains the implementation for the native language support (NLS).
net.sf.mmm.util.nls.impl.formatter - package net.sf.mmm.util.nls.impl.formatter
Contains the implementation of formatters for the native language support (NLS).
net.sf.mmm.util.pattern.api - package net.sf.mmm.util.pattern.api
Provides the API for a pattern compiler.
net.sf.mmm.util.pattern.base - package net.sf.mmm.util.pattern.base
Contains public implementations of the PatternCompiler interface for different syntax such as java-regex-, glob- and path-patterns.
net.sf.mmm.util.pojo.api - package net.sf.mmm.util.pojo.api
Provides the API for dealing with Pojos.
net.sf.mmm.util.pojo.base - package net.sf.mmm.util.pojo.base
Provides the base-implementation of the Pojo API.
net.sf.mmm.util.pojo.descriptor.api - package net.sf.mmm.util.pojo.descriptor.api
Provides the API for introspection of Pojos.
net.sf.mmm.util.pojo.descriptor.api.accessor - package net.sf.mmm.util.pojo.descriptor.api.accessor
Provides the accessors of the API for introspection of Pojos.
net.sf.mmm.util.pojo.descriptor.api.attribute - package net.sf.mmm.util.pojo.descriptor.api.attribute
Provides the common attribute-interfaces of the API for introspection of Pojos.
net.sf.mmm.util.pojo.descriptor.base - package net.sf.mmm.util.pojo.descriptor.base
Contains the basic implementation of the Introspection-API.
net.sf.mmm.util.pojo.descriptor.base.accessor - package net.sf.mmm.util.pojo.descriptor.base.accessor
Contains the basic implementation of the Introspection-Accessor-API.
net.sf.mmm.util.pojo.descriptor.impl - package net.sf.mmm.util.pojo.descriptor.impl
Contains the implementation of the Introspection-API.
net.sf.mmm.util.pojo.descriptor.impl.accessor - package net.sf.mmm.util.pojo.descriptor.impl.accessor
Contains the implementation of the Introspection-Accessor-API.
net.sf.mmm.util.pojo.path.api - package net.sf.mmm.util.pojo.path.api
Provides the API for navigating a PojoPath.
net.sf.mmm.util.pojo.path.base - package net.sf.mmm.util.pojo.path.base
Contains the base-implementation of the PojoPath API.
net.sf.mmm.util.pojo.path.impl - package net.sf.mmm.util.pojo.path.impl
Contains the implementation of the PojoPath API.
net.sf.mmm.util.pojo.path.impl.function - package net.sf.mmm.util.pojo.path.impl.function
Contains implementations of PojoPathFunction.
net.sf.mmm.util.pool.api - package net.sf.mmm.util.pool.api
Provides the API for a generic pool.
net.sf.mmm.util.pool.base - package net.sf.mmm.util.pool.base
Contains base-implementations of the Pool-Util API.
net.sf.mmm.util.pool.impl - package net.sf.mmm.util.pool.impl
Contains some implementations of the Pool-Util API.
net.sf.mmm.util.process.api - package net.sf.mmm.util.process.api
Provides the API for utilities that help to deal with Processes.
net.sf.mmm.util.process.base - package net.sf.mmm.util.process.base
Provides the base-implementation for Process-Util API.
net.sf.mmm.util.reflect.api - package net.sf.mmm.util.reflect.api
Provides the API for utilities that help to deal with reflection.
net.sf.mmm.util.reflect.base - package net.sf.mmm.util.reflect.base
Contains the base-implementations of the Reflection-Util API.
net.sf.mmm.util.reflect.impl - package net.sf.mmm.util.reflect.impl
Contains implementations of the Reflection-Util API and other internals of this reflection-util.
net.sf.mmm.util.resource.api - package net.sf.mmm.util.resource.api
Provides the API for utilities that help to load resources from arbitrary sources.
net.sf.mmm.util.resource.api.spi - package net.sf.mmm.util.resource.api.spi
Provides the SPI (service-provider-interface) for data-resources.
net.sf.mmm.util.resource.base - package net.sf.mmm.util.resource.base
Contains the base implementation of the resource-API.
net.sf.mmm.util.resource.base.spi - package net.sf.mmm.util.resource.base.spi
Contains the base-implementation of the SPI (service-provider-interface) for data-resources.
net.sf.mmm.util.resource.impl - package net.sf.mmm.util.resource.impl
Contains the implementation of the resource-API.
net.sf.mmm.util.resource.impl.spi - package net.sf.mmm.util.resource.impl.spi
Contains the implementations of the SPI (service-provider-interface) for data-resources.
net.sf.mmm.util.scanner.api - package net.sf.mmm.util.scanner.api
Provides the API for scanners that help to parse character sequences efficient and easily.
net.sf.mmm.util.scanner.base - package net.sf.mmm.util.scanner.base
Contains the base-implementations of the Character Scanner API.
net.sf.mmm.util.text.api - package net.sf.mmm.util.text.api
Provides the API for utilities that help with textual operations.
net.sf.mmm.util.text.base - package net.sf.mmm.util.text.base
Provides the base-implementation of text-util API.
net.sf.mmm.util.transformer.api - package net.sf.mmm.util.transformer.api
Provides the API for transformation-utilities.
net.sf.mmm.util.transformer.base - package net.sf.mmm.util.transformer.base
Provides the base-implementation of transformer-util API.
net.sf.mmm.util.uuid.api - package net.sf.mmm.util.uuid.api
Provides the API for utilities that help to create UUIDs.
net.sf.mmm.util.uuid.base - package net.sf.mmm.util.uuid.base
Contains the public implementation of the UUID-Util API.
net.sf.mmm.util.value.api - package net.sf.mmm.util.value.api
Provides the API for generic handling of values.
net.sf.mmm.util.value.base - package net.sf.mmm.util.value.base
Contains the base-implementations of the value API.
net.sf.mmm.util.value.impl - package net.sf.mmm.util.value.impl
Contains the implementation of the Value-Util API.
net.sf.mmm.util.xml.api - package net.sf.mmm.util.xml.api
Provides the API of utilities that help to deal with XML.
net.sf.mmm.util.xml.base - package net.sf.mmm.util.xml.base
Contains the base-implementation of the XML-Util API.
net.sf.mmm.util.xml.base.jaxb - package net.sf.mmm.util.xml.base.jaxb
Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB.
newInstance(Class<POJO>) - Method in interface net.sf.mmm.util.pojo.api.PojoFactory
This method creates a new instance of the given pojoType.
newInstance(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.SimplePojoFactory
This method creates a new instance of the given pojoType.
newInstanceForClass(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.SimplePojoFactory
Implementation of SimplePojoFactory.newInstance(Class) for regular class.
newInstanceForInterface(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
This method is invoked from SimplePojoFactory.newInstance(Class) if the given Class is an interface.
newInstanceForInterface(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.GuessingPojoFactory
This method is invoked from SimplePojoFactory.newInstance(Class) if the given Class is an interface.
newInstanceForInterface(Class<POJO>) - Method in class net.sf.mmm.util.pojo.base.SimplePojoFactory
This method is invoked from SimplePojoFactory.newInstance(Class) if the given Class is an interface.
newline - Variable in class net.sf.mmm.util.nls.base.NlsWriter
The string used to terminate a line.
newline - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
next - Variable in class net.sf.mmm.util.collection.base.AbstractIterator
the next item or null if done
next() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
next - Variable in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
next() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
next() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
next() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
next() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
next() - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the current byte in the iteration.
next() - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method gets the current byte in the iteration.
next() - Method in interface net.sf.mmm.util.lang.api.CharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next - Variable in class net.sf.mmm.util.lang.base.AbstractCharIterator
The next char to iterate.
next() - Method in class net.sf.mmm.util.lang.base.AbstractCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.lang.base.SequenceCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
next() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
next() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the current character and increments the index stepping to the next character.
next() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the current character and increments the index stepping to the next character.
next(DefaultLineWrapper.TextSegment) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method initializes the given DefaultLineWrapper.TextSegment with the next segment-data from the text.
next - Variable in class net.sf.mmm.util.xml.base.JoiningNodeIterator
Buffer for lookahead or null.
next() - Method in class net.sf.mmm.util.xml.base.NodeValueCharIterator
This method returns the next character to iterate or CharIterator.END_OF_ITERATOR if the end of this iterator has been reached.
nextArray() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method switches over to the next internal byte-array.
nextBuffer() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method switches the current buffer to the next available buffer.
nextCalled - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
true if SpaceNormalizingCharIterator.next() has already been called, initially false.
nextElement(XMLEventReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method skips all events until a StartElement, EndElement or EndDocument is encountered.
nextElement(XMLEventReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method skips all events until a StartElement, EndElement or EndDocument is encountered.
nextNonSpace - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
A buffer for the next non-space char if lookahead went to far, or ' ' if no char is buffered.
nextSegment - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
nextToken() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
 
NlsAccess - Class in net.sf.mmm.util.nls.api
This is an ugly static accessor for the NlsMessageFactory used to create instances of NlsMessage and allowing to exchange the default implementation.
NlsAccess() - Constructor for class net.sf.mmm.util.nls.api.NlsAccess
The constructor.
NlsArgument - Class in net.sf.mmm.util.nls.api
This class represents an argument of an NlsMessage.
NlsArgument(String, NlsFormatter<?>, Justification) - Constructor for class net.sf.mmm.util.nls.api.NlsArgument
The constructor.
NlsArgumentFormatter - Interface in net.sf.mmm.util.nls.base
The NlsArgumentFormatter is an NlsFormatter for an actual NlsArgument.
NlsArgumentFormatterImpl - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatter for an actual NlsArgument.
NlsArgumentFormatterImpl() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsArgumentFormatterImpl
The constructor.
NlsArgumentParser - Interface in net.sf.mmm.util.nls.api
The NlsArgumentParser is used to parse an NlsArgument.
nlsBundles - Variable in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
nlsBundles - Variable in class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
the original bundles
NlsBundleUtilCore - Class in net.sf.mmm.util
This class holds the internationalized messages for this module.
NlsBundleUtilCore() - Constructor for class net.sf.mmm.util.NlsBundleUtilCore
 
NlsCachingLocalizer - Class in net.sf.mmm.util.nls.base
This is a class that stores messages and simplifies to resolve them.
NlsCachingLocalizer(String) - Constructor for class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The constructor.
NlsCachingLocalizer(String, NlsMessageFactory, NlsTemplateResolver) - Constructor for class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The constructor.
NlsCachingLocalizer(String, NlsMessageFactory, NlsTemplateResolver, MapFactory<? extends Map>) - Constructor for class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The constructor.
NlsClassCastException - Exception in net.sf.mmm.util.nls.api
A NlsClassCastException is analog to an ClassCastException but with native language support.
NlsClassCastException(Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsClassCastException
The constructor.
NlsClassCastException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsClassCastException
The constructor.
nlsDependencies - Variable in class net.sf.mmm.util.nls.base.AbstractNlsTemplateResolver
 
NlsDependencies - Interface in net.sf.mmm.util.nls.base
This interface bundles the dependencies for the native language support (NLS).
nlsDependencies - Variable in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
 
nlsDependencies - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The NlsDependencies to use.
nlsDependencies - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
 
nlsDependencies - Variable in class net.sf.mmm.util.nls.impl.NlsMessageImpl
 
NlsDependenciesImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of the NlsDependencies interface.
NlsDependenciesImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
The constructor.
nlsDependnecies - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The NlsDependencies to use.
NlsException - Exception in net.sf.mmm.util.nls.api
This is an abstract base implementation of a checked exception with real native language support (NLS).
NlsException(String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
Deprecated. use NlsException.NlsException(String, Map) instead.
NlsException(Throwable, String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
Deprecated. use NlsException.NlsException(String, Map) instead.
NlsException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsException
The constructor.
NlsFormatter<O> - Interface in net.sf.mmm.util.nls.api
This is the interface for a formatter of an arbitrary object in a localized way.
NlsFormatterChoice - Class in net.sf.mmm.util.nls.impl.formatter
This is the implementation of NlsFormatter for choice-format.
NlsFormatterChoice(CharSequenceScanner, NlsDependencies) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The constructor.
NlsFormatterChoice.Choice - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a single choice.
NlsFormatterChoice.Choice(Filter<Object>, String, NlsArgument) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The constructor.
NlsFormatterChoice.Condition - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a single choice.
NlsFormatterChoice.Condition(Comparator, Object) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Condition
The constructor.
NlsFormatterChoiceNoElseConditionException - Exception in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterChoiceNoElseConditionException is thrown if a choice-format has no (else)-condition.
NlsFormatterChoiceNoElseConditionException() - Constructor for exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceNoElseConditionException
The constructor.
NlsFormatterChoiceOnlyElseConditionException - Exception in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterChoiceOnlyElseConditionException is thrown if a choice-format starts with an (else)-condition.
NlsFormatterChoiceOnlyElseConditionException() - Constructor for exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceOnlyElseConditionException
The constructor.
NlsFormatterCurrency - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using NumberFormat.getCurrencyInstance(Locale).
NlsFormatterCurrency() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterCurrency
The constructor.
NlsFormatterDate - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using DateFormat.getDateInstance(int, java.util.Locale).
NlsFormatterDate(int) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDate
The constructor.
NlsFormatterDateFull - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDate for full style.
NlsFormatterDateFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateFull
The constructor.
NlsFormatterDateIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterDateIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateIso8601
The constructor.
NlsFormatterDateIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateIso8601
The constructor.
NlsFormatterDateLong - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDate for long style.
NlsFormatterDateLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateLong
The constructor.
NlsFormatterDateMedium - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDate for medium style.
NlsFormatterDateMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateMedium
The constructor.
NlsFormatterDatePattern - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using SimpleDateFormat.
NlsFormatterDatePattern(String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
The constructor.
NlsFormatterDateShort - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDate for short style.
NlsFormatterDateShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateShort
The constructor.
NlsFormatterDateTime - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using DateFormat.getDateTimeInstance(int, int, java.util.Locale).
NlsFormatterDateTime(int) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTime
The constructor.
NlsFormatterDateTimeFull - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDateTime for full style.
NlsFormatterDateTimeFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeFull
The constructor.
NlsFormatterDateTimeIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterDateTimeIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeIso8601
The constructor.
NlsFormatterDateTimeIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeIso8601
The constructor.
NlsFormatterDateTimeLong - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDateTime for long style.
NlsFormatterDateTimeLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeLong
The constructor.
NlsFormatterDateTimeMedium - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDateTime for medium style.
NlsFormatterDateTimeMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeMedium
The constructor.
NlsFormatterDateTimeShort - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterDateTime for short style.
NlsFormatterDateTimeShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDateTimeShort
The constructor.
NlsFormatterDefault - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter for default formatting.
NlsFormatterDefault() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDefault
The constructor.
NlsFormatterInteger - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using NumberFormat.getIntegerInstance(Locale).
NlsFormatterInteger() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterInteger
The constructor.
NlsFormatterManager - Interface in net.sf.mmm.util.nls.api
This is the interface for a manager of NlsFormatters.
NlsFormatterManagerImpl - Class in net.sf.mmm.util.nls.impl.formatter
This is the implementation of the NlsFormatterManager interface.
NlsFormatterManagerImpl() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
The constructor.
NlsFormatterMap - Class in net.sf.mmm.util.nls.base
This class is like a Map to register and retrieve NlsFormatters.
NlsFormatterMap() - Constructor for class net.sf.mmm.util.nls.base.NlsFormatterMap
The constructor.
NlsFormatterNumber - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using NumberFormat.getInstance(Locale).
NlsFormatterNumber() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumber
The constructor.
NlsFormatterNumberPattern - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using DecimalFormat.
NlsFormatterNumberPattern(String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
The constructor.
NlsFormatterPercent - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using NumberFormat.getPercentInstance(Locale).
NlsFormatterPercent() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterPercent
The constructor.
NlsFormatterPlugin<O> - Interface in net.sf.mmm.util.nls.api
This interface extends NlsFormatter with the methods required to register this automatically as plugin via injection.
NlsFormatterTime - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using DateFormat.getTimeInstance(int, java.util.Locale).
NlsFormatterTime(int) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTime
The constructor.
NlsFormatterTimeFull - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterTime for full style.
NlsFormatterTimeFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeFull
The constructor.
NlsFormatterTimeIso8601 - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter using Iso8601Util.
NlsFormatterTimeIso8601() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
The constructor.
NlsFormatterTimeIso8601(Iso8601Util) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeIso8601
The constructor.
NlsFormatterTimeLong - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterTime for long style.
NlsFormatterTimeLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeLong
The constructor.
NlsFormatterTimeMedium - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterTime for medium style.
NlsFormatterTimeMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeMedium
The constructor.
NlsFormatterTimeShort - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterTime for short style.
NlsFormatterTimeShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTimeShort
The constructor.
NlsFormatterType - Class in net.sf.mmm.util.nls.impl.formatter
This is an implementation of NlsFormatter that formats Types.
NlsFormatterType(String) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
The constructor.
NlsFormatterType.ClassFormatter - Class in net.sf.mmm.util.nls.impl.formatter
This inner class is used to format Classes.
NlsFormatterType.ClassFormatter(Appendable) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
The constructor.
NlsFormatterTypeFull - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterType for full style.
NlsFormatterTypeFull() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeFull
The constructor.
NlsFormatterTypeLong - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterType for long style.
NlsFormatterTypeLong() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeLong
The constructor.
NlsFormatterTypeMedium - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterType for medium style.
NlsFormatterTypeMedium() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeMedium
The constructor.
NlsFormatterTypeShort - Class in net.sf.mmm.util.nls.impl.formatter
The NlsFormatterType for short style.
NlsFormatterTypeShort() - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsFormatterTypeShort
The constructor.
NlsIllegalArgumentException - Exception in net.sf.mmm.util.nls.api
A NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native language support.
NlsIllegalArgumentException(Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalArgumentException(Object, String) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalArgumentException(Object, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalArgumentException(Object, String, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
The constructor.
NlsIllegalStateException - Exception in net.sf.mmm.util.nls.api
A NlsIllegalStateException is analog to an IllegalStateException but with true native language support.
NlsIllegalStateException() - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalStateException
The constructor.
NlsIllegalStateException(Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsIllegalStateException
The constructor.
NlsLocalizer - Interface in net.sf.mmm.util.nls.api
This is the interface for a localizer that simplifies the localization of messages via NlsMessages.
nlsMessage - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
the internationalized message
nlsMessage - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
the internationalized message
NlsMessage - Interface in net.sf.mmm.util.nls.api
This is the interface for an internationalized message.
nlsMessageFactory - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
NlsMessageFactory - Interface in net.sf.mmm.util.nls.api
This is the interface for a factory used to create instances of NlsMessage.
NlsMessageFactoryImpl - Class in net.sf.mmm.util.nls.base
This is the implementation of the NlsMessageFactory interface.
NlsMessageFactoryImpl() - Constructor for class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
The constructor.
NlsMessageFormatter - Interface in net.sf.mmm.util.nls.api
This is the interface for a formatter of a message-text.
NlsMessageFormatterFactory - Interface in net.sf.mmm.util.nls.api
This is the interface to create an NlsFormatter.
NlsMessageFormatterFactoryImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of the NlsMessageFormatterFactory.
NlsMessageFormatterFactoryImpl() - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
The constructor.
NlsMessageFormatterImpl - Class in net.sf.mmm.util.nls.impl.formatter
This is the implementation of the NlsMessageFormatter interface.
NlsMessageFormatterImpl(String, NlsDependencies) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The constructor.
NlsMessageFormatterImpl.PatternSegment - Class in net.sf.mmm.util.nls.impl.formatter
This inner class represents a segment out of the parsed message-pattern.
NlsMessageFormatterImpl.PatternSegment(String, NlsArgument) - Constructor for class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
The constructor.
NlsMessageImpl - Class in net.sf.mmm.util.nls.impl
This is the implementation of NlsMessage.
NlsMessageImpl(NlsTemplate, Map<String, Object>, NlsDependencies) - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageImpl
The constructor.
NlsMessageImpl(String, Map<String, Object>, NlsDependencies) - Constructor for class net.sf.mmm.util.nls.impl.NlsMessageImpl
The constructor.
NlsNullPointerException - Exception in net.sf.mmm.util.nls.api
A NlsNullPointerException is analog to an NullPointerException but with native language support.
NlsNullPointerException(String) - Constructor for exception net.sf.mmm.util.nls.api.NlsNullPointerException
The constructor.
NlsNullPointerException(String, Throwable) - Constructor for exception net.sf.mmm.util.nls.api.NlsNullPointerException
The constructor.
NlsObject - Interface in net.sf.mmm.util.nls.api
This is the interface for an object with native language support.
NlsParseException - Exception in net.sf.mmm.util.nls.api
The NlsParseException is thrown if some data could NOT be parsed because it does NOT match the according format (pattern or grammar).
NlsParseException(CharSequence, CharSequence) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(CharSequence, CharSequence, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(CharSequence, CharSequence, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, CharSequence, CharSequence, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, CharSequence, CharSequence, Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Object, Type, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, Object, Type, Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsParseException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.nls.api.NlsParseException
The constructor.
NlsResourceLocator - Interface in net.sf.mmm.util.nls.api
A NlsResourceLocator is used to find a localized resource.
NlsRuntimeException - Exception in net.sf.mmm.util.nls.api
This the base class for all runtime exceptions of the project.
NlsRuntimeException(String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
Deprecated. use NlsRuntimeException.NlsRuntimeException(String, Map) instead.
NlsRuntimeException(Throwable, String, Object...) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
Deprecated. use NlsRuntimeException.NlsRuntimeException(Throwable, String, Map) instead.
NlsRuntimeException(String) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(Throwable, String) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsRuntimeException(Throwable, NlsMessage) - Constructor for exception net.sf.mmm.util.nls.api.NlsRuntimeException
The constructor.
NlsTemplate - Interface in net.sf.mmm.util.nls.api
This interface represents the template for an internationalized text that can be translated to a given Locale.
NlsTemplateImpl - Class in net.sf.mmm.util.nls.base
This class is the implementation of the NlsTemplate interface.
NlsTemplateImpl(String, String) - Constructor for class net.sf.mmm.util.nls.base.NlsTemplateImpl
The constructor.
nlsTemplateResolver - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
NlsTemplateResolver - Interface in net.sf.mmm.util.nls.api
This is the callback interface for translating a text-message to a Locale-specific language.
NlsTemplateResolverImpl - Class in net.sf.mmm.util.nls.impl
This is an implementation of the NlsTemplateResolver interface.
NlsTemplateResolverImpl(AbstractResourceBundle...) - Constructor for class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
The constructor.
NlsThrowable - Interface in net.sf.mmm.util.nls.api
This is the interface for exceptions and runtime exceptions with real native language support (NLS).
NlsUnsupportedOperationException - Exception in net.sf.mmm.util.nls.api
An NlsUnsupportedOperationException is thrown if an operation was invoked that is NOT implemented or generally NOT supported.
NlsUnsupportedOperationException() - Constructor for exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
The constructor.
NlsUnsupportedOperationException(Object) - Constructor for exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
The constructor.
NlsWriter - Class in net.sf.mmm.util.nls.base
An NlsWriter is a Writer, that writes the localized message of the given text.
NlsWriter(Appendable) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale, String) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale, String, NlsMessageFactory) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NlsWriter(Appendable, Map<String, Object>, Locale, String, NlsMessageFactory, NlsTemplateResolver) - Constructor for class net.sf.mmm.util.nls.base.NlsWriter
The constructor.
NO_ARGS - Static variable in class net.sf.mmm.util.reflect.api.Arguments
the void signature for a non-arg method
NO_ARGUMENTS - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtil
an empty Object-array
NO_BREAK_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NO_COMMA_OR_END_EXPRESSION - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
A char filter that accepts everything except ',' and '}'.
NO_EXPRESSION - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
A char filter that accepts everything except ',' and '}'.
NO_FILES - Static variable in interface net.sf.mmm.util.file.api.FileUtil
An empty file array.
NO_PARAMETERS - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtil
an empty class array
NO_TARGET - Static variable in interface net.sf.mmm.util.reflect.api.AnnotationUtil
an empty element-type array
NO_TYPES - Static variable in interface net.sf.mmm.util.reflect.api.GenericType
An empty GenericType-array.
NO_TYPES - Static variable in interface net.sf.mmm.util.reflect.api.ReflectionUtil
an empty Type-array
NoByteArrayPool - Class in net.sf.mmm.util.pool.base
This is a dummy pool for byte-arrays.
NoByteArrayPool() - Constructor for class net.sf.mmm.util.pool.base.NoByteArrayPool
The constructor.
NoCharArrayPool - Class in net.sf.mmm.util.pool.base
This is a dummy pool for char-arrays.
NoCharArrayPool() - Constructor for class net.sf.mmm.util.pool.base.NoCharArrayPool
The constructor.
NodeCycle<V> - Class in net.sf.mmm.util.collection.base
This class is used to detect and represent a cyclic dependency of nodes.
NodeCycle(V) - Constructor for class net.sf.mmm.util.collection.base.NodeCycle
The constructor.
NodeCycle(V, SimpleValueConverter<V, String>) - Constructor for class net.sf.mmm.util.collection.base.NodeCycle
The constructor.
NodeCycleException - Exception in net.sf.mmm.util.collection.base
A NodeCycleException is thrown if a chain of nodes has a cyclic dependency.
NodeCycleException(NodeCycle<?>) - Constructor for exception net.sf.mmm.util.collection.base.NodeCycleException
The constructor.
NodeCycleException(NodeCycle<?>, Object) - Constructor for exception net.sf.mmm.util.collection.base.NodeCycleException
The constructor.
nodeIndex - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
The current index in NodeValueCharIterator.nodeList.
NodeIterator - Class in net.sf.mmm.util.xml.base
This class is used to iterate the Nodes of a NodeList.
NodeIterator(NodeList) - Constructor for class net.sf.mmm.util.xml.base.NodeIterator
The constructor.
nodeList - Variable in class net.sf.mmm.util.xml.base.NodeIterator
The NodeList to iterate.
nodeList - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
 
nodeListLength - Variable in class net.sf.mmm.util.xml.base.NodeIterator
The length of the NodeIterator.nodeList.
NodeValueCharIterator - Class in net.sf.mmm.util.xml.base
This is an implementation of CharIterator that iterates the characters of the value(s) of a single node or a node-list.
NodeValueCharIterator(NodeList) - Constructor for class net.sf.mmm.util.xml.base.NodeValueCharIterator
The constructor.
NodeValueCharIterator(Node) - Constructor for class net.sf.mmm.util.xml.base.NodeValueCharIterator
The constructor.
NON_BREAKING_HYPHEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The non-breaking hyphen.
NonClosingInputStream - Class in net.sf.mmm.util.io.base
This is an NonClosingInputStream.ClosedInputStream that wraps an existing NonClosingInputStream.ClosedInputStream and prevents closing the original NonClosingInputStream.ClosedInputStream.
NonClosingInputStream(InputStream) - Constructor for class net.sf.mmm.util.io.base.NonClosingInputStream
The constructor.
NonClosingInputStream.ClosedInputStream - Class in net.sf.mmm.util.io.base
This inner class is a stream that will always throw a StreamClosedException.
NonClosingInputStream.ClosedInputStream() - Constructor for class net.sf.mmm.util.io.base.NonClosingInputStream.ClosedInputStream
The constructor.
nonUtfEncoding - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The encoding to use if encoding is neither UTF nor ASCII.
NoPojoFieldIntrospector - Class in net.sf.mmm.util.pojo.descriptor.base
This is a dummy implementation of the PojoFieldIntrospector interface that never finds any field.
NoPojoFieldIntrospector() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.NoPojoFieldIntrospector
The constructor.
NoPojoMethodIntrospector - Class in net.sf.mmm.util.pojo.descriptor.base
This is a dummy implementation of the PojoMethodIntrospector interface that never finds any method.
NoPojoMethodIntrospector() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.NoPojoMethodIntrospector
The constructor.
NoPojoPathRecognizer - Class in net.sf.mmm.util.pojo.path.base
This is a dummy implementation of the PojoPathRecognizer that does nothing.
NoPojoPathRecognizer() - Constructor for class net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
The constructor.
NOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORMAL_SUBGROUP_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORMAL_SUBGROUP_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
normalize(String) - Method in class net.sf.mmm.util.text.base.HyphenatorImpl
This method normalizes the given word.
normalize(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
This method normalizes the constant name of the Enum.
normalize2Ascii(char) - Method in interface net.sf.mmm.util.text.api.UnicodeUtil
This method determines an ASCII-representation for the given character if available.
normalize2Ascii(char) - Method in class net.sf.mmm.util.text.base.UnicodeUtilImpl
This method determines an ASCII-representation for the given character if available.
normalizedWord - Variable in class net.sf.mmm.util.text.base.HyphenationState
The normalized word.
normalizePath(String, char) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method normalizes a given path.
normalizePath(String) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method is a shortcut for normalizePath(path, File.separatorChar).
normalizePath(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method is a shortcut for normalizePath(path, File.separatorChar).
normalizePath(String, char) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method normalizes a given path.
normalizePathInternal(String, char) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method handles FileUtilImpl.normalizePath(String) internally.
normalizeSpaces - Variable in class net.sf.mmm.util.xml.api.XmlCompareMode
 
normalizeToAscii(char) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method gets the ASCII-representation of the given character composed with this DiacriticalMark.
normalizeToAsciiRecursive(char, StringBuilder, int) - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This is the internal recursive implemenation of DiacriticalMark.normalizeToAscii(char).
NORTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_EAST_ARROW_AND_SOUTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_EAST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_EAST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_ARROW_AND_NORTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NORTH_WEST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_A_SUBSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_A_SUPERSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_AN_ELEMENT_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_ASYMPTOTICALLY_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_IDENTICAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_NORMAL_SUBGROUP_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_NORMAL_SUBGROUP_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_PARALLEL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_SQUARE_IMAGE_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_SQUARE_ORIGINAL_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NOT_TRUE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NoTemplateResolver - Class in net.sf.mmm.util.nls.base
This is a dummy implementation of the NlsTemplateResolver interface that performs no resolving (always returns null for NoTemplateResolver.resolveTemplate(String)).
NoTemplateResolver() - Constructor for class net.sf.mmm.util.nls.base.NoTemplateResolver
The constructor.
NotInitializedException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if an operation was invoked before the object was initialized but has to be called after initialization.
NotInitializedException() - Constructor for exception net.sf.mmm.util.component.api.NotInitializedException
The constructor.
NULL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NUMBER_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
NumberConversionException - Exception in net.sf.mmm.util.math.api
This is the exception thrown if a numeric value can NOT converted to a specific number-type.
NumberConversionException(Object, Object) - Constructor for exception net.sf.mmm.util.math.api.NumberConversionException
The constructor.
NumberConversionException(Throwable, Object, Object) - Constructor for exception net.sf.mmm.util.math.api.NumberConversionException
The constructor.
NumberType<NUMBER extends Number> - Interface in net.sf.mmm.util.math.api
This class represents the type reflecting a specific Number.
NumberTypeImpl<NUMBER extends Number> - Class in net.sf.mmm.util.math.base
This is the implementation of the NumberType interface.
NumberTypeImpl(int) - Constructor for class net.sf.mmm.util.math.base.NumberTypeImpl
The constructor.
NUMERO_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

O

ObjectNotFoundException - Exception in net.sf.mmm.util.nls.api
An ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found.
ObjectNotFoundException(Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor.
ObjectNotFoundException(Object, Object) - Constructor for exception net.sf.mmm.util.nls.api.ObjectNotFoundException
The constructor.
OBLIQUE_ANGLE_OPENING_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
OBLIQUE_ANGLE_OPENING_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
offset - Variable in class net.sf.mmm.util.text.base.HyphenationState
The offset where to start hyphenation in HyphenationState.word.
OGONEK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
OHM_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
omitChars - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
OPEN_BOX - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
openOutputStream() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceProxy
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method opens an output-stream in order to write data to the resource.
openOutputStream() - Method in class net.sf.mmm.util.resource.base.FileResource
This method opens an output-stream in order to write data to the resource.
openStream() - Method in interface net.sf.mmm.util.resource.api.DataResource
This method opens this resource for reading.
openStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
This method opens this resource for reading.
openStream() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
This method opens this resource for reading.
openStream() - Method in class net.sf.mmm.util.resource.base.FileResource
This method opens this resource for reading.
operand - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
Localized message for operand.
OPERAND_DEFAULT - Static variable in annotation type net.sf.mmm.util.cli.api.CliOption
The default operand.
option - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The actual option.
option - Variable in class net.sf.mmm.util.cli.base.CliOptionContainer
 
OPTION_BUNDLE_CLASS - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the bundle-class.
OPTION_DATE_PATTERN - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the date-pattern.
OPTION_ENCODING - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the encoding.
OPTION_LOCALE - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the locales.
OPTION_PATH - Static variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The command-line option to set the path.
optionList - Variable in class net.sf.mmm.util.cli.base.CliState
 
original - Variable in class net.sf.mmm.util.lang.base.CharSubSequence
the original sequence that is wrapped here
ORIGINAL_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
outputSettings - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
outStream - Variable in class net.sf.mmm.util.process.api.ProcessContext
 
ownerType - Variable in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
 

P

PACKAGE_JAVA_LANG - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
The package java.lang.
padNumber(long, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method formats a positive number to a string with at least the given number of digits padding it with leading zeros.
padNumber(long, int, int) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method formats a positive number to a string using the given radix with at least the given number of digits padding it with leading zeros.
padNumber(long, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method formats a positive number to a string with at least the given number of digits padding it with leading zeros.
padNumber(long, int, int) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method formats a positive number to a string using the given radix with at least the given number of digits padding it with leading zeros.
PARALLEL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PARALLEL_WITH_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PARALLEL_WITH_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
parameterColumnInfo - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The TextColumnInfo for parameters (e.g.
parameterContainer - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainer
 
ParameterizedTypeImpl - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the ParameterizedType interface.
ParameterizedTypeImpl(Class<?>, Type[], Type) - Constructor for class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
The constructor.
parameters - Variable in class net.sf.mmm.util.cli.base.CliParameterConsumer
 
parent - Variable in class net.sf.mmm.util.collection.base.AbstractTreeNode
 
parent - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
the parent context
parent - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
The parent that is extended by this chain or null.
parent - Variable in class net.sf.mmm.util.io.impl.PooledByteArray
The parent that created this array.
parent - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
parent - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain
The parent that is extended by this chain or null.
parentPath - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
parse(Reader, boolean) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method parses the content of the given reader as FilterRuleChain as described above.
parse(BufferedReader, boolean) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
This method parses the content of the given reader as FilterRuleChain as described above.
parse(String) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets an instance of the represented number-class with the numeric value identified by the given string number.
parse(CharSequenceScanner) - Method in interface net.sf.mmm.util.nls.api.NlsArgumentParser
This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
parse(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
This method parses the internationalized message given as CharSequenceScanner pointing the beginning of an argument (immediately after NlsArgumentParser.START_EXPRESSION).
parseArgument(AbstractCliParser.CliParserState, String, CliArgumentContainer, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses the value of a CliOption.
parseAttribute(XMLStreamReader, String, String, Class<V>) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseAttribute(XMLStreamReader, String, String, Class<V>, V) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseAttribute(XMLStreamReader, String, String, Class<V>) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseAttribute(XMLStreamReader, String, String, Class<V>, V) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method parses the attribute with the given localAttributeName from the given xmlReader as given by type.
parseBoolean(String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method parses a boolean value given as string.
parseBoolean(String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method parses a boolean value given as string.
parseCalendar(String) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method parses the given string date according to ISO 8601.
parseCalendar(String, Calendar) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method parses the given date according to ISO 8601 using the given calendar.
parseCalendar(String) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the given string date according to ISO 8601.
parseCalendar(String, Calendar) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the given date according to ISO 8601 using the given calendar.
parseChain(InputStream) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses the chain from the given inStream.
parseChain(Element) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses a chain given by xmlElement.
parseChain(Element, FilterRuleChain<String>) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses a chain given as XML via xmlElement.
parseChain(Element, StringTransformerChain) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. This method parses a chain given by xmlElement.
parseChains(Element) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
This method parses a map of chains given by xmlElement.
parseChains(Element) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. This method parses a map of chains given by xmlElement.
parseChoice(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method parses the NlsFormatterChoice.Choice.
parseComparatorArgument(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method parses the comparator argument.
parseCondition(CharSequenceScanner) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
This method parses the NlsFormatterChoice.Condition.
parseDate(String) - Method in interface net.sf.mmm.util.date.api.Iso8601Util
This method parses the given string date according to ISO 8601.
parseDate(String) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the given string date according to ISO 8601.
parseDocument(InputStream) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method parses an XML document from a given input stream.
parseDocument(Reader) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method parses an XML document from a given reader.
parseDocument(InputSource) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method parses an XML document into an DOM document.
parseDocument(InputStream) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method parses an XML document from a given input stream.
parseDocument(Reader) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method parses an XML document from a given reader.
parseDocument(InputSource) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method parses an XML document into an DOM document.
parseNumber(String, Object) - Static method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method parses a numeric value.
parseOctalMode(CharSequenceScanner) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method parses the current state of the chmod argument given by parse in octal mode.
parseOption(AbstractCliParser.CliParserState, String, CliOptionContainer, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses the value of a CliOption.
parseParameter(String, AbstractCliParser.CliParserState, CliParameterConsumer) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses a single command-line argument.
parseParameters(String...) - Method in interface net.sf.mmm.util.cli.api.CliParser
This method parses the given command-line parameters and applies the parsed options and arguments to the Pojo that was supplied when building this parser.
parseParameters(String...) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method parses the given command-line parameters and applies the parsed options and arguments to the Pojo that was supplied when building this parser.
parserBuilder - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
ParserState - Class in net.sf.mmm.util.xml.api
This Class contains the state of an HTML parsing process.
ParserState() - Constructor for class net.sf.mmm.util.xml.api.ParserState
The constructor.
ParserState(ParserState) - Constructor for class net.sf.mmm.util.xml.api.ParserState
The constructor.
parseRule(Element) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. This method parses a rule given by xmlElement.
parseStringList(XMLEventReader, QName) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
This method parses a list of strings enclosed by elements with the given elementName until the current element ends.
parseSymbolicMode(CharSequenceScanner, int) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method parses a symbolic-mode segment from parse.
parseTemplate(String) - Method in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
This method parses the given internationalizedMessage as NlsTemplate in case it is given in the form {<BUNDLE>#<KEY>}.
parseTime(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the time (or timezone offset) from the given parser.
parseTime(CharSequenceScanner, Calendar, int, int, int) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the time (and timezone) from the given parser and sets it to the given calendar including year, month and date.
parseTimezone(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method parses the timezone from the given parser.
parseUGO(CharSequenceScanner) - Static method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method parses the ugoa prefix indicating which flags to modify.
PARTIAL_DIFFERENTIAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
path - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
path - Variable in class net.sf.mmm.util.resource.base.ClasspathResource
 
path - Variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
 
PATH_SEGMENT_CURRENT - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The path segment indicating the current folder itself.
PATH_SEGMENT_PARENT - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The path segment indicating the parent folder.
PATH_SUFFIX_COLLECTION_LIST - Static variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
The reserved PojoPath-suffix used to cache a CollectionList.
PathPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is an implementation of the PatternCompiler interface that compiles path-glob-patterns.
PathPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.PathPatternCompiler
The constructor.
pattern - Variable in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
 
pattern - Variable in class net.sf.mmm.util.file.base.PatternFileFilter
the pattern that must match in order to accept a file by its name.
pattern - Variable in class net.sf.mmm.util.filter.base.PatternFilterRule
 
pattern - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterDatePattern
 
pattern - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterNumberPattern
 
pattern - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
PATTERN_ALL - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
The regex-pattern to check the format.
PATTERN_MIXED_SHORT_OPTIONS - Static variable in class net.sf.mmm.util.cli.base.AbstractCliParser
The Pattern for a mix of multiple short-options.
PATTERN_STRING_ALL - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
The regex-pattern for the full date-format (date with optional time and optional timezone).
PATTERN_STRING_DATE - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
The regex-pattern for the date-format.
PATTERN_STRING_TIME - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
The regex-pattern for the time-format.
PATTERN_STRING_TIMEZONE - Static variable in interface net.sf.mmm.util.date.api.Iso8601Util
The regex-pattern for the timezone-format.
PatternCompiler - Interface in net.sf.mmm.util.pattern.api
This is the interface for a compiler that can compile an pattern-expression given as string into a Pattern.
patternCompiler - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated.  
PatternFileFilter - Class in net.sf.mmm.util.file.base
This is the implementation of a FileFilter that filters using a pattern.
PatternFileFilter(Pattern) - Constructor for class net.sf.mmm.util.file.base.PatternFileFilter
The constructor.
PatternFileFilter(String, FileType) - Constructor for class net.sf.mmm.util.file.base.PatternFileFilter
The constructor.
PatternFileFilter(Pattern, FileType) - Constructor for class net.sf.mmm.util.file.base.PatternFileFilter
The constructor.
PatternFilterRule - Class in net.sf.mmm.util.filter.base
This is an implementation of the FilterRule interface that matches using a regex Pattern.
PatternFilterRule() - Constructor for class net.sf.mmm.util.filter.base.PatternFilterRule
The non-arg constructor.
PatternFilterRule(String, boolean) - Constructor for class net.sf.mmm.util.filter.base.PatternFilterRule
The constructor.
PatternFilterRule(Pattern, boolean) - Constructor for class net.sf.mmm.util.filter.base.PatternFilterRule
The constructor.
patterns - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
The patterns.
peek() - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method gets the current byte in the iteration.
peek() - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method gets the current byte in the iteration.
peek() - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method gets the current byte in the iteration.
peek() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method gets the current byte in the iteration.
peek() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the current character without incrementing the index.
peek() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the current character without incrementing the index.
PER_MILLE_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PER_TEN_THOUSAND_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PERCENT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The percent sign (37 ).
PeriodicRefresher - Interface in net.sf.mmm.util.component.api
This is the interface for a component that periodically refreshes registered Refreshables.
PeriodicRefresherImpl - Class in net.sf.mmm.util.component.impl
This is the implementation of PeriodicRefresher.
PeriodicRefresherImpl() - Constructor for class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The constructor.
permissions - Variable in class net.sf.mmm.util.file.base.FileAttributes
 
PERSPECTIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PILCROW_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PITCHFORK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PITCHFORK_WITH_TEE_TOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PlainFileFilter - Class in net.sf.mmm.util.file.base
This class represents a file-filter that only accepts "plain files".
PlainFileFilter() - Constructor for class net.sf.mmm.util.file.base.PlainFileFilter
The constructor.
PLANCK_CONSTANT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLANCK_CONSTANT_OVER_TWO_PI - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_MINUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The plus sign (43 ).
PLUS_SIGN_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_IN_LEFT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_IN_RIGHT_HALF_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_IN_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_CIRCUMFLEX_ACCENT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_DOT_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_SMALL_CIRCLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_SUBSCRIPT_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_TILDE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PLUS_SIGN_WITH_TILDE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
Pojo - Interface in net.sf.mmm.util.pojo.api
This interface is only used for documentation of what is meant by the term POJO:
A POJO is a shortcut for Plain Old Java Object and simply means any Java object containing or providing data.
pojo - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
 
pojo - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
pojo - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
pojo2Map(Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder
This method creates a lazy, immutable Map reflecting the given Pojo.
pojo2Map(Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
This method creates a lazy, immutable Map reflecting the given Pojo.
pojo2Map(Object) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
pojo2Map(Object, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
pojo2Map(Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
pojo2Map(Object, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method creates a lazy, immutable Map reflecting the given Pojo.
PojoAttributeName - Interface in net.sf.mmm.util.pojo.descriptor.api.attribute
This is the interface for an object that carries the name of a POJO property.
PojoAttributeType<POJO> - Interface in net.sf.mmm.util.pojo.descriptor.api.attribute
This is the interface for an object that is related to a Pojo and therefore contains the pojo-type.
pojoClass - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
PojoDescriptor<POJO> - Interface in net.sf.mmm.util.pojo.descriptor.api
This interface describes the properties of a Pojo.
pojoDescriptor - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoMap
 
PojoDescriptorBuilder - Interface in net.sf.mmm.util.pojo.descriptor.api
This is the interface used to get (or create) the descriptor for a given Pojo.
pojoDescriptorBuilder - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
PojoDescriptorBuilderFactory - Interface in net.sf.mmm.util.pojo.descriptor.api
This is the interface for a factory used to create instances of PojoDescriptorBuilder.
pojoDescriptorBuilderFactory - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
PojoDescriptorBuilderFactoryImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoDescriptorBuilderFactory interface.
PojoDescriptorBuilderFactoryImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
The constructor.
PojoDescriptorBuilderImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the generic implementation of the PojoDescriptorBuilder interface.
PojoDescriptorBuilderImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
The constructor.
PojoDescriptorBuilderImpl(MapFactory) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
The constructor.
PojoDescriptorDependencies - Interface in net.sf.mmm.util.pojo.descriptor.base
This interface bundles the dependencies for the POJO-introspection.
PojoDescriptorDependenciesImpl - Class in net.sf.mmm.util.pojo.descriptor.base
This is the implementation of the PojoDescriptorDependencies interface.
PojoDescriptorDependenciesImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
The constructor.
PojoDescriptorEnhancer - Interface in net.sf.mmm.util.pojo.descriptor.base
This is the interface for a generic enhancer of a PojoDescriptor.
PojoDescriptorImpl<POJO> - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the abstract base implementation of the PojoDescriptor interface.
PojoDescriptorImpl(GenericType<POJO>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
The constructor.
PojoDescriptorNoEnhancer - Class in net.sf.mmm.util.pojo.descriptor.base
This is the simplest implementation of the PojoDescriptorEnhancer.
PojoDescriptorNoEnhancer() - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorNoEnhancer
The constructor.
PojoFactory - Interface in net.sf.mmm.util.pojo.api
This is the interface for a generic factory used to create new instances of Pojos.
pojoFactory - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
pojoFactory - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
pojoFactory - Variable in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
 
PojoFieldIntrospector - Interface in net.sf.mmm.util.pojo.descriptor.base
This is the interface used to find fields that can (potentially) access a property of a given POJO.
PojoFieldIntrospectorImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoMethodIntrospector interface.
PojoFieldIntrospectorImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl
The constructor.
PojoFieldIntrospectorImpl(VisibilityModifier, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl
The constructor.
PojoFieldIntrospectorImpl.PojoFieldIterator - Class in net.sf.mmm.util.pojo.descriptor.impl
This inner class iterates the fields of a given pojo-type according to the visibility.
PojoFieldIntrospectorImpl.PojoFieldIterator(Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoFieldIntrospectorImpl.PojoFieldIterator
The constructor.
pojoMap - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptorBuilder
 
PojoMap - Class in net.sf.mmm.util.pojo.descriptor.base
This is represents a given Pojo as Map where the key is a property-name given as String.
PojoMap(PojoDescriptorBuilder, Object) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoMap
The constructor.
PojoMethodIntrospector - Interface in net.sf.mmm.util.pojo.descriptor.base
This is the interface used to find methods that can (potentially) access a property of a given POJO.
PojoMethodIntrospectorImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoMethodIntrospector interface.
PojoMethodIntrospectorImpl() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
The constructor.
PojoMethodIntrospectorImpl(VisibilityModifier, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
The constructor.
PojoMethodIntrospectorImpl.PojoMethodIterator - Class in net.sf.mmm.util.pojo.descriptor.impl
This inner class iterates the methods of a given pojo-type according to the visibility.
PojoMethodIntrospectorImpl.PojoMethodIterator(Class<?>) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl.PojoMethodIterator
The constructor.
PojoPath - Interface in net.sf.mmm.util.pojo.path.api
A PojoPath is a String that acts as expression to navigate (traverse) the object-web spanned by an initial Pojo reflectively.
pojoPath - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
 
pojoPath - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
PojoPathAccessException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathAccessException is thrown if a PojoPath could NOT be evaluated because it lead to an invalid access on some object.
PojoPathAccessException(String, Type) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
The constructor.
PojoPathAccessException(Throwable, String, Type) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
The constructor.
PojoPathCachingDisabledException - Exception in net.sf.mmm.util.pojo.path.base
A PojoPathCachingDisabledException is thrown if caching is required to access a specific PojoPath but caching was disabled at this point.
PojoPathCachingDisabledException(String) - Constructor for exception net.sf.mmm.util.pojo.path.base.PojoPathCachingDisabledException
The constructor.
PojoPathContext - Interface in net.sf.mmm.util.pojo.path.api
This is the interface of an object that carries the context for a PojoPathNavigator.
PojoPathContextBean - Class in net.sf.mmm.util.pojo.path.base
This is an implementation of the PojoPathContext interface as simple Java bean.
PojoPathContextBean() - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
The constructor.
PojoPathConversionException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathConversionException is thrown if a Pojo has the wrong type and could NOT be converted to the required type.
PojoPathConversionException(String, Type, Type) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
The constructor.
PojoPathConversionException(Throwable, String, Class<?>, Object) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
The constructor.
PojoPathCreationException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathCreationException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.CREATE_IF_NULL and an intermediate Pojo was null but could NOT be created.
PojoPathCreationException(Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
The constructor.
PojoPathCreationException(Throwable, Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
The constructor.
PojoPathException - Exception in net.sf.mmm.util.pojo.path.api
This is the abstract base class for exceptions thrown by the PojoPathNavigator.
PojoPathException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathException
The constructor.
PojoPathException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathException
The constructor.
PojoPathFunction<IN,VALUE> - Interface in net.sf.mmm.util.pojo.path.api
This is the call-back interface for a PojoPathFunction that allows to add custom functionality to a PojoPathNavigator.
PojoPathFunctionManager - Interface in net.sf.mmm.util.pojo.path.api
This is the interface for a manager of PojoPathFunctions.
PojoPathFunctionManagerImpl - Class in net.sf.mmm.util.pojo.path.impl
This is the implementation of the PojoPathFunctionManager.
PojoPathFunctionManagerImpl() - Constructor for class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
The constructor.
PojoPathFunctionUndefinedException - Exception in net.sf.mmm.util.pojo.path.api
An PojoPathFunctionUndefinedException is thrown by the PojoPathNavigator if the segment of a PojoPath points to a PojoPathFunction that is NOT registered.
PojoPathFunctionUndefinedException(String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathFunctionUndefinedException
The constructor.
PojoPathFunctionUndefinedException(String, Throwable) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathFunctionUndefinedException
The constructor.
PojoPathFunctionUnsupportedOperationException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathFunctionUnsupportedOperationException is thrown if a PojoPathFunction does NOT support a specific operation that was invoked.
PojoPathFunctionUnsupportedOperationException(String, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathFunctionUnsupportedOperationException
The constructor.
PojoPathMap - Class in net.sf.mmm.util.pojo.path.base
This is represents a given Pojo as Map where the key is a PojoPath-String.
PojoPathMap(PojoPathNavigator, Object) - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathMap
The constructor.
PojoPathMap(PojoPathNavigator, Object, PojoPathContext) - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathMap
The constructor.
PojoPathMap(PojoPathNavigator, Object, PojoPathContext, PojoPathMode) - Constructor for class net.sf.mmm.util.pojo.path.base.PojoPathMap
The constructor.
PojoPathMode - Enum in net.sf.mmm.util.pojo.path.api
This Enum contains the available modes for using a PojoPathNavigator.
PojoPathMode() - Constructor for enum net.sf.mmm.util.pojo.path.api.PojoPathMode
 
PojoPathNamedFunction<IN,VALUE> - Interface in net.sf.mmm.util.pojo.path.api
This is the interface for a PojoPathFunction that has a name.
PojoPathNamedFunctionToString - Class in net.sf.mmm.util.pojo.path.impl.function
This is the implementation of a PojoPathNamedFunction that performs a Object.toString() on the input-object.
PojoPathNamedFunctionToString() - Constructor for class net.sf.mmm.util.pojo.path.impl.function.PojoPathNamedFunctionToString
The constructor.
PojoPathNavigator - Interface in net.sf.mmm.util.pojo.path.api
This is the interface for the navigator used to traverse the object-web spanned by an initial Pojo reflectively according to a given PojoPath.
pojoPathNavigator - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathMap
 
PojoPathNavigatorImpl - Class in net.sf.mmm.util.pojo.path.impl
This is the implementation of the PojoPathNavigator interface.
PojoPathNavigatorImpl() - Constructor for class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
The constructor.
PojoPathRecognizer - Interface in net.sf.mmm.util.pojo.path.api
This is the call-back interface used to recognize Pojos traversed by a PojoPathNavigator.
PojoPathSegmentIsNullException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathSegmentIsNullException is thrown by the PojoPathNavigator if the supplied mode is PojoPathMode.FAIL_IF_NULL and an intermediate Pojo was null.
PojoPathSegmentIsNullException(Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException
The constructor.
PojoPathUnsafeException - Exception in net.sf.mmm.util.pojo.path.api
A PojoPathUnsafeException is thrown by the PojoPathNavigator if the supplied mode was PojoPathMode.FAIL_IF_NULL and the PojoPath was unsafe.
PojoPathUnsafeException(Object, String) - Constructor for exception net.sf.mmm.util.pojo.path.api.PojoPathUnsafeException
The constructor.
PojoProperty - Class in net.sf.mmm.util.pojo.descriptor.base
This class represents the property of a Pojo .
PojoProperty(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.base.PojoProperty
The constructor.
PojoPropertyAccessor - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
A PojoPropertyAccessor gives access to a specific property of a POJO.
PojoPropertyAccessorAddBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
PojoPropertyAccessorAddBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorAddBuilder
The constructor.
PojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a PojoPropertyAccessor.
PojoPropertyAccessorGetBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
PojoPropertyAccessorGetBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetBuilder
The constructor.
PojoPropertyAccessorGetField - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArg interface for getting a Field.
PojoPropertyAccessorGetField(PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetField
The constructor.
PojoPropertyAccessorGetIndexedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedNonArgBuilder interface for indexed getter-access.
PojoPropertyAccessorGetIndexedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetIndexedBuilder
The constructor.
PojoPropertyAccessorGetMappedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for mapped getter-access.
PojoPropertyAccessorGetMappedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorGetMappedBuilder
The constructor.
PojoPropertyAccessorIndexedNonArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to perform something (e.g. get or remove) for a given index of an indexed property.
PojoPropertyAccessorIndexedNonArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a indexed non-arg accessor.
PojoPropertyAccessorIndexedNonArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for accessing a Method.
PojoPropertyAccessorIndexedNonArgMethod(String, Type, PojoPropertyAccessorIndexedNonArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedNonArgMethod
The constructor.
PojoPropertyAccessorIndexedNonArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedNonArgMode(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArgMode
The constructor.
PojoPropertyAccessorIndexedOneArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to apply an item at a given index in an indexed property.
PojoPropertyAccessorIndexedOneArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a indexed one-arg accessor.
PojoPropertyAccessorIndexedOneArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for accessing a Method.
PojoPropertyAccessorIndexedOneArgMethod(String, Type, PojoPropertyAccessorIndexedOneArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorIndexedOneArgMethod
The constructor.
PojoPropertyAccessorIndexedOneArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorIndexedOneArgMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArgMode
The constructor.
PojoPropertyAccessorMode<ACCESSOR extends PojoPropertyAccessor> - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the abstract base class for the mode of a specific PojoPropertyAccessor.
PojoPropertyAccessorMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
The constructor.
PojoPropertyAccessorNonArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to read a property.
PojoPropertyAccessorNonArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a property-reader.
PojoPropertyAccessorNonArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArg interface for accessing a Method.
PojoPropertyAccessorNonArgMethod(String, Type, PojoPropertyAccessorNonArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorNonArgMethod
The constructor.
PojoPropertyAccessorNonArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a non-arg accessor of a property.
PojoPropertyAccessorNonArgMode(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorNonArgMode
The constructor.
PojoPropertyAccessorOneArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to write (modify) a property.
PojoPropertyAccessorOneArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a one-arg accessor.
PojoPropertyAccessorOneArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for accessing a Method.
PojoPropertyAccessorOneArgMethod(String, Type, PojoPropertyAccessorOneArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorOneArgMethod
The constructor.
PojoPropertyAccessorOneArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a one-arg accessor of a property.
PojoPropertyAccessorOneArgMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The constructor.
PojoPropertyAccessorProxyAdd - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for adding an element using the getter from another accessor returning an array or Collection.
PojoPropertyAccessorProxyAdd(PojoDescriptorDependencies, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyAdd
The constructor.
PojoPropertyAccessorProxyGetByIndex - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a indexed-getter using a fixed index.
PojoPropertyAccessorProxyGetByIndex(PojoPropertyAccessorIndexedNonArg, int) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByIndex
The constructor.
PojoPropertyAccessorProxyGetByKey - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a mapped-getter using a fixed key.
PojoPropertyAccessorProxyGetByKey(PojoPropertyAccessorOneArg, Object) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetByKey
The constructor.
PojoPropertyAccessorProxyGetIndexed - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for getting an element from another accessor returning an array or List.
PojoPropertyAccessorProxyGetIndexed(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetIndexed
The constructor.
PojoPropertyAccessorProxyGetMapped - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for getting an element from another accessor returning a Map.
PojoPropertyAccessorProxyGetMapped(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetMapped
The constructor.
PojoPropertyAccessorProxyGetSize - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArg interface for getting the size of an array, List or Map from another accessor.
PojoPropertyAccessorProxyGetSize(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyGetSize
The constructor.
PojoPropertyAccessorProxyRemove - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for removing an element using the getter from another accessor returning an array or Collection.
PojoPropertyAccessorProxyRemove(PojoDescriptorDependencies, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxyRemove
The constructor.
PojoPropertyAccessorProxySetByIndex - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a indexed-setter using a fixed index.
PojoPropertyAccessorProxySetByIndex(PojoPropertyAccessorIndexedOneArg, int) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByIndex
The constructor.
PojoPropertyAccessorProxySetByKey - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a mapped-setter using a fixed key.
PojoPropertyAccessorProxySetByKey(PojoPropertyAccessorTwoArg, Object) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetByKey
The constructor.
PojoPropertyAccessorProxySetIndexed - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for setting an indexed property using the getter from another accessor returning an array or List.
PojoPropertyAccessorProxySetIndexed(PojoDescriptorDependencies, PojoPropertyAccessorNonArg, PojoPropertyAccessorOneArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetIndexed
The constructor.
PojoPropertyAccessorProxySetMapped - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorTwoArg interface for setting an element in a Map returned from another accessor.
PojoPropertyAccessorProxySetMapped(PojoDescriptorDependencies, PojoPropertyAccessorNonArg) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorProxySetMapped
The constructor.
PojoPropertyAccessorRemoveBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
PojoPropertyAccessorRemoveBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorRemoveBuilder
The constructor.
PojoPropertyAccessorSetBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for setter-access.
PojoPropertyAccessorSetBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetBuilder
The constructor.
PojoPropertyAccessorSetField - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorOneArg interface for setting a Field.
PojoPropertyAccessorSetField(PojoDescriptor<?>, PojoDescriptorDependencies, Field) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetField
The constructor.
PojoPropertyAccessorSetIndexedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorIndexedOneArgBuilder interface for indexed setter-access.
PojoPropertyAccessorSetIndexedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetIndexedBuilder
The constructor.
PojoPropertyAccessorSetMappedBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorTwoArgBuilder interface for mapped setter-access.
PojoPropertyAccessorSetMappedBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSetMappedBuilder
The constructor.
PojoPropertyAccessorSizeBuilder - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
PojoPropertyAccessorSizeBuilder() - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorSizeBuilder
The constructor.
PojoPropertyAccessorTwoArg - Interface in net.sf.mmm.util.pojo.descriptor.api.accessor
This is the interface for a property-accessor that allows to write (modify) a property.
PojoPropertyAccessorTwoArgBuilder - Interface in net.sf.mmm.util.pojo.descriptor.base.accessor
This is the interface used to create a two-arg accessor.
PojoPropertyAccessorTwoArgMethod - Class in net.sf.mmm.util.pojo.descriptor.impl.accessor
This is the implementation of the PojoPropertyAccessorTwoArg interface for accessing a Method.
PojoPropertyAccessorTwoArgMethod(String, Type, PojoPropertyAccessorTwoArgMode, PojoDescriptor<?>, PojoDescriptorDependencies, Method) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.accessor.PojoPropertyAccessorTwoArgMethod
The constructor.
PojoPropertyAccessorTwoArgMode - Class in net.sf.mmm.util.pojo.descriptor.api.accessor
An instance of this class represents a specific accessor-mode for a two-arg accessor of a property.
PojoPropertyAccessorTwoArgMode(String, boolean) - Constructor for class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArgMode
The constructor.
PojoPropertyDescriptor - Interface in net.sf.mmm.util.pojo.descriptor.api
This interface represents a property of a Pojo.
PojoPropertyDescriptorImpl - Class in net.sf.mmm.util.pojo.descriptor.impl
This is the implementation of the PojoPropertyDescriptor interface.
PojoPropertyDescriptorImpl(String) - Constructor for class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
The constructor.
PojoPropertyNotFoundException - Exception in net.sf.mmm.util.pojo.descriptor.api
A PojoPropertyNotFoundException is thrown if a property should be accessed that does NOT exist (was NOT found) or can NOT be accessed in the intended way.
PojoPropertyNotFoundException(Class<?>, String) - Constructor for exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
The constructor.
PojoPropertyNotFoundException(Class<?>, String, PojoPropertyAccessorMode<?>) - Constructor for exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
The constructor.
pojoType - Variable in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
 
pojoType - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
PojoValidator - Interface in net.sf.mmm.util.value.api
A PojoValidator is a ValueValidator for Pojos.
PojoValidatorDummy - Class in net.sf.mmm.util.value.base
This is a dummy implementation of PojoValidator that accepts all objects as valid.
PojoValidatorDummy() - Constructor for class net.sf.mmm.util.value.base.PojoValidatorDummy
The constructor.
Pool<E> - Interface in net.sf.mmm.util.pool.api
This is the interface for a simple pool.
pool - Variable in class net.sf.mmm.util.pool.base.AbstractPool
The buffer representing the pool.
PooledByteArray - Class in net.sf.mmm.util.io.impl
This is an implementation of ByteArray that holds a pooled byte-array.
PooledByteArray(byte[]) - Constructor for class net.sf.mmm.util.io.impl.PooledByteArray
The constructor.
PooledByteArray(byte[], int, int) - Constructor for class net.sf.mmm.util.io.impl.PooledByteArray
The constructor.
PooledByteArray(byte[], int, int, PooledByteArray) - Constructor for class net.sf.mmm.util.io.impl.PooledByteArray
The constructor.
pos - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
POSITION_INDICATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
POUND_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the British currency pound.
PRECEDES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_NOT_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_ABOVE_SINGLE_LINE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRECEDES_UNDER_RELATION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
prefix - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
 
PREFIX - Static variable in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
The prefix of the string representation.
PREFIX - Static variable in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
The prefix/value of the string representation.
PREFIX - Static variable in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
The prefix of the string representation.
PREFIX_INTERNAL_FIELD - Static variable in class net.sf.mmm.util.nls.base.AbstractResourceBundle
Fields that start with this prefix ("INT_" ), will be ignored as bundle properties.
PREFIX_LONG_OPTION - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The prefix for name or alias of a long option.
PREFIX_SHORT_OPTION - Static variable in interface net.sf.mmm.util.cli.api.CliParser
The prefix for name or alias of a short option.
PRESCRIPTION_TAKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_LEFT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_LEFT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_RIGHT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PRESENTATION_FORM_FOR_VERTICAL_RIGHT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
previous - Variable in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
 
PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
print(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method is the same as NlsWriter.append(CharSequence) or AppendableWriter.write(String).
print(NlsMessage) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes an NlsMessage.
printArguments(List<AbstractCliParser.CliArgumentHelpInfo>, int) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method prints the help for the arguments given by argumentList.
printHelp(CliParser) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method prints the help output with the program usage.
printHelp(Appendable) - Method in interface net.sf.mmm.util.cli.api.CliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using default settings.
printHelp(Appendable, CliOutputSettings) - Method in interface net.sf.mmm.util.cli.api.CliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using the given settings.
printHelp(Appendable) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using default settings.
printHelp(Appendable, CliOutputSettings) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser
This method prints the help (program usage) generated from the annotations to the given Appendable using the given settings.
println() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
Prints a newline (terminates current line).
println() - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes a newline (line-separator).
println(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method is like NlsWriter.append(CharSequence) or AppendableWriter.write(String) but additionally adds a newline (line-separator) after the message.
printlnRaw(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes the raw text without internationalization.
printOptions(Collection<CliOptionContainer>, Map<CliOption, AbstractCliParser.CliOptionHelpInfo>, int) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method prints the help for the options given by modeOptions.
printOptions(Collection<CliOptionContainer>, Map<CliOption, AbstractCliParser.CliOptionHelpInfo>, boolean) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method is like AbstractCliParser.CliHelpWriter.printOptions(Collection, Map, int) but only prints required or additional options.
printRaw(CharSequence) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method writes the raw text without internationalization.
printStackTrace(PrintStream) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
printStackTrace(PrintWriter) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
printStackTrace(Locale, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method prints the stack trace with localized exception message(s).
printStackTrace(NlsThrowable, Locale, NlsTemplateResolver, Appendable) - Static method in exception net.sf.mmm.util.nls.api.AbstractNlsException
 
printStackTrace(PrintStream) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
printStackTrace(PrintWriter) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, Appendable) - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in exception net.sf.mmm.util.nls.api.ComposedException
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method prints the stack trace with localized exception message(s).
printStackTrace(Locale, NlsTemplateResolver, Appendable) - Method in interface net.sf.mmm.util.nls.api.NlsThrowable
This method prints the stack trace with localized exception message(s).
printText(String) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
This method performs localization of the given NLS-text (see AbstractResourceBundle) and performs line-wrapping while writing it to the Appendable for help-usage output.
proceedTextSegment() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
This method steps on to the next DefaultLineWrapper.TextSegment.
process(ByteProcessor, long) - Method in interface net.sf.mmm.util.io.api.ByteProcessable
This method processes the number of bytes given by length (as far as available) using the given processor.
process(byte[], int, int) - Method in interface net.sf.mmm.util.io.api.ByteProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
process(DetectorStreamBuffer, Map<String, Object>, boolean) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamProcessor
This method performs the actual detection and optionally manipulates the data.
process(byte[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.AsciiProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
process(byte[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
process(ByteProcessor, long) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method processes the number of bytes given by length (as far as available) using the given processor.
process(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
This method is called to process the number of length bytes from the given buffer starting from the given offset.
process(ByteProcessor, long) - Method in class net.sf.mmm.util.io.impl.BufferInputStream
This method processes the number of bytes given by length (as far as available) using the given processor.
process(Map<String, Object>, boolean) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
process(ByteProcessor, long) - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method processes the number of bytes given by length (as far as available) using the given processor.
process(DetectorStreamBuffer, Map<String, Object>, boolean) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
This method performs the actual detection and optionally manipulates the data.
process(DetectorStreamBuffer, Map<String, Object>, boolean) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
This method performs the actual detection and optionally manipulates the data.
process(char[], int, StringBuilder) - Method in class net.sf.mmm.util.pattern.base.AbstractGlobPatternCompiler
This method processes one or many characters from chars starting at the given charIndex and adds the translated regexp-sequence to buffer.
process(char[], int, StringBuilder) - Method in class net.sf.mmm.util.pattern.base.PathPatternCompiler
This method processes one or many characters from chars starting at the given charIndex and adds the translated regexp-sequence to buffer.
ProcessableByteArrayBuffer - Interface in net.sf.mmm.util.io.api
This is the interface for a provider of data bytes (a byte[] -Buffer) that is iterable and processable.
ProcessableDetectorInputStream - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorOutputStream.
ProcessableDetectorInputStream(InputStream, Map<String, Object>, AbstractDetectorStreamProvider) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream
The constructor.
ProcessableDetectorInputStream.WrapperInputStream - Class in net.sf.mmm.util.io.impl
This inner class is the actual wrapper stream.
ProcessableDetectorInputStream.WrapperInputStream(InputStream) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
The constructor.
ProcessableDetectorOutputStream - Class in net.sf.mmm.util.io.impl
This is the implementation of the DetectorOutputStream.
ProcessableDetectorOutputStream(OutputStream, Map<String, Object>, AbstractDetectorStreamProvider) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream
The constructor.
ProcessableDetectorOutputStream.WrapperOutputStream - Class in net.sf.mmm.util.io.impl
This inner class is the actual wrapper stream.
ProcessableDetectorOutputStream.WrapperOutputStream(OutputStream) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
The constructor.
ProcessableDetectorStream - Class in net.sf.mmm.util.io.impl
This is the abstract base implementation of a DetectorStream specific for this implementation.
ProcessableDetectorStream(Map<String, Object>, ByteArrayPool) - Constructor for class net.sf.mmm.util.io.impl.ProcessableDetectorStream
The constructor.
ProcessContext - Class in net.sf.mmm.util.process.api
This class represents the context for a process.
ProcessContext() - Constructor for class net.sf.mmm.util.process.api.ProcessContext
The constructor.
processes - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
 
processInternal(ByteArray, boolean) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorStream
 
processor - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
The actual processor served by this buffer.
processorFactoryList - Variable in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
 
processorImplementation - Variable in class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
 
ProcessUtil - Interface in net.sf.mmm.util.process.api
This is the interface for a collection of utility functions to deal with Processes.
ProcessUtilImpl - Class in net.sf.mmm.util.process.base
This is the implementation of the ProcessUtil interface.
ProcessUtilImpl() - Constructor for class net.sf.mmm.util.process.base.ProcessUtilImpl
The constructor.
ProcessUtilImpl.AsyncProcessExecutorImpl - Class in net.sf.mmm.util.process.base
This inner class is the default implementation of the AsyncProcessExecutor.
ProcessUtilImpl.AsyncProcessExecutorImpl(ProcessUtilImpl.ProcessExecutor) - Constructor for class net.sf.mmm.util.process.base.ProcessUtilImpl.AsyncProcessExecutorImpl
The constructor.
ProcessUtilImpl.ProcessExecutor - Class in net.sf.mmm.util.process.base
This inner class is does the actual execution of the Process(es).
ProcessUtilImpl.ProcessExecutor(ProcessContext, ProcessBuilder[]) - Constructor for class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
The constructor.
PROJECTIVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
properties - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
 
properties - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
Property - Class in net.sf.mmm.util.xml.base.jaxb
This class represents a simple property as JAXB bean.
Property() - Constructor for class net.sf.mmm.util.xml.base.jaxb.Property
The constructor.
Property(String, String) - Constructor for class net.sf.mmm.util.xml.base.jaxb.Property
The constructor.
PROPERTY_JAVA_VM_NAME - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
The name of the system-property for the name of the JVM.
PROPERTY_OS_ARCHITECTURE - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
The name of the system-property for SystemInformation.getSystemArchitecture().
PROPERTY_OS_NAME - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
The name of the system-property for SystemInformation.getSystemName().
PROPERTY_OS_VERSION - Static variable in interface net.sf.mmm.util.lang.api.SystemUtil
The name of the system-property for SystemInformation.getSystemVersion().
PROPERTY_TMP_DIR - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The key of the system property "java.io.tmpdir".
PROPERTY_USER_HOME - Static variable in interface net.sf.mmm.util.file.api.FileUtil
The key of the system property "user.home".
PropertyList - Class in net.sf.mmm.util.xml.base.jaxb
This class represents Properties as JAXB bean.
PropertyList() - Constructor for class net.sf.mmm.util.xml.base.jaxb.PropertyList
The constructor.
propertyList - Variable in class net.sf.mmm.util.xml.base.jaxb.PropertyList
 
propertyMap - Variable in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl
 
propertyType - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorBase
 
propertyType - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxyAdapterComponentType
 
PROPORTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
PROPORTIONAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
providers - Variable in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
 
PUNCTUATION_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
put(Class<?>, E) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
This method registers the given element for the given type.
put(KEY, VALUE) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
put(E) - Method in class net.sf.mmm.util.collection.base.AdvancedClassHierarchieMap
This method puts the given element using its associated class.
put(Class<?>, E) - Method in class net.sf.mmm.util.collection.base.SimpleClassHierarchieMap
This method registers the given element for the given type.
put(Class<?>, ComposedValueConverterImpl.ComposedTargetTypeConverter<?>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.TargetClass2ConverterMap
This method registers the given element for the given type.
put(String, Object) - Method in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext
This method binds the given value with the given id.
putAccessor(PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
This method puts the given accessor into this property-descriptor.
putAccessor(PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoPropertyDescriptorImpl
This method puts the given accessor into this property-descriptor.
putAll(Map<? extends KEY, ? extends VALUE>) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
putRecursive(Class<?>, E, Class<?>) - Method in class net.sf.mmm.util.collection.base.AbstractClassHierarchieMap
This method performs the put recursively.

Q

QUADRUPLE_INTEGRAL_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUADRUPLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUATERNION_INTEGRAL_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUESTION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QUESTIONED_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
QueueFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Queue.
QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
quoteEnd - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
quoteEscape - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
quoteEscapeLazy - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
quoteStart - Variable in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 

R

RandomUuidFactory - Class in net.sf.mmm.util.uuid.base
This is an implementation of the UuidFactory interface that simply delegates to UUID.randomUUID().
RandomUuidFactory() - Constructor for class net.sf.mmm.util.uuid.base.RandomUuidFactory
The constructor.
rank - Variable in class net.sf.mmm.util.collection.base.RankMap.Ranking
The ranking value.
RANK_BOM - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
The rank gain if a proper ByteOrderMark was detected.
RANK_UNACCEPTABLE - Static variable in class net.sf.mmm.util.collection.base.RankMap
The rank that represents an element that has been disqualified.
RANK_UTF16_SURROGATE - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
The rank gain if an UTF-16 surrogate pair was detected.
RANK_UTF8_SEQUNCE - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
The rank gain if a proper UTF-8 multi-byte sequence was detected.
ranking - Variable in class net.sf.mmm.util.text.base.HyphenationPatternPosition
The ranking a hyphenation at the represented HyphenationPatternPosition.index.
rankings - Variable in class net.sf.mmm.util.text.base.HyphenationState
The HyphenationPatternPosition.rankings
RankMap<E> - Class in net.sf.mmm.util.collection.base
This class is like a Map that maps elements (<E>) to an int value that represents the rank of the according element.
RankMap() - Constructor for class net.sf.mmm.util.collection.base.RankMap
The constructor.
RankMap.Ranking - Class in net.sf.mmm.util.collection.base
This inner class represents the RankMap.Ranking.rank of an element.
RankMap.Ranking() - Constructor for class net.sf.mmm.util.collection.base.RankMap.Ranking
 
RATIO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
rawType - Variable in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
 
read() - Method in class net.sf.mmm.util.io.api.DevNullSource
read() - Method in class net.sf.mmm.util.io.api.DevZero
read(byte[], int, int) - Method in class net.sf.mmm.util.io.api.DevZero
read(Reader) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method reads the contents of the given reader into a string.
read(char[], int, int) - Method in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
read() - Method in class net.sf.mmm.util.io.base.FailingInputStream
read(byte[]) - Method in class net.sf.mmm.util.io.base.FailingInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.io.base.FailingInputStream
read(Reader) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method reads the contents of the given reader into a string.
read() - Method in class net.sf.mmm.util.io.impl.BufferInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.BufferInputStream
read() - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
read(int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the number of next characters given by count and returns them as string.
read(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the number of next characters given by count and returns them as string.
read() - Method in class net.sf.mmm.util.xml.base.XmlInputStream
read(byte[], int, int) - Method in class net.sf.mmm.util.xml.base.XmlInputStream
read2Digits(CharSequenceScanner) - Method in class net.sf.mmm.util.date.base.Iso8601UtilImpl
This method reads two digits from the given scanner.
readDigit() - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the next character if it is a digit.
readDigit() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the next character if it is a digit.
reader - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The Reader to delegate to.
reading - Variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
 
readLong(int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads the long starting at the current position by reading as many Latin digits as available but at maximum the given maxDigits and returns its parsed value.
readLong(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads the long starting at the current position by reading as many Latin digits as available but at maximum the given maxDigits and returns its parsed value.
ReadOnlyIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that gives a read-only view on an existing Iterator instance.
ReadOnlyIterator(Iterator<E>) - Constructor for class net.sf.mmm.util.collection.base.ReadOnlyIterator
The constructor.
readText(XMLStreamReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method reads the text at the current position of the given xmlReader.
readText(XMLStreamReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method reads the text at the current position of the given xmlReader.
readUntil(char, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given stop character or the end is reached.
readUntil(char, boolean, char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given (un-escaped) stop character or the end is reached.
readUntil(char, boolean, CharScannerSyntax) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
readUntil(char, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given stop character or the end is reached.
readUntil(char, boolean, char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given (un-escaped) stop character or the end is reached.
readUntil(char, boolean, CharScannerSyntax) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
readWhile(CharFilter) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
readWhile(CharFilter, int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
readWhile(CharFilter) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
readWhile(CharFilter, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
recognize(Object, PojoPath) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathRecognizer
This method is called to recognize the actualPojo.
recognize(Object, PojoPath) - Method in class net.sf.mmm.util.pojo.path.base.NoPojoPathRecognizer
This method is called to recognize the actualPojo.
recognizer - Variable in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
 
ReflectionException - Exception in net.sf.mmm.util.reflect.api
A ReflectionException is thrown if an operation using reflection failed.
ReflectionException(String, Object...) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
Deprecated. use ReflectionException.ReflectionException(String, Map) instead.
ReflectionException(Throwable, String, Object...) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
Deprecated. use ReflectionException.ReflectionException(Throwable, String, Map) instead.
ReflectionException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(String) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
ReflectionException(Throwable, String) - Constructor for exception net.sf.mmm.util.reflect.api.ReflectionException
The constructor.
reflectionUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
reflectionUtil - Variable in class net.sf.mmm.util.cli.base.CliState
 
reflectionUtil - Variable in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
reflectionUtil - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
reflectionUtil - Variable in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
reflectionUtil - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
ReflectionUtil - Interface in net.sf.mmm.util.reflect.api
This is the interface for a collection of utility functions to deal with reflection.
reflectionUtil - Variable in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
 
reflectionUtil - Variable in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
reflectionUtil - Variable in class net.sf.mmm.util.value.base.AbstractValueConverter
 
ReflectionUtilImpl - Class in net.sf.mmm.util.reflect.base
This class is a collection of utility functions for dealing with reflection.
ReflectionUtilImpl() - Constructor for class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
The constructor.
refresh() - Method in interface net.sf.mmm.util.component.api.Refreshable
This method refreshes the given object.
refresh() - Method in interface net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolder
This method will reload the configuration if it has changed.
refresh() - Method in class net.sf.mmm.util.xml.base.jaxb.JaxbBeanHolderImpl
This method will reload the configuration if it has changed.
Refreshable - Interface in net.sf.mmm.util.component.api
This is the interface for an object that can be refreshed.
refreshableSet - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
The Set of Refreshables.
refreshDelayInSeconds - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
refreshThread - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
RegexInfixPatternCompiler - Class in net.sf.mmm.util.pattern.base
This implementation of the PatternCompiler interface compiles the pattern given as string in a way similar to GNU-utilities like sed or grep.
RegexInfixPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
The constructor.
RegexInfixPatternCompiler(int) - Constructor for class net.sf.mmm.util.pattern.base.RegexInfixPatternCompiler
The constructor.
RegexPatternCompiler - Class in net.sf.mmm.util.pattern.base
This is the canonical implementation of the PatternCompiler interface.
RegexPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.RegexPatternCompiler
The constructor.
RegexPatternCompiler(int) - Constructor for class net.sf.mmm.util.pattern.base.RegexPatternCompiler
The constructor.
RegexStringTransformer - Class in net.sf.mmm.util.transformer.base
This class converts a string by matching a given regular expression Pattern and if it partially matches replacing the match(es) with a given replacement.
RegexStringTransformer() - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformer
The non-arg constructor.
RegexStringTransformer(Pattern, String, boolean) - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformer
The constructor.
RegexStringTransformerRule - Class in net.sf.mmm.util.transformer.base
This class is a RegexStringTransformer that implements the StringTransformerRule interface by adding the stop-on-match flag.
RegexStringTransformerRule() - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
The non-arg constructor.
RegexStringTransformerRule(Pattern, String, boolean, boolean) - Constructor for class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
The constructor.
registerAccessor(PojoDescriptorImpl<?>, PojoPropertyAccessor) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method registers the given accessor for the given descriptor.
registerCollectionFactory(CollectionFactory) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory using its collection-interface.
registerCollectionFactory(CollectionFactory<? extends COLLECTION>, Class<COLLECTION>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory for the given collectionInterface.
REGISTERED_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
registerFormatter(NlsFormatterPlugin<?>) - Method in class net.sf.mmm.util.nls.base.NlsFormatterMap
This method registers the given formatBuilder.
registerFormatter(NlsFormatter<?>, String, String) - Method in class net.sf.mmm.util.nls.base.NlsFormatterMap
This method registers the given formatBuilder.
registerFunction(PojoPathFunction, String) - Method in class net.sf.mmm.util.pojo.path.base.DefaultPojoPathFunctionManager
This method registers the given function for the given functionName so it is available via DefaultPojoPathFunctionManager.getFunction(String).
registerMapFactory(MapFactory) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory using its map-interface.
registerMapFactory(MapFactory<? extends MAP>, Class<MAP>) - Method in class net.sf.mmm.util.collection.impl.CollectionFactoryManagerImpl
This method registers the given factory for the given mapInterface.
registerProvider(DataResourceProvider<? extends DataResource>) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method registers the given provider.
registerProvider(DataResourceProvider<? extends DataResource>, String) - Method in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
This method registers the given provider for the given schemaPrefix.
REJECT_ALL_FILTER - Static variable in class net.sf.mmm.util.filter.base.ConstantFilter
 
release(ByteArray) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method is called when a DetectorStreamBufferImpl.CurrentByteArray is wiped out of the chain.
release() - Method in class net.sf.mmm.util.io.impl.PooledByteArray
This method marks this array to be released.
release(E) - Method in interface net.sf.mmm.util.pool.api.Pool
This method releases the given element.
release(E) - Method in class net.sf.mmm.util.pool.base.AbstractNoPool
This method releases the given element.
release(E) - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method releases the given element.
released - Variable in class net.sf.mmm.util.io.impl.PooledByteArray
 
remove() - Method in class net.sf.mmm.util.collection.base.AbstractIterator
This method will always throw an exception.
remove(Object) - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
remove() - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method removes this node from the double linked list.
remove() - Method in class net.sf.mmm.util.collection.base.CollectionList.ListIterator
remove(int) - Method in class net.sf.mmm.util.collection.base.CollectionList
remove(Object) - Method in class net.sf.mmm.util.collection.base.CollectionList
remove() - Method in class net.sf.mmm.util.collection.base.EmptyIterator
remove() - Method in class net.sf.mmm.util.collection.base.ReadOnlyIterator
This method will always throw an exception.
remove() - Method in class net.sf.mmm.util.collection.base.SingleElementIterator
remove(long) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method removes the number of bytes given by byteCount from the stream starting at the current position.
remove(long) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method removes the number of bytes given by byteCount from the stream starting at the current position.
REMOVE - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for an accessor used to remove an item from a property with an container (array or Collection) type.
remove(Object, Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method removes the given item from the given arrayOrCollection.
remove(Object, Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method removes the given item from the given arrayOrCollection.
remove() - Method in class net.sf.mmm.util.resource.base.FileResource.FileResourceIterator
removeCachedPath(String) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method removes a AbstractPojoPathNavigator.CachingPojoPath from the cache.
removeChild(NODE) - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method removes the given child from the children of this TreeNode.
removeChild(int) - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method removes the child from the children of this TreeNode at the given index.
removeChildren(Element) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method removes all child nodes of the given node.
removeChildren(Element) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method removes all child nodes of the given node.
removeListener(L) - Method in interface net.sf.mmm.util.event.api.EventSource
This method removes a listener.
removeListener(L) - Method in class net.sf.mmm.util.event.base.AbstractEventSource
This method removes a listener.
removePropertyItem(POJO, String, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method removes the given item from an array or Collection using the remove property with the given propertyName from the given pojoInstance accessor.
removePropertyItem(POJO, String, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method removes the given item from an array or Collection using the remove property with the given propertyName from the given pojoInstance accessor.
removeRefreshable(Refreshable) - Method in interface net.sf.mmm.util.component.api.PeriodicRefresher
This method removes the given refreshable from this PeriodicRefresher.
removeRefreshable(Refreshable) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method removes the given refreshable from this PeriodicRefresher.
removeVariable(String) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method removes (unsets) the variable specified by variableName.
removeVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method removes (unsets) the variable specified by variableName.
replace(char[], char, char) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method replaces all occurrences of oldChar in the char-array given by string with newChar.
replace(String, String, String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method replaces all occurrences of the string match with the string replace in the given string.
replace(char[], char, char) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method replaces all occurrences of oldChar in the char-array given by string with newChar.
replace(String, String, String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method replaces all occurrences of the string match with the string replace in the given string.
replaceAll - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
replacement - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformer
 
REPLACEMENT_CHARACTER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
replaceSuffixWithCase(String, int, String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method delegates to StringUtil.replaceSuffixWithCase(String, int, String, Locale) using Locale.ENGLISH.
replaceSuffixWithCase(String, int, String, Locale) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method replaces the last suffixLength number of characters from string with the lower-case string newSuffixLowerCase with respect to the original case of the given string.
replaceSuffixWithCase(String, int, String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method delegates to StringUtil.replaceSuffixWithCase(String, int, String, Locale) using Locale.ENGLISH.
replaceSuffixWithCase(String, int, String, Locale) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method replaces the last suffixLength number of characters from string with the lower-case string newSuffixLowerCase with respect to the original case of the given string.
REQUIRED_FORMAT_COMPARATOR - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The format of a comparator.
REQUIRED_FORMAT_CONDITION - Static variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice
The format of a condition.
REQUIRED_LOOKAHEAD - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionReader
The required lookahead size.
REQUIRED_PRECISION - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The maximum delta allowed for NumberTypeImpl.valueOf(Number, boolean).
requireFirstChildElement(Element, String) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method requires the first child-element of the given element with the specified tagName.
requireFirstChildElement(Element, String) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method requires the first child-element of the given element with the specified tagName.
requireInitilized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method checks that this state has already been initialized.
requireMode(String, Object) - Method in class net.sf.mmm.util.cli.base.CliState
This method is like CliClassContainer.getMode(String) but also handles the case that a CliMode may be undefined.
requireNotInitilized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method checks that this state has NOT yet been initialized.
requireVariable(String) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in interface net.sf.mmm.util.context.api.GenericContext
This method gets the variable associated with the given type.
requireVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method gets the variable associated with the given type.
requireVariable(String) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given variableName.
requireVariable(String, Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given variableName.
requireVariable(Class<T>) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method gets the variable associated with the given type.
reset() - Method in class net.sf.mmm.util.io.base.FailingInputStream
reset(E) - Method in class net.sf.mmm.util.pool.base.AbstractPool
This method resets the given element so it can be reused.
reset(byte[]) - Method in class net.sf.mmm.util.pool.impl.ByteArrayPoolImpl
This method resets the given element so it can be reused.
reset(char[]) - Method in class net.sf.mmm.util.pool.impl.CharArrayPoolImpl
This method resets the given element so it can be reused.
reset(int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
This method clears this buffer.
resolve(String, Class) - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
resolve(String, Class) - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
resolveClass(String) - Method in interface net.sf.mmm.util.reflect.api.ClassResolver
This method resolves the class with the given name.
resolveClass(String) - Method in class net.sf.mmm.util.reflect.base.MappedClassResolver
This method resolves the class with the given name.
resolved - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
 
resolveEntity(String) - Method in interface net.sf.mmm.util.scanner.api.CharScannerSyntax
This method resolves the given entity.
resolveEntity(String) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method resolves the given entity.
resolveEntity(String) - Method in interface net.sf.mmm.util.xml.api.XmlUtil
This method resolves an HTML entity given by entityName.
resolveEntity(String) - Method in class net.sf.mmm.util.xml.base.XmlUtilImpl
This method resolves an HTML entity given by entityName.
resolver - Variable in class net.sf.mmm.util.nls.base.NlsWriter
The NlsTemplateResolver.
resolveTemplate(String) - Method in interface net.sf.mmm.util.nls.api.NlsTemplateResolver
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
resolveTemplate(String) - Method in class net.sf.mmm.util.nls.base.NoTemplateResolver
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
resolveTemplate(AbstractResourceBundle, String) - Method in class net.sf.mmm.util.nls.impl.AbstractResourceBundleNlsTemplateResolver
This method resolves the NlsTemplate from the given AbstractResourceBundle.
resolveTemplate(String, AbstractResourceBundle...) - Method in class net.sf.mmm.util.nls.impl.AbstractResourceBundleNlsTemplateResolver
This method resolves the NlsTemplate from the given array of bundles.
resolveTemplate(String) - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
resolveTemplate(String) - Method in class net.sf.mmm.util.nls.impl.NlsTemplateResolverImpl
This method is used to create the NlsTemplate from information that is found by the given internationalizedMessage.
resolveTypeVariable(TypeVariable<?>, GenericType<?>) - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method resolves the given typeVariable in the context of the given declaringType.
ResourceAmbiguousException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if a unique resource is required but multiple instances have been found.
ResourceAmbiguousException(String) - Constructor for exception net.sf.mmm.util.component.api.ResourceAmbiguousException
The constructor.
ResourceAmbiguousException(String, String...) - Constructor for exception net.sf.mmm.util.component.api.ResourceAmbiguousException
The constructor.
ResourceBundleSynchronizer - Class in net.sf.mmm.util.nls.base
This class can be used to create and update the localized bundles (properties) from an AbstractResourceBundle.
ResourceBundleSynchronizer() - Constructor for class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
The constructor.
ResourceCollector - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ResourceVisitor interface that collects the names of all resources accepted by a given filter in a Set.
ResourceCollector(Set<DataResource>, Filter<String>) - Constructor for class net.sf.mmm.util.reflect.base.ResourceCollector
The constructor.
resourceFactory - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
resourceLocator - Variable in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
The resource locator.
ResourceMissingException - Exception in net.sf.mmm.util.component.api
This is the exception thrown if a resource is required but is NOT available.
ResourceMissingException(String) - Constructor for exception net.sf.mmm.util.component.api.ResourceMissingException
The constructor.
ResourceMissingException(String, Throwable) - Constructor for exception net.sf.mmm.util.component.api.ResourceMissingException
The constructor.
ResourceNameCollector - Class in net.sf.mmm.util.reflect.base
This is an implementation of the ResourceVisitor interface that collects the names of all resources accepted by a given filter in a Set.
ResourceNameCollector(Set<String>, Filter<String>) - Constructor for class net.sf.mmm.util.reflect.base.ResourceNameCollector
The constructor.
ResourceNotAvailableException - Exception in net.sf.mmm.util.resource.api
This exception is thrown if a resource was requested that is NOT available.
ResourceNotAvailableException(String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
The constructor.
ResourceNotAvailableException(Throwable, String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
The constructor.
ResourceNotWritableException - Exception in net.sf.mmm.util.resource.api
This exception is thrown if a resource should be written that is read-only or NOT writable for any other reason.
ResourceNotWritableException(String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotWritableException
The constructor.
ResourceNotWritableException(Throwable, String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceNotWritableException
The constructor.
resourceSet - Variable in class net.sf.mmm.util.reflect.base.ResourceCollector
Set to collect resource-names.
resourceSet - Variable in class net.sf.mmm.util.reflect.base.ResourceNameCollector
Set to collect resource-names.
ResourceUri - Interface in net.sf.mmm.util.resource.api
This interface represents an URI pointing to the location of a DataResource.
ResourceUriImpl - Class in net.sf.mmm.util.resource.base
This is the implementation of the ResourceUri interface.
ResourceUriImpl(String) - Constructor for class net.sf.mmm.util.resource.base.ResourceUriImpl
The constructor.
ResourceUriImpl(String, String) - Constructor for class net.sf.mmm.util.resource.base.ResourceUriImpl
The constructor.
ResourceUriUndefinedException - Exception in net.sf.mmm.util.resource.api
This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g.
ResourceUriUndefinedException(String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
The constructor.
ResourceUriUndefinedException(Throwable, String) - Constructor for exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
The constructor.
ResourceVisitor - Interface in net.sf.mmm.util.reflect.base
This is the interface for a visitor of resources by their absolute classpath.
rest - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
 
result - Variable in class net.sf.mmm.util.filter.base.PatternFilterRule
 
result - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoice.Choice
The literal result.
retrievalClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl.ClassBounds
 
retrievalClass - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
returnType - Variable in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorMethod
 
reverse - Variable in class net.sf.mmm.util.nls.base.AbstractResourceBundle
the inverse map of AbstractResourceBundle.bundle
REVERSE_SOLIDUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_ANGLE_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_DOUBLE_STROKE_NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_EMPTY_SET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_NOT_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_SEMICOLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
REVERSED_TILDE_EQUALS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_BRACKET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_VARIANT_WITH_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_WITH_ARC - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ANGLE_WITH_DOWNWARDS_ZIGZAG_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_ARC_GREATER_THAN_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_CEILING - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_CURLY_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_DOUBLE_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_DOUBLE_ARROW_WITH_ROUNDED_HEAD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_DOUBLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_FLOOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_NORMAL_FACTOR_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_POINTING_ANGLE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_POINTING_DOUBLE_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SEMIDIRECT_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SIDE_ARC_CLOCKWISE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SINGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET_WITH_TICK_IN_BOTTOM_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET_WITH_TICK_IN_TOP_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_SQUARE_BRACKET_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_TRIANGLE_ABOVE_LEFT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_WHITE_PARENTHESIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_WHITE_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHT_WHITE_TORTOISE_SHELL_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_ABOVE_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_FROM_BAR_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_OVER_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_TO_BLACK_DIAMOND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_DOTTED_STEM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_LOOP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_PLUS_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_ARROW_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW_WITH_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_ARROW_WITH_VERTICAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_DOUBLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_OVER_LEFTWARDS_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_ABOVE_LEFTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_BELOW_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWN_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_DOWNWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LEFTWARDS_HARPOON_WITH_BARB_UP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_ABOVE_LONG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_ABOVE_RIGHTWARDS_HARPOON_WITH_BARB_DOWN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UP_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_HARPOON_WITH_BARB_UPWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_OPEN_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_SQUIGGLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TRIPLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TRIPLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_ARROW_WITH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_TWO_HEADED_TRIPLE_DASH_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RIGHTWARDS_WAVE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_IN_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
RING_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
rootPath - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathCache
The root path.
rootPath - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
The root path.
RULE_DELAYED - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
rules - Variable in class net.sf.mmm.util.filter.base.FilterRuleChain
the rules
RULES - Static variable in class net.sf.mmm.util.text.base.EnglishSingularizer
 
rules - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain
The rules of this chain.
run(CliModeObject) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method is called after the options are parsed and injected.
run(String...) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method should be invoked from the static main-method.
run(CliModeObject) - Method in class net.sf.mmm.util.cli.api.AbstractVersionedMain
This method is called after the options are parsed and injected.
run() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
run(CliModeObject) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method is called after the options are parsed and injected.
RuntimeIoException - Exception in net.sf.mmm.util.io.api
A RuntimeIoException is like an IOException but as a RuntimeException.
RuntimeIoException() - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(IoMode) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable, IoMode) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.
RuntimeIoException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.io.api.RuntimeIoException
The constructor.

S

saveXml(T, DataResource) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method saves the given jaxbBean as XML to the given outputStream.
saveXml(T, OutputStream) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method saves the given jaxbBean as XML to the given outputStream.
saveXml(T, String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method saves the given jaxbBean as XML to the given locationUrl.
schema2providerMap - Variable in class net.sf.mmm.util.resource.base.AbstractBrowsableResourceFactory
 
SCHEME_PATTERN - Static variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
The Pattern for a ResourceUri as string.
SCHEME_PREFIX - Static variable in class net.sf.mmm.util.resource.base.ClasspathResource
The scheme-prefix for this type of DataResource.
SCHEME_PREFIX - Static variable in class net.sf.mmm.util.resource.base.FileResource
The scheme-prefix for this type of BrowsableResource.
SCHEME_PREFIX_FTP - Static variable in class net.sf.mmm.util.resource.base.UrlResource
The scheme-prefix for FTP.
SCHEME_PREFIX_HTTP - Static variable in class net.sf.mmm.util.resource.base.UrlResource
The scheme-prefix for HTTP.
SCHEME_PREFIX_HTTPS - Static variable in class net.sf.mmm.util.resource.base.UrlResource
The scheme-prefix for HTTPS.
schemePrefix - Variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
 
SCRIPT_CAPITAL_B - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_F - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_H - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_I - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_M - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_P - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_CAPITAL_R - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_E - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_G - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_L - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SCRIPT_SMALL_O - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SECTION_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
seek(long, DetectorStreamBufferImpl.SeekMode) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method removes or skips the given number of bytes.
seekCount - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
seekMode - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
segment - Variable in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
 
SEGMENT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
segmentIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
segments - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The parsed segments of the message pattern.
SEMICOLON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
separateCharacter - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
SEPARATOR - Static variable in interface net.sf.mmm.util.nls.api.NlsResourceLocator
The separator used for locale-infixes.
SEPARATOR - Static variable in interface net.sf.mmm.util.pojo.path.api.PojoPath
The character that separates the segments of a PojoPath.
SEPARATORS - Static variable in class net.sf.mmm.util.lang.base.StringUtilImpl
 
sequence - Variable in class net.sf.mmm.util.lang.base.SequenceCharIterator
 
SequenceCharIterator - Class in net.sf.mmm.util.lang.base
This is an implementation of the CharIterator interface that simply iterates a given CharSequence.
SequenceCharIterator(CharSequence) - Constructor for class net.sf.mmm.util.lang.base.SequenceCharIterator
The constructor.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliArgumentMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliArgumentReferenceMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliClassNoPropertyException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliModeUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionAndArgumentAnnotationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionDuplicateException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIllegalNameOrAliasException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionIncompatibleModesException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMisplacedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionMissingValueException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliOptionUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliParameterListEmptyException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.cli.api.CliParserExcepiton
UID for serialization.
serialVersionUID - Static variable in class net.sf.mmm.util.collection.base.CollectionList
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.collection.base.NodeCycleException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.AlreadyInitializedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.NotInitializedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.ResourceAmbiguousException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.component.api.ResourceMissingException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.date.api.IllegalDateFormatException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileAlreadyExistsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileCreationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileDeletionFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.file.api.FileNotExistsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.io.api.BufferExceedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.io.api.RuntimeIoException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.io.api.StreamClosedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.math.api.NumberConversionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ComposedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.DuplicateObjectException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.IllegalCaseException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsClassCastException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsIllegalArgumentException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsIllegalStateException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsNullPointerException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsParseException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsRuntimeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.NlsUnsupportedOperationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.api.ObjectNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceNoElseConditionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.nls.impl.formatter.NlsFormatterChoiceOnlyElseConditionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.IllegalPojoPathException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathAccessException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathConversionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathCreationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathFunctionUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathFunctionUnsupportedOperationException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathSegmentIsNullException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.api.PojoPathUnsafeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.pojo.path.base.PojoPathCachingDisabledException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.AccessFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.AnnotationNotForTargetException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.AnnotationNotRuntimeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.InstantiationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.InvocationFailedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.ReflectionException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.api.TypeNotFoundException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.base.ContainerGrowthException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.base.IllegalWildcardSequenceException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.reflect.base.UnknownCollectionInterfaceException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.resource.api.ResourceNotAvailableException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.resource.api.ResourceNotWritableException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.resource.api.ResourceUriUndefinedException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueConvertException
UID for serialization
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueNotSetException
uid for serialization
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.ValueOutOfRangeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.value.api.WrongValueTypeException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.xml.api.XmlException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.xml.api.XmlGenericException
UID for serialization.
serialVersionUID - Static variable in exception net.sf.mmm.util.xml.base.XmlInvalidException
UID for serialization.
set(int, E) - Method in class net.sf.mmm.util.collection.base.CollectionList
SET - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorOneArgMode
The mode for a regular setter of a property.
set(IN, String, VALUE, PojoPathContext) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathFunction
This method sets the given value for the given actual Pojo.
set(Object, String, PojoPathMode, PojoPathContext, Object) - Method in interface net.sf.mmm.util.pojo.path.api.PojoPathNavigator
This method sets the given value for the given pojoPath in the given pojo using the given mode and context.
set(Map<String, Object>, String, VALUE, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractMapPojoPathFunction
This method sets the given value for the given actual Pojo.
set(IN, String, VALUE, PojoPathContext) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
This method sets the given value for the given actual Pojo.
set(Object, String, PojoPathMode, PojoPathContext, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the given value for the given pojoPath in the given pojo using the given mode and context.
set(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the single segment of the given currentPath from the Pojo given by parentPojo.
set(Object, int, Object) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>, int) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the given item at the given index in arrayOrCollection.
set(Object, int, Object, GenericBean<Object>, int) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the given item at the given index in arrayOrCollection.
SET_INDEXED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedOneArgMode
The mode for a setter of an indexed property.
SET_MAPPED - Static variable in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorTwoArgMode
The mode for the setter of a mapped property.
SET_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
setAcceptChar(char) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
setAcceptStatic(boolean) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
setAccessorBuilders(Collection<PojoPropertyAccessorBuilder<?>>) - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method sets the accessor-builders.
setAdditionalConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the additional converter .
setAdditionalFunctionManager(PojoPathFunctionManager) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the additional function-manager.
setAlignment(HorizontalAlignment) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the alignment.
setAltQuote(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method sets both the alt-quote-start and alt-quote-end character.
setAltQuoteEnd(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method sets the alt-quote-end character.
setAltQuoteEscape(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setAltQuoteEscapeLazy(boolean) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setAltQuoteStart(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setAnnotationUtil(AnnotationUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setArgumentFormatter(NlsArgumentFormatter) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setArgumentParser(NlsArgumentParser) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setArguments(Map<String, Object>) - Method in class net.sf.mmm.util.nls.base.NlsWriter
This method sets the arguments.
setBasicUtil(BasicUtil) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method sets the BasicUtil.
setBits(int, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets or unsets the flags given by bitMask in this mask according to the given flag.
setBorderLeft(String) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the left border string.
setBorderRight(String) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the right border string.
setBundleClass(Class<? extends ResourceBundle>) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the bundle-class.
setByteArrayPool(ByteArrayPool) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method sets the ByteArrayPool to use.
setByteArrayPool(Pool<byte[]>) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method sets the byte-array-pool.
setCache(Map<Object, Object>) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the cache.
setCachedPath(String, AbstractPojoPathNavigator.CachingPojoPath) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method stored a AbstractPojoPathNavigator.CachingPojoPath in the cache.
setCachingDisabled() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.PojoPathState
This method disables further caching.
setCdataCloseCount(int) - Method in class net.sf.mmm.util.xml.api.ParserState
 
setCharArrayPool(Pool<char[]>) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method sets the char-array-pool.
setCheckComments(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.pojo.base.DefaultPojoFactory
 
setCollectionFactoryManager(CollectionFactoryManager) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the CollectionFactoryManager instance to use.
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
setCollectionReflectionUtil(CollectionReflectionUtil) - Method in class net.sf.mmm.util.value.impl.AbstractValueConverterToContainer
 
setCommentChar(char) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
setCompleted() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method sets the completed-flag.
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.context.impl.GenericContextFactoryImpl
 
setComposedValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.value.base.AbstractRecursiveValueConverter
This method sets (injects) the composedValueConverter.
setConfiguration(ExtendedPojoDescriptorDependenciesImpl) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method sets the ExtendedPojoDescriptorDependenciesImpl.
setConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setConverters(List<ValueConverter<?, ?>>) - Method in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
This method allows to add a List of ValueConverters.
setCurrentIndex(int) - Method in interface net.sf.mmm.util.io.api.ByteArrayBuffer
This method sets the currentIndex.
setCurrentIndex(int) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method sets the currentIndex.
setCurrentIndex(int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method sets the current index.
setCurrentMode(String, CliModeObject) - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method sets current mode and mode-option.
setDatePattern(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setDenyChar(char) - Method in class net.sf.mmm.util.filter.base.FilterRuleChainPlainParser
 
setDependencies(NlsDependencies) - Method in class net.sf.mmm.util.nls.impl.NlsMessageFormatterFactoryImpl
 
setDependencies(PojoDescriptorDependencies) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method sets the dependencies.
setDependencies(ExtendedPojoDescriptorDependenciesImpl) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderFactoryImpl
This method sets the ExtendedPojoDescriptorDependenciesImpl.
setDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method sets the descriptor-builder to use.
setDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
 
setDescriptorEnhancer(PojoDescriptorEnhancer) - Method in class net.sf.mmm.util.pojo.descriptor.impl.ExtendedPojoDescriptorDependenciesImpl
This method sets the descriptor-enhancer.
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method sets the documentBuilderFactory.
setDone() - Method in class net.sf.mmm.util.io.base.AbstractDetectorStream
This method sets the done flag.
setEncoding(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the encoding.
setEntityEnd(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setEntityStart(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setErrStream(OutputStream) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setEscape(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setExecutable(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the executable flag of this this mask for ALL access-classes to the given value (executable).
setExecutable(FileAccessClass, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the executable flag of this this mask for the given fileModeClass to the given value (executable).
setExecutor(Executor) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
setExecutor(Executor) - Method in class net.sf.mmm.util.event.base.AbstractMultiThreadedEventSource
This method sets the executor to use.
setExecutor(Executor) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method sets the executor.
setExecutor(Executor) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method sets the executor.
SetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of Set.
setFactory(NlsMessageFactory) - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method sets (overrides) the NlsMessageFactory.
setFactory(UuidFactory) - Static method in class net.sf.mmm.util.uuid.api.UuidAccess
This method sets (overrides) the UuidFactory.
setFieldIntrospector(PojoFieldIntrospector) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method sets the field-introspector.
setFileUtil(FileUtil) - Method in class net.sf.mmm.util.resource.impl.spi.FileResourceProvider
 
setFileUtil(FileUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToFile
This method set the FileUtil to use.
setFiller(char) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the filler.
setFlag(FileAccessClass, int, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the flag(s) given by bitMask of this this mask for the given fileModeClass to the given value (flag).
setFormatterMap(NlsFormatterMap) - Method in class net.sf.mmm.util.nls.base.MappedNlsFormatterManager
 
setFormatters(List<? extends NlsFormatterPlugin<?>>) - Method in class net.sf.mmm.util.nls.impl.ConfiguredNlsFormatterMap
This method allows to inject the formatters to register.
setFunctionManager(PojoPathFunctionManager) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the function-manager used for global PojoPathFunctions.
setFunctionMap(Map<String, PojoPathFunction>) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
 
setFunctions(List<PojoPathNamedFunction>) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathFunctionManagerImpl
This method sets a List of named functions to be registered in this manager.
setGroup(String) - Method in class net.sf.mmm.util.file.base.FileAttributes
 
setHyphenatorBuilder(HyphenatorBuilder) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
 
setInAttribute(char) - Method in class net.sf.mmm.util.xml.api.ParserState
 
setIndent(String) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the indent.
setIndent(boolean) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
setIndentationMode(TextColumnInfo.IndentationMode) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the indentation-mode.
setInitialized() - Method in class net.sf.mmm.util.component.base.InitializationState
This method sets the state to initialized.
setInitializing() - Method in class net.sf.mmm.util.component.base.InitializationState
This method sets the state to initializing.
setInList(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object, int) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the single segment of the given currentPath from the array or List given by parentPojo.
setInPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the single segment of the given currentPath from the Pojo given by parentPojo.
setInPojo(AbstractPojoPathNavigator.CachingPojoPath, PojoPathContext, AbstractPojoPathNavigator.PojoPathState, Object, Object) - Method in class net.sf.mmm.util.pojo.path.impl.PojoPathNavigatorImpl
This method sets the single segment of the given currentPath from the Pojo given by parentPojo.
setInStream(InputStream) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.nls.impl.AbstractNlsFormatterDateIso8601
 
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
This method sets the Iso8601Util.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCalendar
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToDate
This method sets the Iso8601Util to use.
setIso8601Util(Iso8601Util) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method sets the Iso8601Util to use.
setJoinCData(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setJoinComment(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setJoinText(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setJustificationBuilder(JustificationBuilder) - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterManager
 
setKeepStreamsOpen(boolean) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setKey(String) - Method in class net.sf.mmm.util.xml.base.jaxb.Property
 
setLineSeparator(String) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
setLineSeparator(String) - Method in class net.sf.mmm.util.text.api.TextTableInfo
This method sets the line-separator.
setLineWrapper(LineWrapper) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setLocale(Locale) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
This method sets the locale to use.
setLocale(Locale) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the locale.
setLocales(String[]) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the locales.
setLocales(Locale...) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the locales.
setLogger(Logger) - Method in class net.sf.mmm.util.component.base.AbstractLoggableComponent
This method allows to inject the logger instance for this component.
setMaskBits(int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the bitwise encoded mask.
setMathUtil(MathUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToNumber
This method set the MathUtil to use.
setMaximumIndex(int) - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
This method sets the maximumIndex.
setMaximumIndex(int) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method sets the maximumIndex.
setMaximumListGrowth(int) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method sets the maximumListGrowth.
setMessageFormatterFactory(NlsMessageFormatterFactory) - Method in class net.sf.mmm.util.nls.impl.NlsDependenciesImpl
 
setMethodIntrospector(PojoMethodIntrospector) - Method in class net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorBuilderImpl
This method sets the method-introspector.
setNewline(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
setNext(NODE) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method sets the next node.
setNlsDependencies(NlsDependencies) - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplateResolver
 
setNlsDependencies(NlsDependencies) - Method in class net.sf.mmm.util.nls.base.NlsMessageFactoryImpl
 
setNlsDependencies(NlsDependencies) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterManagerImpl
This method sets the NlsDependencies to use.
setNlsMessageFactory(NlsMessageFactory) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setNlsTemplateResolver(NlsTemplateResolver) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setNormalizeSpaces(boolean) - Method in class net.sf.mmm.util.xml.api.XmlCompareMode
 
setOmitChars(char...) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the characters to omit.
setOptionsComplete() - Method in class net.sf.mmm.util.cli.base.AbstractCliParser.CliParserState
This method sets the options-complete flag to true.
setOutStream(OutputStream) - Method in class net.sf.mmm.util.process.api.ProcessContext
 
setParent(NODE) - Method in class net.sf.mmm.util.collection.base.AbstractTreeNode
This method sets the parent of this TreeNode.
setParent(AbstractPojoPathNavigator.CachingPojoPath) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
 
setPath(String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the base-path.
setPermissions(File, FileAccessPermissions) - Method in interface net.sf.mmm.util.file.api.FileUtil
This method sets the permissions of the given file.
setPermissions(FileAccessPermissions) - Method in class net.sf.mmm.util.file.base.FileAttributes
 
setPermissions(File, FileAccessPermissions) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method sets the permissions of the given file.
setPojo(Object) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method sets the pojo-instance.
setPojoClass(Class<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method sets the pojo-class.
setPojoDescriptorBuilder(PojoDescriptorBuilder) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method sets the PojoDescriptorBuilder instance to use.
setPojoDescriptorBuilderFactory(PojoDescriptorBuilderFactory) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method sets the PojoDescriptorBuilderFactory instance to use.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the PojoFactory to use.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the pojo-factory.
setPojoFactory(PojoFactory) - Method in class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
This method sets the PojoFactory instance to used to create new instances of POJOs.
setPojoType(GenericType<?>) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator.CachingPojoPath
This method sets the pojo-type.
setPrevious(BasicDoubleLinkedNode<V>) - Method in class net.sf.mmm.util.collection.base.BasicDoubleLinkedNode
This method sets the previous node.
setProcessorFactoryList(List<DetectorStreamProcessorFactory>) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method sets the complete List of DetectorStreamProcessorFactory-instances.
setProcessorImplementation(Class<DetectorStreamProcessor>) - Method in class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
 
setProperties(Properties) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the properties.
setProperty(POJO, String, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method sets the given value for the property with the given property of the given pojoInstance.
setProperty(POJO, String, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method sets the given value for the property with the given property of the given pojoInstance.
setPropertyItem(POJO, String, int, Object) - Method in interface net.sf.mmm.util.pojo.descriptor.api.PojoDescriptor
This method sets the given item at the given index in the list-like property with the given propertyName of the given pojoInstance using the indexed setter accessor.
setPropertyItem(POJO, String, int, Object) - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
This method sets the given item at the given index in the list-like property with the given propertyName of the given pojoInstance using the indexed setter accessor.
setPropertyList(List<Property>) - Method in class net.sf.mmm.util.xml.base.jaxb.PropertyList
 
setProviders(List<DataResourceProvider<? extends DataResource>>) - Method in class net.sf.mmm.util.resource.impl.BrowsableResourceFactoryImpl
This method sets the List of providers to register.
setQuote(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
This method sets both the quote-start and quote-end character.
setQuoteEnd(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setQuoteEscape(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setQuoteEscapeLazy(boolean) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setQuoteStart(char) - Method in class net.sf.mmm.util.scanner.base.AbstractCharScannerSyntax
 
setReadable(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the readable flag of this this mask for ALL access-classes to the given value (readable).
setReadable(FileAccessClass, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the readable flag of this this mask for the given fileModeClass to the given value (readable).
setRecognizer(PojoPathRecognizer) - Method in class net.sf.mmm.util.pojo.path.base.PojoPathContextBean
This method sets the recognizer.
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.nls.impl.DefaultNlsTemplateResolver
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependenciesImpl
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.reflect.base.AnnotationUtilImpl
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.base.AbstractComposedValueConverter
 
setReflectionUtil(ReflectionUtil) - Method in class net.sf.mmm.util.value.base.AbstractValueConverter
 
setRefreshDelayInSeconds(int) - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method sets the refresh-delay in seconds.
setResourceFactory(BrowsableResourceFactory) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
setResourceLocator(NlsResourceLocator) - Method in class net.sf.mmm.util.text.base.AbstractHyphenatorBuilder
 
setSetgid(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the setuid flag to the given value setuid.
setSetuid(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the setuid flag to the given value setuid.
setSingularizer(Singularizer) - Method in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
This method injects the Singularizer.
setStandardError(Appendable) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method sets the standard error.
setStandardOutput(Appendable) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method sets the standard output.
setState(InitializationState) - Method in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
setState(InitializationState) - Method in class net.sf.mmm.util.cli.base.CliModeContainer
 
setStaxUtil(StaxUtil) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
setSticky(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the sticky flag to the given value sticky.
setStreamUtil(StreamUtil) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method sets the StreamUtil.
setStreamUtil(StreamUtil) - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl
This method sets the stream-util.
setStringHasher(StringHasher) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method sets the StringUtil.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
This method sets the StringUtil to use.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToEnum
This method sets the StringUtil to use.
setStringUtil(StringUtil) - Method in class net.sf.mmm.util.value.impl.ValueConverterToString
This method sets the StringUtil to use.
setTagStartIndex(int) - Method in class net.sf.mmm.util.xml.api.ParserState
 
setTemplateResolver(NlsTemplateResolver) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
setTemplateResolver(NlsTemplateResolver) - Static method in class net.sf.mmm.util.nls.api.NlsAccess
This method sets (overrides) the default NlsTemplateResolver.
setTemporaryDirectoryPath(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method sets the tmp directory.
setter - Variable in class net.sf.mmm.util.cli.base.CliParameterContainer
 
setTextIndex(int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
setTitle(T) - Method in interface net.sf.mmm.util.lang.api.attribute.AttributeWriteTitle
This method sets the title of this object.
setTransformerFactory(TransformerFactory) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method sets the transformerFactory.
setTransformers(List<StringTransformerChain>) - Method in class net.sf.mmm.util.transformer.base.StringTransformerList
 
setUnacceptable() - Method in class net.sf.mmm.util.collection.base.RankMap.Ranking
 
setUnacceptable(E) - Method in class net.sf.mmm.util.collection.base.RankMap
This method ranks the given element as unacceptable.
setUser(String) - Method in class net.sf.mmm.util.file.base.FileAttributes
 
setUserHomeDirectoryPath(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method set the users home directory.
setUserLogin(String) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
 
setValue(String) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method sets the value given as string.
setValue(String) - Method in interface net.sf.mmm.util.cli.base.CliValueContainer
This method sets the value given as string.
setValue(String) - Method in class net.sf.mmm.util.cli.base.CliValueContainerObject
This method sets the value given as string.
setValue(V) - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method sets the value.
setValue(TYPE) - Method in class net.sf.mmm.util.lang.api.GenericBean
This method sets the value.
setValue(String) - Method in class net.sf.mmm.util.xml.base.jaxb.Property
 
setValueConverter(ComposedValueConverter) - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
This method sets the value-converter used by default.
setValueConverter(StringValueConverter) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
setValueEntry(String, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method is like AbstractCliValueContainerContainer.setValue(String) but for a single entry.
setValueEntry(String, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
This method is like AbstractCliValueContainerContainer.setValue(String) but for a single entry.
setValueEntry(String, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.CliValueContainerMap
This method is like AbstractCliValueContainerContainer.setValue(String) but for a single entry.
setValueInternal(String, char, GenericType<?>) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method parses container value as from a single argument and sets it as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
This method sets the container value as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.CliValueContainerArray
This method sets the container value as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.CliValueContainerCollection
This method sets the container value as new object.
setValueInternal(Object) - Method in class net.sf.mmm.util.cli.base.CliValueContainerMap
This method sets the container value as new object.
setVariable(String, Object) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method sets the variable specified by variableName to the given value.
setVariable(Object) - Method in interface net.sf.mmm.util.context.api.MutableGenericContext
This method sets the variable given by value.
setVariable(String, Object) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method sets the variable specified by variableName to the given value.
setVariable(Object) - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method sets the variable given by value.
setVisibility(VisibilityModifier) - Method in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
This method sets the visibility.
setWidth(int) - Method in class net.sf.mmm.util.cli.api.CliOutputSettings
 
setWidth(int) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
 
setWidth(int) - Method in class net.sf.mmm.util.text.api.TextTableInfo
 
setWidth(int) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
setWrapChars(char...) - Method in class net.sf.mmm.util.text.api.TextColumnInfo
This method sets the wrap characters.
setWritable(boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the writable flag of this this mask for ALL access-classes to the given value (writable).
setWritable(FileAccessClass, boolean) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method sets the writable flag of this this mask for the given fileModeClass to the given value (writable).
setXmlInputFactory(XMLInputFactory) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
setXmlOutputFactory(XMLOutputFactory) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method sets the XML-output-factory.
shiftMask(FileAccessClass, int) - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
This method shifts the given bitMask according to the given fileModeClass.
SHORT - Static variable in class net.sf.mmm.util.math.base.NumberTypeImpl
The NumberTypeImpl for Short.
SHORT_DOWN_TACK_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SHORT_UP_TACK_ABOVE_SHORT_DOWN_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SHORT_UP_TACK_WITH_UNDERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
shutdown - Variable in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
 
Signature - Class in net.sf.mmm.util.reflect.api
This class represents a "method signature".
Signature(Class<?>...) - Constructor for class net.sf.mmm.util.reflect.api.Signature
The constructor.
Signature(Method) - Constructor for class net.sf.mmm.util.reflect.api.Signature
The constructor.
Signature(Object...) - Constructor for class net.sf.mmm.util.reflect.api.Signature
The constructor.
signature - Variable in class net.sf.mmm.util.reflect.api.Signature
the wrapped signature
SIMILAR_ABOVE_GREATER_THAN_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SIMILAR_ABOVE_LESS_THAN_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SIMILAR_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SIMILAR_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SimpleCharScannerSyntax - Class in net.sf.mmm.util.scanner.base
This class is a simple container for the special characters of a syntax to scan.
SimpleCharScannerSyntax() - Constructor for class net.sf.mmm.util.scanner.base.SimpleCharScannerSyntax
The constructor.
SimpleClassHierarchieMap<E> - Class in net.sf.mmm.util.collection.base
This is a simple implementation of AbstractClassHierarchieMap.
SimpleClassHierarchieMap() - Constructor for class net.sf.mmm.util.collection.base.SimpleClassHierarchieMap
The constructor.
SimpleClassHierarchieMap(MapFactory<Map>) - Constructor for class net.sf.mmm.util.collection.base.SimpleClassHierarchieMap
The constructor.
SimpleDetectorStreamProcessorFactory - Class in net.sf.mmm.util.io.base
This is a simple implementation of the DetectorStreamProcessorFactory interface.
SimpleDetectorStreamProcessorFactory() - Constructor for class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
The constructor.
SimpleDetectorStreamProcessorFactory(Class<? extends DetectorStreamProcessor>) - Constructor for class net.sf.mmm.util.io.base.SimpleDetectorStreamProcessorFactory
The constructor.
SimpleExecutor - Class in net.sf.mmm.util.concurrent.base
This is a very simple implementation of the Executor interface.
SimpleExecutor() - Constructor for class net.sf.mmm.util.concurrent.base.SimpleExecutor
The constructor.
SimpleExecutor(ThreadFactory) - Constructor for class net.sf.mmm.util.concurrent.base.SimpleExecutor
The constructor.
SimpleGenericTypeImpl<T> - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the GenericType interface for a simple Class.
SimpleGenericTypeImpl(Class<T>) - Constructor for class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The constructor.
SimpleNlsFormatter<O> - Class in net.sf.mmm.util.nls.base
This is an abstract base implementation of NlsFormatter that adapts a Format.
SimpleNlsFormatter() - Constructor for class net.sf.mmm.util.nls.base.SimpleNlsFormatter
The constructor.
SimplePojoFactory - Class in net.sf.mmm.util.pojo.base
This is the simplest implementation of the PojoFactory interface.
SimplePojoFactory() - Constructor for class net.sf.mmm.util.pojo.base.SimplePojoFactory
 
SimpleStringHasher - Class in net.sf.mmm.util.text.base
This is a simple, inefficient implementation of StringHasher that is compatible to String.hashCode().
SimpleStringHasher() - Constructor for class net.sf.mmm.util.text.base.SimpleStringHasher
The constructor.
SimpleValueConverter<SOURCE,TARGET> - Interface in net.sf.mmm.util.value.api
This is the interface for a converter that converts a value of the type <SOURCE> to the type <TARGET>.
SINE_WAVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_HIGH_REVERSED_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_LEFT_POINTING_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_LOW_9_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SINGLE_RIGHT_POINTING_ANGLE_QUOTATION_MARK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SingleElementIterator<E> - Class in net.sf.mmm.util.collection.base
This is an implementation of the Iterator interface that iterates a single element.
SingleElementIterator(E) - Constructor for class net.sf.mmm.util.collection.base.SingleElementIterator
The constructor.
singularizer - Variable in class net.sf.mmm.util.pojo.descriptor.impl.DefaultPojoDescriptorEnhancer
The singularizer.
Singularizer - Interface in net.sf.mmm.util.text.api
This is the interface for a translation of a term given in plural form to the according singular form.
SIX_POINTED_BLACK_STAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
size() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
size() - Method in class net.sf.mmm.util.collection.base.AppendingList
size - Variable in class net.sf.mmm.util.pool.base.AbstractPool
The actual size (number of elements in AbstractPool.pool).
skip(long) - Method in interface net.sf.mmm.util.io.api.ByteIterator
This method skips the number of bytes given by byteCount.
skip(long) - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method skips the number of bytes given by byteCount in the stream starting at the current position.
skip() - Method in interface net.sf.mmm.util.io.api.spi.DetectorStreamBuffer
This method skips all bytes available in this buffer.
skip(long) - Method in class net.sf.mmm.util.io.base.FailingInputStream
skip(long) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method skips the number of bytes given by byteCount.
skip(long) - Method in class net.sf.mmm.util.io.impl.BufferInputStream
skip(long) - Method in class net.sf.mmm.util.io.impl.ByteArrayBufferImpl
This method skips the number of bytes given by byteCount.
skip(long) - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method skips the number of bytes given by byteCount in the stream starting at the current position.
skip() - Method in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
This method skips all bytes available in this buffer.
skip(long) - Method in class net.sf.mmm.util.io.impl.LookaheadByteArrayBufferBuffer
This method skips the number of bytes given by byteCount.
skip(long) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
skipOpenElement(XMLStreamReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method skips all events until the current element (tag) is closed.
skipOpenElement(XMLEventReader) - Method in interface net.sf.mmm.util.xml.api.StaxUtil
This method skips all events until the current element (tag) is closed.
skipOpenElement(XMLStreamReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method skips all events until the current element (tag) is closed.
skipOpenElement(XMLEventReader) - Method in class net.sf.mmm.util.xml.base.StaxUtilImpl
This method skips all events until the current element (tag) is closed.
skipOver(String, boolean) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given substring has been detected.
skipOver(String, boolean, CharFilter) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given substring has been detected.
skipOver(String, boolean) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given substring has been detected.
skipOver(String, boolean, CharFilter) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given substring has been detected.
skipUntil(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method skips all next characters until the given stop character or the end is reached.
skipUntil(char, char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
skipUntil(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method skips all next characters until the given stop character or the end is reached.
skipUntil(char, char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters until the given stop character or the end of the string to parse is reached.
skipWhile(char) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are identical to the character given by c.
skipWhile(CharFilter) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
skipWhile(CharFilter, int) - Method in interface net.sf.mmm.util.scanner.api.CharStreamScanner
This method reads all next characters that are accepted by the given filter.
skipWhile(char) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are identical to the character given by c.
skipWhile(CharFilter) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
skipWhile(CharFilter, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method reads all next characters that are accepted by the given filter.
SLANTED_EQUAL_TO_OR_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLANTED_EQUAL_TO_OR_GREATER_THAN_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLANTED_EQUAL_TO_OR_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLANTED_EQUAL_TO_OR_LESS_THAN_WITH_DOT_INSIDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLOPING_LARGE_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SLOPING_LARGE_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_CONTAINS_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_CONTAINS_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_ELEMENT_OF_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_ELEMENT_OF_WITH_VERTICAL_BAR_AT_END_OF_HORIZONTAL_STROKE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALL_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALLER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMALLER_THAN_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMASH_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SMILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SNAPSHOT - Static variable in class net.sf.mmm.util.cli.api.AbstractVersionedMain
The version if NOT available from Manifest.
SOFT_HYPHEN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The soft hyphen that indicates a word-wrap position (for hyphenation).
SOLIDUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOLIDUS_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SortedMapFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a MapFactory that creates instances of SortedMap.
SortedSetFactory - Interface in net.sf.mmm.util.collection.api
This is the interface for a CollectionFactory that creates instances of SortedSet.
sortPatterns(HyphenationPattern[]) - Static method in class net.sf.mmm.util.text.base.HyphenatorImpl
This method sorts the given patterns according to the length of their word-part.
SOUND_RECORDING_COPYRIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
source - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
The source to read from (to copy).
source - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
The source to read from (to copy).
sourceClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
sourceSuffix - Variable in class net.sf.mmm.util.text.base.SuffixTransformerRule
 
SOUTH_EAST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_EAST_ARROW_AND_SOUTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_EAST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_EAST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_ARROW_AND_NORTH_WEST_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_ARROW_WITH_HOOK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SOUTH_WEST_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
spaceFilter - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
SpaceNormalizingCharIterator.SpaceNormalizingCharIterator(CharIterator, CharFilter, boolean)
SpaceNormalizingCharIterator - Class in net.sf.mmm.util.lang.base
This is an implementation of the CharIterator interface that adapts a CharIterator such that spaces are normalized.
SpaceNormalizingCharIterator(CharIterator) - Constructor for class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
The constructor.
SpaceNormalizingCharIterator(CharIterator, CharFilter, boolean) - Constructor for class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
The constructor.
SPHERICAL_ANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SpringContainer - Class in net.sf.mmm.util.component.impl
This is the implementation of the IocContainer using spring.
SpringContainer() - Constructor for class net.sf.mmm.util.component.impl.SpringContainer
The constructor.
SpringContainer(String...) - Constructor for class net.sf.mmm.util.component.impl.SpringContainer
The constructor.
SpringContainer(ConfigurableApplicationContext) - Constructor for class net.sf.mmm.util.component.impl.SpringContainer
The constructor.
SpringContainerPool - Class in net.sf.mmm.util.component.impl
This is just an ugly static pool used to simplify testing.
SpringContainerPool() - Constructor for class net.sf.mmm.util.component.impl.SpringContainerPool
The constructor.
SQUARE_CAP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_CUP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_IMAGE_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_IMAGE_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_ORIGINAL_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_ORIGINAL_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARE_ROOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_DOT_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_FALLING_DIAGONAL_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_RISING_DIAGONAL_SLASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SQUARED_TIMES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
standardError - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
standardOutput - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
STAR_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
start - Variable in class net.sf.mmm.util.lang.base.CharSubSequence
the start position of the sub-sequence
START_EXPRESSION - Static variable in interface net.sf.mmm.util.nls.api.NlsArgumentParser
The character used to start a variable expression: 123
startDocument(ValidationEventHandler) - Method in class net.sf.mmm.util.xml.base.jaxb.ExternalValidatingIdResolver
startDocument(ValidationEventHandler) - Method in class net.sf.mmm.util.xml.base.jaxb.InternalValidatingIdResolver
startIndex - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
The start-index in CharSequenceScanner.chars.
startIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
startNode - Variable in class net.sf.mmm.util.collection.base.NodeCycle
 
startup() - Method in class net.sf.mmm.util.component.impl.PeriodicRefresherImpl
This method will initialize and startup this refresher.
state - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The state-object.
state - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
 
state - Variable in class net.sf.mmm.util.cli.base.CliArgumentContainer
 
state - Variable in class net.sf.mmm.util.cli.base.CliModeContainer
 
state - Variable in class net.sf.mmm.util.component.base.InitializationState
This field holds the atomic state of this object.
STATE_INITIALIZED - Static variable in class net.sf.mmm.util.component.base.InitializationState
The InitializationState.state if initialization has completed.
STATE_INITIALIZING - Static variable in class net.sf.mmm.util.component.base.InitializationState
The InitializationState.state during initialization.
STATE_UNINITIALIZED - Static variable in class net.sf.mmm.util.component.base.InitializationState
The initial InitializationState.state.
stateClass - Variable in class net.sf.mmm.util.cli.base.CliClassContainer
 
staxUtil - Variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
StaxUtil - Interface in net.sf.mmm.util.xml.api
This is the interface for a collection of utility functions that help to deal with the StAX API (JSR 173).
StaxUtilImpl - Class in net.sf.mmm.util.xml.base
This utility class contains methods that help to work with the StAX API (JSR 173).
StaxUtilImpl() - Constructor for class net.sf.mmm.util.xml.base.StaxUtilImpl
The constructor.
stepBack() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
This method decrements the index by one.
stop() - Method in interface net.sf.mmm.util.concurrent.api.Stoppable
This method stops the task.
stop() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
This method stops the task.
stop() - Method in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
This method stops the task.
stop - Variable in class net.sf.mmm.util.transformer.base.StringTransformerChain.State
true if the chain should be stopped, false otherwise.
stopOnMatch - Variable in class net.sf.mmm.util.transformer.base.RegexStringTransformerRule
 
Stoppable - Interface in net.sf.mmm.util.concurrent.api
This is the interface for some object that represents a task that can be stopped.
stopped - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
 
str - Variable in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
StreamClosedException - Exception in net.sf.mmm.util.io.api
A StreamClosedException is thrown if a stream is used that has already been closed.
StreamClosedException() - Constructor for exception net.sf.mmm.util.io.api.StreamClosedException
The constructor.
streamPosition - Variable in class net.sf.mmm.util.io.impl.DetectorStreamBufferImpl
 
streamUtil - Variable in class net.sf.mmm.util.cli.api.AbstractMain
 
StreamUtil - Interface in net.sf.mmm.util.io.api
This is the interface for a collection of utility functions that help to deal with InputStreams, OutputStreams, Readers and Writers.
streamUtil - Variable in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
 
streamUtil - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl
 
StreamUtilImpl - Class in net.sf.mmm.util.io.base
This is the implementation of the StreamUtil interface.
StreamUtilImpl() - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl
The constructor.
StreamUtilImpl.AbstractAsyncTransferrer - Class in net.sf.mmm.util.io.base
This is the abstract base class for the Callable that transfers data of streams or readers/writers.
StreamUtilImpl.AbstractAsyncTransferrer() - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.AbstractAsyncTransferrer
 
StreamUtilImpl.AsyncTransferrerImpl - Class in net.sf.mmm.util.io.base
This is the default implementation of the AsyncTransferrer interface.
StreamUtilImpl.AsyncTransferrerImpl(StreamUtilImpl.BaseTransferrer) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.AsyncTransferrerImpl
The constructor.
StreamUtilImpl.BaseTransferrer - Class in net.sf.mmm.util.io.base
This is an abstract implementation of the AsyncTransferrer interface, that implements Runnable defining the main flow.
StreamUtilImpl.BaseTransferrer(TransferCallback) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
The constructor.
StreamUtilImpl.ReaderTransferrer - Class in net.sf.mmm.util.io.base
This inner class is used to transfer a Reader to a Writer.
StreamUtilImpl.ReaderTransferrer(Reader, Writer, boolean, TransferCallback) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
The constructor.
StreamUtilImpl.StreamTransferrer - Class in net.sf.mmm.util.io.base
This inner class is used to transfer an InputStream to an OutputStream.
StreamUtilImpl.StreamTransferrer(InputStream, OutputStream, boolean, TransferCallback) - Constructor for class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
The constructor.
string - Variable in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
 
string - Variable in class net.sf.mmm.util.lang.api.StringTokenizer
The string to be tokenized
StringHasher - Interface in net.sf.mmm.util.text.api
This is the interface for a hashing algorithm for strings (in form of char[] or CharSequence.
stringHasher - Variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
StringTokenizer - Class in net.sf.mmm.util.lang.api
This is a rewrite of the awkward StringTokenizer provided by the JDK.
StringTokenizer(String, char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTokenizer(String, String) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTokenizer(String, String, String, char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor that allows escaping.
StringTokenizer(char[], String, String, char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTokenizer(char[], char...) - Constructor for class net.sf.mmm.util.lang.api.StringTokenizer
The constructor.
StringTransformerChain - Class in net.sf.mmm.util.transformer.base
This class represents a Transformer for Strings that is build out of a list of rules.
StringTransformerChain() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain
The non-arg constructor.
StringTransformerChain(StringTransformerRule...) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain
The constructor.
StringTransformerChain(String, StringTransformerChain, StringTransformerRule...) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain
The constructor.
StringTransformerChain.State - Class in net.sf.mmm.util.transformer.base
This inner class contains the state of a transformation.
StringTransformerChain.State() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChain.State
The constructor.
StringTransformerChainXmlParser - Class in net.sf.mmm.util.transformer.base
Deprecated. - use JAXB directly:
 JAXBContext context = JAXBContext.newInstance(StringTransformerList.class);
 StringTransformerList chains = (StringTransformerList) context.createUnmarshaller().unmarshal(source);
 
StringTransformerChainXmlParser() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The constructor.
StringTransformerChainXmlParser(DomUtil) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The constructor.
StringTransformerChainXmlParser(DomUtil, PatternCompiler) - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The constructor.
StringTransformerList - Class in net.sf.mmm.util.transformer.base
This is a JAXB-ready Container for Transformers.
StringTransformerList() - Constructor for class net.sf.mmm.util.transformer.base.StringTransformerList
The constructor.
StringTransformerRule - Interface in net.sf.mmm.util.transformer.api
This is the interface for a Transformer of Strings that is typically used as part of a StringTransformerChain.
stringUtil - Variable in class net.sf.mmm.util.cli.base.AbstractCliParserBuilder
 
stringUtil - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
StringUtil - Interface in net.sf.mmm.util.lang.api
This is the interface for a collection of utility functions that help with String handling and manipulation.
stringUtil - Variable in class net.sf.mmm.util.text.base.HyphenationState
The StringUtil to use.
stringUtil - Variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
 
stringUtil - Variable in class net.sf.mmm.util.text.base.HyphenatorImpl
 
stringUtil - Variable in class net.sf.mmm.util.value.base.StringValueConverterImpl
 
stringUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToBoolean
 
stringUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToEnum
 
stringUtil - Variable in class net.sf.mmm.util.value.impl.ValueConverterToString
 
StringUtilImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the StringUtil interface.
StringUtilImpl() - Constructor for class net.sf.mmm.util.lang.base.StringUtilImpl
The constructor.
StringValueConverter - Interface in net.sf.mmm.util.value.api
This is a sub-interface of GenericValueConverter for the most common value type String.
StringValueConverterImpl - Class in net.sf.mmm.util.value.base
This is a utility class providing support for dealing with values (e.g. when reading configurations).
StringValueConverterImpl() - Constructor for class net.sf.mmm.util.value.base.StringValueConverterImpl
The constructor.
style - Variable in class net.sf.mmm.util.nls.impl.formatter.AbstractSimpleNlsFormatterDate
 
style - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType
 
STYLE_CURRENCY - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_FULL - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_INTEGER - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_ISO_8601 - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_LONG - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_MEDIUM - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_PERCENT - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
STYLE_SHORT - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
subSequence(int, int) - Method in class net.sf.mmm.util.lang.base.AbstractCharSequence
subSequence(int, int) - Method in class net.sf.mmm.util.lang.base.CharSubSequence
subsequentNewlineCount - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
SUBSET_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_ABOVE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_ABOVE_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_OR_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_OF_WITH_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_WITH_MULTIPLICATION_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUBSET_WITH_PLUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
substring(int, int) - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
 
SUCCEEDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_NOT_ALMOST_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_ABOVE_SINGLE_LINE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_BUT_NOT_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUCCEEDS_OR_EQUIVALENT_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
suffix - Variable in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl
The suffix (last segment) of the pattern.
SUFFIX_CLASS - Static variable in class net.sf.mmm.util.reflect.base.ClassNameCollector
Suffix for classes as resource.
SuffixTransformerRule - Class in net.sf.mmm.util.text.base
This is a simple implementation of the TransformerRule.
SuffixTransformerRule(String, String) - Constructor for class net.sf.mmm.util.text.base.SuffixTransformerRule
The constructor.
superClass - Variable in class net.sf.mmm.util.reflect.base.AssignableFromFilter
The class
SUPERSCRIPT_ONE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSCRIPT_THREE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSCRIPT_TWO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_ABOVE_LEFTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_ABOVE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_ABOVE_SUPERSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_BESIDE_AND_JOINED_BY_DASH_WITH_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_BESIDE_SUBSET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_ABOVE_EQUALS_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_ABOVE_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_ABOVE_TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_OR_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_OR_EQUAL_TO_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_OF_WITH_NOT_EQUAL_TO - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_WITH_MULTIPLICATION_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SUPERSET_WITH_PLUS_SIGN_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
SURFACE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
surrogates - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The last EncodingUtilImpl.Surrogates for each of the positions modulo 4.
SWUNG_DASH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
sync(AbstractByteArrayBufferBuffer) - Method in class net.sf.mmm.util.io.impl.AbstractByteArrayBufferBuffer
This method synchronizes the buffer with the given master.
synchronize(ResourceBundle) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
This method synchronizes (creates or updates) the localized bundles (properties).
synchronize(ResourceBundle, String, String, String) - Method in class net.sf.mmm.util.nls.base.ResourceBundleSynchronizer
Like ResourceBundleSynchronizer.synchronize(ResourceBundle) but for a single Locale.
syntax - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliOptionHelpInfo
The syntax of the option.
SYNTAX - Static variable in class net.sf.mmm.util.nls.base.AbstractNlsMessageFormatter
The syntax of the message-format patterns.
SYSTEM_DEFAULT_ENCODING - Static variable in interface net.sf.mmm.util.io.api.EncodingUtil
The default encoding used by this JVM as fallback if no explicit encoding is specified.
SYSTEM_TYPE_BSD - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a BSD operating system (freeBSD, openBSD, etc.).
SYSTEM_TYPE_LINUX - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a distribution of Linux (android, ubuntu, kubuntu, debian, openSUSE, gentoo, fedora, mandriva, etc.).
SYSTEM_TYPE_MAC_IOS - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a variant of Apples operating system ("Mac OS", "Mac OS X" or any variant of "iOS").
SYSTEM_TYPE_MAINFRAIME - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for operating systems dedicated for mainframe machines ([Open]VMS, z/OS, BS2000, OS/360, OS/390, etc.).
SYSTEM_TYPE_OTHER - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for anything else that is not further classified.
SYSTEM_TYPE_UNIX - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for Unix explicitly excluding Mac OS, BSD-systems and Linux.
SYSTEM_TYPE_WINDOWS - Static variable in interface net.sf.mmm.util.lang.api.SystemInformation
The system-type for a variant of Microsoft Windows (including mobile variants).
systemArchitecture - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
SystemInformation - Interface in net.sf.mmm.util.lang.api
This is the interface for a data-object containing structured of an operating system.
systemInformation - Variable in class net.sf.mmm.util.lang.base.SystemUtilImpl
 
SystemInformationImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the SystemInformation interface.
SystemInformationImpl() - Constructor for class net.sf.mmm.util.lang.base.SystemInformationImpl
The constructor.
SystemInformationImpl(String, String, String) - Constructor for class net.sf.mmm.util.lang.base.SystemInformationImpl
The constructor.
SystemInformationImpl(String, String, String, String, boolean) - Constructor for class net.sf.mmm.util.lang.base.SystemInformationImpl
The constructor.
systemName - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
systemType - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 
SystemUtil - Interface in net.sf.mmm.util.lang.api
This is the interface for a collection of utility functions that help to deal with things specific for the operating system running this java virtual machine.
SystemUtilImpl - Class in net.sf.mmm.util.lang.base
This is the implementation of the SystemUtil interface.
SystemUtilImpl() - Constructor for class net.sf.mmm.util.lang.base.SystemUtilImpl
The constructor.
systemVersion - Variable in class net.sf.mmm.util.lang.base.SystemInformationImpl
 

T

tableInfo - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser.CliHelpWriter
The TextTableInfo.
tagStartIndex - Variable in class net.sf.mmm.util.xml.api.ParserState
 
targetArrayClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
targetBuffer - Variable in class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The buffer to copy to.
targetBuffer - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream.WrapperInputStream
The destination buffer (end of chain)
targetClass2converterMap - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl
 
targetOffset - Variable in class net.sf.mmm.util.io.impl.BufferInputStream.CopyProcessor
The offset in BufferInputStream.CopyProcessor.targetBuffer.
targetType - Variable in class net.sf.mmm.util.value.impl.ComposedValueConverterImpl.ComposedTargetTypeConverter
 
TELEPHONE_RECORDER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
template - Variable in class net.sf.mmm.util.nls.base.BasicNlsMessage
The BasicNlsMessage.message as NlsTemplate.
TEMPLATE_PATTERN - Static variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The pattern.
templateResolver - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
templateResolver - Static variable in class net.sf.mmm.util.nls.api.NlsAccess
 
templateResolver - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The NlsTemplateResolver instance.
templatesMap - Variable in class net.sf.mmm.util.nls.base.NlsCachingLocalizer
The Map used to cache templates.
temporaryDirectory - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
temporaryDirectoryPath - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
TERMINATOR - Static variable in class net.sf.mmm.util.text.base.HyphenationPattern
The word-terminator representing start end end of a word.
text - Variable in class net.sf.mmm.util.text.api.TextColumn
 
text - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
TextColumn - Class in net.sf.mmm.util.text.api
This class is a simple container for the text of a column together with its metadata.
TextColumn(String, TextColumnInfo) - Constructor for class net.sf.mmm.util.text.api.TextColumn
The constructor.
TextColumnInfo - Class in net.sf.mmm.util.text.api
This is a Java-bean for the layout-configuration of a text column.
TextColumnInfo() - Constructor for class net.sf.mmm.util.text.api.TextColumnInfo
The constructor.
TextColumnInfo.IndentationMode - Enum in net.sf.mmm.util.text.api
This enum contains the available modes how to deal with indentation after newlines.
TextColumnInfo.IndentationMode() - Constructor for enum net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode
 
textIndex - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
TextTableInfo - Class in net.sf.mmm.util.text.api
This is a Java-bean for the layout-configuration of a text table.
TextTableInfo() - Constructor for class net.sf.mmm.util.text.api.TextTableInfo
The constructor.
THERE_DOES_NOT_EXIST - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
THERE_EXISTS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
THEREFORE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
THIN_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
threadFactory - Variable in class net.sf.mmm.util.concurrent.base.SimpleExecutor
 
THREE_PER_EM_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TIE_OVER_INFINITY - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE_OPERATOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE_OPERATOR_ABOVE_RIGHTWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TILDE_OPERATOR_WITH_DOT_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
title - Variable in enum net.sf.mmm.util.lang.api.Comparator
 
title - Variable in enum net.sf.mmm.util.lang.api.Conjunction
 
title - Variable in enum net.sf.mmm.util.lang.api.HorizontalAlignment
 
title - Variable in enum net.sf.mmm.util.text.api.DiacriticalMark
 
toArray(Collection<?>, Class<?>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method converts the given Collection to an array of the given componentType.
toArray(Collection<?>, Class<?>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method converts the given Collection to an array of the given componentType.
toArrayTyped(Collection<T>, Class<T>) - Method in interface net.sf.mmm.util.reflect.api.CollectionReflectionUtil
This method converts the given Collection to an array of the given componentType.
toArrayTyped(Collection<T>, Class<T>) - Method in class net.sf.mmm.util.reflect.base.CollectionReflectionUtilImpl
This method converts the given Collection to an array of the given componentType.
toCamlCase(String) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method converts the given string to caml-case syntax using the default separators ' ', '-', '_' and '.'
toCamlCase(String, char...) - Method in interface net.sf.mmm.util.lang.api.StringUtil
This method converts the given string to caml-case syntax.
toCamlCase(String) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method converts the given string to caml-case syntax using the default separators ' ', '-', '_' and '.'
toCamlCase(String, char...) - Method in class net.sf.mmm.util.lang.base.StringUtilImpl
This method converts the given string to caml-case syntax.
toHyphenation() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method gets the Hyphenation from this state.
toHyphenationPoints() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method creates the hyphenationPoints of a hyphenated word.
tokenizePath(String, List<FileUtilImpl.PathSegment>, PatternCompiler) - Method in class net.sf.mmm.util.file.base.FileUtilImpl
This method tokenized the given path by adding FileUtilImpl.PathSegments to the given list.
toList() - Method in interface net.sf.mmm.util.collection.api.LinkedNode
This method converts the list represented by this node to a regular List.
toList() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
This method converts the list represented by this node to a regular List.
toMap() - Method in interface net.sf.mmm.util.context.api.GenericContext
This method allows to create a Map representing the variables of this context.
toMap() - Method in class net.sf.mmm.util.context.base.AbstractGenericContextProxy
This method allows to create a Map representing the variables of this context.
toMap() - Method in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
This method allows to create a Map representing the variables of this context.
toMap(String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method create a Map for the given arguments.
toMap(String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method create a Map for the given arguments.
toMap(String, Object, String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsException
This method create a Map for the given arguments.
toMap(String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method create a Map for the given arguments.
toMap(String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method create a Map for the given arguments.
toMap(String, Object, String, Object, String, Object) - Static method in exception net.sf.mmm.util.nls.api.NlsRuntimeException
This method create a Map for the given arguments.
toNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsException
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in interface net.sf.mmm.util.nls.api.NlsObject
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
This method is the equivalent to Object.toString() with native language support.
toNlsMessage() - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
This method is the equivalent to Object.toString() with native language support.
TOP_ARC_ANTICLOCKWISE_ARROW_WITH_PLUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_ARC_CLOCKWISE_ARROW_WITH_MINUS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_LEFT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_LEFT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_RIGHT_CORNER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_RIGHT_CROP - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TOP_SQUARE_BRACKET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
toPrintWriter(Appendable) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method converts the given Appendable to a PrintWriter.
toPrintWriter(Appendable) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method converts the given Appendable to a PrintWriter.
toSimplestNumber(Number) - Method in interface net.sf.mmm.util.math.api.MathUtil
This method converts the given value to the simplest suitable number-type.
toSimplestNumber(Number) - Method in class net.sf.mmm.util.math.base.MathUtilImpl
This method converts the given value to the simplest suitable number-type.
toString() - Method in class net.sf.mmm.util.cli.base.CliModeContainer
toString() - Method in class net.sf.mmm.util.cli.base.CliParameterConsumer
toString() - Method in class net.sf.mmm.util.cli.base.CliParameterContainer
toString() - Method in class net.sf.mmm.util.collection.base.AbstractLinkedNode
toString() - Method in class net.sf.mmm.util.collection.base.HashKey
toString() - Method in class net.sf.mmm.util.collection.base.NodeCycle
toString() - Method in class net.sf.mmm.util.file.base.FileAccessPermissions
toString() - Method in class net.sf.mmm.util.file.base.FileAttributes
toString() - Method in class net.sf.mmm.util.file.base.FileUtilImpl.PathSegment
toString() - Method in class net.sf.mmm.util.filter.base.FilterRuleChain
toString() - Method in class net.sf.mmm.util.io.base.ByteArrayImpl
toString() - Method in enum net.sf.mmm.util.lang.api.Comparator
This method needs to return the same result a Datatype.getTitle().
toString() - Method in enum net.sf.mmm.util.lang.api.Conjunction
This method needs to return the same result a Datatype.getTitle().
toString() - Method in interface net.sf.mmm.util.lang.api.Datatype
This method needs to return the same result a Datatype.getTitle().
toString() - Method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
This method needs to return the same result a Datatype.getTitle().
toString() - Method in class net.sf.mmm.util.lang.api.StringTokenizer
toString() - Method in class net.sf.mmm.util.lang.base.attribute.AbstractAttributeReadId
toString() - Method in class net.sf.mmm.util.lang.base.CoreCharSequence
toString() - Method in class net.sf.mmm.util.nls.api.NlsArgument
toString() - Method in class net.sf.mmm.util.nls.base.AbstractNlsFormatterPlugin
toString() - Method in class net.sf.mmm.util.nls.base.AbstractNlsMessage
toString() - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
toString() - Method in class net.sf.mmm.util.nls.impl.formatter.NlsMessageFormatterImpl.PatternSegment
toString() - Method in class net.sf.mmm.util.nls.impl.NlsMessageImpl
toString() - Method in class net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorMode
toString() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor
toString() - Method in class net.sf.mmm.util.pojo.descriptor.base.AbstractPojoPropertyDescriptor
toString() - Method in class net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessor
toString() - Method in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathFunction
toString() - Method in class net.sf.mmm.util.pojo.path.base.BasicPojoPath
toString() - Method in class net.sf.mmm.util.reflect.api.Arguments
toString() - Method in interface net.sf.mmm.util.reflect.api.GenericType
This method gets the string representation of this GenericType.
toString(Type) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the string representation of a Type.
toString(Type, Appendable, Visitor<Class<?>>) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method gets the string representation of a Type.
toString() - Method in class net.sf.mmm.util.reflect.api.Signature
toString() - Method in class net.sf.mmm.util.reflect.base.AbstractGenericType
This method gets the string representation of this GenericType.
toString(Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the string representation of a Type.
toString(Type, Appendable, Visitor<Class<?>>) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method gets the string representation of a Type.
toString() - Method in class net.sf.mmm.util.reflect.impl.GenericArrayTypeImpl
toString() - Method in class net.sf.mmm.util.reflect.impl.LowerBoundWildcardType
toString() - Method in class net.sf.mmm.util.reflect.impl.ParameterizedTypeImpl
toString() - Method in class net.sf.mmm.util.reflect.impl.TypeVariableImpl
toString() - Method in class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
toString() - Method in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
toString() - Method in interface net.sf.mmm.util.resource.api.ResourceUri
toString() - Method in class net.sf.mmm.util.resource.base.AbstractDataResource
toString() - Method in class net.sf.mmm.util.resource.base.AbstractDataResourceProxy
toString() - Method in class net.sf.mmm.util.resource.base.ResourceUriImpl
toString() - Method in class net.sf.mmm.util.scanner.base.CharSequenceScanner
toString() - Method in enum net.sf.mmm.util.text.api.DiacriticalMark
This method needs to return the same result a Datatype.getTitle().
toString() - Method in interface net.sf.mmm.util.text.api.Hyphenation
The hyphenation of the according word (e.g. un-avail-able).
toString() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.CellBuffer
toString() - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
toString() - Method in class net.sf.mmm.util.text.base.HyphenationImpl
The hyphenation of the according word (e.g. un-avail-able).
toString() - Method in class net.sf.mmm.util.text.base.HyphenationPattern
This method gets the original pattern.
toString() - Method in class net.sf.mmm.util.text.base.HyphenationState
This method generates a string with the given word including the ranked hyphenation points.
toString() - Method in class net.sf.mmm.util.text.base.HyphenatorImpl
toString() - Method in class net.sf.mmm.util.text.base.JustificationImpl
toType(String) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(String, ClassResolver) - Method in interface net.sf.mmm.util.reflect.api.ReflectionUtil
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(String) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(String, ClassResolver) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method is the analogy to Class.forName(String) for creating a Type instance from String.
toType(CharSequenceScanner, ClassResolver, Type) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method parses the given type as generic Type.
toWriter(Appendable) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method converts the given Appendable to a Writer.
toWriter(Appendable) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method converts the given Appendable to a Writer.
TRADE_MARK_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
transfer(Reader, Writer, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given reader to the given writer.
transfer(FileInputStream, OutputStream, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, FileOutputStream, boolean, long) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, OutputStream, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream.
transfer() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.BaseTransferrer
This method performs the actual transfer.
transfer() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.ReaderTransferrer
This method performs the actual transfer.
transfer() - Method in class net.sf.mmm.util.io.base.StreamUtilImpl.StreamTransferrer
This method performs the actual transfer.
transfer(Reader, Writer, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given reader to the given writer.
transfer(FileInputStream, OutputStream, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, FileOutputStream, boolean, long) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream using NIO-Channels.
transfer(InputStream, OutputStream, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream.
transferAsync(InputStream, OutputStream, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream.
transferAsync(InputStream, OutputStream, boolean, TransferCallback) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given inStream to the given outStream.
transferAsync(Reader, Writer, boolean) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given reader to the given writer.
transferAsync(Reader, Writer, boolean, TransferCallback) - Method in interface net.sf.mmm.util.io.api.StreamUtil
This method transfers the contents of the given reader to the given writer.
transferAsync(InputStream, OutputStream, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream.
transferAsync(InputStream, OutputStream, boolean, TransferCallback) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given inStream to the given outStream.
transferAsync(Reader, Writer, boolean) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given reader to the given writer.
transferAsync(Reader, Writer, boolean, TransferCallback) - Method in class net.sf.mmm.util.io.base.StreamUtilImpl
This method transfers the contents of the given reader to the given writer.
TransferCallback - Interface in net.sf.mmm.util.io.api
This is the callback interface used to receive the status of an AsyncTransferrer.
transferCompleted(long) - Method in interface net.sf.mmm.util.io.api.TransferCallback
This method is invoked if the transfer completed successfully.
transferFailed(Exception) - Method in interface net.sf.mmm.util.io.api.TransferCallback
This method is invoked if the transfer failed because an exception occurred.
transferrer - Variable in class net.sf.mmm.util.io.base.StreamUtilImpl.AsyncTransferrerImpl
the actual task.
transferrers - Variable in class net.sf.mmm.util.process.base.ProcessUtilImpl.ProcessExecutor
 
transferStopped(long) - Method in interface net.sf.mmm.util.io.api.TransferCallback
This method is invoked if the transfer was stopped before it completed.
transform(String) - Method in interface net.sf.mmm.util.text.api.Singularizer
This method gets the singular form of the given term (some word) pluralForm that is (potentially) in plural form.
transform(String) - Method in class net.sf.mmm.util.text.base.AbstractTextTransformer
This method transforms a given original value.
transform(String, String) - Method in class net.sf.mmm.util.text.base.SuffixTransformerRule
transform(String, String) - Method in class net.sf.mmm.util.text.base.TransformerRule
 
transform(V) - Method in interface net.sf.mmm.util.transformer.api.Transformer
This method transforms a given original value.
transform(String) - Method in class net.sf.mmm.util.transformer.base.RegexStringTransformer
This method transforms a given original value.
transform(String) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method transforms a given original value.
Transformer<V> - Interface in net.sf.mmm.util.transformer.api
This is the interface for a transformer that transforms a given value.
transformerFactory - Variable in class net.sf.mmm.util.xml.base.DomUtilImpl
the transformer factory used to transform or write XML
TransformerRule - Class in net.sf.mmm.util.text.base
This is the abstract base class for a rule used to replace a given string.
TransformerRule() - Constructor for class net.sf.mmm.util.text.base.TransformerRule
 
transformers - Variable in class net.sf.mmm.util.transformer.base.StringTransformerList
 
transformRecursive(String, StringTransformerChain.State) - Method in class net.sf.mmm.util.transformer.base.StringTransformerChain
This method implements StringTransformerChain.transform(String) recursively.
transformXml(Source, Result, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method transforms the given XML source to the given result without structural modifications.
transformXml(Source, Result, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method transforms the given XML source to the given result without structural modifications.
translate(Locale) - Method in interface net.sf.mmm.util.nls.api.NlsTemplate
This method translates the represented string for the given locale.
translate(Locale, Map<String, Object>, Appendable, NlsTemplateResolver, NlsDependencies) - Method in interface net.sf.mmm.util.nls.api.NlsTemplate
This method behaves like NlsTemplate.translate(Locale) but additionally fills the given arguments into the translated message writing into the given buffer.
translate(Locale, Map<String, Object>, Appendable, NlsTemplateResolver, NlsDependencies) - Method in class net.sf.mmm.util.nls.base.AbstractNlsTemplate
This method behaves like NlsTemplate.translate(Locale) but additionally fills the given arguments into the translated message writing into the given buffer.
translate(Locale) - Method in class net.sf.mmm.util.nls.base.NlsTemplateImpl
This method translates the represented string for the given locale.
TRANSVERSAL_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TreeMapFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SortedMapFactory interface that creates instances of TreeMap.
TreeMapFactory() - Constructor for class net.sf.mmm.util.collection.base.TreeMapFactory
 
TreeNode<NODE extends TreeNode<NODE>> - Interface in net.sf.mmm.util.collection.api
This is the interface for the node a tree.
TreeSetFactory - Class in net.sf.mmm.util.collection.base
This is an implementation of the SortedSetFactory interface that creates instances of TreeSet.
TreeSetFactory() - Constructor for class net.sf.mmm.util.collection.base.TreeSetFactory
 
TRIANGLE_WITH_SERIFS_AT_BOTTOM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIANGULAR_BULLET - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
trim - Variable in class net.sf.mmm.util.lang.base.SpaceNormalizingCharIterator
SpaceNormalizingCharIterator.SpaceNormalizingCharIterator(CharIterator, CharFilter, boolean)
TRIPLE_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIPLE_PRIME - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIPLE_TILDE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRIPLE_VERTICAL_BAR_RIGHT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TRUE - Static variable in interface net.sf.mmm.util.lang.api.StringUtil
a string representing the boolean value true
TRUE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TURNED_GREEK_SMALL_LETTER_IOTA - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_CONSECUTIVE_EQUALS_SIGNS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_DOT_LEADER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_INTERSECTING_LOGICAL_AND - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_INTERSECTING_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
TWO_JOINED_SQUARES - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
type - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
type - Variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
 
type - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegment
 
type - Variable in class net.sf.mmm.util.xml.base.jaxb.IdResolverContext.Resolver
 
TYPE_CHOICE - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_DATE - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_DATETIME - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_INT - Static variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The GenericType for int.
TYPE_NUMBER - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_OBJECT - Static variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The GenericType for Object.
TYPE_TIME - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
 
TYPE_TYPE - Static variable in interface net.sf.mmm.util.nls.api.NlsFormatterManager
Format for Type
TYPE_VARIABLE_COLLECTION_ELEMENT - Static variable in class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The TypeVariable E of Collection<E> .
TYPE_VARIABLE_MAP_KEY - Static variable in class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The TypeVariable K of Map<K, V>.
TYPE_VARIABLE_MAP_VALUE - Static variable in class net.sf.mmm.util.reflect.impl.CommonTypeVariables
The TypeVariable V of Map<K, V>.
TYPE_VOID - Static variable in class net.sf.mmm.util.reflect.impl.SimpleGenericTypeImpl
The GenericType for void.
typeArgs - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
TypeNotFoundException - Exception in net.sf.mmm.util.reflect.api
A TypeNotFoundException is thrown if a Type was requested (e.g. via Class.forName(String)) but could NOT be found.
TypeNotFoundException(String) - Constructor for exception net.sf.mmm.util.reflect.api.TypeNotFoundException
The constructor.
TypeNotFoundException(Throwable, String) - Constructor for exception net.sf.mmm.util.reflect.api.TypeNotFoundException
The constructor.
typesArguments - Variable in class net.sf.mmm.util.reflect.impl.GenericTypeImpl
 
TypeVariableImpl<DECLARATION extends GenericDeclaration> - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the TypeVariable interface.
TypeVariableImpl(String, DECLARATION, Type[]) - Constructor for class net.sf.mmm.util.reflect.impl.TypeVariableImpl
The constructor.
TZ_UTC - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
The UTC TimeZone.

U

UnboundedWildcardType - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the WildcardType interface for the unbounded wildcard (?
UnboundedWildcardType() - Constructor for class net.sf.mmm.util.reflect.impl.UnboundedWildcardType
The constructor.
UNC_PATH_PREFIX - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
The prefix of an UNC (Uniform Naming Convention) path (e.g.
UnicodeUtil - Interface in net.sf.mmm.util.text.api
This is the interface for a collection of utility functions that help with unicode characters and texts.
UnicodeUtilImpl - Class in net.sf.mmm.util.text.base
This is the implementation of the UnicodeUtil interface.
UnicodeUtilImpl() - Constructor for class net.sf.mmm.util.text.base.UnicodeUtilImpl
The constructor.
UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_ABOVE_BAR_ABOVE_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_ABOVE_INTERSECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_BESIDE_AND_JOINED_WITH_UNION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_WITH_LOGICAL_OR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UNION_WITH_OVERBAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UnknownCollectionInterfaceException - Exception in net.sf.mmm.util.reflect.base
A UnknownCollectionInterfaceException is thrown if a Collection-interface was given that is unknown or no Collection.
UnknownCollectionInterfaceException(Class<?>) - Constructor for exception net.sf.mmm.util.reflect.base.UnknownCollectionInterfaceException
The constructor.
unmarshal(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
unmarshal(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterInfixPattern
unmarshal(String) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
unmarshal(PropertyList) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlAdapterProperties
UP_BARB_LEFT_DOWN_BARB_LEFT_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_BARB_RIGHT_DOWN_BARB_RIGHT_HARPOON - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_DOWN_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_DOWN_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_FISH_TAIL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_RIGHT_DIAGONAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UP_TACK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_HALF_BLOCK - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_LEFT_OR_LOWER_RIGHT_CURLY_BRACKET_SECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_LEFT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_RIGHT_OR_LOWER_LEFT_CURLY_BRACKET_SECTION - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPPER_RIGHT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
upperBound - Variable in class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
 
UpperBoundWildcardType - Class in net.sf.mmm.util.reflect.impl
This is an implementation of the WildcardType interface for a single upper bound.
UpperBoundWildcardType(Type) - Constructor for class net.sf.mmm.util.reflect.impl.UpperBoundWildcardType
The constructor.
UPWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_LEFTWARDS_OF_DOWNWARDS_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_WITH_TIP_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_ARROW_WITH_TIP_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_DOUBLE_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_DOWNWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_BESIDE_UPWARDS_HARPOON_WITH_BARB_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_LEFTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_RIGHT_FROM_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_RIGHT_TO_BAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_HARPOON_WITH_BARB_RIGHTWARDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_PAIRED_ARROWS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_TWO_HEADED_ARROW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
UPWARDS_TWO_HEADED_ARROW_FROM_SMALL_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
uri - Variable in class net.sf.mmm.util.resource.base.ResourceUriImpl
 
url - Variable in class net.sf.mmm.util.resource.base.ClasspathResource
 
url - Variable in class net.sf.mmm.util.resource.base.UrlResource
 
URL_SCHEMA_PATTERN - Static variable in class net.sf.mmm.util.file.base.FileUtilImpl
The Pattern for an URL schema such as http:// or ftp://.
UrlResource - Class in net.sf.mmm.util.resource.base
This is the implementation of the DataResource interface for a resource that comes from an URL.
UrlResource(String) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResource(String, FileUtil) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResource(URL) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResource(URL, FileUtil) - Constructor for class net.sf.mmm.util.resource.base.UrlResource
The constructor.
UrlResourceProvider - Class in net.sf.mmm.util.resource.impl.spi
This is the implementation of DataResourceProvider for UrlResource.
UrlResourceProvider() - Constructor for class net.sf.mmm.util.resource.impl.spi.UrlResourceProvider
The constructor.
user - Variable in class net.sf.mmm.util.file.base.FileAttributes
 
userHomeDirectory - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
userHomeDirectoryPath - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
userLogin - Variable in class net.sf.mmm.util.file.base.FileUtilImpl
 
UTC_ID - Static variable in class net.sf.mmm.util.date.base.Iso8601UtilImpl
The ID for UTC (Coordinated Universal Time).
utf8ContinuationByteCount - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The expected number of UTF-8 continuation bytes to come or 0 if no UTF-8 multi-byte-sequence is currently processed.
UTF_16_FIRST_SURROGATE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_16_FIRST_SURROGATE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_16_SECOND_SURROGATE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_16_SECOND_SURROGATE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-16 four-byte-sequence consists of 2 two-byte-sequences called surrogate.
UTF_8_CONTINUATION_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
In an UTF-8 multi-byte-sequence all bytes except the first one have the from 10xxxxxx.
UTF_8_CONTINUATION_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
In an UTF-8 multi-byte-sequence all bytes except the first one have the from 10xxxxxx.
UTF_8_FOUR_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 four-byte-sequence has the form 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx.
UTF_8_FOUR_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 four-byte-sequence has the form 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx.
UTF_8_THREE_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 thee-byte-sequence has the form 1110xxxx 10xxxxxx 10xxxxxx.
UTF_8_THREE_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 thee-byte-sequence has the form 1110xxxx 10xxxxxx 10xxxxxx.
UTF_8_TWO_BYTE_MAX - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 two-byte-sequence has the form 110xxxxx 10xxxxxx.
UTF_8_TWO_BYTE_MIN - Static variable in class net.sf.mmm.util.io.base.EncodingUtilImpl
An UTF-8 two-byte-sequence has the form 110xxxxx 10xxxxxx.
uuid - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsException
 
uuid - Variable in exception net.sf.mmm.util.nls.api.AbstractNlsRuntimeException
 
UuidAccess - Class in net.sf.mmm.util.uuid.api
This is an ugly static accessor for the UuidFactory used to create instances of UUID and allowing to exchange the default implementation.
UuidAccess() - Constructor for class net.sf.mmm.util.uuid.api.UuidAccess
The constructor.
UuidFactory - Interface in net.sf.mmm.util.uuid.api
This is the interface for a factory used to create UUIDs.

V

validate(CliModeObject) - Method in class net.sf.mmm.util.cli.api.AbstractMain
This method is called after the command-line arguments are checked for syntactically correctness and applied to this class in order to perform complex validations.
validate(V) - Method in interface net.sf.mmm.util.value.api.ValueValidator
This method validates the given value.
validate(V, Object) - Method in interface net.sf.mmm.util.value.api.ValueValidator
This method validates the given value.
validate(V) - Method in class net.sf.mmm.util.value.base.AbstractValueValidator
This method validates the given value.
validate(Object, Object) - Method in class net.sf.mmm.util.value.base.PojoValidatorDummy
This method validates the given value.
validate(Object, Object) - Method in class net.sf.mmm.util.value.base.ValueValidatorNotNull
This method validates the given value.
validate(Number, Object) - Method in class net.sf.mmm.util.value.base.ValueValidatorNumberRange
This method validates the given value.
validate(T) - Method in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
This method is invoked after the jaxbBean has been loaded and before it is saved.
validator - Variable in class net.sf.mmm.util.cli.base.CliParameterContainer
 
value - Variable in class net.sf.mmm.util.cli.base.CliValueContainerObject
 
value - Variable in class net.sf.mmm.util.collection.base.AbstractLinkedNode
 
value - Variable in enum net.sf.mmm.util.lang.api.Comparator
 
value - Variable in enum net.sf.mmm.util.lang.api.Conjunction
 
value - Variable in class net.sf.mmm.util.lang.api.GenericBean
 
value - Variable in enum net.sf.mmm.util.lang.api.HorizontalAlignment
 
value - Variable in class net.sf.mmm.util.xml.base.jaxb.Property
 
value - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
The current node-value.
valueAlreadySet - Variable in class net.sf.mmm.util.cli.base.AbstractCliValueContainerContainer
 
valueConverter - Variable in class net.sf.mmm.util.context.impl.MutableGenericContextImpl
 
valueConverter - Variable in class net.sf.mmm.util.pojo.path.base.AbstractPojoPathNavigator
 
ValueConverter<SOURCE,TARGET> - Interface in net.sf.mmm.util.value.api
This is the interface for a converter that converts a value from a source-type to a specific target-type.
valueConverter - Variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
ValueConverterToArrayOfBoolean - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to boolean[].
ValueConverterToArrayOfBoolean() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfBoolean
The constructor.
ValueConverterToArrayOfByte - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to byte[].
ValueConverterToArrayOfByte() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfByte
The constructor.
ValueConverterToArrayOfDouble - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to double[].
ValueConverterToArrayOfDouble() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfDouble
The constructor.
ValueConverterToArrayOfFloat - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to float[].
ValueConverterToArrayOfFloat() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfFloat
The constructor.
ValueConverterToArrayOfInt - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to int[].
ValueConverterToArrayOfInt() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfInt
The constructor.
ValueConverterToArrayOfLong - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to long[].
ValueConverterToArrayOfLong() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfLong
The constructor.
ValueConverterToArrayOfObject - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an array.
ValueConverterToArrayOfObject() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfObject
The constructor.
ValueConverterToArrayOfShort - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to short[].
ValueConverterToArrayOfShort() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToArrayOfShort
The constructor.
ValueConverterToBoolean - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Boolean.
ValueConverterToBoolean() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToBoolean
The constructor.
ValueConverterToCalendar - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Calendar.
ValueConverterToCalendar() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCalendar
The constructor.
ValueConverterToClass - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts a CharSequence to a Class.
ValueConverterToClass() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToClass
The constructor.
ValueConverterToCollection - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Collection.
ValueConverterToCollection() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCollection
The constructor.
ValueConverterToCompatiblePojo - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an POJO to a POJO with the same properties.
ValueConverterToCompatiblePojo() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToCompatiblePojo
The constructor.
ValueConverterToDate - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Date.
ValueConverterToDate() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToDate
The constructor.
ValueConverterToEnum - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to an Enum.
ValueConverterToEnum() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToEnum
The constructor.
ValueConverterToFile - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToFile() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToFile
The constructor.
ValueConverterToMap - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Map.
ValueConverterToMap() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToMap
The constructor.
ValueConverterToNumber - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a Number.
ValueConverterToNumber() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToNumber
The constructor.
ValueConverterToString - Class in net.sf.mmm.util.value.impl
This is an implementation of the ValueConverter interface that converts an Object to a String.
ValueConverterToString() - Constructor for class net.sf.mmm.util.value.impl.ValueConverterToString
The constructor.
ValueConvertException - Exception in net.sf.mmm.util.value.api
The ValueConvertException is thrown if the conversion of some value failed.
ValueConvertException(Object, Type) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueConvertException(Object, Type, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueConvertException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueConvertException(Throwable, Object, Type, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueConvertException
The constructor.
ValueException - Exception in net.sf.mmm.util.value.api
This exception is thrown if a something goes wrong about values.
ValueException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor.
ValueException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.value.api.ValueException
The constructor.
valueIndex - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
The current index in NodeValueCharIterator.value.
valueLength - Variable in class net.sf.mmm.util.xml.base.NodeValueCharIterator
The length of the current NodeValueCharIterator.value.
valueMap - Variable in class net.sf.mmm.util.cli.base.AbstractCliParser
The CliValueMap.
ValueNotSetException - Exception in net.sf.mmm.util.value.api
This is the exception thrown if a required value was not set.
ValueNotSetException(Object) - Constructor for exception net.sf.mmm.util.value.api.ValueNotSetException
The constructor.
valueOf(String) - Static method in enum net.sf.mmm.util.cli.api.CliContainerStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.cli.api.CliStyleHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.component.api.InitializationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.event.api.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.file.api.FileAccessClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.file.api.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.api.ByteOrderMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.api.IoMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.base.EncodingUtilImpl.Surrogate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.SeekMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Comparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.Conjunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(Number, boolean) - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets an instance of the represented number-class with the numeric value given by number.
valueOf(String) - Method in interface net.sf.mmm.util.math.api.NumberType
This method gets an instance of the represented number-class with the numeric value identified by the given string number.
valueOf(Number, boolean) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets an instance of the represented number-class with the numeric value given by number.
valueOf(String) - Method in class net.sf.mmm.util.math.base.NumberTypeImpl
This method gets an instance of the represented number-class with the numeric value identified by the given string number.
valueOf(String) - Static method in enum net.sf.mmm.util.pojo.path.api.PojoPathMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
This method gets the VisibilityModifier for the given modifiers.
valueOf(String) - Static method in enum net.sf.mmm.util.text.api.DiacriticalMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType
Returns the enum constant of this type with the specified name.
ValueOutOfRangeException - Exception in net.sf.mmm.util.value.api
This is the exception thrown if a numeric value is not in the expected range.
ValueOutOfRangeException(Number, Number, Number) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
The constructor.
ValueOutOfRangeException(Number, Number, Number, Object) - Constructor for exception net.sf.mmm.util.value.api.ValueOutOfRangeException
The constructor.
values() - Static method in enum net.sf.mmm.util.cli.api.CliContainerStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.cli.api.CliStyleHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class net.sf.mmm.util.collection.base.AbstractSimpleMap
values() - Static method in enum net.sf.mmm.util.component.api.InitializationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.event.api.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.file.api.FileAccessClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.file.api.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.api.ByteOrderMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.api.IoMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.base.EncodingUtilImpl.Surrogate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.io.impl.DetectorStreamBufferImpl.SeekMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Comparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.Conjunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.lang.api.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.pojo.path.api.PojoPathMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.reflect.api.VisibilityModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.text.api.DiacriticalMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueValidator<V> - Interface in net.sf.mmm.util.value.api
A ValueValidator allows to validate according values.
ValueValidatorNotNull - Class in net.sf.mmm.util.value.base
This is an implementation of ValueValidator that validates that a given value is NOT null.
ValueValidatorNotNull() - Constructor for class net.sf.mmm.util.value.base.ValueValidatorNotNull
The constructor.
ValueValidatorNumberRange - Class in net.sf.mmm.util.value.base
This is an implementation of ValueValidator that validates if a Number is in a specific range.
ValueValidatorNumberRange(Double, Double) - Constructor for class net.sf.mmm.util.value.base.ValueValidatorNumberRange
The constructor.
variableMap - Variable in class net.sf.mmm.util.context.base.AbstractMutableGenericContext
maps variable names to values
VECTOR_OR_CROSS_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
verifyWithOfColumns(DefaultLineWrapper.ColumnState[], TextTableInfo) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method verifies that the width of the columns are sane.
version - Variable in class net.sf.mmm.util.cli.api.AbstractVersionedMain
The option to print the version.
VERTICAL_BAR_BESIDE_RIGHT_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_BAR_DOUBLE_LEFT_TURNSTILE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_ELLIPSIS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_LINE_WITH_CIRCLE_ABOVE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_LINE_WITH_CIRCLE_BELOW - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERTICAL_ZIGZAG_LINE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERY_MUCH_GREATER_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VERY_MUCH_LESS_THAN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
visibility - Variable in class net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
 
VisibilityModifier - Enum in net.sf.mmm.util.reflect.api
This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor).
VisibilityModifier(int) - Constructor for enum net.sf.mmm.util.reflect.api.VisibilityModifier
The constructor.
visit(V) - Method in interface net.sf.mmm.util.lang.api.Visitor
This method is called to let the visitor inspect the given value.
visit(Class<?>) - Method in class net.sf.mmm.util.nls.impl.formatter.NlsFormatterType.ClassFormatter
This method is called to let the visitor inspect the given value.
Visitor<V> - Interface in net.sf.mmm.util.lang.api
This is the interface for a generic visitor that may Visitor.visit(Object) values of a specific type.
visitPackage(String) - Method in class net.sf.mmm.util.reflect.base.ClassNameCollector
This method is invoked for each traversed package.
visitPackage(String) - Method in class net.sf.mmm.util.reflect.base.ResourceCollector
This method is invoked for each traversed package.
visitPackage(String) - Method in class net.sf.mmm.util.reflect.base.ResourceNameCollector
This method is invoked for each traversed package.
visitPackage(String) - Method in interface net.sf.mmm.util.reflect.base.ResourceVisitor
This method is invoked for each traversed package.
visitResource(String) - Method in class net.sf.mmm.util.reflect.base.ClassNameCollector
This method is invoked for each resource.
visitResource(String) - Method in class net.sf.mmm.util.reflect.base.ResourceCollector
This method is invoked for each resource.
visitResource(String) - Method in class net.sf.mmm.util.reflect.base.ResourceNameCollector
This method is invoked for each resource.
visitResource(String) - Method in interface net.sf.mmm.util.reflect.base.ResourceVisitor
This method is invoked for each resource.
visitResourceNames(String, boolean, ClassLoader, ResourceVisitor) - Method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method does the actual magic to locate resources on the classpath.
visitResources(File, StringBuilder, int, ResourceVisitor) - Static method in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
This method scans the given packageDirectory recursively for resources.
VOID - Static variable in class net.sf.mmm.util.reflect.api.Signature
the void signature for a non-arg method
VOLUME_INTEGRAL - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_FIVE_EIGHTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_FIVE_SIXTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_FOUR_FIFTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_EIGHTH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_FIFTH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_HALF - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_QUARTER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_SIXTH - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_ONE_THIRD - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_SEVEN_EIGHTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_THREE_EIGHTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_THREE_FIFTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_THREE_QUARTERS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_TWO_FIFTHS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
VULGAR_FRACTION_TWO_THIRDS - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

W

WAVE_ARROW_POINTING_DIRECTLY_RIGHT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WEB_INF_CLASSES - Static variable in class net.sf.mmm.util.reflect.base.ReflectionUtilImpl
The prefix of resources in WAR-files.
WHITE_CIRCLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_DOWN_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_DOWN_POINTING_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_LEFT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_MEDIUM_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_PARALLELOGRAM - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_RECTANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_RIGHT_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_SMALL_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_SQUARE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_STAR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_UP_POINTING_SMALL_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_UP_POINTING_TRIANGLE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITE_UP_POINTING_TRIANGLE_WITH_DOT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
WHITESPACE_FILTER - Static variable in interface net.sf.mmm.util.filter.api.CharFilter
A filter that accepts only whitespaces.
width - Variable in class net.sf.mmm.util.cli.api.CliOutputSettings
 
width - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
width - Variable in class net.sf.mmm.util.text.api.TextTableInfo
 
width - Variable in class net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState
 
width - Variable in class net.sf.mmm.util.text.base.JustificationImpl
The width of the justified string.
WIDTH_AUTO_ADJUST - Static variable in class net.sf.mmm.util.text.api.TextColumnInfo
The value used for width of a column in order to activate automatic adjustment of the width.
WildcardGlobPatternCompiler - Class in net.sf.mmm.util.pattern.base
This class behaves like GlobPatternCompiler but requires wildcards in the pattern.
WildcardGlobPatternCompiler() - Constructor for class net.sf.mmm.util.pattern.base.WildcardGlobPatternCompiler
The constructor.
word - Variable in class net.sf.mmm.util.text.base.HyphenationImpl
 
word - Variable in class net.sf.mmm.util.text.base.HyphenationState
 
WORD_JOINER - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
wordPart - Variable in class net.sf.mmm.util.text.base.HyphenationPattern
The pattern without digits.
wordPartHash - Variable in class net.sf.mmm.util.text.base.HyphenationPattern
 
wrap(Appendable, TextTableInfo, String, TextColumnInfo) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method appends the given text to the appendable.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column layout.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a three-column layout.
wrap(Appendable, TextTableInfo, TextColumn...) - Method in interface net.sf.mmm.util.text.api.LineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) for any number of columns.
wrap(Appendable, TextTableInfo, String, TextColumnInfo) - Method in class net.sf.mmm.util.text.base.AbstractLineWrapper
This method appends the given text to the appendable.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in class net.sf.mmm.util.text.base.AbstractLineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column layout.
wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) - Method in class net.sf.mmm.util.text.base.AbstractLineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a three-column layout.
wrap(Appendable, TextTableInfo, TextColumn...) - Method in class net.sf.mmm.util.text.base.DefaultLineWrapper
This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) for any number of columns.
wrapChars - Variable in class net.sf.mmm.util.text.api.TextColumnInfo
 
wrapInputStream(InputStream) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorInputStream that wrapps the given stream.
wrapInputStream(InputStream, Map<String, Object>) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorInputStream that wraps the given stream.
wrapInputStream(InputStream) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets a DetectorInputStream that wrapps the given stream.
wrapInputStream(InputStream, Map<String, Object>) - Method in class net.sf.mmm.util.io.impl.DetectorStreamProviderImpl
This method gets a DetectorInputStream that wraps the given stream.
wrapOutputStream(OutputStream) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorOutputStream that wraps the given stream.
wrapOutputStream(OutputStream, Map<String, Object>) - Method in interface net.sf.mmm.util.io.api.DetectorStreamProvider
This method gets a DetectorOutputStream that wraps the given stream.
wrapOutputStream(OutputStream) - Method in class net.sf.mmm.util.io.base.AbstractDetectorStreamProvider
This method gets a DetectorOutputStream that wraps the given stream.
wrapOutputStream(OutputStream, Map<String, Object>) - Method in class net.sf.mmm.util.io.impl.DetectorStreamProviderImpl
This method gets a DetectorOutputStream that wraps the given stream.
wrapperInputStream - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorInputStream
 
wrapperOutputStream - Variable in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream
 
WREATH_PRODUCT - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
write(int) - Method in class net.sf.mmm.util.io.api.DevNullTarget
write(byte[], int, int) - Method in class net.sf.mmm.util.io.api.DevNullTarget
write(char[]) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(String) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(String, int, int) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(char[], int, int) - Method in class net.sf.mmm.util.io.base.AppendableWriter
write(char[], int, int) - Method in class net.sf.mmm.util.io.base.EscapeWriter
write(byte[], int, int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
write(byte[]) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
write(int) - Method in class net.sf.mmm.util.io.impl.ProcessableDetectorOutputStream.WrapperOutputStream
writer - Variable in class net.sf.mmm.util.io.base.EscapeWriter
the actual writer
writeXml(Node, OutputStream, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method writes the XML DOM tree given as node to the given output stream.
writeXml(Node, Writer, boolean) - Method in interface net.sf.mmm.util.xml.api.DomUtil
This method writes the XML DOM tree given as node to the given writer.
writeXml(Node, OutputStream, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method writes the XML DOM tree given as node to the given output stream.
writeXml(Node, Writer, boolean) - Method in class net.sf.mmm.util.xml.base.DomUtilImpl
This method writes the XML DOM tree given as node to the given writer.
WrongValueTypeException - Exception in net.sf.mmm.util.value.api
This exception is thrown if a value has the wrong type (a different value type was expected).
WrongValueTypeException(Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.
WrongValueTypeException(Throwable, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.
WrongValueTypeException(Object, Object, Type) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.
WrongValueTypeException(Throwable, Object, Object, Class<?>) - Constructor for exception net.sf.mmm.util.value.api.WrongValueTypeException
The constructor.

X

XML_ATR_CHAIN_DEFAULT - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the default-result.
XML_ATR_CHAIN_ID - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the ID of a chain.
XML_ATR_CHAIN_ID - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML attribute for the ID of a chain.
XML_ATR_CHAIN_PARENT - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the parent of a chain.
XML_ATR_CHAIN_PARENT - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML attribute for the parent of a chain.
XML_ATR_HYPHEN - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML attribute: .
XML_ATR_RULE_PATTERN - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML attribute for the pattern of a (include or exclude) rule.
XML_ATR_RULE_PATTERN - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML attribute for RegexStringTransformer.getPattern().
XML_ATR_RULE_REPLACEALL - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML attribute for RegexStringTransformer.isReplaceAll().
XML_ATR_RULE_REPLACEMENT - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML attribute for RegexStringTransformer.getReplacement().
XML_ATR_RULE_STOPONMATCH - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML attribute for RegexStringTransformerRule.isStopOnMatch().
XML_ENCODING_ATRIBUTE - Static variable in class net.sf.mmm.util.xml.base.XmlInputStream
the start of the XML encoding attribute ("encoding=").
XML_HEADER_START - Static variable in class net.sf.mmm.util.xml.base.XmlInputStream
the start of the XML header ("XML_TAG_CHAIN - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML element for a FilterRuleChain.
XML_TAG_CHAIN - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML element for a StringTransformerChain.
XML_TAG_EXCEPTION - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag: .
XML_TAG_EXCEPTION_LIST - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag: .
XML_TAG_HYPHENATION - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML root tag: .
XML_TAG_PATTERN - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag: .
XML_TAG_PATTERN_LIST - Static variable in class net.sf.mmm.util.text.base.HyphenatorBuilderImpl
The XML tag: .
XML_TAG_RULE - Static variable in class net.sf.mmm.util.transformer.base.StringTransformerChainXmlParser
Deprecated. The name of the XML element for a RegexStringTransformerRule.
XML_TAG_RULE_EXCLUDE - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML element for an excluding rule.
XML_TAG_RULE_INCLUDE - Static variable in class net.sf.mmm.util.filter.base.FilterRuleChainXmlParser
The name of the XML element for an including rule.
XmlAdapterEnum<E extends Enum<E>> - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of XmlAdapter for mapping Enums to nice names.
XmlAdapterEnum() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterEnum
The constructor.
XmlAdapterInfixPattern - Class in net.sf.mmm.util.xml.base.jaxb
This class extends XmlAdapterPattern using RegexInfixPatternCompiler.
XmlAdapterInfixPattern() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterInfixPattern
The constructor.
XmlAdapterPattern - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of XmlAdapter for mapping Pattern.
XmlAdapterPattern() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterPattern
The constructor.
XmlAdapterProperties - Class in net.sf.mmm.util.xml.base.jaxb
This is an implementation of XmlAdapter for mapping Properties.
XmlAdapterProperties() - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlAdapterProperties
The constructor.
xmlBeanClass - Variable in class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
 
XmlBeanMapper<T> - Class in net.sf.mmm.util.xml.base.jaxb
This class is a little helper for the simple but common use of JAXB where you simply want to read or write the XML for a single JAXB annotated java bean.
XmlBeanMapper(Class<T>) - Constructor for class net.sf.mmm.util.xml.base.jaxb.XmlBeanMapper
The constructor.
XmlCompareMode - Class in net.sf.mmm.util.xml.api
This class is a simple bean that represents the mode when comparing XML.
XmlCompareMode() - Constructor for class net.sf.mmm.util.xml.api.XmlCompareMode
The constructor.
XmlException - Exception in net.sf.mmm.util.xml.api
An XmlException is thrown if something went wrong with XML serialization or parsing.
XmlException(String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(Throwable, String, Map<String, Object>) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(String) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlException(Throwable, String) - Constructor for exception net.sf.mmm.util.xml.api.XmlException
The constructor.
XmlGenericException - Exception in net.sf.mmm.util.xml.api
A XmlGenericException is used to wrap exceptions of underlying XML-frameworks such as StAX or SAX that throw checked exceptions.
XmlGenericException(Throwable) - Constructor for exception net.sf.mmm.util.xml.api.XmlGenericException
The constructor.
xmlInputFactory - Variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
XmlInputStream - Class in net.sf.mmm.util.xml.base
This class is an input-stream that detects the encoding from the potential XML-header of a stream.
XmlInputStream(InputStream, Charset) - Constructor for class net.sf.mmm.util.xml.base.XmlInputStream
The constructor.
XmlInvalidException - Exception in net.sf.mmm.util.xml.base
A XmlInvalidException is like a SAXException but as a RuntimeException.
XmlInvalidException(Throwable) - Constructor for exception net.sf.mmm.util.xml.base.XmlInvalidException
The constructor.
XmlInvalidException(Throwable, Object) - Constructor for exception net.sf.mmm.util.xml.base.XmlInvalidException
The constructor.
xmlOutputFactory - Variable in class net.sf.mmm.util.xml.base.StaxUtilImpl
 
XmlUtil - Interface in net.sf.mmm.util.xml.api
This is the interface for a collection of utility functions that help to deal with XML.
XmlUtilImpl - Class in net.sf.mmm.util.xml.base
This utility class contains methods that help to deal with XML.
XmlUtilImpl() - Constructor for class net.sf.mmm.util.xml.base.XmlUtilImpl
The constructor.
XOR - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 

Y

YEN_SIGN - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
The sign for the Chinese currency yen.

Z

ZERO_WIDTH_SPACE - Static variable in interface net.sf.mmm.util.text.api.UnicodeUtil
 
zeroByteCounts - Variable in class net.sf.mmm.util.io.base.EncodingUtilImpl.UtfDetectionProcessor
The number of bytes that have been 0 for each of the positions modulo 4.

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

Copyright © 2001-2010 mmm-Team. All Rights Reserved.