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

A

abortDownload() - Method in class org.omnaest.utils.download.DownloadConnection
Interrupts and cancels the current download immediately.
accept(K, MapJoiner.JoinedValue<VL, VR>) - Method in interface org.omnaest.utils.structure.map.MapJoiner.Predicate
Returns true if the given key and the values should be kept within the result
accept(K, MapJoiner.JoinedValue<VL, VR>) - Method in class org.omnaest.utils.structure.map.MapJoiner.PredicateIncludingKeySet
 
accessor - Variable in class org.omnaest.utils.proxy.BeanProperty
 
Accessor<E> - Interface in org.omnaest.utils.structure.element.accessor
An Accessor allows to redirect read and write access to an underlying element.
accessor - Variable in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
AccessorDecorator<E> - Class in org.omnaest.utils.structure.element.accessor
Decorator for any Accessor instance
AccessorDecorator(Accessor<E>) - Constructor for class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
AccessorDecorator(AccessorReadable<E>) - Constructor for class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
AccessorDecorator(AccessorWritable<E>) - Constructor for class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
AccessorDecorator(E) - Constructor for class org.omnaest.utils.structure.element.accessor.AccessorDecorator
Uses an ElementHolder to wrap a given element
AccessorReadable<E> - Interface in org.omnaest.utils.structure.element.accessor
An AccessorReadable allows to redirect read access to an underlying element
AccessorWritable<E> - Interface in org.omnaest.utils.structure.element.accessor
An AccessorWritable allows to redirect write access to an underlying element.
adapter(Map<? extends K, ? extends V>) - Static method in class org.omnaest.utils.cache.CacheUtils
Returns an adapter from Map which acts as a Cache
adapter(MethodInvocationHandler) - Static method in class org.omnaest.utils.proxy.StubCreator
Returns a adapter which acts as MethodInterceptor for a given MethodInvocationHandler
adapter(Collection<FROM>, ElementBidirectionalConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns a new CollectionToCollectionAdapter instance
adapter(List<FROM>, ElementBidirectionalConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new ListToListAdapter instance
adapter(Set<FROM>, ElementBidirectionalConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a new SetToSetAdapter for the given Set
adapter(List<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a new ListToSetAdapter for the given List
adapter(Iterable<? extends FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a new Iterable instance which uses an Iterator adapter based on the resolved Iterable.iterator() instance.
adapter(Iterator<? extends FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a new decorator instance of the given Iterator which uses the given ElementConverter to convert the result of the Iterator.next() method.
adapter(Iterator<FROM>, ElementConverter<FROM, ? extends T>, ElementConverter<T, ? extends TO>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Similar to IteratorUtils.adapter(Iterator, ElementConverter)
adapter(Iterator<FROM>, ElementConverter<FROM, ? extends T1>, ElementConverter<T1, ? extends T2>, ElementConverter<T2, ? extends TO>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Similar to IteratorUtils.adapter(Iterator, ElementConverter)
adapter(ElementStream<E>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns an Iterator adapter on a given ElementStream
adapter(Map<KEY_FROM, VALUE_FROM>, ElementBidirectionalConverter<KEY_FROM, KEY_TO>, ElementBidirectionalConverter<VALUE_FROM, VALUE_TO>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a MapToMapAdapter for the given source Map
adapter(SortedMap<KEY, VALUE_FROM>, ElementBidirectionalConverter<VALUE_FROM, VALUE_TO>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a SortedMapToSortedMapAdapter for the given source SortedMap
adaptEvent(OTHER_EVENT) - Method in interface org.omnaest.utils.events.adapter.EventListenerAdapter
Adapts a given source and its event listener.
adaptResult(RESULT) - Method in interface org.omnaest.utils.events.adapter.EventListenerAdapter
Adapts the given result from a given client.
add(PreparedBeanCopier.InstanceFactoryCreator) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
add(int, PreparedBeanCopier.InstanceFactoryCreator) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
add(PreparedBeanCopier.CopierFactory) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
add(int, PreparedBeanCopier.CopierFactory) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
add(BeanPropertyAccessor<B>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Adds a BeanPropertyAccessor to the BeanPropertyAccessors container
add(N) - Method in class org.omnaest.utils.math.Average
 
add(ByteArrayContainer) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
add(int, ByteArrayContainer) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
add(String, String) - Method in class org.omnaest.utils.strings.StringReplacementBuilder
Adds a regEx pattern String and the corresponding replacement to the StringReplacementBuilder
add(E) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
add(int, E) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
add(TO) - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
add(E) - Method in class org.omnaest.utils.structure.collection.CollectionComposite
 
add(E) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
add(TO) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
add(int, TO) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
add(List<? extends E>, E) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the given List instance or a new List instance if the given one is null.
add(List<? extends E>, int, E) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Similar to ListUtils.add(List, Object) allowing to specify an index position
add(List<? extends E>, E...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the given List instance or a new List instance if the given one is null.
add(List<? extends E>, int, E...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Similar to ListUtils.add(List, Object...) allowing to specify an index position
add(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
add(E) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
This does add the given element at the right order position.
add(int, E) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
The SortedList.add(int, Object) ignores the given index position and acts similar to the SortedList.add(Object) method
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
add(int, E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
add(E) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
add(E) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
add(E) - Method in class org.omnaest.utils.structure.collection.set.SetComposite
 
add(Set<E>, E...) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns the given Set, or a new instance if the given Set is null.
add(E) - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
add(E) - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
add(E) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
add(int, E) - Method in interface org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Adds a new element at the given index position moving the old element on that position and all following elements one position further.
add(int, E) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
add(E) - Method in class org.omnaest.utils.xml.JAXBCollection
 
add(E) - Method in class org.omnaest.utils.xml.JAXBList
 
add(int, E) - Method in class org.omnaest.utils.xml.JAXBList
 
add(E) - Method in class org.omnaest.utils.xml.JAXBSet
 
addAll(Collection<? extends BeanPropertyAccessor<B>>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Adds BeanPropertyAccessor instances to the BeanPropertyAccessors container
addAll(Iterable<? extends BeanPropertyAccessor<B>>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Adds BeanPropertyAccessor instances to the BeanPropertyAccessors container
addAll(Collection<? extends N>) - Method in class org.omnaest.utils.math.Average
 
addAll(Map<String, String>) - Method in class org.omnaest.utils.strings.StringReplacementBuilder
Similar to StringReplacementBuilder.add(String, String) for a given Map
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
addAll(Collection<Integer>, int[]) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Adds an array of integer values to a collection of Integer
addAll(Collection<Long>, long[]) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Adds an array of long values to a collection of Long
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
addAll(List<? extends E>, Iterable<? extends E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Adds all the elements from the Iterable to the given List instance.
addAll(List<? extends E>, E...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Similar to ListUtils.add(List, Object...)
addAll(List<? extends E>, int, E...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Similar to ListUtils.add(List, int, Object...)
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
addAll(Set<? extends E>, Iterable<? extends E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Adds the elements from the given Iterable to the given Set.
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.xml.JAXBCollection
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.xml.JAXBList
 
addAll(int, Collection<? extends E>) - Method in class org.omnaest.utils.xml.JAXBList
 
addAll(Collection<? extends E>) - Method in class org.omnaest.utils.xml.JAXBSet
 
addAllIgnoredTypes(Iterable<? extends Class<?>>) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Similar to PreservationAndIgnorationDeclarer.addIgnoredType(Class)
addAllPreservedTypes(Iterable<? extends Class<?>>) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Similar to PreservationAndIgnorationDeclarer.addPreservedType(Class)
addAllValues(Collection<String>) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
addAttribute(String, Object) - Method in class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
addBidirectionalTypeToTypeMapping(Class<?>, Class<?>) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
Similar to PreparedBeanCopier.Configuration.addTypeToTypeMapping(Class, Class) but for both directions
addBidirectionalTypeToTypeMapping(Map<? extends Class<?>, ? extends Class<?>>) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
addClientResult(CLIENT, RESULT) - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
Adds a new Tuple to the EventListenerAdapter.ClientResultContainer.
addConverterPipeFrom(Class<FROM>) - Method in interface org.omnaest.utils.beans.replicator.BeanReplicator.ConverterPipeDeclarer
Allows to declare a direct ElementConverter pipe from one type to another type.
addEventListener(EventListener<EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventListenerRegistrationImpl
Adds a new EventListener to the handler.
addEventListener(EventListener<EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventListenerRegistration
Adds a new EventListener to the handler.
addFirst(E) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
addFirst(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
addIgnoredPath(String) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Adds a path to be ignored by the traversal when encountered.
addIgnoredType(Class<?>) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Adds a type to be ignored by the traversal at all.
addInterface(Class<?>) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
additionalArguments - Variable in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
addKeyToKeyTranslationToCache(String, String) - Method in class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
addLast(E) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
addLast(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
addMethodInvocationHandlerDecorator(MethodInvocationHandlerDecorator) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
addOutputProperty(String, String) - Method in class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
addParameter(String, Object) - Method in class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
addPreservedPath(String) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Adds a path for which the source instance will be injected into the target itself and no clone of it
addPreservedType(Class<?>) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Adds types of instances where no clone is made and which are injected directly into the target
addPropertyNameMapping(String, String) - Method in interface org.omnaest.utils.beans.replicator.TypeToTypeMappingDeclarer
Adds a generally applied mapping from one property name to another regardless where the properties are located.
addPropertyNameMapping(String, String, String) - Method in interface org.omnaest.utils.beans.replicator.TypeToTypeMappingDeclarer
Adds a mapping from one property name to another for the specific path
addSourceEventData(SOURCE, EVENT, DATA) - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
Adds a new Tuple to the EventListenerAdapter.SourceEventDataContainer.
addSourcePropertyAccessorDecorator(SourcePropertyAccessorDecorator) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
addTokenElementPathWithValues(TokenMonoHierarchy.TokenElementPath<E>, V...) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy
 
addToNewIterator(Iterator<E>, E...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a new Iterator instance which contains all elements from the given Iterator and the additional given elements.
addToNewList(List<? extends E>, E...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance which contains all elements of the given List and additionally all further given elements.
addToNewList(List<? extends E>, E) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance which contains all elements of the given List and additionally the further given element.
addTreeNodeToTreeNodePath(TN, Integer) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Adds a new TreeNode to the current tree
addTypeAndPropertyNameMapping(Class<?>, String, Class<?>, String) - Method in interface org.omnaest.utils.beans.replicator.TypeToTypeMappingDeclarer
Adds a mapping for any property having the given name and type to another property with a new name and a new type
addTypeAndPropertyNameMapping(String, Class<?>, String, Class<?>, String) - Method in interface org.omnaest.utils.beans.replicator.TypeToTypeMappingDeclarer
Similar to TypeToTypeMappingDeclarer.addTypeAndPropertyNameMapping(Class, String, Class, String) but allows to further specify a path
addTypeMapping(Class<?>, Class<?>) - Method in interface org.omnaest.utils.beans.replicator.TypeToTypeMappingDeclarer
Adds a generally applied mapping from a source type to another target type regardless where the type is located
addTypeMappingForPath(String, Class<?>, Class<?>) - Method in interface org.omnaest.utils.beans.replicator.TypeToTypeMappingDeclarer
Adds a type to type mapping for a special path
addTypeToTypeMapping(Class<?>, Class<?>) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
Adds a mapping from one Class type to another Class type
addTypeToTypeMapping(Map<? extends Class<?>, ? extends Class<?>>) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
addValue(int, String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
addValue(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
addValuesToCurrentNode(V...) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Adds values to the current node
AlphaNumeric - Variable in class org.omnaest.utils.codec.Codec
Deprecated. use Codec.alphaNumeric() instead
alphaNumeric() - Static method in class org.omnaest.utils.codec.Codec
Returns a new EncoderAndDecoderAlphanumericTokens instance
alreadyToleratedToFastInvocations - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
anAmountOfTime(int, TimeUnit) - Method in interface org.omnaest.utils.threads.submit.Waiter
 
and() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertWithExpression
Returns the AssertLogger.DirectAssert again to assert further expressions
annotatedPackageSet(Class<? extends A>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Set of all Package instances known to the ClassLoader which are annotated with the given package Annotation type
annotatedPackageSet(Set<Package>, Class<? extends A>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Set of all Package instances out of the given Set of Packages which are annotated with at least one of the given package Annotation types
annotatedPackageToAnnotationSetMap(Class<? extends A>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map of all Packages annotated with at least one of the given package level Annotations including the Annotation instances related to each Package.
annotatedPackageToAnnotationSetMap(Set<Package>, Class<? extends A>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map of all Packages out of the given Packages Set annotated with at least one of the given package level Annotations including the Annotation instances related to each Package.
annotation(Package, Class<? extends A>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Annotation instance for any Annotation declared on a Package with the given type of Annotation
annotation(Class<?>, Class<? extends A>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Annotation instance for the given type and annotation type.
annotationIncludingInterfaces(Class<?>, Class<? extends A>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Annotation instance for the given type and annotation type.
annotationList(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns all Class.getAnnotations() as List
annotationList(Field) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns all AccessibleObject.getAnnotations() as List
annotationTypeToAnnotationMap(AnnotatedElement) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns all AnnotatedElement.getAnnotations() as Map which has the Annotation type as key and its related instance as value.
appendElement(Element) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
areAllTasksFinished() - Method in class org.omnaest.utils.threads.FutureTaskManager
Returns true if all given Future task return true for Future.isDone()
areAllValuesEqualTo(V) - Method in class org.omnaest.utils.operation.foreach.ForEach.Result
Returns true if all values of the ForEach.Result are equal to the given value
areAssignableFrom(Class<?>[], Class<?>[]) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if all types of the assignable types are Class.isAssignableFrom(Class) to their source type counterpart.
areEqual(Object, Object) - Static method in class org.omnaest.utils.assertion.Assert
 
areEqual(Object, Object, String) - Static method in class org.omnaest.utils.assertion.Assert
 
areEqual(Object, Object) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if the given Objects are equal
areEqual(Object, Object, String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given Objects are equal
areEqual(Object, Object) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given Objects are equal
areEqual(Object, Object) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
areEqual(Object, Object, String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
areNumberOfValuesEqualTo(V, int) - Method in class org.omnaest.utils.operation.foreach.ForEach.Result
Returns true if a given number of values of the result are equal to the given value
array - Variable in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
ArrayListFactory<E> - Class in org.omnaest.utils.structure.element.factory.concrete
FactoryTypeAware creating new instances of ArrayList
ArrayListFactory() - Constructor for class org.omnaest.utils.structure.element.factory.concrete.ArrayListFactory
 
ArrayToListAdapter<E> - Class in org.omnaest.utils.structure.array
Adapter to use an Array instance as List.
ArrayToListAdapter(E[]) - Constructor for class org.omnaest.utils.structure.array.ArrayToListAdapter
 
arrayType(Class<E>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns an array type based on the element type
ArrayUtils - Class in org.omnaest.utils.structure.array
Helper methods for arrays.
ArrayUtils() - Constructor for class org.omnaest.utils.structure.array.ArrayUtils
 
asArray(List<? extends E>, Class<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Similar to List.toArray(Object[]), returns null if a null reference is given.
asMap() - Method in class org.omnaest.utils.tuple.KeyValue
Returns a Map containing an entry based on this KeyValue
asMap() - Method in class org.omnaest.utils.tuple.Tuple2
Returns a Map containing an entry based on this Tuple.
asMap() - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated. Returns a Map containing an entry based on this Tuple.
Assert - Class in org.omnaest.utils.assertion
The Assert class offers assert methods which throw RuntimeExceptions if constraints are not fulfilled.
Assert() - Constructor for class org.omnaest.utils.assertion.Assert
 
Assert.FailedOperationException - Exception in org.omnaest.utils.assertion
RuntimeException that indicates a failed operation.
Assert.FailedOperationException(String) - Constructor for exception org.omnaest.utils.assertion.Assert.FailedOperationException
 
Assert.FailedOperationException(String, Throwable) - Constructor for exception org.omnaest.utils.assertion.Assert.FailedOperationException
 
AssertLogger - Class in org.omnaest.utils.assertion
An AssertLogger provides methods of a Logger as well as methods of an Assert helper.
AssertLogger(Class<?>) - Constructor for class org.omnaest.utils.assertion.AssertLogger
Creates an AssertLogger using the LoggerFactory to create an Logger instance.
AssertLogger(Logger) - Constructor for class org.omnaest.utils.assertion.AssertLogger
 
AssertLogger.DirectAssert - Interface in org.omnaest.utils.assertion
Provides assert methods
AssertLogger.DirectAssertHandler - Interface in org.omnaest.utils.assertion
Handler of an assertion result which allows to throw Exceptions or log messages
AssertLogger.DirectAssertHandlerMessageChoice - Interface in org.omnaest.utils.assertion
 
AssertLogger.DirectAssertHandlerMessageChoice.LogLevel - Enum in org.omnaest.utils.assertion
 
AssertLogger.DirectAssertResultValueProvider - Interface in org.omnaest.utils.assertion
Allows to resolve the result of any previous assertion
AssertLogger.DirectAssertSuccessFailureChoice - Interface in org.omnaest.utils.assertion
Choice between AssertLogger.DirectAssertSuccessFailureChoice.onSuccess() or AssertLogger.DirectAssertSuccessFailureChoice.onFailure().
AssertLogger.DirectAssertWithExpression - Interface in org.omnaest.utils.assertion
AssertLogger.DirectAssert with a previous set expression
AssertLogger.Loglevel - Interface in org.omnaest.utils.assertion
Representation of a selected AssertLogger.Loglevel of the AssertLogger.
AssertLogger.LoglevelAssert - Interface in org.omnaest.utils.assertion
Provider for Assert based methods which throws appropriate Exceptions which it catches immediately and logs it to the underlying Logger using the selected AssertLogger.Loglevel.
AssertLogger.LoglevelImpl - Class in org.omnaest.utils.assertion
Implementation for AssertLogger.Loglevel and AssertLogger.LoglevelAssert
AssertLogger.LoglevelImpl(AssertLogger.LoglevelImpl.LoglevelSupport) - Constructor for class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
AssertLogger.LoglevelImpl.LoglevelSupport - Interface in org.omnaest.utils.assertion
Necessarily supported operations for a AssertLogger.Loglevel
AssertLogger.MessageFactory - Interface in org.omnaest.utils.assertion
A AssertLogger.MessageFactory allows to produce messages
assertThat() - Method in class org.omnaest.utils.assertion.AssertLogger
 
assertThat() - Method in interface org.omnaest.utils.assertion.AssertLogger.Loglevel
Returns a AssertLogger.LoglevelAssert instance
assertThat() - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
assignableTypeSet(Class<?>, boolean) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns as Set of assignable types which are implemented by the given type.
assignableTypeSet(Class<?>, boolean, boolean) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns as Set of assignable types which are implemented by the given type.
assignableTypeSet(boolean, boolean, boolean, Class<?>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns as Set of assignable types which are implemented by the given type.
asUnmarshallingConfiguration() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
Returns an JAXBXMLHelper.UnmarshallingConfiguration based on the settings of this JAXBXMLHelper.MarshallingConfiguration instance
AutowiredContainer<E> - Interface in org.omnaest.utils.beans.autowired
An AutowiredContainer represents a high level container of objects which can be retrieved by the Class types they are assignable to.
autowiredContainer - Variable in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
AutowiredContainerAbstract<E> - Class in org.omnaest.utils.beans.autowired
Abstract implementation for AutowiredContainer which reduces the number of methods to be implemented.
AutowiredContainerAbstract() - Constructor for class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
AutowiredContainerDecorator<E> - Class in org.omnaest.utils.beans.autowired
Decorator for an AutowiredContainer
AutowiredContainerDecorator(AutowiredContainer<E>) - Constructor for class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
AutowiredContainerDecorator() - Constructor for class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
AutowiredContainerUtils - Class in org.omnaest.utils.beans.autowired
Helper related to AutowiredContainer
AutowiredContainerUtils() - Constructor for class org.omnaest.utils.beans.autowired.AutowiredContainerUtils
 
AutowiredPropertyContainer - Interface in org.omnaest.utils.beans.autowired
An AutowiredPropertyContainer is a facade for autowired properties of a Java Bean class.
available() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
available() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
Average<N extends Number> - Class in org.omnaest.utils.math
Average calculates average values based on a given Collection of Numbers
Average() - Constructor for class org.omnaest.utils.math.Average
 
Average(Collection<N>) - Constructor for class org.omnaest.utils.math.Average
 

B

bean - Variable in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
bean - Variable in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
BeanCopier<B> - Class in org.omnaest.utils.beans.replicator
The BeanCopier is a simple BeanReplicator which has the same source and target type
BeanCopier(Class<B>) - Constructor for class org.omnaest.utils.beans.replicator.BeanCopier
 
beanMethodInformation(Method) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a BeanMethodInformation object determined for the given Method.
BeanMethodInformation - Class in org.omnaest.utils.beans.result
Information object for methods of bean classes.
BeanMethodInformation(boolean, boolean, boolean, boolean, String, Method) - Constructor for class org.omnaest.utils.beans.result.BeanMethodInformation
 
beanMethodInformationSet(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a set of BeanMethodInformation instances for all methods of a given Class.
BeanProperty - Class in org.omnaest.utils.proxy
A BeanProperty allows to capture method calls for getter and setter methods on a Java Bean.
BeanProperty(MethodCallCapturer) - Constructor for class org.omnaest.utils.proxy.BeanProperty
 
BeanProperty() - Constructor for class org.omnaest.utils.proxy.BeanProperty
 
beanProperty - Variable in class org.omnaest.utils.proxy.MethodCallCapturer
 
BeanProperty.Accessor - Class in org.omnaest.utils.proxy
BeanPropertyAccessorresolver for a Java BeanProperty
BeanProperty.Accessor() - Constructor for class org.omnaest.utils.proxy.BeanProperty.Accessor
 
BeanProperty.Name - Class in org.omnaest.utils.proxy
Property BeanProperty.Name resolver for a Java BeanProperty
BeanProperty.Name() - Constructor for class org.omnaest.utils.proxy.BeanProperty.Name
 
beanPropertyAccessor(Class<B>, String) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a BeanPropertyAccessor object determined for the given property name
beanPropertyAccessor(Class<B>, Field) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a BeanPropertyAccessor object determined for the given Field.
beanPropertyAccessor(Class<B>, Method) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a BeanPropertyAccessor object determined for the given Method.
BeanPropertyAccessor<B> - Class in org.omnaest.utils.beans.result
JavaBean property access object for Methods and Field of a special Java Bean type.
BeanPropertyAccessor(Field, Method, Method, String, Class<B>) - Constructor for class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
BeanPropertyAccessor(Field, Method, Method, String, Class<B>, BeanPropertyAccessor.PropertyAccessType) - Constructor for class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
BeanPropertyAccessor.PropertyAccessType - Enum in org.omnaest.utils.beans.result
 
beanPropertyAccessorList - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
beanPropertyAccessors(Class<B>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns the BeanPropertyAccessors for a given Java Bean type
BeanPropertyAccessors<B> - Class in org.omnaest.utils.beans.result
Container for a ordered set of BeanPropertyAccessor instances.
BeanPropertyAccessors() - Constructor for class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
BeanPropertyAccessors(Collection<BeanPropertyAccessor<B>>) - Constructor for class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
beanPropertyAccessorSet(Class<B>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a set of BeanPropertyAccessor instances for all Java Bean properties of the given Class
BeanReplicator<FROM,TO> - Class in org.omnaest.utils.beans.replicator
General
A BeanReplicator allows to BeanReplicator.copy(Object, Object) or BeanReplicator.clone(Object) instances from one type to another type.
BeanReplicator(Class<? super FROM>, Class<? extends TO>) - Constructor for class org.omnaest.utils.beans.replicator.BeanReplicator
 
BeanReplicator.ConverterPipeDeclarer - Interface in org.omnaest.utils.beans.replicator
 
BeanReplicator.Declaration - Interface in org.omnaest.utils.beans.replicator
A BeanReplicator.Declaration allows to declare several kinds of mappings a BeanReplicator should rely on.
BeanReplicator.DeclarationSupport - Interface in org.omnaest.utils.beans.replicator
The BeanReplicator.DeclarationSupport allows to add e.g. type to type or property name mappings, ElementConverter pipes, preservations, ...
BeanReplicator.PipeBuilder<FROM,TO> - Interface in org.omnaest.utils.beans.replicator
The BeanReplicator.PipeBuilder allows to construct a pipe from a given type to another over one or multiple ElementConverter instances.
BeanToNestedMapConverter<B> - Class in org.omnaest.utils.beans.mapconverter
A BeanToNestedMapConverter marshalls a given JavaBean into a Map or unmarshalls a given Map into a JavaBean.
BeanToNestedMapConverter(Class<? extends B>) - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
 
BeanToNestedMapConverter(BeanToNestedMapConverter.BeanConversionFilter, Class<? extends B>) - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
 
BeanToNestedMapConverter(BeanToNestedMapConverter.BeanConversionFilter, Class<? extends B>, BeanPropertyAccessor.PropertyAccessType) - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
 
BeanToNestedMapConverter(BeanToNestedMapConverter.BeanConversionFilter, Class<? extends B>, Map<Class<?>, Class<?>>) - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
 
BeanToNestedMapConverter(BeanToNestedMapConverter.BeanConversionFilter, Class<? extends B>, BeanPropertyAccessor.PropertyAccessType, Map<Class<?>, Class<?>>) - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
 
BeanToNestedMapConverter.BeanConversionFilter - Interface in org.omnaest.utils.beans.mapconverter
A BeanToNestedMapConverter.BeanConversionFilter will decide which JavaBean should be converted into a Map and which should be put directly into the Map as Object
BeanToNestedMapConverter.BeanConversionFilterExcludingDeclaringJavaBaseClass - Class in org.omnaest.utils.beans.mapconverter
Excludes all object instances which are assigned to a declared class which is an type from the "java.*" package space
BeanToNestedMapConverter.BeanConversionFilterExcludingDeclaringJavaBaseClass() - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilterExcludingDeclaringJavaBaseClass
 
BeanToNestedMapConverter.BeanConversionFilterExcludingJavaBaseClass - Class in org.omnaest.utils.beans.mapconverter
Excludes all object instances which are an instance from the "java.*" package space
BeanToNestedMapConverter.BeanConversionFilterExcludingJavaBaseClass() - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilterExcludingJavaBaseClass
 
BeanToNestedMapConverter.BeanConversionFilterExcludingPrimitiveAndString - Class in org.omnaest.utils.beans.mapconverter
Excludes all object instances which are primitives, wrappers for primitives or String
BeanToNestedMapConverter.BeanConversionFilterExcludingPrimitiveAndString() - Constructor for class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilterExcludingPrimitiveAndString
 
BeanToNestedMapMarshaller - Class in org.omnaest.utils.beans.mapconverter.internal
 
BeanToNestedMapMarshaller(BeanToNestedMapConverter.BeanConversionFilter) - Constructor for class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapMarshaller
 
BeanToNestedMapUnMarshaller<B> - Class in org.omnaest.utils.beans.mapconverter.internal
 
BeanToNestedMapUnMarshaller(Class<? extends B>, Map<Class<?>, Class<?>>) - Constructor for class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapUnMarshaller
 
beanType - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
BeanUtils - Class in org.omnaest.utils.beans
Helper class for Java beans.
BeanUtils() - Constructor for class org.omnaest.utils.beans.BeanUtils
 
BeanUtils.BeanConverter<FROM,TO> - Interface in org.omnaest.utils.beans
Converter interface which offers a BeanUtils.BeanConverter.convert(Object) method which has to convert one bean type to another.
beforeTraversalOfElementList(int, int, List<E>) - Method in interface org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementVisitor
This method is called before an TreeList.ElementList is traversed by the TreeList.ElementVisitor.visitElement(Object, int, List, int) method.
BlankLineElement - Class in org.omnaest.utils.propertyfile.content.element
Representation of a line filled with blanks.
BlankLineElement() - Constructor for class org.omnaest.utils.propertyfile.content.element.BlankLineElement
 
blanks - Variable in class org.omnaest.utils.propertyfile.content.element.BlankLineElement
 
BooleanList - Class in org.omnaest.utils.structure.collection.list
Special List wrapper for Boolean types which provides some further methods to analyze the state of the values.
BooleanList(List<Boolean>) - Constructor for class org.omnaest.utils.structure.collection.list.BooleanList
 
build(MethodInvocationHandler) - Method in class org.omnaest.utils.proxy.StubCreator
 
build() - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated. Builds a new instance of a Map.
buildAs() - Method in interface org.omnaest.utils.structure.map.MapBuilder.MapComposer
 
builder(Class<? extends T>, PropertynameMapToTypeAdapter.Configuration) - Static method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter
Returns a PropertynameMapToTypeAdapter.Builder for the given Class type and PropertynameMapToTypeAdapter.Configuration.
builder(Class<T>, SourcePropertyAccessorToTypeAdapter.Configuration) - Static method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter
Creates a new SourcePropertyAccessorToTypeAdapter.Builder instance which allows to create multiple adapter instances much faster.
builder() - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new MapBuilder instance.
buildPath(List<String>) - Static method in class org.omnaest.utils.strings.CharacterPathBuilder
Builds the CharacterPathBuilder.CharacterPath from a given List of Strings.
buildStringList() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
Builds all String combinations of the current CharacterPathBuilder.CharacterPath and all descending CharacterPathBuilder.CharacterPath instances related to the first one.
ByteArrayContainer - Class in org.omnaest.utils.structure.container
This class is a simple container to hold a byte array.
ByteArrayContainer() - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
Default ByteArrayContainer creating an instance with no content.
ByteArrayContainer(byte[]) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
Creates an ByteArrayContainer with a copied byte array content.
ByteArrayContainer(String) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 
ByteArrayContainer(String, String) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 
ByteArrayContainer(CharSequence, String) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 
ByteArrayContainer(InputStream) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 
ByteArrayContainer(CharSequence) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 
ByteArrayContainer(Readable) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 

C

Cache<K,V> - Interface in org.omnaest.utils.cache
A Cache is a container which allows to hold key value pairs.
CachedElement<T> - Class in org.omnaest.utils.structure.element.cached
A CachedElement provides an abstract cache mechanism around a given value.
CachedElement(CachedElement.ValueResolver<T>) - Constructor for class org.omnaest.utils.structure.element.cached.CachedElement
 
CachedElement(T) - Constructor for class org.omnaest.utils.structure.element.cached.CachedElement
 
cachedElement - Variable in class org.omnaest.utils.xml.XMLIteratorFactory.JAXBTypeContentConverter
 
CachedElement.CachedValue<T> - Interface in org.omnaest.utils.structure.element.cached
Used to store and retrieve the CachedElement.CachedValue
CachedElement.ValueResolver<T> - Interface in org.omnaest.utils.structure.element.cached
 
CachedElement.ValueResolverSimple<T> - Class in org.omnaest.utils.structure.element.cached
Simple CachedElement.ValueResolver which returns the object initially given to the constructor.
CachedElement.ValueResolverSimple(T) - Constructor for class org.omnaest.utils.structure.element.cached.CachedElement.ValueResolverSimple
 
CachedElementTimed<T> - Class in org.omnaest.utils.structure.element.cached
Extension of the CachedElement which allows declare a duration after passing that the cache becomes dirty and is not be used anymore.
CachedElementTimed(CachedElement.ValueResolver<T>, Long) - Constructor for class org.omnaest.utils.structure.element.cached.CachedElementTimed
 
cachedValue - Variable in class org.omnaest.utils.structure.element.cached.CachedElement
 
CacheUtils - Class in org.omnaest.utils.cache
Helper which is related to Cache implementations
CacheUtils() - Constructor for class org.omnaest.utils.cache.CacheUtils
 
cachingChildrenOfPathNodes - Variable in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
calculate() - Method in class org.omnaest.utils.math.Average
Calculates the Average of the stored values
calculateDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture.Interval
Calculates the DurationCapture.Interval.duration field based on the DurationCapture.Interval.startTime and DurationCapture.Interval.stopTime.
calculateIndexPositionContext() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
Calculates the ListIteratorIndexBased.indexPositionPrevious , the ListIteratorIndexBased.indexPositionNext and the ListIteratorIndexBased.isIndexPositionValid
calculateIntervalStatisticLogMessage() - Method in class org.omnaest.utils.time.DurationCapture
Returns the collected statistical informations for the intervals durations.
calculateIntervalStatisticMap() - Method in class org.omnaest.utils.time.DurationCapture
Calculates the statistical data for the interval and returns a map with the intervalKeys and a DurationCapture.IntervalStatistic instance.
call() - Method in class org.omnaest.utils.threads.CallableDecorator
 
call() - Method in class org.omnaest.utils.threads.RunnableToCallableAdapter
 
call() - Method in class org.omnaest.utils.time.DurationCaptureCallableDecorator
 
callable - Variable in class org.omnaest.utils.threads.CallableDecorator
 
callable - Variable in class org.omnaest.utils.time.DurationCaptureCallableDecorator
 
CallableDecorator<V> - Class in org.omnaest.utils.threads
Decorator for a Callable.
CallableDecorator(Callable<V>) - Constructor for class org.omnaest.utils.threads.CallableDecorator
 
cancel(boolean) - Method in class org.omnaest.utils.structure.element.FutureSimple
 
capturedTypeInstanceCreationConfiguration - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCaptureMethodInvocationHandler
 
CaseinsensitiveMapDecorator<V> - Class in org.omnaest.utils.structure.map.decorator
Decorator for a Map with String based keys which will provide a caseinsensitive CaseinsensitiveMapDecorator.get(Object) method.
CaseinsensitiveMapDecorator(Map<String, V>, boolean) - Constructor for class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
CaseinsensitiveMapDecorator(Map<String, V>) - Constructor for class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
castArrayTo(Class<C>, Class<?>, Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Casts a given Array to a wrapper Class type and its elements to the element Class type using ObjectUtils.castTo(Class, Object).
castArrayToMap(Class<? extends C>, Class<?>, Class<?>, Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Casts a given Array to a Map class.
castTo(Class<C>, Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Casts a given Object to a given Class type.
chained(Iterable<E>...) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns an Iterable which iterates through the Iterators of each given Iterable every time the own Iterable.iterator() is called
chained(Iterator<E>...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns an Iterator wrapper which chains the given Iterator instances.
ChainedIterable<T> - Class in org.omnaest.utils.structure.iterator
A ChainedIterable allows to chain a given array of Iterable instances and merge them together into one single Iterable.
ChainedIterable(Iterable<T>...) - Constructor for class org.omnaest.utils.structure.iterator.ChainedIterable
 
ChainedIterator<E> - Class in org.omnaest.utils.structure.iterator
A Iterator which is based on a chain of other Iterator instances.
ChainedIterator(Iterator<E>...) - Constructor for class org.omnaest.utils.structure.iterator.ChainedIterator
 
ChainedIterator(Iterable<E>...) - Constructor for class org.omnaest.utils.structure.iterator.ChainedIterator
 
ChainedListIterator<E> - Class in org.omnaest.utils.structure.iterator
A ListIterator which is based on a chain of other ListIterator instances.
ChainedListIterator(ListIterator<E>...) - Constructor for class org.omnaest.utils.structure.iterator.ChainedListIterator
 
ChainedListIterator(List<E>...) - Constructor for class org.omnaest.utils.structure.iterator.ChainedListIterator
 
CharacterPathBuilder - Class in org.omnaest.utils.strings
Static builder for a CharacterPathBuilder.CharacterPath
CharacterPathBuilder() - Constructor for class org.omnaest.utils.strings.CharacterPathBuilder
 
CharacterPathBuilder.CharacterPath - Class in org.omnaest.utils.strings
A CharacterPathBuilder.CharacterPath represents a path of characters.
CharacterPathBuilder.CharacterPath(Character, List<CharacterPathBuilder.CharacterPath>, boolean) - Constructor for class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
 
CharacterSequenceTokenizer - Interface in org.omnaest.utils.strings.tokenizer
Iterable over CharSequence tokens which are based on another tokenized underlying CharSequence.
characterSequenceTokenizer - Variable in class org.omnaest.utils.strings.tokenizer.CharacterSequenceTokenizerDecorator
 
CharacterSequenceTokenizerDecorator - Class in org.omnaest.utils.strings.tokenizer
Simple decorator for a CharacterSequenceTokenizer
CharacterSequenceTokenizerDecorator(CharacterSequenceTokenizer) - Constructor for class org.omnaest.utils.strings.tokenizer.CharacterSequenceTokenizerDecorator
 
checkDistributionAfterExpansion() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
checkDistributionAfterShrink() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
circular(Iterable<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a new Iterable instance for the given one which will return a circular Iterator which circulates endlessly.
circular(Iterable<E>, long) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a new Iterable instance for the given one which will return a circular Iterator.
CircularIterator<E> - Interface in org.omnaest.utils.structure.iterator
A special Iterator which will go through the underlying structure and starts from the beginning if the last element has been passed.
CLASS_IDENTIFIER - Static variable in class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapMarshaller
 
classAdapter - Variable in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
 
classAnnotationAutowiredContainer - Variable in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
classForName(String) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Invokes Class.forName(String) for the given type name but does not throw any Exception.
ClassMapToAutowiredContainerAdapter<E> - Class in org.omnaest.utils.beans.autowired
Adapter to allow Maps to be treated as AutowiredContainer.
ClassMapToAutowiredContainerAdapter(Map<Class<? extends E>, E>) - Constructor for class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
ClassMapToAutowiredContainerAdapter() - Constructor for class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
clazz - Variable in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
 
clear() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Clears the BeanPropertyAccessors container
clear() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
clear() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
clear() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
clear() - Method in class org.omnaest.utils.math.Average
 
clear() - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
clear() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Clears all Element instances from this PropertyFileContent instance.
clear() - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
clear() - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
clear() - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
clear() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
clear() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
clear() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
clear() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
clear() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
clear() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
clear() - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
clear() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
clear() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
clear() - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
clear() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
clear() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
clear() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
clear() - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
clear() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
clear() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
clear() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Clears the content.
clear() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
clear() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
clear() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
clear() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
clear() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
clear() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
clear() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
clear() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
clear() - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
clear() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
clear() - Method in class org.omnaest.utils.xml.JAXBCollection
 
clear() - Method in class org.omnaest.utils.xml.JAXBList
 
clear() - Method in class org.omnaest.utils.xml.JAXBSet
 
clearCache() - Method in class org.omnaest.utils.structure.element.cached.CachedElement
Clears the cached value, so the next call to CachedElement.getValue() will resolve the value once again from the underlying CachedElement.ValueResolver.
clearExceptionHandlers() - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager
Unregisters all registered ExceptionHandlerManager.DispatchingExceptionHandlers
clearFinishedTasks() - Method in class org.omnaest.utils.threads.FutureTaskManager
Clears all Futures which are Future.isDone()
clearListeners() - Method in class org.omnaest.utils.events.concrete.EventManagerImpl
Removes all listeners from the EventManagerImpl instance.
clearListeners() - Method in interface org.omnaest.utils.events.EventManager
Removes all listeners from the EventManager instance.
clearValues() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
client - Variable in class org.omnaest.utils.events.event.Result
 
clientResultList - Variable in class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
 
clone(B) - Method in class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
Clones a given bean by using BeanToNestedMapConverter.marshal(Object) and using BeanToNestedMapConverter.unmarshal(Map) again.
clone(FROM) - Method in class org.omnaest.utils.beans.replicator.BeanReplicator
Clones a given source instance into its target instance representation
CloneableStructure<T> - Interface in org.omnaest.utils.structure
Interface for types which have to implement a CloneableStructure.cloneStructure() method.
CloneableStructureAndContent<T> - Interface in org.omnaest.utils.structure
Interface for types which have to implement a CloneableStructureAndContent.cloneStructureWithContent() method.
cloneBean(B) - Static method in class org.omnaest.utils.beans.BeanUtils
Clones the given JavaBean by using the standard contructor to create a new instance and then to populate all properties using BeanUtils.copyPropertyValues(Object, Object) to the new created instance.
cloneBeanUsingInstanceOfMap(B) - Static method in class org.omnaest.utils.beans.BeanUtils
Clones the given Java bean using a Map to store all properties and providing a proxy which accesses this underlying Map.
cloneBeanUsingInstanceOfMap(B, boolean) - Static method in class org.omnaest.utils.beans.BeanUtils
Clones the given Java bean using a Map to store all properties and providing a proxy which accesses this underlying Map.
cloneBeanUsingNestedfMap(B) - Static method in class org.omnaest.utils.beans.BeanUtils
Clones the given Java bean using BeanToNestedMapConverter.clone(Object)
cloneBeanUsingNestedfMap(B, Map<Class<?>, Class<?>>) - Static method in class org.omnaest.utils.beans.BeanUtils
Clones the given Java bean using a BeanToNestedMapConverter.clone(Object).
cloneObject(E) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Clones a given Object using JAXBXMLHelper.storeObjectAsXML(Object) and JAXBXMLHelper.loadObjectFromXML(CharSequence, Class)
cloneObject(E, JAXBXMLHelper.MarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Similar to JAXBXMLHelper.cloneObject(Object) allowing to specify a JAXBXMLHelper.MarshallingConfiguration
cloneStructure() - Method in interface org.omnaest.utils.structure.CloneableStructure
Returns a copy of this object, instead of a shallow copy like Object.clone().
cloneStructureWithContent() - Method in interface org.omnaest.utils.structure.CloneableStructureAndContent
Returns a copy of this object, instead of a shallow copy like Object.clone().
close() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
close() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
close() - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Closes the internal XMLEventReader which closes all iterators immediately
closeCapturingOutputStream(OutputStream) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Closes a given OutputStream which is used by a created proxy.
Codec - Class in org.omnaest.utils.codec
Class containing Codec
Codec() - Constructor for class org.omnaest.utils.codec.Codec
 
Codec.Decoder<DECODED,ENCODED> - Interface in org.omnaest.utils.codec
A Codec.Decoder offer the Codec.Decoder.decode(Object) method to decode encoded Objects
Codec.Encoder<ENCODED,DECODED> - Interface in org.omnaest.utils.codec
An Codec.Encoder provides an Codec.Encoder.encode(Object) method to encode give source Objects
Codec.EncoderAndDecoder<ENCODED,DECODED> - Interface in org.omnaest.utils.codec
 
collection - Variable in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
collection - Variable in class org.omnaest.utils.xml.JAXBCollection
 
CollectionAbstract<E> - Class in org.omnaest.utils.structure.collection
Abstract implementation for the Collection interface.
CollectionAbstract() - Constructor for class org.omnaest.utils.structure.collection.CollectionAbstract
 
CollectionComposite<E> - Class in org.omnaest.utils.structure.collection
Composite Collection consisting of multiple given Collection instances of the same type

The CollectionComposite.add(Object) method will add new elements to the Collection with the smallest size.
CollectionComposite(Collection<E>...) - Constructor for class org.omnaest.utils.structure.collection.CollectionComposite
 
CollectionComposite(Collection<Collection<E>>) - Constructor for class org.omnaest.utils.structure.collection.CollectionComposite
 
CollectionDecorator<E> - Class in org.omnaest.utils.structure.collection.decorator
The CollectionDecorator is intended to decorate an existing Collection instance.
CollectionDecorator(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
CollectionDecorator() - Constructor for class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
CollectionToCollectionAdapter<FROM,TO> - Class in org.omnaest.utils.structure.collection.adapter
Adapter from one Collection with its specific type to an underlying Collection with another specific type using an ElementBidirectionalConverter instance to translate forth and back in types.
CollectionToCollectionAdapter(Collection<FROM>, ElementBidirectionalConverter<FROM, TO>) - Constructor for class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapter
 
CollectionToCollectionAdapterBase<FROM,TO> - Class in org.omnaest.utils.structure.collection.adapter
Base implementation of an CollectionToCollectionAdapter
CollectionToCollectionAdapterBase(ElementBidirectionalConverter<FROM, TO>) - Constructor for class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
CollectionUtils - Class in org.omnaest.utils.structure.collection
 
CollectionUtils() - Constructor for class org.omnaest.utils.structure.collection.CollectionUtils
 
CollectionUtils.CollectionConverter<FROM,TO> - Interface in org.omnaest.utils.structure.collection
Transformer interface for transforming whole Collections into a single object
CollectionUtils.CollectionTransformerToString<FROM> - Class in org.omnaest.utils.structure.collection
CollectionUtils.CollectionConverter which produces a String from a Collection
CollectionUtils.CollectionTransformerToString() - Constructor for class org.omnaest.utils.structure.collection.CollectionUtils.CollectionTransformerToString
 
Comment - Class in org.omnaest.utils.propertyfile.content.element
A Comment within a PropertyFileContent
Comment() - Constructor for class org.omnaest.utils.propertyfile.content.element.Comment
 
comment - Variable in class org.omnaest.utils.propertyfile.content.element.Comment
 
commentIndicator - Variable in class org.omnaest.utils.propertyfile.content.element.Comment
 
comparator() - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Returns the Comparator used by this SortedList
comparator - Variable in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
The constructor will ensure that the Comparator will not be null
comparator() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
comparator() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
comparator() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
comparator() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
comparator() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
comparatorDecoratorUsingWeakHashMapCache(Comparator<T>) - Static method in class org.omnaest.utils.structure.collection.ComparatorUtils
Returns a Comparator decorator using an internal WeakHashMap to cache the comparison values returned from the given Comparator.
comparatorUsingListIndexPosition(List<T>) - Static method in class org.omnaest.utils.structure.collection.ComparatorUtils
Returns a Comparator which uses List.indexOf(Object) to determine a comparing value for each element.
ComparatorUtils - Class in org.omnaest.utils.structure.collection
Helper for Comparator
ComparatorUtils() - Constructor for class org.omnaest.utils.structure.collection.ComparatorUtils
 
compare(int, int) - Method in interface org.omnaest.utils.sorting.SortUtil.ComparableArbitraryStructureIndexPosition
 
componentType(Class<?>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns the component type of a given array type.
composite(Collection<Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns a new CollectionComposite instance for the given Collections
composite(Collection<E>...) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns a new CollectionComposite instance for the given Collections
composite(Set<E>...) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a SetComposite instance for the given Sets
composite(Collection<Set<E>>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a SetComposite instance for the given Sets
composite(Map<K, V>...) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new MapComposite instance for the given Maps
composite(List<Map<K, V>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new MapComposite instance for the given Maps
concurrentHashMap() - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
concurrentHashMap(int) - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
concurrentHashMap() - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
concurrentHashMap(int) - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
concurrentSkipListMap() - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
concurrentSkipListMap(Comparator<? super K>) - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
ConcurrentWeakReferenceCache<K,V> - Class in org.omnaest.utils.cache
A ConcurrentWeakReferenceCache holds a given number of separated SynchronizedWeakReferenceCache instances, called segments.
ConcurrentWeakReferenceCache() - Constructor for class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
This does create a ConcurrentWeakReferenceCache which uses as many segments as the Runtime.availableProcessors() returns
ConcurrentWeakReferenceCache(int) - Constructor for class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
configure(Marshaller) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration.Configurator
Configures the Marshaller
configure(JAXBContext) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration.Configurator
Configures the JAXBContext
configure(SAXParserFactory) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration.Configurator
Configures the given SAXParserFactory instance
configure(Unmarshaller) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration.Configurator
Configures the Unmarshaller
configure(JAXBContext) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration.Configurator
Configures the JAXBContext
connect(InputStream, OutputStream) - Static method in class org.omnaest.utils.streams.StreamConnector
Connects a given InputStream to a given OutputStream without closing the streams but flushing the OutputStream.
connect(InputStream, StringBuffer, String) - Static method in class org.omnaest.utils.streams.StreamConnector
Transfers the data of an InputStream into a StringBuffer using the given encoding.
connect(StringBuffer, OutputStream, String) - Static method in class org.omnaest.utils.streams.StreamConnector
Transfers the data of a StringBuffer into an OutputStream.
connectedListenerRegistrationToListenerMap - Variable in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
constructorFor(Class<? extends B>, Object...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Constructor for the given Class type and arguments
constructorFor(Class<? extends B>, Class<?>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Constructor for the given Class type and parameter types
contains(Object) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
contains(Object) - Method in class org.omnaest.utils.events.event.EventResults
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.CollectionComposite
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
Returns true if any element within the TreeList is Object.equals(Object) to the given Object
contains(Object) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
contains(Object) - Method in class org.omnaest.utils.structure.collection.set.SetComposite
 
contains(Iterable<E>, E) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns true if the given Iterable contains the given value.
contains(Object) - Method in interface org.omnaest.utils.structure.map.dualmap.DualMap
Returns true, if the element is contained as key or value
contains(Object) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
contains(Object) - Method in class org.omnaest.utils.xml.JAXBCollection
 
contains(Object) - Method in class org.omnaest.utils.xml.JAXBList
 
contains(Object) - Method in class org.omnaest.utils.xml.JAXBSet
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.events.event.EventResults
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBCollection
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBList
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBSet
 
containsAssignable(Class<O>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Returns true if the current container contains any type which can be assigned to the given one.
containsAssignable(Class<O>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
containsAssignable(Class<O>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
containsAssignableException(Class<? extends Exception>) - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns true if the ExceptionHandledResult contains any exception which could be assigned to the given Class of Exception
containsAtLeastNumberOfTrueValues(int) - Method in class org.omnaest.utils.structure.collection.list.BooleanList
 
containsAtLeastOneFalseValue() - Method in class org.omnaest.utils.structure.collection.list.BooleanList
 
containsAtLeastOneTrueValue() - Method in class org.omnaest.utils.structure.collection.list.BooleanList
 
containsKey(Object) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
containsKey(Object) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
containsKey(Object) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
containsKey(Object) - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.MapAbstract
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
containsKey(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
containsObjectIdentity(Collection<E>, Object) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns true if the given Collection contains the given object.
containsOnlyFalseValues() - Method in class org.omnaest.utils.structure.collection.list.BooleanList
 
containsOnlyTrueValues() - Method in class org.omnaest.utils.structure.collection.list.BooleanList
 
containsValue(Object) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
containsValue(Object) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
containsValue(Object) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
containsValue(Object) - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.MapAbstract
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
containsValue(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
convert(FROM) - Method in interface org.omnaest.utils.beans.BeanUtils.BeanConverter
Converts a given Java bean to another
convert(FROM, BeanUtils.BeanConverter<FROM, TO>) - Static method in class org.omnaest.utils.beans.BeanUtils
Converts a given bean into another using a BeanUtils.BeanConverter.
convert(CollectionUtils.CollectionConverter<V, TO>) - Method in class org.omnaest.utils.operation.foreach.ForEach.Result
Converts the ForEach.Result to a single value using a CollectionUtils.CollectionConverter
convert(Collection<FROM>, CollectionUtils.CollectionConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Converts a given Collection instance from one generic type into a single value using a CollectionUtils.CollectionConverter
convert(Collection<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverter.
convert(ElementConverter<FROM, TO>, FROM...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
 
convert(Iterable<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Iterable instance from one generic type into the other using a given ElementConverter
convert(Collection<FROM>, ElementConverter<FROM, TO>, boolean) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverter.
convert(Collection<FROM>, ElementConverterOneToMany<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverterOneToMany.
convert(Collection<FROM>, ElementConverterOneToMany<FROM, TO>, boolean) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverter.
convert(ElementConverter<FROM, TO>, FROM...) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Transforms elements to a Set of instances of another type using a given ElementConverter.
convert(Iterable<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverter.
convert(Set<E>) - Method in class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterSetToUnmodifiableSet
 
convert(WeakReference<E>) - Method in class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterWeakReference
 
convert(FROM) - Method in interface org.omnaest.utils.structure.element.converter.ElementConverter
Transforms a single element from one type into another.
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterAlphaNumericEncodedStringToDecodedString
 
convert(BeanPropertyAccessor<B>) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterBeanPropertyAccessorToProperty
 
convert(Boolean) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterBooleanToString
 
convert(FROM) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterChain
 
convert(Class<? extends T>) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterClassToClassInstanceFactory
 
convert(Class<? extends T>) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterClassToInstance
 
convert(E) - Method in interface org.omnaest.utils.structure.element.converter.ElementConverterElementToMapEntry
Transforms a given List element instance into an Map.Entry.
convert(E) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterGenericElementToString
 
convert(FROM, Class<? extends ElementConverter<?, ?>>...) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterHelper
Converts a given element using one ore multiple ElementConverter instances.
convert(FROM) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterIdentitiyCast
 
convert(T) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterIdentity
 
convert(FROM) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterIdentityCast
 
convert(Number) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterNumberToString
 
convert(Object) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterObjectToClassOfObject
 
convert(Object) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterObjectToString
 
convert(FROM) - Method in interface org.omnaest.utils.structure.element.converter.ElementConverterOneToMany
Transforms a single element from one type into an (ordered) list of the other types.
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToAlphaNumericEncodedString
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigDecimal
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigInteger
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToBoolean
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToByte
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToDouble
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToFloat
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToInteger
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToLong
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToPattern
 
convert(String) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToShort
 
convert(FROM) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterToBidirectionalConverterAdapter
 
convert(Iterable<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Converts a given Iterable to a new Iterable type using the given ElementConverter
convert(Map.Entry<K, V>) - Method in interface org.omnaest.utils.structure.map.MapUtils.MapEntryToElementConverter
Converts a Map.Entry of a Map to a single element for a List
convert(String) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.JAXBTypeContentConverter
 
convertArray(FROM[], Class<TO>, ElementConverter<FROM, ? extends TO>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Converts a given array into a new array with a new element type.
convertArray(FROM[], TO[], ElementConverter<FROM, ? extends TO>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Similar to ArrayUtils.convertArray(Object[], Class, ElementConverter) but uses the given target array if the size fits otherwise it will construct a new array with the same component type
convertArrayExcludingNullElements(FROM[], TO[], ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Converts a given array into a new list with a new element type, whereby all elements which convert to null will be excluded in the target list.
convertBackwards(TO) - Method in interface org.omnaest.utils.structure.element.converter.ElementBidirectionalConverter
Converts an element in backwards way
convertBackwards(Set<E>) - Method in class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterSetToUnmodifiableSet
 
convertBackwards(E) - Method in class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterWeakReference
 
convertBackwards(TO) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterIdentitiyCast
 
convertBackwards(T) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterIdentity
 
convertBackwards(TO) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterIdentityCast
 
convertBackwards(TO) - Method in class org.omnaest.utils.structure.element.converter.ElementConverterToBidirectionalConverterAdapter
 
convertCollection(Collection<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Converts a given Collection into another Collection with other element types using an ElementConverter.
convertCollectionExcludingNullElements(Collection<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Converts a given Collection into another Collection with other element types, whereby all elements which convert to null will not be inserted into the target Collection.
Converter - Annotation Type in org.omnaest.utils.structure.element.converter
An Converter allows to declare a Class of an ElementConverter which should be used to translate a return value or a single given parameter before storing it in the underlying structure.
convertExcludingNullElements(Collection<FROM>, ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverter.
ConvertingCharacterSequenceTokenizerDecorator<TO> - Class in org.omnaest.utils.strings.tokenizer
Decorator of a CharacterSequenceTokenizer which allows to use an ElementConverter to modify the output type of the Iterator.next() method.
ConvertingCharacterSequenceTokenizerDecorator(CharacterSequenceTokenizer, ElementConverter<CharSequence, TO>) - Constructor for class org.omnaest.utils.strings.tokenizer.ConvertingCharacterSequenceTokenizerDecorator
 
ConvertingCharacterSequenceTokenizerDecoratorToString - Class in org.omnaest.utils.strings.tokenizer
ConvertingCharacterSequenceTokenizerDecorator which outputs a String
ConvertingCharacterSequenceTokenizerDecoratorToString(CharacterSequenceTokenizer) - Constructor for class org.omnaest.utils.strings.tokenizer.ConvertingCharacterSequenceTokenizerDecoratorToString
 
convertKeyFromToKeyTo(KEY_FROM) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
convertKeyToToKeyFrom(KEY_TO) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
convertListExcludingNullElements(Collection<FROM>, ElementConverterOneToMany<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ElementConverterOneToMany.
convertMap(Map<? extends KeyFrom, ? extends ValueFrom>, ElementConverter<KeyFrom, KeyTo>, ElementConverter<ValueFrom, ValueTo>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new Map instance with converted keys and values using the given ElementConverters
convertMap(Map<? extends KeyFrom, ? extends ValueFrom>, ElementConverter<Map.Entry<KeyFrom, ValueFrom>, Map.Entry<KeyTo, ValueTo>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.convertMap(Map, ElementConverter, ElementConverter) using a single ElementConverter for an Map.Entry
convertMapKey(Map<? extends KeyFrom, ? extends Value>, ElementConverter<KeyFrom, KeyTo>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new Map instance with converted keys using the given ElementConverter
convertMapValue(Map<? extends Key, ? extends ValueFrom>, ElementConverter<ValueFrom, ValueTo>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new Map instance with all values converted using the given ElementConverter
convertNodeMapToHierarchicalKeyMap(NodeMap<String, M>, String) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
Converts a NodeMap into a normal Map with hierarchical keys.
convertNodeMapWithLastLevelAsMapToHierarchicalKeyMap(NodeMap<String, Map<String, M>>, String) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
Converts a NodeMap into a normal Map with hierarchical keys.
convertToXML(String, NodeMap<String, Map<String, String>>) - Method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapXMLHandler
 
convertValueFromToValueTo(VALUE_FROM) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
convertValueFromToValueTo(VALUE_FROM) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
convertValueToToValueFrom(VALUE_TO) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
convertValueToToValueFrom(VALUE_TO) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
copy(Object, Object, PreparedBeanCopier.Transformer) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.CopierFactory.Copier
Copies all property values from one given instance to another
copy(FROM, TO) - Method in class org.omnaest.utils.beans.replicator.BeanReplicator
Copies from a given source instance to a given target instance
copy(Boolean, Boolean, Boolean) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
Copies the current TreeNavigator.TreeNodeVisitor.TraversalConfiguration but uses all explicit given flags if they are not null.
CopyException - Exception in org.omnaest.utils.beans.replicator
 
copyFrom(File) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content of the given File into the ByteArrayContainer.
copyFrom(ByteArrayContainer) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content from another container into this one.
copyFrom(InputStream) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content from an InputStream into the ByteArrayContainer without closing the InputStream

If the copy operation fails the content of the ByteArrayContainer is set to invalid.
copyFrom(URL) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Uses the given URL.openStream() to retrieve data which will be available within the ByteArrayContainer

If the data cannot be resolved completely the ByteArrayContainer.isContentInvalid() will return true afterwards.
copyFrom(URLConnection) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Similar to ByteArrayContainer.copyFrom(URL)
copyFrom(Readable) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content from a Readable using the "utf-8" encoding
copyFrom(Readable, String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content from a Readable using the given encoding
copyFrom(String, String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content of a String into the ByteArrayContainer.
copyFrom(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content of a String into the container.
copyFrom(CharSequence) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content of a CharSequence into the ByteArrayContainer using the "utf-8".
copyFrom(CharSequence, String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content of a CharSequence into the ByteArrayContainer.
copyFrom(byte[]) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Copies the content from a byte array into the container.
copyFromAsSerialized(S) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Serializes any given Serializable element and stores it
copyIntoCollectionFrom(Collection<E>, Iterable<E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Copies all elements from the given Iterable into the given Collection
copyIntoCollectionFrom(Collection<E>, Iterable<E>, int) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Copies all elements from the given Iterable into the given Collection
copyIntoCollectionFrom(Collection<E>, Iterator<E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Copies all elements from the given Iterator into the given Collection
This traverses the Iterator
copyIntoCollectionFrom(Collection<E>, Iterator<E>, int) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Copies all elements from the given Iterator into the given Collection.This traverses the Iterator only as far as necessary.
copyPropertyValue(B, B) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Copies the value of one Java Bean for the underlying Java Bean property of this BeanPropertyAccessor to another Java Bean.
copyPropertyValue(B, BeanPropertyAccessor<B>, B) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Copies the addressed bean value of the given source instance using this BeanPropertyAccessor to another instance using the given BeanPropertyAccessor
copyPropertyValues(S, D) - Static method in class org.omnaest.utils.beans.BeanUtils
Copies the property values from one Java Bean to another.
copyPropertyValues(S, D, String...) - Static method in class org.omnaest.utils.beans.BeanUtils
Copies the property values for the given property names from one Java Bean to another.
copyPropertyValues(S, D, Collection<String>) - Static method in class org.omnaest.utils.beans.BeanUtils
Copies the property values from one Java Bean to another but only for the given property names.
copyPropertyValues(B, B) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Copies the values of all related properties of the given source Java Bean to the destination Java Bean.
count(String, String) - Static method in class org.omnaest.utils.strings.StringUtils
Counts the number of matching substrings within the given text.
countEquals(Iterable<E>, E) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Counts all elements within an Iterable which are equal to the given element.
createNewAppendedIndex() - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
Creates a new Index instance which is appended to the current list of Index elements.
createNewInstance() - Static method in class org.omnaest.utils.structure.container.ByteArrayContainer
Creates a new instance of this class.
createNewPreviousIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
Creates a new Index element before the given current Index.
createURI(String, String, String, String...) - Static method in class org.omnaest.utils.download.URIHelper
Creates a new uri instance with the given parameters.
createUri(String) - Static method in class org.omnaest.utils.download.URIHelper
Creates a new URI based on the given location
createUri(URI, String) - Static method in class org.omnaest.utils.download.URIHelper
Creates a new Uri which is based on the given base address and a relative path
createURL(String) - Static method in class org.omnaest.utils.download.URLHelper
Creates a new url.
createUrl(String, String, String, Map<String, String>) - Static method in class org.omnaest.utils.download.URLHelper
 
currentActiveIteratorIndexPosition - Variable in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
currentActiveListIteratorIndexPosition - Variable in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 

D

data - Variable in class org.omnaest.utils.events.event.Event
 
debug - Variable in class org.omnaest.utils.assertion.AssertLogger
 
declare(BeanReplicator.Declaration) - Method in class org.omnaest.utils.beans.replicator.BeanCopier
 
declare(BeanReplicator.DeclarationSupport) - Method in interface org.omnaest.utils.beans.replicator.BeanReplicator.Declaration
 
declare(BeanReplicator.Declaration) - Method in class org.omnaest.utils.beans.replicator.BeanReplicator
Allows the specify a mapping BeanReplicator.Declaration

BeanReplicator.Declaration have to be made before any call to BeanReplicator.copy(Object, Object) or BeanReplicator.clone(Object)
declaredAnnotation(Class<?>, Class<? extends A>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Annotation if the given Class type declares the given Annotation class
declaredAnnotationList(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns all Class.getDeclaredAnnotations() as List
declaredAnnotationSet(AnnotatedElement) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns all AnnotatedElement.getDeclaredAnnotations() as Set
declaredFieldIndexPosition(Class<?>, Field) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Determines the index position of a declared Field within a given Class.
declaredFieldIndexPosition(Class<?>, String) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Determines the index position of a declared Field within a given Class.
declaredFieldList(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Class.getDeclaredFields() for a given Class.
declaredMethodIndexPosition(Class<?>, Method) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Determines the index position of a declared Method within a given Class.
declaredMethodList(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Class.getDeclaredMethods() for a given Class.
declaredMethodParameterMetaInformationList(Method) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns an ordered List of ReflectionUtils.MethodParameterMetaInformation instances for each parameter the given Method has.
declaredMethodToAnnotationSetMap(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map of all declared Methods of the given Class type and a List of declared Annotations related to the Methods
declaredMethodToReturnTypeMap(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map with the declared Methods of the given type and the return type of the Methods
decode(ENCODED) - Method in interface org.omnaest.utils.codec.Codec.Decoder
Decodes the given encoded source
deepCloneProperties(FROM) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
deepCopyProperties(FROM, TO) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
DEFAULT_ENCODING - Static variable in class org.omnaest.utils.xml.JAXBXMLHelper
 
DEFAULT_ENCODING - Static variable in class org.omnaest.utils.xml.XMLIteratorFactory
 
DEFAULT_ENCODING - Static variable in class org.omnaest.utils.xml.XMLNestedMapConverter
 
DEFAULT_INITIAL_BATTERY_CAPACITY - Static variable in class org.omnaest.utils.operation.battery.OperationBattery
 
DEFAULT_JAXB_TYPE_CONTENT_CONVERTER_FACTORY - Static variable in class org.omnaest.utils.xml.XMLIteratorFactory
 
DEFAULT_LINESEPARATOR - Static variable in class org.omnaest.utils.strings.StringUtils
 
DEFAULTENCODING - Static variable in class org.omnaest.utils.structure.container.ByteArrayContainer
UTF-8
defaultIfNull(O, O) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Similar to ObjectUtils.defaultIfNull(Object, Object, Object...)
defaultIfNull(O, O, O...) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns the object parameter if it is not null, otherwise the defaultObject.
defaultIfNull(O, Factory<O>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns the object parameter if it is not null, otherwise the object created by the given Factory .
defaultMarshallingConfiguration(JAXBXMLHelper.MarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
Returns a new JAXBXMLHelper.MarshallingConfiguration if a null reference is given, otherwise the given instance.
defaultUnmarshallingConfiguration(JAXBXMLHelper.UnmarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
Returns a new JAXBXMLHelper.UnmarshallingConfiguration if a null reference is given, otherwise the given instance.
DefaultValue - Annotation Type in org.omnaest.utils.beans.adapter.source
The DefaultValue Annotation allows to declare a value which is used as default value, if a given or returned value of a method is null.
defaultValueMap(Map<K, V>, V) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.defaultValueMap(Map, FactoryParameterized)
defaultValueMap(Map<K, V>, FactoryParameterized<V, K>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a Map which always returns a value prodcued by the given factory if the value would have be null
DefaultValues - Annotation Type in org.omnaest.utils.beans.adapter.source
The DefaultValues Annotation allows to declare a value which is used as default value, if a given or returned value of a method is null.
DEFAULTZIPFILENAME - Static variable in class org.omnaest.utils.structure.container.ByteArrayContainer
 
delimiter - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
delta(Set<E>, Set<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a new SetDelta instance for the given Sets
delta(Map<K, V>, Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new MapDelta for the given two Map instances
descendingIterator() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
determineAssignableTypeSet(Class<? extends E>) - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
determineCanonicalMethodCallCaptures(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Returns the canonical list of MethodCallCaptures from the given root stub as base.
determineCanonicalMethodName(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Returns the canonical method name relative to the given root stub object
determineCanonicalPropertyName(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Returns the canonical property name relative to the given root stub object
determineElementConverterFor(Class<FROM>, Class<TO>) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
Determines the most fitting registered ElementConverter instance within the ElementConverterRegistration.
determineFirstCharactersOfChildrenAsString() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
Returns a the first characters of the children of the current CharacterPathBuilder.CharacterPath as a concatenated String
determineIndexPositionOfCurrentTreeNodeWithinTheParentChildrenList() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
 
determineInterval(Object) - Method in class org.omnaest.utils.time.DurationCapture
Returns an DurationCapture.Interval for the given key.
determineRootName(Class<?>) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Returns the QName defined by the XmlRootElement of the given Class type
determineSiblingTokenElementNode(int) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
 
determineTokenPathElementList() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Determines the List of token path elements which represents the current hierarchy path.
differenceBitSet(E[], E[]) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Calculates a BitSet which has its bits set to true at the same index where the related element from one array to the other array is not Object.equals(Object)
directionForward - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
DirectoryBasedObjectStore<E> - Interface in org.omnaest.utils.store
A DirectoryBasedObjectStore acts as List facade on a given directory structure.
DirectoryBasedObjectStoreUsingJAXB<E> - Class in org.omnaest.utils.store
A simple Object store based on a nested directory structure using JAXB
DirectoryBasedObjectStoreUsingJAXB(File, ExceptionHandlerSerializable, Class<E>) - Constructor for class org.omnaest.utils.store.DirectoryBasedObjectStoreUsingJAXB
 
DirectoryBasedObjectStoreUsingSerializable<E extends Serializable> - Class in org.omnaest.utils.store
A simple Object store based on a nested directory structure using Java serialization.
DirectoryBasedObjectStoreUsingSerializable(File, ExceptionHandlerSerializable) - Constructor for class org.omnaest.utils.store.DirectoryBasedObjectStoreUsingSerializable
 
DirectoryBasedObjectStoreUsingXStream<E> - Class in org.omnaest.utils.store
A simple Object store based on a nested directory structure using XStream
DirectoryBasedObjectStoreUsingXStream(File, ExceptionHandlerSerializable) - Constructor for class org.omnaest.utils.store.DirectoryBasedObjectStoreUsingXStream
 
disconnectFrom(EventManager<EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
disconnectFrom(EventListenerRegistration) - Method in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
disconnectFrom(EventManager<EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventManagerConnector
Connects the current EventManager to the EventListenerRegistration from another EventManager instance.
disconnectFrom(EventListenerRegistration<EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventManagerConnector
 
DispatcherAbstract<T> - Class in org.omnaest.utils.dispatcher
A DispatcherAbstract allows to implements dispatcher instances
DispatcherAbstract(List<T>) - Constructor for class org.omnaest.utils.dispatcher.DispatcherAbstract
 
dispatchingExceptionHandler - Variable in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
dispatchingExceptionHandlerRethrowingExceptions - Variable in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
doAddXMLEventTransformer(XMLIteratorFactory.XMLEventTransformer) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
 
doAddXMLTagScope(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Returns a new XMLIteratorFactory instance with the configuration of this one but holding an additional xml tag scope restriction.
doAddXMLTagTouchBarrier(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Returns a new XMLIteratorFactory instance with the configuration of this one but holding an additional xml tag touch barrier restriction.
doCreateThreadsafeIterators(boolean) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
If given true as parameter the returned Iterator instances will use ThreadLocal states.
doExecuteInParallelUsing(ExecutorService) - Method in class org.omnaest.utils.operation.foreach.ForEach
 
doIterateInParallelUsing(ExecutorService, int) - Method in class org.omnaest.utils.operation.foreach.ForEach
If this option is used, the given Iterables have to have threadsafe Iterable.iterator() instances, since even the Iterators will be called from parallel running threads.
doLowerCaseXMLTagAndAttributeNames() - Method in class org.omnaest.utils.xml.XMLIteratorFactory
This adds an XMLIteratorFactory.XMLEventTransformer which does lower case the xml tag and attribute names
doRemoveNamespacesForXMLTagAndAttributeNames() - Method in class org.omnaest.utils.xml.XMLIteratorFactory
This adds an XMLIteratorFactory.XMLEventTransformer which does remove all Namespace declarations on any xml tag and attribute
doUpperCaseXMLTagAndAttributeNames() - Method in class org.omnaest.utils.xml.XMLIteratorFactory
This adds an XMLIteratorFactory.XMLEventTransformer which does upper case the xml tag and attribute names
doWait() - Method in interface org.omnaest.utils.threads.submit.SubmitGroup
 
download(URL) - Method in class org.omnaest.utils.download.DownloadConnection
Loads the content from a given url source.
download() - Method in class org.omnaest.utils.download.DownloadConnection
Loads the content from the set url source.
download(URI) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
download(URL) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Downloads the content from the given url resource.
download(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Downloads the content from the given url resource.
DownloadConnection - Class in org.omnaest.utils.download
A download connection offers a connection to a set url, opens a stream and loads the content into a stream.
DownloadConnection() - Constructor for class org.omnaest.utils.download.DownloadConnection
 
DownloadConnection.DownloadMonitor - Interface in org.omnaest.utils.download
 
DownloadManager - Class in org.omnaest.utils.download
A download manager manages different download instances.
drainTo(Iterable<E>, Collection<E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Drains the elements of the given Iterable to the given Collection
drainTo(Iterable<E>, Collection<E>, int) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Drains the elements of the given Iterable by the given maximum number of elements to the given Collection.
drainTo(Iterator<E>, Collection<E>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Drains the given Iterator to the given Collection
This invokes the Iterator.remove() method for every element drained.
drainTo(Iterator<E>, Collection<E>, int) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Drains the given Iterator by the given maximum number of elements to the given Collection.
DualMap<K,V> - Interface in org.omnaest.utils.structure.map.dualmap
A DualMap is the dual way counterpart of the Map interface.
duration - Variable in class org.omnaest.utils.time.DurationCapture.Interval
 
durationCapture - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
DurationCapture - Class in org.omnaest.utils.time
A DurationCapture will measure time intervals.
DurationCapture() - Constructor for class org.omnaest.utils.time.DurationCapture
 
durationCapture - Variable in class org.omnaest.utils.time.DurationCaptureCallableDecorator
 
durationCapture - Variable in class org.omnaest.utils.time.DurationCaptureRunnableDecorator
 
durationCapture - Variable in class org.omnaest.utils.time.DurationCaptureTypeFactory.MethodInterceptorDurationCapture
 
DurationCapture.Interval - Class in org.omnaest.utils.time
Saves the interval points and their data like name and time.
DurationCapture.Interval() - Constructor for class org.omnaest.utils.time.DurationCapture.Interval
 
DurationCapture.IntervalStatistic - Class in org.omnaest.utils.time
Internal class for statistical data calculated for the DurationCapture.Interval instances.
DurationCapture.IntervalStatistic() - Constructor for class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
DurationCaptureCallableDecorator<V> - Class in org.omnaest.utils.time
Callable decorator which captures the duration of the Callable.call() method
DurationCaptureCallableDecorator(Callable<V>) - Constructor for class org.omnaest.utils.time.DurationCaptureCallableDecorator
 
DurationCaptureRunnableDecorator - Class in org.omnaest.utils.time
Runnable decorator which captures the duration of the Runnable.run() method
DurationCaptureRunnableDecorator(Runnable) - Constructor for class org.omnaest.utils.time.DurationCaptureRunnableDecorator
 
DurationCaptureTypeFactory - Class in org.omnaest.utils.time
Proxy creator the measure the time for methods calls of an arbitrary object.
DurationCaptureTypeFactory() - Constructor for class org.omnaest.utils.time.DurationCaptureTypeFactory
 
DurationCaptureTypeFactory.DurationCaptureAware - Interface in org.omnaest.utils.time
Defines the interface which proxied Objects will implement, too.
DurationCaptureTypeFactory.MethodInterceptorDurationCapture - Class in org.omnaest.utils.time
 
DurationCaptureTypeFactory.MethodInterceptorDurationCapture() - Constructor for class org.omnaest.utils.time.DurationCaptureTypeFactory.MethodInterceptorDurationCapture
 
durationInMilliseconds - Variable in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
durationPercentage - Variable in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 

E

Element - Class in org.omnaest.utils.propertyfile.content
An Element within a PropertyFileContent
Element() - Constructor for class org.omnaest.utils.propertyfile.content.Element
 
element() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
element - Variable in class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
 
elementAt(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the element at the given index position of the given List.
elementAt(Iterable<E>, int) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns the element of the given Iterable at the given index position.
elementAtInverseIndex(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the element at the given inverse index position of the given List.
elementBidirectionalConverter - Variable in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
ElementBidirectionalConverter<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
ElementConverter which additonally specify a ElementBidirectionalConverter.convertBackwards(Object) method, so that a two way conversion is possible
ElementBidirectionalConverterSerializable<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
ElementBidirectionalConverter which additionally extends the Serializable interface
ElementBidirectionalConverterSetToUnmodifiableSet<E> - Class in org.omnaest.utils.structure.element.converter
ElementBidirectionalConverter which makes use of Collections.unmodifiableSet(Set) within its ElementBidirectionalConverterSetToUnmodifiableSet.convert(Set) method but not in its ElementBidirectionalConverterSetToUnmodifiableSet.convertBackwards(Set) method
ElementBidirectionalConverterSetToUnmodifiableSet() - Constructor for class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterSetToUnmodifiableSet
 
ElementBidirectionalConverterWeakReference<E> - Class in org.omnaest.utils.structure.element.converter
ElementBidirectionalConverter which encloses a given element into a WeakReference
ElementBidirectionalConverterWeakReference() - Constructor for class org.omnaest.utils.structure.element.converter.ElementBidirectionalConverterWeakReference
 
ElementConverter<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
The provides a ElementConverter.convert(Object) method to transform one element instance into another.
ElementConverterAlphaNumericEncodedStringToDecodedString - Class in org.omnaest.utils.structure.element.converter
Decodes the given String using the Codec.alphaNumeric() codec
ElementConverterAlphaNumericEncodedStringToDecodedString() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterAlphaNumericEncodedStringToDecodedString
 
ElementConverterBeanPropertyAccessorToProperty<B> - Class in org.omnaest.utils.structure.element.converter
ElementConverter for converting BeanPropertyAccessor instances to property names
ElementConverterBeanPropertyAccessorToProperty() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterBeanPropertyAccessorToProperty
 
ElementConverterBooleanToString - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterBooleanToString() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterBooleanToString
 
ElementConverterChain<FROM,TO> - Class in org.omnaest.utils.structure.element.converter
ElementConverter which abstracts a chain of other ElementConverter instances
ElementConverterChain(ElementConverter<FROM, ? extends T>, ElementConverter<T, ? extends TO>) - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterChain
 
ElementConverterChain(ElementConverter<FROM, ? extends T1>, ElementConverter<T1, ? extends T2>, ElementConverter<T2, ? extends TO>) - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterChain
 
ElementConverterChain(ElementConverter<FROM, ? extends T1>, ElementConverter<T1, ? extends T2>, ElementConverter<T2, ? extends T3>, ElementConverter<T3, ? extends TO>) - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterChain
 
ElementConverterClassToClassInstanceFactory<T> - Class in org.omnaest.utils.structure.element.converter
ElementConverter which converts a given Class type to an FactoryTypeAware instance which creates instances of the given type using ReflectionUtils.newInstanceOf(Class, Object...)
ElementConverterClassToClassInstanceFactory() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterClassToClassInstanceFactory
 
ElementConverterClassToInstance<T> - Class in org.omnaest.utils.structure.element.converter
ElementConverter which converts a given Class type to an instance using FactoryTypeAwareReflectionBased
ElementConverterClassToInstance() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterClassToInstance
 
ElementConverterElementToMapEntry<E,K,V> - Interface in org.omnaest.utils.structure.element.converter
A transformer from a List element type to a Map.Entry type
ElementConverterGenericElementToString<E> - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterGenericElementToString() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterGenericElementToString
 
ElementConverterHelper - Class in org.omnaest.utils.structure.element.converter
Static helper for ElementConverter
ElementConverterHelper() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterHelper
 
ElementConverterIdentitiyCast<FROM,TO> - Class in org.omnaest.utils.structure.element.converter
Simple ElementBidirectionalConverter implementation which casts the given object and returns it.
ElementConverterIdentitiyCast() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterIdentitiyCast
 
ElementConverterIdentity<T> - Class in org.omnaest.utils.structure.element.converter
Does not change the type of the element and the value of the element being converted.
ElementConverterIdentity() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterIdentity
 
ElementConverterIdentityCast<FROM,TO> - Class in org.omnaest.utils.structure.element.converter
Does not change the type of the element and the value of the element being converted.
ElementConverterIdentityCast() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterIdentityCast
 
ElementConverterNumberToString - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterNumberToString() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterNumberToString
 
ElementConverterObjectToClassOfObject - Class in org.omnaest.utils.structure.element.converter
This is an ElementConverter implementation which returns the Class instances of a given Object by calling Object.getClass()
ElementConverterObjectToClassOfObject() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterObjectToClassOfObject
 
ElementConverterObjectToString - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterObjectToString() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterObjectToString
 
ElementConverterOneToMany<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
The provides the transformation method to transform one generic Collection instance into one or multiple elements of other type.
ElementConverterRegistration - Class in org.omnaest.utils.structure.element.converter
Static registration of ElementConverter and ElementConverterTypeAware instances.
ElementConverterRegistration() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
 
ElementConverterSerializable<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
ElementConverter which additionally implements the Serializable interface
ElementConverterStringToAlphaNumericEncodedString - Class in org.omnaest.utils.structure.element.converter
Encodes the given String using the Codec.alphaNumeric() codec
ElementConverterStringToAlphaNumericEncodedString() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToAlphaNumericEncodedString
 
ElementConverterStringToBigDecimal - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToBigDecimal() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigDecimal
 
ElementConverterStringToBigInteger - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToBigInteger() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigInteger
 
ElementConverterStringToBoolean - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToBoolean() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToBoolean
 
ElementConverterStringToByte - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToByte() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToByte
 
ElementConverterStringToDouble - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToDouble() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToDouble
 
ElementConverterStringToFloat - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToFloat() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToFloat
 
ElementConverterStringToInteger - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToInteger() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToInteger
 
ElementConverterStringToLong - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToLong() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToLong
 
ElementConverterStringToPattern - Class in org.omnaest.utils.structure.element.converter
ElementConverter for converting Strings into Patterns using Pattern.compile(String)
ElementConverterStringToPattern() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToPattern
 
ElementConverterStringToShort - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterStringToShort() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterStringToShort
 
ElementConverterToBidirectionalConverterAdapter<FROM,TO> - Class in org.omnaest.utils.structure.element.converter
Adapter for two ElementConverter instances acting like an ElementBidirectionalConverter

If any given ElementConverter is null, the respective transformation direction will throw an UnsupportedOperationException
ElementConverterToBidirectionalConverterAdapter(ElementConverter<FROM, TO>, ElementConverter<TO, FROM>) - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterToBidirectionalConverterAdapter
 
ElementConverterTypeAware<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
Extension of ElementConverter which allows to retrieve the source and target types using ElementConverterTypeAware.getSourceAndTargetType().
ElementConverterTypeAware.SourceAndTargetType<FROM,TO> - Class in org.omnaest.utils.structure.element.converter
 
ElementConverterTypeAware.SourceAndTargetType(Class<? extends FROM>, Class<? extends TO>) - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterTypeAware.SourceAndTargetType
 
ElementConverterTypeAwareGenericsBased<FROM,TO> - Class in org.omnaest.utils.structure.element.converter
Abstract ElementConverterTypeAware implementation which allows to resolve the ElementConverterTypeAware.getSourceAndTargetType() based on the generic types of the ElementConverter.
ElementConverterTypeAwareGenericsBased() - Constructor for class org.omnaest.utils.structure.element.converter.ElementConverterTypeAwareGenericsBased
 
ElementConverterTypeAwareSerializable<FROM,TO> - Interface in org.omnaest.utils.structure.element.converter
ElementConverterTypeAware which additionally extends the Serializable inteface
ElementFilter<E> - Interface in org.omnaest.utils.structure.element.filter
An ElementFilter provides a ElementFilter.filter(Object) and a ElementFilter.getFilterMode() method.
ElementFilter.FilterMode - Enum in org.omnaest.utils.structure.element.filter
Declares the behavior mode which can be ElementFilter.FilterMode.EXCLUDING or ElementFilter.FilterMode.INCLUDING
ElementFilterIndexPositionBasedForGivenIndexes - Class in org.omnaest.utils.structure.element.filter
ExcludingElementFilterIndexPositionBased which filters all elements which do not have any of the given index numbers
ElementFilterIndexPositionBasedForGivenIndexes(Collection<Integer>, ElementFilter.FilterMode) - Constructor for class org.omnaest.utils.structure.element.filter.ElementFilterIndexPositionBasedForGivenIndexes
 
ElementFilterNotBlank - Class in org.omnaest.utils.structure.element.filter
ExcludingElementFilter which filters / removes all blank elements.
ElementFilterNotBlank() - Constructor for class org.omnaest.utils.structure.element.filter.ElementFilterNotBlank
 
ElementHolder<E> - Class in org.omnaest.utils.structure.element
Modifiable version of an ElementHolderUnmodifiable allows to ElementHolder.setElement(Object)
ElementHolder(E) - Constructor for class org.omnaest.utils.structure.element.ElementHolder
 
ElementHolder() - Constructor for class org.omnaest.utils.structure.element.ElementHolder
 
ElementHolderUnmodifiable<E> - Class in org.omnaest.utils.structure.element
Simple predefined ElementHolderUnmodifiable around an arbitrary element.
ElementHolderUnmodifiable(E) - Constructor for class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
 
ElementHolderUnmodifiable() - Constructor for class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
 
elementList - Variable in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
ElementStream<E> - Interface in org.omnaest.utils.structure.element
Interface for types providing a stream of Objects which can be resolved by a ElementStream.next() method
ElementStreamToIteratorAdapter<E> - Class in org.omnaest.utils.structure.iterator
Allows to wrap a given ElementStream as Iterator.
ElementStreamToIteratorAdapter(ElementStream<E>) - Constructor for class org.omnaest.utils.structure.iterator.ElementStreamToIteratorAdapter
 
elementWithReverseIndexPosition(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the element of the given List at the given reverse index position which is counted beginning from the last element.
empty() - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns an Iterable which returns always a new empty Iterator
empty() - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns an empty Iterator
emptyList() - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns an empty ArrayList
emptySet() - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a new LinkedHashSet instance
encode(DECODED) - Method in interface org.omnaest.utils.codec.Codec.Encoder
Encodes the given source
encoding - Variable in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
ENCODING_UTF8 - Static variable in class org.omnaest.utils.structure.container.ByteArrayContainer
 
endsWithStartOfOther(String, String) - Static method in class org.omnaest.utils.strings.StringUtils
Returns true if the given text ends with the start of the other given text.
ensureListSize() - Method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Initializes the given List to match the size of the list of declared methods of the underlying Class.
entryAt(Map<K, V>, int) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the Map.Entry at the given index position of the given Map.
entrySet() - Method in interface org.omnaest.utils.cache.Cache
Returns an unmodifiable Set of all Map.Entrys within the Cache which only represents a snapshot in moment
entrySet() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
entrySet() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
entrySet() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
entrySet() - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
entrySet() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
entrySet() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
entrySet() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
entrySet() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
entrySet() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
entrySet() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
entrySet() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
entrySet() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
entrySet() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
equals(Object) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
equals(Object) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
equals(Object) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
equals(Object) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
equals(Object) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
equals(Object) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
equals(Object) - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodAndArguments
 
equals(Object) - Method in interface org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationComparison
 
equals(Object) - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodOnly
 
equals(Object) - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
equals(Object) - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
equals(Iterable<?>, Iterable<?>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns true if the elements of the two given Collections are equal and have the same order
equals(Object) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.set.SetAbstract
 
equals(Object) - Method in class org.omnaest.utils.structure.collection.set.SetDelta
 
equals(Object) - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
equals(Object) - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
equals(Object) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
equals(Iterable<?>, Iterable<?>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns true if...
equals(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
equals(Object) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
equals(Object) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
equals(Object) - Method in class org.omnaest.utils.structure.map.MapDelta
 
equals(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
equals(Object) - Method in class org.omnaest.utils.threads.CallableDecorator
 
equals(Object) - Method in class org.omnaest.utils.threads.RunnableDecorator
 
equals(Object) - Method in class org.omnaest.utils.tuple.KeyValue
 
equals(Object) - Method in class org.omnaest.utils.tuple.Tuple2
 
equals(Object) - Method in class org.omnaest.utils.tuple.Tuple3
 
equals(Object) - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
equals(Object) - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
equals(Object) - Method in class org.omnaest.utils.xml.JAXBName
 
equalsInKeyAndValue(Object) - Method in class org.omnaest.utils.propertyfile.content.element.Property
Returns true, if the Property.getKey() and Property.getValueList() are equal.
equalsUnordered(Collection<?>, Collection<?>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Tests, if the two collection have the same elements.
error - Variable in class org.omnaest.utils.assertion.AssertLogger
 
escaping(String, String...) - Static method in class org.omnaest.utils.codec.Codec
Returns a new EncoderAndDecoderEscaping instance
Event<SOURCE,EVENT,DATA> - Class in org.omnaest.utils.events.event
Generic extended EventListener event implementation.
Event() - Constructor for class org.omnaest.utils.events.event.Event
 
Event(SOURCE, EVENT, DATA) - Constructor for class org.omnaest.utils.events.event.Event
 
event - Variable in class org.omnaest.utils.events.event.Event
 
EventHandler<EVENT,RESULT> - Interface in org.omnaest.utils.events
Declares the consumer of events.
EventListener<EVENT,RESULT> - Interface in org.omnaest.utils.events
Simple listener which allows to handle events.
EventListenerAdapter<OTHER_EVENT,OTHER_RESULT,EVENT,RESULT> - Interface in org.omnaest.utils.events.adapter
Adapter interface used to connect two EventManager instances with EventManagerImpl#listenTo(EventListenerRegistration, EventListenerAdapter).
EventListenerAdapter.ClientResultContainer<CLIENT,RESULT> - Class in org.omnaest.utils.events.adapter
 
EventListenerAdapter.ClientResultContainer() - Constructor for class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
 
EventListenerAdapter.SourceEventDataContainer<SOURCE,EVENT,DATA> - Class in org.omnaest.utils.events.adapter
Container which allows storage of tuples.
EventListenerAdapter.SourceEventDataContainer() - Constructor for class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
 
EventListenerBasic<EVENT,RESULT> - Class in org.omnaest.utils.events
Simple abstract implementation of a EventListener which offers several overwritable methods to handle the event.
EventListenerBasic() - Constructor for class org.omnaest.utils.events.EventListenerBasic
 
eventListenerRegistration - Variable in class org.omnaest.utils.events.concrete.EventManagerImpl
 
EventListenerRegistration<EVENT,RESULT> - Interface in org.omnaest.utils.events
 
EventListenerRegistrationImpl<EVENT,RESULT> - Class in org.omnaest.utils.events.concrete
Registration for EventListener instances.
EventListenerRegistrationImpl(List<? extends EventListener<EVENT, RESULT>>) - Constructor for class org.omnaest.utils.events.concrete.EventListenerRegistrationImpl
 
eventManager - Variable in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
EventManager<EVENT,RESULT> - Interface in org.omnaest.utils.events
The EventManager is the central control unit within a client class which want to fire events.
eventManagerConnector - Variable in class org.omnaest.utils.events.concrete.EventManagerImpl
 
EventManagerConnector<EVENT,RESULT> - Interface in org.omnaest.utils.events
Offers methods to connect an EventManager to another EventManager or EventListenerRegistration.
EventManagerConnectorImpl<EVENT,RESULT> - Class in org.omnaest.utils.events.concrete
 
EventManagerConnectorImpl(EventManager<EVENT, RESULT>) - Constructor for class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
EventManagerImpl<EVENT,RESULT> - Class in org.omnaest.utils.events.concrete
Manager for EventListener instances which implements the EventListener interface, too.
EventManagerImpl() - Constructor for class org.omnaest.utils.events.concrete.EventManagerImpl
 
EventProducer<EVENT,RESULT> - Interface in org.omnaest.utils.events
Interface for classes which allows to register EventListeners at a EventListenerRegistration.
EventResults<RESULT> - Class in org.omnaest.utils.events.event
Container for event results offering several methods to get meta information about the results.
EventResults(List<RESULT>) - Constructor for class org.omnaest.utils.events.event.EventResults
 
exception - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
 
exception - Variable in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
ExceptionHandledResult<E> - Class in org.omnaest.utils.structure.element
An ExceptionHandledResult is the result of an operation which catches Exceptions and does not throw them.
ExceptionHandledResult(E, Collection<Exception>) - Constructor for class org.omnaest.utils.structure.element.ExceptionHandledResult
 
exceptionHandler - Variable in class org.omnaest.utils.dispatcher.DispatcherAbstract
 
ExceptionHandler - Interface in org.omnaest.utils.events.exception
Interface for classes handling Exceptions
exceptionHandler - Variable in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
ExceptionHandlerBooleanState - Class in org.omnaest.utils.events.exception.basic
ExceptionHandlerSerializable holding an internal state flag.
ExceptionHandlerBooleanState() - Constructor for class org.omnaest.utils.events.exception.basic.ExceptionHandlerBooleanState
 
ExceptionHandlerDelegate - Class in org.omnaest.utils.events.exception.basic
ExceptionHandler which delegates to another instance
ExceptionHandlerDelegate(ExceptionHandler) - Constructor for class org.omnaest.utils.events.exception.basic.ExceptionHandlerDelegate
 
ExceptionHandlerEPrintStackTrace - Class in org.omnaest.utils.events.exception.basic
Simple ExceptionHandler which does call Throwable.printStackTrace()
ExceptionHandlerEPrintStackTrace() - Constructor for class org.omnaest.utils.events.exception.basic.ExceptionHandlerEPrintStackTrace
 
ExceptionHandlerIgnoring - Class in org.omnaest.utils.events.exception.basic
Simple ExceptionHandler which does nothing
ExceptionHandlerIgnoring() - Constructor for class org.omnaest.utils.events.exception.basic.ExceptionHandlerIgnoring
 
ExceptionHandlerLogging - Class in org.omnaest.utils.events.exception.basic
Simple ExceptionHandler which logs as ERROR using a slf4j Logger instance
ExceptionHandlerLogging(Logger) - Constructor for class org.omnaest.utils.events.exception.basic.ExceptionHandlerLogging
 
ExceptionHandlerManager - Class in org.omnaest.utils.events.exception
An ExceptionHandlerManager will manage instances of ExceptionHandlerManager.DispatchingExceptionHandlers
ExceptionHandlerManager() - Constructor for class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
exceptionHandlerManager - Variable in class org.omnaest.utils.operation.special.OperationExceptionHandled
 
ExceptionHandlerManager.DispatchingExceptionHandler - Class in org.omnaest.utils.events.exception
ExceptionHandler which dispatches to the ExceptionHandlerManager.exceptionHandlerSet.
ExceptionHandlerManager.DispatchingExceptionHandler() - Constructor for class org.omnaest.utils.events.exception.ExceptionHandlerManager.DispatchingExceptionHandler
 
ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions - Class in org.omnaest.utils.events.exception
ExceptionHandler which dispatches to the ExceptionHandlerManager.exceptionHandlerSet rethrowing any Exception as RuntimeException
ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions() - Constructor for class org.omnaest.utils.events.exception.ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions
 
ExceptionHandlerManager.ExceptionHandlerRegistration - Class in org.omnaest.utils.events.exception
Registration for ExceptionHandler
ExceptionHandlerManager.ExceptionHandlerRegistration() - Constructor for class org.omnaest.utils.events.exception.ExceptionHandlerManager.ExceptionHandlerRegistration
 
exceptionHandlerRegistration - Variable in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
ExceptionHandlerRethrowingAsRuntimeException - Class in org.omnaest.utils.events.exception.basic
Simple ExceptionHandler which does rethrow the given Exception as cause of a new RuntimeException
ExceptionHandlerRethrowingAsRuntimeException() - Constructor for class org.omnaest.utils.events.exception.basic.ExceptionHandlerRethrowingAsRuntimeException
 
ExceptionHandlerSerializable - Interface in org.omnaest.utils.events.exception
ExceptionHandler which implements the Serializable interface
exceptionHandlerSet - Variable in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
exceptionList - Variable in class org.omnaest.utils.structure.element.ExceptionHandledResult
 
ExcludingElementFilter<E> - Class in org.omnaest.utils.structure.element.filter
Abstract implementation of the ElementFilter which returns ElementFilter.FilterMode.EXCLUDING for the ExcludingElementFilter.getFilterMode() method
ExcludingElementFilter() - Constructor for class org.omnaest.utils.structure.element.filter.ExcludingElementFilter
 
ExcludingElementFilterConstant<E> - Class in org.omnaest.utils.structure.element.filter
ExcludingElementFilter which removes all given elements where the constructor element equals to.
ExcludingElementFilterConstant(E) - Constructor for class org.omnaest.utils.structure.element.filter.ExcludingElementFilterConstant
 
ExcludingElementFilterIndexPositionBased - Interface in org.omnaest.utils.structure.element.filter
Filter which is based on the index position of an element within the related structure
ExcludingElementFilterNotNull<E> - Class in org.omnaest.utils.structure.element.filter
ExcludingElementFilter which filters / removes all null elements
ExcludingElementFilterNotNull() - Constructor for class org.omnaest.utils.structure.element.filter.ExcludingElementFilterNotNull
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.battery.OperationBatteryRoundRobin
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.composite.OperationComposite
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.decorator.OperationDecoratorReentrantLock
 
execute(CollectionUtils.CollectionConverter<O, V>, Operation<O, E>...) - Method in class org.omnaest.utils.operation.foreach.ForEach
Executes the given Operation and uses the given CollectionUtils.CollectionConverter to produce a single result value
execute(Operation<V, E>) - Method in class org.omnaest.utils.operation.foreach.ForEach
Executes the ForEach Operation
execute(Operation<V, E>...) - Method in class org.omnaest.utils.operation.foreach.ForEach
Executes the ForEach Operation
execute(PARAMETER) - Method in interface org.omnaest.utils.operation.Operation
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.special.OperationExceptionHandled
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.special.OperationExceptionHandledResult
 
execute() - Method in interface org.omnaest.utils.operation.special.OperationIntrinsic
 
execute(Void) - Method in class org.omnaest.utils.operation.special.OperationIntrinsicToOperationAdapter
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.special.OperationProducingExceptionHandledResult
 
execute(PARAMETER) - Method in interface org.omnaest.utils.operation.special.OperationVoid
 
execute(PARAMETER) - Method in class org.omnaest.utils.operation.special.OperationVoidToOperationAdapter
 
execute() - Method in interface org.omnaest.utils.operation.special.OperationWithResult
Excecutes the operation returning a result
executeOnAllInstances(OperationVoid<T>) - Method in class org.omnaest.utils.dispatcher.DispatcherAbstract
Executes a given OperationVoid on all dispatch instances
executeOperationAndHandleAnyException(OperationIntrinsic) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager
Invokes OperationIntrinsic.execute() with the given parameter and handles any occurring Exception
executeOperationAndHandleAnyException(Operation<R, P>, P) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager
Invokes Operation.execute(Object) with the given parameter and handles any occurring Exception
executeWithLocks(Operation<R, P>, P, Lock...) - Static method in class org.omnaest.utils.operation.OperationUtils
 
executeWithLocks(OperationWithResult<R>, Lock...) - Static method in class org.omnaest.utils.operation.OperationUtils
 
executeWithLocks(OperationVoid<P>, P, Lock...) - Static method in class org.omnaest.utils.operation.OperationUtils
Similar to OperationUtils.executeWithLocks(OperationIntrinsic, Lock...)
executeWithLocks(OperationIntrinsic, Lock...) - Static method in class org.omnaest.utils.operation.OperationUtils
 
executorService - Variable in class org.omnaest.utils.threads.FutureTaskManager
 
extractChild(V) - Method in interface org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory.ModelAndChildExtractor
 
extractKey(E) - Method in interface org.omnaest.utils.structure.element.KeyExtractor
Extracts a key from the given element
extractModelValue(V) - Method in interface org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory.ModelAndChildExtractor
 
extractValue(E) - Method in interface org.omnaest.utils.structure.element.ValueExtractor
Extracts a value from the given element

F

Factory<E> - Interface in org.omnaest.utils.structure.element.factory
Arbitrary Factory interface.
factoryBasedIterator(Factory<Iterator<E>>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a new Iterator instance which will iterate over all Iterator instances created by the given Factory.
FactoryParameterized<R,P> - Interface in org.omnaest.utils.structure.element.factory
Parameterized alternative to Factory
FactoryParameterizedSerializable<R,P> - Interface in org.omnaest.utils.structure.element.factory
FactoryParameterized which extends Serializable as well
FactorySerializable<E> - Interface in org.omnaest.utils.structure.element.factory
Factory which is Serializable
FactoryToFactoryTypeAwareAdapter<E> - Class in org.omnaest.utils.structure.element.factory.adapter
Adapter which allows to use a Factory in combination with a given type as FactoryTypeAware instance
FactoryToFactoryTypeAwareAdapter(Factory<E>, Class<E>) - Constructor for class org.omnaest.utils.structure.element.factory.adapter.FactoryToFactoryTypeAwareAdapter
 
FactoryTypeAware<E> - Interface in org.omnaest.utils.structure.element.factory
Type aware Factory which holds FactoryTypeAware.getInstanceType() information about the created instance type.
FactoryTypeAwareReflectionBased<E> - Class in org.omnaest.utils.structure.element.factory.concrete
A FactoryTypeAware which uses ReflectionUtils.newInstanceOf(Class, Object...) to create new instances.
FactoryTypeAwareReflectionBased(Class<? extends E>) - Constructor for class org.omnaest.utils.structure.element.factory.concrete.FactoryTypeAwareReflectionBased
 
FactoryWithArguments<E,A> - Interface in org.omnaest.utils.structure.element.factory
Parameterized alternative to the Factory which provides a FactoryWithArguments.newInstance(Object...)
fails() - Static method in class org.omnaest.utils.assertion.Assert
 
fails(String) - Static method in class org.omnaest.utils.assertion.Assert
 
fails(String, Exception) - Static method in class org.omnaest.utils.assertion.Assert
 
fails(Exception) - Static method in class org.omnaest.utils.assertion.Assert
 
fails(Exception) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
 
fails() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
 
fails(String, Exception) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
 
fails(String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
 
fails(Exception) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
 
fails() - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
 
fails() - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
fails(Exception) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
fails(String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
fails(String, Exception) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
fastHit - Variable in class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
field - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
fieldList(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Class.getFields() for a given Class.
file - Variable in class org.omnaest.utils.propertyfile.PropertyFile
 
FILE_ENCODING_DEFAULT - Static variable in class org.omnaest.utils.propertyfile.PropertyFile
 
fileEncoding - Variable in class org.omnaest.utils.propertyfile.PropertyFile
 
filter(Collection<E>, ElementFilter<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a filtered List using a ElementFilter on the given Collection
filter(Iterable<E>, ElementFilter<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a filtered List using a ElementFilter on the given Iterable
filter(List<E>, ExcludingElementFilterIndexPositionBased) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a filtered List using a ExcludingElementFilterIndexPositionBased
filter(List<E>, BitSet) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance which contains all elements from the given List which have a related bit within the BitSet set to true
filter(Iterable<E>, ElementFilter<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Filters the given Iterable and returns a Set which only contains the elements which are not filtered out by the given ElementFilter.
filter(E) - Method in interface org.omnaest.utils.structure.element.filter.ElementFilter
The ElementFilter.filter(Object) method should return true if the given element matches the internal ElementFilter.FilterMode
filter(int) - Method in class org.omnaest.utils.structure.element.filter.ElementFilterIndexPositionBasedForGivenIndexes
 
filter(String) - Method in class org.omnaest.utils.structure.element.filter.ElementFilterNotBlank
 
filter(E) - Method in class org.omnaest.utils.structure.element.filter.ExcludingElementFilter
The filter method should return true if the given element should be excluded
filter(E) - Method in class org.omnaest.utils.structure.element.filter.ExcludingElementFilterConstant
 
filter(int) - Method in interface org.omnaest.utils.structure.element.filter.ExcludingElementFilterIndexPositionBased
Returns true for all to be excluded elements with the given index position
filter(E) - Method in class org.omnaest.utils.structure.element.filter.ExcludingElementFilterNotNull
 
filterAndOrderBy(Iterable<E>, Iterable<E>...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Creates a new List instance based on the given source Iterable.
filtered(Iterable<E>, BitSet) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns an Iterable where the Iterable.iterator() instance returns only those elements where the respective bit within the filter BitSet is set to true
filtered(Iterator<E>, BitSet) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns an Iterator which returns a filtered subset of the given Iterator based on the given filter BitSet
filteredMap(Map<K, V>, ElementFilter<K>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new filtered Map instance.
filteredMap(Map<K, V>, Iterable<K>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Filters a given Map by its keys.
filteredMapExcludingNullValues(Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Filters a given Map by values which are null.
filteredValues(Map<K, V>, Class<V>, K...) - Static method in class org.omnaest.utils.structure.map.MapUtils
 
filterExcludingBlankElements(Collection<String>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Filters all blank elements from the given Collection with elements of type String and returns a new List instance.
filterExcludingElement(Collection<E>, E) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a filtered List which does not contain the given element
filterExcludingIndexPositions(List<E>, Collection<Integer>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
 
filterExcludingIndexPositions(List<E>, int...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
 
filterExcludingNullElements(Collection<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Filters all null elements from the given Collection and returns a new List instance.
filterIncludingIndexPositions(List<E>, Collection<Integer>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
 
filterIncludingIndexPositions(List<E>, Integer...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
 
fireEvent(EVENT) - Method in class org.omnaest.utils.events.concrete.EventManagerImpl
Simple method for handling events.
fireEvent(EVENT) - Method in interface org.omnaest.utils.events.EventManager
Fires a given event.
first() - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Returns the first (lowest) element currently in this SortedList.
first() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
first(SortedList<E>) - Static method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
first() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
first() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
firstElement(List<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the first element of the given List.
firstElement(Iterable<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns the first element of the given Iterable
firstElementOf(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the first element of a given List
firstEntry(Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the first Map.Entry of a given Map or null if the Map reference is null or the Map is empty
firstKey() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
firstKey() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
forcedDurationAfterToFastInvocationInMilliseconds - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
ForEach<E,V> - Class in org.omnaest.utils.operation.foreach
A ForEach will iterate over a given Iterable instance and executes a given List of Operations.
ForEach(Iterable<E>...) - Constructor for class org.omnaest.utils.operation.foreach.ForEach
 
ForEach(Iterable<E>) - Constructor for class org.omnaest.utils.operation.foreach.ForEach
 
ForEach.Result<V> - Class in org.omnaest.utils.operation.foreach
ForEach.Result of a ForEach Operation which is basically an unmodifiable List of all returned instances from the Operations.
ForEach.Result(List<V>) - Constructor for class org.omnaest.utils.operation.foreach.ForEach.Result
 
fork() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Creates a fork instance of the current TreeNavigator.
fork() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Creates a fork of the current TreeNavigator.TreeNodePathAndCache
formatPerArrayElement(String, E...) - Static method in class org.omnaest.utils.strings.StringUtils
Formats an given array into a String array using String.format(String, Object...)
formatPerArrayElement(Locale, String, E...) - Static method in class org.omnaest.utils.strings.StringUtils
Similar to StringUtils.formatPerArrayElement(String, Object...) using String.format(Locale, String, Object...) instead.
from(Map<K, VL>) - Method in class org.omnaest.utils.structure.map.MapJoiner
 
from(KeyExtractor<K, VL>, Iterable<VL>) - Method in class org.omnaest.utils.structure.map.MapJoiner
 
fromIndex - Variable in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
futureList - Variable in class org.omnaest.utils.threads.FutureTaskManager
 
FutureSimple<V> - Class in org.omnaest.utils.structure.element
Simple Future implementation using a CountDownLatch which unlocks when the value is set.
FutureSimple() - Constructor for class org.omnaest.utils.structure.element.FutureSimple
 
FutureTaskManager - Class in org.omnaest.utils.threads
A FutureTaskManager will manage the Futures created e.g. by a ExecutorService.submit(java.util.concurrent.Callable) call and allows to wait on all managed Futures.
FutureTaskManager(ExecutorService) - Constructor for class org.omnaest.utils.threads.FutureTaskManager
 
FutureTaskManager() - Constructor for class org.omnaest.utils.threads.FutureTaskManager
Does not support FutureTaskManager.submitAndManage(Callable) and FutureTaskManager.submitAndManage(Runnable).

G

generateList(int, Factory<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Generates a new List using the given value Factory to create all the elements the given number of times.
genericType - Variable in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
get(Object) - Method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
get(int) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Gets the BeanPropertyAccessor at the given index position
get(Object) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
get(Object) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
get(Object) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
get(int) - Method in class org.omnaest.utils.events.event.EventResults
 
get(Object) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
get(int) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
get(int) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
get(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the element at the given index position within the given List instance.
get(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
get() - Method in class org.omnaest.utils.structure.element.FutureSimple
 
get(long, TimeUnit) - Method in class org.omnaest.utils.structure.element.FutureSimple
 
get(int) - Method in interface org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Returns the element at the given index position
get(int) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
get(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
get(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
get(Object) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
get(Object) - Method in class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
get(Object) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
get(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
get(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
get(Object) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
get(Object) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
get(Object) - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
get(Object) - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
get(Object) - Method in class org.omnaest.utils.structure.map.MapComposite
 
get(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
get(int) - Method in class org.omnaest.utils.xml.JAXBList
 
getAccessor() - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
getActiveIterator() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Returns the currently active Iterator instance or null, if no instance is active.
getActiveListIterator() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Returns the currently active ListIterator instance or null, if no instance is active.
getAddedElementSet() - Method in class org.omnaest.utils.structure.collection.set.SetDelta
Returns all elements which have been added to the first Set to became the second Set
getAdditionalArguments() - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
getAnnotation(Class<A>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.getAnnotation(Class, PropertyAccessType) using the default BeanPropertyAccessor.PropertyAccessType
getAnnotation(Class<A>, BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the Annotation instance declared on the field or methods for the related property depending on the BeanPropertyAccessor.PropertyAccessType.
getArgumentCasted(int) - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
Returns the argument with the given index position.
getArguments() - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
Arguments of the method call
getArguments() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult
 
getAssertResult() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertResultValueProvider
Returns the result of the assertion.
getAttributeMap() - Method in class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
getAuthenticationPassword() - Method in class org.omnaest.utils.download.DownloadConnection
 
getAuthenticationUser() - Method in class org.omnaest.utils.download.DownloadConnection
 
getAutowiredContainer() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
getBeanClass() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the class object of accepted bean type
getBlanks() - Method in class org.omnaest.utils.propertyfile.content.element.BlankLineElement
 
getCanonicalPath() - Method in exception org.omnaest.utils.beans.replicator.CopyException
 
getCapturedCanonicalMethodNameList(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list of all captured canonical method names for a given stub object in order of their invocation.
getCapturedCanonicalMethodNameList() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list of all captured canonical method names for the last active stub object in order of their invocation.
getCapturedCanonicalMethodNameListWithMergedHierarchyCalls() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a List of the canonical method names captured by the last active stub.
getCapturedCanonicalMethodNameListWithMergedHierarchyCalls(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a List of the canonical method names captured by the given stub but with all hierarchical calls like testInterface.doTestSubInterface().doCalculateSomething() which result in testInterface testInterface.doTestSubInterface testInterface.doTestSubInterface.doCalculateSomething merged into a single representation like: testInterface.doTestSubInterface.doCalculateSomething
getCapturedCanonicalPropertyNameList() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list of all captured canonical property names for the last active stub object in order of their invocation.
getCapturedCanonicalPropertyNameList(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list of all captured canonical property names for a given stub object in order of their invocation.
getCapturedCanonicalPropertyNameListWithMergedHierarchyCalls() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a List of the canonical property names captured by the last active stub.
getCapturedCanonicalPropertyNameListWithMergedHierarchyCalls(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a List of the canonical method names captured by the given stub but with all hierarchical calls like testInterface.doTestSubInterface().doCalculateSomething() which result in testInterface testInterface.fieldObject testInterface.fieldObject.fieldString merged into a single representation like: testInterface.fieldObject.fieldString
getCapturedType() - Method in interface org.omnaest.utils.proxy.MethodCallCapturer.TypeCaptureAware
Returns the captured type
getCharacter() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
 
getCharacterPathChildrenList() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
 
getChildrenList() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
getChildrenList() - Method in interface org.omnaest.utils.structure.hierarchy.tree.TreeNode
Returns the List of references to the children of the current TreeNode
getChildrenListFor(TN) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Returns the List of children which are determined when the TreeNode is added to the TreeNavigator.TreeNodePathAndCache
getChildrenListOfCurrentTreeNode() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Returns the children TreeNode List of the parental TreeNode
getChildrenListOfParent() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Returns the children TreeNode List of the parental TreeNode
getClassAnnotationAutowiredContainer() - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
getClient() - Method in class org.omnaest.utils.events.event.Result
 
getClientResultList() - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
 
getCollection() - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapter
 
getCollection() - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
getCollection() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
getComment() - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
getCommentIndicator() - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
getConfigurator() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
getConfigurator() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
getContent() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
getContentAsBytes() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the loaded content in a byte[].
getContentAsString() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the content as a String encoded by the determined content encoding.
getContentCurrentSize() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the current size of the loaded amount of content.
getContentEncoding() - Method in class org.omnaest.utils.download.DownloadConnection
 
getContentEstimatedSize() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the size that was estimated to receive, by the http content size determined.
getContentSize() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the current size of the downloaded content.
getContentType() - Method in class org.omnaest.utils.download.DownloadConnection
 
getCopierFactoryList() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
getCurrentListIndex() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
 
getCurrentTreeNode() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Returns the current TreeNode
getCurrentTreeNode() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Returns the current TreeNode
getData() - Method in class org.omnaest.utils.events.event.Event
 
getDeclaredAnnotationList() - Method in class org.omnaest.utils.reflection.ReflectionUtils.MethodParameterMetaInformation
 
getDeclaringPropertyType(BeanPropertyAccessor.PropertyAccessType...) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.getDeclaringPropertyType(PropertyAccessType) but using all given BeanPropertyAccessor.PropertyAccessTypes.
getDeclaringPropertyType() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.getDeclaringPropertyType(PropertyAccessType) using the default BeanPropertyAccessor.PropertyAccessType
getDeclaringPropertyType(BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Determines the Class type for the property.
getDelimiter() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getDescription() - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
getDownloadConnection() - Method in class org.omnaest.utils.download.DownloadManager
Returns a new instance of a downloadconnection.
getDownloadManager() - Method in class org.omnaest.utils.download.DownloadConnection
 
getDownloadSpeed() - Method in class org.omnaest.utils.download.DownloadConnection
 
getDuration(TimeUnit) - Method in class org.omnaest.utils.time.DurationCapture
Returns the needed time between measurement start and stop in the given TimeUnit.
getDuration(Object, TimeUnit) - Method in class org.omnaest.utils.time.DurationCapture
Returns the needed time between measurement start and stop for the given interval key in the given TimeUnit.
getDuration(TimeUnit, Object...) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time duration sum between measurement start and stop in the given TimeUnit for all given interval keys.
getDurationCapture() - Method in class org.omnaest.utils.time.DurationCaptureCallableDecorator
 
getDurationCapture() - Method in class org.omnaest.utils.time.DurationCaptureRunnableDecorator
 
getDurationCapture() - Method in interface org.omnaest.utils.time.DurationCaptureTypeFactory.DurationCaptureAware
Returns the underlying DurationCapture instance which measures the time of method calls.
getDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture
Returns the needed time between measurement start and stop in milliseconds.
getDurationInMilliseconds(Object) - Method in class org.omnaest.utils.time.DurationCapture
Returns the needed time between measurement start and stop in milliseconds.
getDurationInMilliseconds(Object...) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time duration sum between measurement start and stop in milliseconds for all given interval keys.
getDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture.Interval
 
getDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
getDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCaptureCallableDecorator
 
getDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCaptureRunnableDecorator
 
getDurationPercentage() - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
getDurationToWaitInMilliseconds() - Method in exception org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions.ToFastInvocationException
 
getElement() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
getElement() - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
getElement() - Method in interface org.omnaest.utils.structure.element.accessor.AccessorReadable
Returns the element the AccessorReadable does point to
getElement() - Method in class org.omnaest.utils.structure.element.accessor.adapter.ThreadLocalToAccessorAdapter
 
getElement() - Method in class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
 
getElementByIndexPosition(int) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns the element at the given index position.
getElementList() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Gets a new list instance of all Elements managed by this PropertyFileContent instance.
getElementListAscendingByIndexPosition() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns a new list instance of all Elements managed by this PropertyFileContent instance sorted in ascending order by their index position (which has the same order as the line numbers).
getEncoding() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
getEndIndexPosition() - Method in interface org.omnaest.utils.sorting.SortUtil.ArbitraryStructureContext
 
getEvent() - Method in class org.omnaest.utils.events.event.Event
 
getEventListenerRegistration() - Method in class org.omnaest.utils.events.concrete.EventManagerImpl
 
getEventListenerRegistration() - Method in interface org.omnaest.utils.events.EventProducer
Offers the EventListenerRegistration to register EventListener to this instance.
getEventManagerConnector() - Method in class org.omnaest.utils.events.concrete.EventManagerImpl
 
getEventManagerConnector() - Method in interface org.omnaest.utils.events.EventManager
 
getException() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
Returns the Exception if one was thrown during the replay.
getException() - Method in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
getExceptionHandler() - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
getExceptionHandler() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
getExceptionHandlerRegistration() - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
getExceptionHandlerRegistration() - Method in class org.omnaest.utils.operation.special.OperationExceptionHandled
 
getExceptionList() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns the List of all catched Exceptions
getExecutorService() - Method in class org.omnaest.utils.threads.submit.SubmitGroupFactory
 
getField() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the underlying Field
getField() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
getFile() - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
getFileEncoding() - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
getFilterMode() - Method in interface org.omnaest.utils.structure.element.filter.ElementFilter
Returns the ElementFilter.FilterMode in which the filter acts.
getFilterMode() - Method in class org.omnaest.utils.structure.element.filter.ExcludingElementFilter
 
getFirst() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
getFirst() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
getFirstElement() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
getFirstException() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns the first Exception if any Exception is present
getFutureList() - Method in class org.omnaest.utils.threads.FutureTaskManager
Returns the List of manage Futures
getGenericType() - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
getGetterMethod() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
getHTTPStatusCode() - Method in class org.omnaest.utils.download.DownloadConnection
 
getIndex() - Method in class org.omnaest.utils.propertyfile.content.Element
 
getIndexList() - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
getInputStream() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
getInstance() - Static method in class org.omnaest.utils.download.DownloadManager
Returns an instance of the download manager.
getInstance() - Static method in class org.omnaest.utils.proxy.BeanProperty
Returns a ThreadLocal specific instance which will be created at the first time of use with a given Thread.
getInstanceHandlerFactoryList() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
getInstanceType() - Method in class org.omnaest.utils.structure.element.factory.adapter.FactoryToFactoryTypeAwareAdapter
 
getInstanceType() - Method in class org.omnaest.utils.structure.element.factory.concrete.ArrayListFactory
 
getInstanceType() - Method in class org.omnaest.utils.structure.element.factory.concrete.FactoryTypeAwareReflectionBased
 
getInstanceType() - Method in class org.omnaest.utils.structure.element.factory.concrete.HashSetFactory
 
getInstanceType() - Method in class org.omnaest.utils.structure.element.factory.concrete.LinkedHashSetFactory
 
getInstanceType() - Method in interface org.omnaest.utils.structure.element.factory.FactoryTypeAware
Returns the Class type the Factory.newInstance() method produces
getInterfaces() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
getInterfaces() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
getInterimTime(TimeUnit) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time since starting the measurement and now in the given TimeUnit.
getInterimTime(Object, TimeUnit) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time since starting the measurement and now in milliseconds for the given interval key in the given TimeUnit
getInterimTime(TimeUnit, Object...) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time sum since starting the measurement and now in the given TimeUnit for all given interval keys.
getInterimTimeInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture
Returns the time since starting the measurement and now in milliseconds.
getInterimTimeInMilliseconds(Object) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time since starting the measurement and now in milliseconds for the given interval key
getInterimTimeInMilliseconds(Object...) - Method in class org.omnaest.utils.time.DurationCapture
Returns the time sum since starting the measurement and now in milliseconds for all given interval keys.
getInterimTimeInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture.Interval
Returns the duration in milliseconds which has passed since the start of the time measurement and now.
getInterval() - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
getIntervalKeyAsString() - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
getIntervalKeyList() - Method in class org.omnaest.utils.time.DurationCapture
Returns all available DurationCapture.Interval keys.
getIntervalKeyToDurationInMillisecondsMap() - Method in class org.omnaest.utils.time.DurationCapture
Returns a new Map instance with all DurationCapture.Interval keys and the related DurationCapture.getDurationInMilliseconds(Object) as value
getIntervalKeyToDurationMap(TimeUnit) - Method in class org.omnaest.utils.time.DurationCapture
Returns a new Map instance with all DurationCapture.Interval keys and the related DurationCapture.getDuration(TimeUnit) as value
getIterator() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
getIteratorList() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
getKey() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getKey() - Method in class org.omnaest.utils.structure.map.SimpleEntry
 
getKey() - Method in class org.omnaest.utils.time.DurationCapture.Interval
 
getKey() - Method in class org.omnaest.utils.tuple.KeyValue
Returns the key
getKeySetDelta() - Method in class org.omnaest.utils.structure.map.MapDelta
Returns the SetDelta of the Map.keySet()
getKnownTypes() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
getLast() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
getLast() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
getLastMethodCallContext() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns the last MethodCallCapturer.MethodCallCaptureContext which has been reported to this MethodCallCapturer.
getLineManager() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
getLineSeparator() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
getList() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
getList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
getList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
getList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
Returns the currently active List to which all method invocations should be forwarded.
getList() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
getListIteratorList() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
getMap() - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.SourePropertyAccessorForMap
 
getMap() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
getMap() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
getMap() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
getMap() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
Gets the underlying Map for the current Thread context
getMethod() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns the underlying Method.
getMethod() - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
Intercepted method
getMethod() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult
 
getMethodCallCapture() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
getMethodCallCaptureContextList() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances.
getMethodCallCaptureContextList(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances for a given stub instance.
getMethodCallCaptureContextWithMergedHierarchyList() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances for the last active stub instance.
getMethodCallCaptureContextWithMergedHierarchyList(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances for a given stub instance.
getMethodCallCapturer() - Method in interface org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCapturerAware
Returns the underlying MethodCallCapturer
getMethodGetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the getter Method
getMethodInvocationHandlerDecorators() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
getMethodName() - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
Returns the name of the called Method.
getMethodSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the setter Method
getModel() - Method in interface org.omnaest.utils.structure.hierarchy.nodemap.NodeMap
 
getModel() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
getModel() - Method in interface org.omnaest.utils.structure.hierarchy.tree.Tree
Returns the model of the Tree
getModel() - Method in interface org.omnaest.utils.structure.hierarchy.tree.TreeNode
Returns the data model which belongs to the current TreeNode
getName() - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
getNavigator() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy
Returns a TokenMonoHierarchy.Navigator for the TokenMonoHierarchy
getNextIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
Returns the Index which follows the given Index
getNextLine() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
getNonMatchingPropertyNameList() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
Returns a List of all non matching property names
getNonMatchingPropertyNameList() - Method in exception org.omnaest.utils.beans.copier.PreparedBeanCopier.NonMatchingPropertyException
 
getNumberFrom() - Method in class org.omnaest.utils.operation.foreach.Range
 
getNumberTo() - Method in class org.omnaest.utils.operation.foreach.Range
 
getObject() - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
 
getObject() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
getOrCreate(K, Factory<V>) - Method in interface org.omnaest.utils.cache.Cache
Gets a cached value or creates a new one using the given Factory and puts the new value into the cache.
getOrCreateMethodCallCaptureContextListForStub(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Gets an available list for the given proxy object or creates a new one.
getOutputPropertyMap() - Method in class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
getOutputStream() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns an outputstream, that allows to write the byte array content directly.
getOutputStreamWriter(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns an OutputStreamWriter using the given encoding
getOutputStreamWriter() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Like ByteArrayContainer.getOutputStreamWriter(String) using the ByteArrayContainer.DEFAULTENCODING
getParameterMap() - Method in class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
getParent() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Returns the parent TreeNode of the current TreeNode is one exists, otherwise null
getParentTokenElementNode() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
getPrefixBlanks() - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
getPrefixBlanks() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getPreviousIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
Returns the Index is comes before the given Index.
getPreviousLine() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
getPreviousMethodCallCaptureContext() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
getPreviousMethodCallCaptureContext() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
getPrintStreamWriter() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns a new PrintStream using the "utf-8" encoding
getPrintStreamWriter(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns a new PrintStream
getPrintStreamWriter(String, boolean) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns a new PrintStream
getPropertyAccessOption() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
getPropertyAnnotationAutowiredContainer() - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
getPropertyFileContent() - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
getPropertyList() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns a new list instance containing all Property instances.
getPropertyMap() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns a PropertyMap view on the Property elements of this PropertyFileContent instance.
getPropertyName() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Get the field name which is referenced by this method.
getPropertyName() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the name of the property
getPropertyName() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
getPropertyNameSource() - Method in exception org.omnaest.utils.beans.replicator.NoMatchingPropertiesException
 
getPropertyNameTarget() - Method in exception org.omnaest.utils.beans.replicator.NoMatchingPropertiesException
 
getPropertynameToValueMap(Class<O>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredPropertyContainer
Returns a Map for all properties which can be assigned to the given Class.
getPropertynameToValueMap(Class<O>) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
getPropertynameToValueMapForArbitraryType(Class<?>) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
getPropertyValue(B, BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the property value for the underlying Java Bean property from the given Java Bean object.
getPropertyValue(B, BeanPropertyAccessor.PropertyAccessType...) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.getPropertyValue(Object, ExceptionHandler, PropertyAccessType...) with no ExceptionHandler
getPropertyValue(B, ExceptionHandler, BeanPropertyAccessor.PropertyAccessType...) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.getPropertyValue(Object, PropertyAccessType, ExceptionHandler) using all the given BeanPropertyAccessor.PropertyAccessTypes
getPropertyValue(B, BeanPropertyAccessor.PropertyAccessType, ExceptionHandler) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the property value for the underlying Java Bean property from the given Java Bean object.
getPropertyValue(B) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the property value for the underlying Java Bean property from the given Java Bean object.
getPropertyValueAndSuccess(B, BeanPropertyAccessor.PropertyAccessType, ExceptionHandler) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns the property value for the underlying Java Bean property from the given Java Bean object.
getProxy() - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
A secondary proxy used to invoke the non-intercepted method.
getQName() - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelector.SelectionContext
 
getQNameHierarchy() - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelector.SelectionContext
Returns all QNames of the currents element location.
getReader() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns a Reader with the default encoding "utf-8"
getReader(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns a Reader using the given encoing
getRegardedAnnotationScope() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
getRemovedElementSet() - Method in class org.omnaest.utils.structure.collection.set.SetDelta
Returns all elements which have been removed from the first Set to become the second Set
getResult() - Method in class org.omnaest.utils.events.event.Result
 
getResult() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult
 
getResult() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns the resulting element
getResultList() - Method in class org.omnaest.utils.events.event.EventResults
Returns an undmodifyable List of the event results
getResultMap() - Method in interface org.omnaest.utils.structure.map.MapJoiner.JoinResult
Returns the result Map
getRetainedElementSet() - Method in class org.omnaest.utils.structure.collection.set.SetDelta
Returns all elements which does not have changed between the first and the second Set
getRetainedKeyToEqualValueMap() - Method in class org.omnaest.utils.structure.map.MapDelta
Returns a Map with all retained keys between the first and second map which have not changed their value
getRetainedKeyToUnequalValuesMap() - Method in class org.omnaest.utils.structure.map.MapDelta
Returns a Map with all retained keys between the first and second map which have changed their value
getReturnedStub() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Gets the stub object returned by the captured method call.
getSet() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
getSetterMethod() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
getShouldCancel() - Method in class org.omnaest.utils.structure.element.FutureSimple
Returns true if the Future.cancel(boolean) method has been called at least once
getSizeMax() - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
Returns the maximum size threshold
getSource() - Method in class org.omnaest.utils.events.event.Event
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterBooleanToString
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterNumberToString
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterObjectToString
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigDecimal
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToBigInteger
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToByte
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToDouble
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToFloat
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToInteger
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToLong
 
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterStringToShort
 
getSourceAndTargetType() - Method in interface org.omnaest.utils.structure.element.converter.ElementConverterTypeAware
Returns the ElementConverterTypeAware.SourceAndTargetType of the ElementConverter
getSourceAndTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterTypeAwareGenericsBased
 
getSourceEventDataList() - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
 
getSourcePropertyAccessorDecorators() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
getSourceType() - Method in exception org.omnaest.utils.beans.replicator.NoMatchingPropertiesException
 
getSourceType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterTypeAware.SourceAndTargetType
 
getStandardEncoding() - Method in class org.omnaest.utils.download.DownloadConnection
 
getStartIndexPosition() - Method in interface org.omnaest.utils.sorting.SortUtil.ArbitraryStructureContext
 
getStatusCode() - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
getStatusCodeDescription(int) - Static method in class org.omnaest.utils.download.HTTPStatusCodeHelper
 
getStatusCodeDescriptionMap() - Static method in class org.omnaest.utils.download.HTTPStatusCodeHelper
 
getStep() - Method in class org.omnaest.utils.operation.foreach.Range
 
getStub() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Returns the stub for which this MethodCallCapturer.MethodCallCaptureContext was created for one of its methods called.
getStubList() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Returns the stub objects which have been invoked to produce this MethodCallCapturer.MethodCallCaptureContext.
getTargetType() - Method in exception org.omnaest.utils.beans.replicator.NoMatchingPropertiesException
 
getTargetType() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterTypeAware.SourceAndTargetType
 
getTimeExpired() - Method in class org.omnaest.utils.download.DownloadConnection
 
getTokenElement() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns the current token element
getTokenElement() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
getTokenElementList() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementPath
 
getTokenElementOfChildrenList() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns a List with all token elements of the children.
getTokenElementTotokenElementNodeChildrenMap() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
getTransferSizeInBytes() - Method in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
getTraversalControls() - Method in enum org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.LocalAndReducedTraversalControl
 
getTraversalControlSet() - Method in enum org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.LocalAndReducedTraversalControl
 
getTree() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
getTreeNodePathList() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Returns a new List instance containing the current path of TreeNodes
getTreeNodePathList() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
 
getTreeRootNode() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
getTreeRootNode() - Method in interface org.omnaest.utils.structure.hierarchy.tree.Tree
Returns the single root TreeNode
getType() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
getType() - Method in class org.omnaest.utils.reflection.ReflectionUtils.MethodParameterMetaInformation
 
getTypeFromToTypeToMap() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
getUnderlyingList() - Method in interface org.omnaest.utils.beans.adapter.ListToTypeAdapter.UnderlyingListAware
Returns the List which underlies this class type facade.
getUnderlyingMap() - Method in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorUnderlyingMapAware
Gets the underlying Map
getUnderlyingMap() - Method in interface org.omnaest.utils.structure.map.UnderlyingMapAware
Returns the Map which underlies this class type facade.
getUnderlyingPropertynameList() - Method in interface org.omnaest.utils.beans.adapter.ListToTypeAdapter.UnderlyingListAware
Returns the underlying property name list after which the elements of the value list are ordered.
getUrl() - Method in class org.omnaest.utils.download.DownloadConnection
 
getURLfromURI(URI) - Static method in class org.omnaest.utils.download.URIHelper
Returns an url for a given uri if possible.
getUsedStringEncoding() - Method in class org.omnaest.utils.download.DownloadConnection
 
getValidCacheDurationInMilliseconds() - Method in class org.omnaest.utils.structure.element.cached.CachedElementTimed
 
getValue(String, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.SourePropertyAccessorForMap
 
getValue(String, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in interface org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor
Returns the value related to the given property name.
getValue(String, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorAdapter
 
getValue(String, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorDefaultValue
 
getValue(String, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption
 
getValue(String, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyNameTemplate
 
getValue(Class<? extends O>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Returns the value which can be assigned as value to the given Class type.
getValue(Class<? extends O>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
getValue(Class<? extends O>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
getValue() - Method in interface org.omnaest.utils.structure.element.cached.CachedElement.CachedValue
 
getValue() - Method in class org.omnaest.utils.structure.element.cached.CachedElement
Returns the value from the cache or resolves it from the underlying CachedElement.ValueResolver if it is null.
getValue() - Method in class org.omnaest.utils.structure.map.SimpleEntry
 
getValue() - Method in class org.omnaest.utils.tuple.KeyValue
Returns the value
getValueByRegex(Map<String, ? extends E>, String) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the value of the first key within a Map which matches a given regular expression.
getValueFirst() - Method in class org.omnaest.utils.tuple.Tuple2
Returns the first value of the Tuple.
getValueFirst() - Method in class org.omnaest.utils.tuple.Tuple3
 
getValueFirst() - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
getValueFirst() - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated. Returns the first value of the Tuple.
getValueFromCacheOnly() - Method in class org.omnaest.utils.structure.element.cached.CachedElement
Returns the cached value and does not resolve the value if the cached value is null.
getValueList() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getValueList() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
getValueResolver() - Method in class org.omnaest.utils.structure.element.cached.CachedElement
 
getValues() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns the values of the current node
getValueSecond() - Method in class org.omnaest.utils.tuple.Tuple2
Returns the second value of the Tuple.
getValueSecond() - Method in class org.omnaest.utils.tuple.Tuple3
 
getValueSecond() - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
getValueSecond() - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated. Returns the second value of the Tuple.
getValueSet(Class<? extends O>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Returns a Set for all values which can be assigned to the given Class.
getValueSet(Class<? extends O>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
getValueSet(Class<? extends O>) - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
getValueSet(Class<? extends O>) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
getValueThird() - Method in class org.omnaest.utils.tuple.Tuple3
 
getValueThird() - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  

H

handle(MethodCallCapture) - Method in interface org.omnaest.utils.proxy.handler.MethodInvocationHandler
Handles a method invocation.
handle(MethodCallCapture) - Method in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorToString
 
handle(MethodCallCapture) - Method in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorUnderlyingMapAware
 
handle(MethodCallCapture) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCaptureMethodInvocationHandler
 
handle(MethodCallCapture) - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler
 
handle(MethodCallCapture) - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler
 
handleEvent(EVENT) - Method in interface org.omnaest.utils.events.EventListener
This method will be called from an EventManager when events are being fired.
handleEvent(EVENT) - Method in class org.omnaest.utils.events.EventListenerBasic
 
handleEventSilently(EVENT) - Method in class org.omnaest.utils.events.EventListenerBasic
 
handleEventSilently(EVENT, EventListenerRegistration<EVENT, RESULT>) - Method in class org.omnaest.utils.events.EventListenerBasic
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerBooleanState
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerDelegate
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerEPrintStackTrace
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerIgnoring
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerLogging
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerRethrowingAsRuntimeException
 
handleException(Exception) - Method in interface org.omnaest.utils.events.exception.ExceptionHandler
Handles the given Exception
handleException(Exception) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager.DispatchingExceptionHandler
 
handleException(Exception) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions
 
handleToString() - Method in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorToString
Handles the invocation of the Object.toString() method
hasAccessToUnderlyingData - Variable in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
 
hasActiveIterator() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Returns true, if there is an active Iterator instance set
hasActiveListIterator() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Returns true, if there is an active Iterator instance set
hasAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type declares or inherits the given Annotation class from any supertype, but not from interfaces
hasAnnotation(Field, Class<? extends Annotation>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Field declares the given Annotation class
hasAnnotationIncludingInterfaces(Class<?>, Class<? extends Annotation>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type declares or inherits the given Annotation class from any supertype, but not from interfaces
hasAnnotationOnAnyMethod(Class<?>, Class<? extends Annotation>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type has any annotation of the given type on any of its methods
hasAnnotationOnAnyMethod(Class<?>, Class<? extends Annotation>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type has any annotation of the given types on any of its methods
hasArguments() - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
Returns true if the invocation has arguments
hasArguments(int) - Method in class org.omnaest.utils.proxy.handler.MethodCallCapture
Returns true if the invocation has the given count of arguments
hasBeanToBeConverted(Class<?>, Object) - Method in interface org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilter
Returns true, if a given JavaBean should be converted to a Map
hasBeanToBeConverted(Class<?>, Object) - Method in class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilterExcludingDeclaringJavaBaseClass
 
hasBeanToBeConverted(Class<?>, Object) - Method in class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilterExcludingJavaBaseClass
 
hasBeanToBeConverted(Class<?>, Object) - Method in class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter.BeanConversionFilterExcludingPrimitiveAndString
 
hasChildren() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the current node has children
hasChildren() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Returns true if the current TreeNode.getChildrenList() is not empty
hasConstructorFor(Class<? extends B>, Object...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type has a Constructor for the given arguments
hasConstructorFor(Class<? extends B>, Class<?>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type has a Constructor for the given parameter types
hasDeclaredAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type declares the given Annotation class
hasDeclaredAnnotation(Method, Class<? extends Annotation>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Method declares the given Annotation class
hasDefaultConstructorFor(Class<? extends B>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given Class type has a default Constructor
hasDefaultInterval() - Method in class org.omnaest.utils.time.DurationCapture
Returns true, if there is an DurationCapture.Interval instance for the DurationCapture.INTERVAL_DEFAULTKEY.
hasElement() - Method in class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
Returns true if the current element is not null
hasExceptions() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns true if any Exceptions have been catched
hasExecutorService() - Method in class org.omnaest.utils.threads.FutureTaskManager
Returns true if this FutureTaskManager has an ExecutorService available
hasField() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true if an underlying field is available
hasGetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true, if the method has no parameters but a return type.
hasGetterAndSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true, if the underlying Field has a getter and a setter method.
hasGetterOrSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true, if the underlying Field has at least a getter or a setter method or both available.
hashCode() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
hashCode() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
hashCode() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
hashCode() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
hashCode() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
hashCode() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
hashCode() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodAndArguments
 
hashCode() - Method in interface org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationComparison
 
hashCode() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodOnly
 
hashCode() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
hashCode() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
hashCode() - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
hashCode(Collection<E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Calculates the hash code for a given collection including the order of elements
hashCode() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
hashCode() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.collection.set.SetAbstract
 
hashCode() - Method in class org.omnaest.utils.structure.collection.set.SetDelta
 
hashCode() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
hashCode() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
hashCode() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
hashCode(Iterable<?>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Generates a Object.hashCode() for a given Iterable and its elements.
hashCode() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
hashCode() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
hashCode() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
hashCode() - Method in class org.omnaest.utils.structure.map.MapDelta
 
hashCode() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
hashCode() - Method in class org.omnaest.utils.threads.CallableDecorator
 
hashCode() - Method in class org.omnaest.utils.threads.RunnableDecorator
 
hashCode() - Method in class org.omnaest.utils.tuple.KeyValue
 
hashCode() - Method in class org.omnaest.utils.tuple.Tuple2
 
hashCode() - Method in class org.omnaest.utils.tuple.Tuple3
 
hashCode() - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
hashCode() - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
hashCode() - Method in class org.omnaest.utils.xml.JAXBName
 
hashCodeUnordered(Collection<E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Calculates the hash code for a given collection not including the order of elements.
hashMap() - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
hashMap() - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
HashMapFactory<K,V> - Class in org.omnaest.utils.structure.element.factory.concrete
Factory for HashMap intances
HashMapFactory() - Constructor for class org.omnaest.utils.structure.element.factory.concrete.HashMapFactory
 
HashSetFactory<E> - Class in org.omnaest.utils.structure.element.factory.concrete
FactoryTypeAware creating new instances of HashSet
HashSetFactory() - Constructor for class org.omnaest.utils.structure.element.factory.concrete.HashSetFactory
 
hasLastInvocationExceededMinimalDurationBetweenTwoExcecutionCalls() - Method in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
Returns true if the next OperationBlockingToFastRepeatingExecutions.execute(Object) will be forced to wait for OperationBlockingToFastRepeatingExecutions.forcedDurationAfterToFastInvocationInMilliseconds
hasNext() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
hasNext() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
hasNext() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ChainedIterator
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorToIteratorAdapter
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ElementStreamToIteratorAdapter
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.IteratorToIteratorAdapter
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.QueueToCircularIteratorAdapter
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ThreadLocalCachedIterator
 
hasNext() - Method in class org.omnaest.utils.structure.iterator.ThreadSafeIterator
 
hasNext() - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLIterator
 
hasNextListIteratorToSwitchTo() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Returns true if ListIteratorDecoratorSwitchable.switchToNext() will find another active ListIterator
hasNextSibling() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the current node has a next sibling
hasNextSibling() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Returns true, if the current TreeNode has a next sibling
hasNoChildren() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
Returns true if the current CharacterPathBuilder.CharacterPath has no children
hasNoErrors() - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerBooleanState
 
hasNoExceptions() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns true, if no Exceptions have been catched
hasNonMatchingProperties() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
Returns true if there are properties which could not be matched
hasParent() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the current node has a parent
hasParent() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Returns true, if the current TreeNode has a parent
hasPrevious() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
hasPrevious() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
hasPrevious() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
hasPrevious() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
hasPrevious() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
hasPrevious() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
hasPreviousListIteratorToSwitchTo() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Returns true if ListIteratorDecoratorSwitchable.switchToPrevious() will find another active ListIterator
hasPreviousSibling() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the current node has a previous sibling
hasPreviousSibling() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Returns true, if the current TreeNode has a previous sibling
hasProperty(Property) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns true if the same Property is present.
hasPropertyKey(String) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns true if a Property with the given key exists.
hasPropertyKeyAndValueList(String, List<String>) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns true if a Property with the given key exists.
hasPropertyWithSameKeyAndValue(Property) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns true if the same Property is present.
hasResult() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Returns true if ExceptionHandledResult.getResult() is not null
hasSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Is true, if a method has only one parameter and begins with "set".
hasSibling(int) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the current node has a sibling a the given relative index position.
hasValueResolved() - Method in class org.omnaest.utils.structure.element.cached.CachedElement
Returns true, if the cache has resolved a value from the underlying CachedElement.ValueResolver instance.
hasValues() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the current node has at least one value
headList(E) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Returns a view to the current SortedList which starts at the beginning and ends by the given element which itself is excluded from the head list.
headList(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
headList(SortedList<E>, E) - Static method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
headList(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
headList(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
headMap(KEY) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
headMap(K) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
HTTPStatusCodeHelper - Class in org.omnaest.utils.download
 
HTTPStatusCodeHelper() - Constructor for class org.omnaest.utils.download.HTTPStatusCodeHelper
 
HTTPStatusCodeHelper.HTTPStatusCodeDescription - Class in org.omnaest.utils.download
 
HTTPStatusCodeHelper.HTTPStatusCodeDescription(int, String, String) - Constructor for class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 

I

IdentityArrayList<E> - Class in org.omnaest.utils.structure.collection.list
Uses the "object == element" comparison instead of the equals comparison for methods navigating to the elements from the List by given element instances.
IdentityArrayList(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
IdentityArrayList() - Constructor for class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
IdentityArrayListBasedSet<E> - Class in org.omnaest.utils.structure.collection.set
Ordered Set implementation using the IdentityArrayList as backing structure.
IdentityArrayListBasedSet() - Constructor for class org.omnaest.utils.structure.collection.set.IdentityArrayListBasedSet
 
IdentityArrayListBasedSet(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.set.IdentityArrayListBasedSet
 
IdentityLinkedHashMap<K,V> - Class in org.omnaest.utils.structure.map
Similar to an LinkedHashMap but using the identity comparison "object == element" for resolution of keys and values.
IdentityLinkedHashMap() - Constructor for class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
IMMUTABLE_INSTANCE - Static variable in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory
Marker instance which indicates an immutable instance, which should not be cloned.
implementationForByteArrayContainerClass - Static variable in class org.omnaest.utils.structure.container.ByteArrayContainer
Used by the factory method.
implementationForDurationClass - Static variable in class org.omnaest.utils.time.DurationCapture
Used by the factory method.
index - Variable in class org.omnaest.utils.propertyfile.content.Element
 
Index - Class in org.omnaest.utils.propertyfile.content.index
Representation of an Index which corresponds strongly to line numbers.
Index(IndexManager) - Constructor for class org.omnaest.utils.propertyfile.content.index.Index
 
IndexArrayList<E extends Comparable<? super E>> - Class in org.omnaest.utils.structure.collection.list
This class implements the list interface.
IndexArrayList() - Constructor for class org.omnaest.utils.structure.collection.list.IndexArrayList
Creates a new empty indexed list.
IndexArrayList(int) - Constructor for class org.omnaest.utils.structure.collection.list.IndexArrayList
 
IndexArrayList(Collection<? extends E>) - Constructor for class org.omnaest.utils.structure.collection.list.IndexArrayList
Creates a new indexed list, which is filled with all objects of the collection.
indexesOf(E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
Returns all index positions, where the data values at are equal to the given element.
indexesOf(E) - Method in interface org.omnaest.utils.structure.collection.list.IndexList
Returns all index positions, where the data values at are equal to the given element.
indexesOfElementsEqualOrBetween(E, E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
Returns the indexes of the elements that are equal or between the smallestElement and the largestElement.
indexesOfElementsEqualOrBetween(E, E) - Method in interface org.omnaest.utils.structure.collection.list.IndexList
Returns all index positions of elements that are between both as paramter given elements.
indexesOfElementsGreaterThan(E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
Returns the indexes of the elements greater than the as parameter given element.
indexesOfElementsGreaterThan(E) - Method in interface org.omnaest.utils.structure.collection.list.IndexList
Returns all index positions of elements that are greater than the given element.
indexesOfElementsLessThan(E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
Returns the indexes of the elements less than the parameter element.
indexesOfElementsLessThan(E) - Method in interface org.omnaest.utils.structure.collection.list.IndexList
Returns all index positions of elements that have a lesser value than the given element.
indexList - Variable in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
IndexList<E> - Interface in org.omnaest.utils.structure.collection.list
Defines an interface for lists that are based on an index structure.
indexListOf(List<E>, E) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a List of all index positions for the given element.
IndexManager - Class in org.omnaest.utils.propertyfile.content.index
 
IndexManager() - Constructor for class org.omnaest.utils.propertyfile.content.index.IndexManager
 
indexManager - Variable in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
indexOf(Object) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
indexOf(Object) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
indexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
Returns the index position of the first occurrence of an element which is Object.equals(Object) to the given Object
indexOf(Object) - Method in class org.omnaest.utils.xml.JAXBList
 
indexOfObjectIdentity(Collection<E>, Object) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the index position of the first occurring object within the Collection.
indexPosition - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
indexPositionNext - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
indexPositionPrevious - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
info - Variable in class org.omnaest.utils.assertion.AssertLogger
 
inherited - Variable in class org.omnaest.utils.structure.element.cached.ThreadLocalCachedElement
 
initializeClassAdapter(Class<? extends T>, boolean) - Method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Creates the stub
initializedCounterMap() - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a Map instance which returns for Map.get(Object) always an AtomicInteger instance.
initializedEnumMap(Class<K>, Factory<V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns an EnumMap filled with all available values of the given Enum type as keys and the result of the Factory as value for each Enum key.
initializedMap(Factory<V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.initializedMap(Map, Factory) using a new LinkedHashMap instance
initializedMap(FactoryParameterized<V, K>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.initializedMap(Map, FactoryParameterized) using a new LinkedHashMap instance
initializedMap(Map<K, V>, Factory<V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a MapDecorator which ensures that all Map.get(Object) invocations with a valid key type will return a value.
initializedMap(Map<K, V>, FactoryParameterized<V, K>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a MapDecorator which ensures that all Map.get(Object) invocations with a valid key type will return a value.
initializedSortedMap(SortedMap<K, V>, Factory<V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.initializedMap(Map, Factory) but for any SortedMap instance
initializedValueListMap() - Static method in class org.omnaest.utils.structure.map.MapUtils
Short form of MapUtils.initializedMap(Factory) using an ArrayListFactory
initializedValueListMap(Map<K, List<V>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Short form of MapUtils.initializedMap(Factory) using an ArrayListFactory
initializedValueSetMap() - Static method in class org.omnaest.utils.structure.map.MapUtils
Short form of MapUtils.initializedMap(Factory) using an LinkedHashSetFactory
initializedValueSetMap(Map<K, Set<V>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Short form of MapUtils.initializedMap(Factory) using an LinkedHashSetFactory
initializeMap(Map<K, V>, Iterable<K>, Factory<V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.initializeMap(Map, Iterable, Factory, boolean) but does not overwrite values of already existing keys.
initializeMap(Map<K, V>, Iterable<K>, Factory<V>, boolean) - Static method in class org.omnaest.utils.structure.map.MapUtils
Initializes the given Map for all keys from the key Iterable with values created by the value Factory.newInstance() method.
initializeOperationBattery(int) - Method in class org.omnaest.utils.operation.battery.OperationBattery
Initialize the OperationBattery before the constructor call ends.
initializeOperationBattery(int) - Method in class org.omnaest.utils.operation.battery.OperationBatteryRoundRobin
 
innerJoinMapByKey(Map<K, VA>, Map<K, VB>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a Map with the matching keys and the respective value instances within a of Tuple2 wrapper, which has always the value of the first map and the value of the second map.
inputStream - Variable in class org.omnaest.utils.streams.InputStreamDecorator
 
inputStream - Variable in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
InputStreamDecorator - Class in org.omnaest.utils.streams
Decorator of an InputStream which delegates all methods to the given InputStream instance
InputStreamDecorator(InputStream) - Constructor for class org.omnaest.utils.streams.InputStreamDecorator
 
InputStreamDecoratorSimple - Class in org.omnaest.utils.streams
Simple decorator of an InputStream which only relies on the InputStreamDecoratorSimple.read() method of the given InputStream for any of the available read operations like InputStream.read(byte[]) and InputStream.read(byte[], int, int).
InputStreamDecoratorSimple(InputStream) - Constructor for class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
insertElementAfter(Element, Element) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
insertIndex(int, Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
InsertionSortedList<E> - Class in org.omnaest.utils.structure.collection.list.sorted
SortedList implementation using insertion sort algorithm based on a simple ArrayList
InsertionSortedList() - Constructor for class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
InsertionSortedList(Collection<E>, Comparator<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
InsertionSortedList(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
InsertionSortedList(Comparator<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
insertString(String, String, int, boolean) - Static method in class org.omnaest.utils.strings.StringUtils
 
InstanceFactory - Interface in org.omnaest.utils.beans.replicator
Factory for an instance
instanceList - Variable in class org.omnaest.utils.dispatcher.DispatcherAbstract
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter.ClassAdapterMethodInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.omnaest.utils.time.DurationCaptureTypeFactory.MethodInterceptorDurationCapture
 
interfaces - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
interfaceSet(Class<?>, boolean) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns as Set of interfaces which are implemented by the given type.
intersection(Collection<E>...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List with only this elements which are in all of the given Collections
intersection(Collection<? extends Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List with only this elements which are in all of the given Collections
intersection(Collection<? extends Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns the intersection of the Collections of the given container Collection
intersection(Set<E>, Set<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns the intersection of two given Set instances by iterating over the smaller given Set and testing on the Set.contains(Object) method of the larger Set.
intersection(Collection<E>...) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns the intersection of the Collections of the given container Collection
intersection(Collection<E>, Collection<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns the intersection of the Collections of the given container Collection
interval - Variable in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
INTERVAL_DEFAULTKEY - Static variable in class org.omnaest.utils.time.DurationCapture
 
intervalKeyToIntervalMap - Variable in class org.omnaest.utils.time.DurationCapture
 
inverse(ElementBidirectionalConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterHelper
Returns a new ElementBidirectionalConverter instance which inverts the direction of the given instance
invert() - Method in interface org.omnaest.utils.structure.map.dualmap.DualMap
Returns the same DualMap instance but with inverted key and value
invert() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
invert(Map<? extends K, ? extends V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the inverted Map for the given one.
inverted() - Method in class org.omnaest.utils.structure.map.SimpleEntry
Returns an inverted Map.Entry view of the current Map.Entry.
invertedBidirectionalMap(Map<? extends K, ? extends V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the inverted Map for the given one.
invokeMethod(Object, String, Object...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Invokes the given method name on the given object.
isAlive() - Method in class org.omnaest.utils.download.DownloadConnection
If the download is initiated in threaded mode, this indicates if the current download thread is still active.
isAnyTypeAssignableFromInstance(Iterable<Class<?>>, Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given object instance is assignable to at least one of the given types.
isAnyTypeAssignableFromType(Iterable<Class<?>>, Class<?>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given source type instance is assignable to at least one of the given target types.
isAnyValueEqualTo(V) - Method in class org.omnaest.utils.operation.foreach.ForEach.Result
Returns true if any value of the result is equal to the given value
isArray(Object) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns true if the object is an Array
isArray(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and an Array type.
isArrayType(Class<?>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns true if the given type is not null and Class.isArray() is true
isAssignableFrom(Class<?>, Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns true if the given target Class is Class.isAssignableFrom(Class) for the given Class type.
isAssignableFromInstance(Class<?>, Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given target Class is Class.isAssignableFrom(Class) from the given Object.
isBooleanArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isBooleanArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isByteArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isByteArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isCachingChildrenOfPathNodes() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
isCancelled() - Method in class org.omnaest.utils.structure.element.FutureSimple
 
isCharArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isCharArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isCollection(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and a Collection derived type
isContentInvalid() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns true if a previous operation on the ByteArrayContainer has put the content into a malformed state.
isCreatingTransitiveStubs - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
isCreatingTransitiveStubs() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
isDone() - Method in class org.omnaest.utils.structure.element.FutureSimple
 
isDoubleArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isDoubleArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isDownloadSuccessful() - Method in class org.omnaest.utils.download.DownloadConnection
Returns true, if no error has occurred during the download.
isEmpty() - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Returns true if there are no elements within this container.
isEmpty() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
isEmpty() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
isEmpty() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Returns true if the BeanPropertyAccessors container has no BeanPropertyAccessor instances
isEmpty() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
isEmpty() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
isEmpty() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
isEmpty() - Method in class org.omnaest.utils.events.event.EventResults
 
isEmpty() - Method in class org.omnaest.utils.math.Average
 
isEmpty() - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
isEmpty() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
 
isEmpty(Iterable<?>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
isEmpty( null ) = true isEmpty( Arrays.asList()) = true isEmpty( Arrays.asList("") ) = false
isEmpty() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
isEmpty() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
isEmpty() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
isEmpty() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
isEmpty() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
isEmpty() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
isEmpty() - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
isEmpty() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
isEmpty() - Method in class org.omnaest.utils.xml.JAXBCollection
 
isEmpty() - Method in class org.omnaest.utils.xml.JAXBList
 
isEmpty() - Method in class org.omnaest.utils.xml.JAXBSet
 
isFalse(boolean) - Static method in class org.omnaest.utils.assertion.Assert
 
isFalse(boolean, String) - Static method in class org.omnaest.utils.assertion.Assert
 
isFalse(boolean) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if the given expression is false
isFalse(boolean, String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given expression is false
isFalse(boolean) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given expression is false
isFalse(boolean) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isFalse(boolean, String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isFastHit() - Method in class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
isFieldAccessMethod() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns true, if the given method is a field access method.
isFloatArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isFloatArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isFormattingOutput() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
isGetter - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
isGetter() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns true, if the method has no parameters but a return type.
isGetterWithAdditionalArguments - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
isGetterWithAdditionalArguments() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns true, if a method begins with "get" or "is" and has more than one parameter and at least two and has a return type.
isHandling(Class<?>) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.CopierFactory
Indicates if the given Class type can be handled
isHandling(Class<?>) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.InstanceFactoryCreator
Returns true if the given Class type can be handled
isHandlingArbitraryObjects() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
isHandlingCollections() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
isHandlingLists() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
isHandlingMaps() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
isHandlingPrimitivesAndWrappers() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
isHandlingSets() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
isIncludingAlreadyTraversedNodes() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
isIncludingChildren() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
isIncludingCurrentNode() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
isIndexPositionValid - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
isIntArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isIntArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isInterimTimeLowerThan(int, TimeUnit, DurationCapture, Object[]) - Static method in class org.omnaest.utils.assertion.Assert
Asserts that the DurationCapture.getInterimTimeInMilliseconds(Object...) is lower than the given duration limit for the given TimeUnit and interval keys.
isInterimTimeLowerThan(int, TimeUnit, DurationCapture, Object[]) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if the DurationCapture.getInterimTime(TimeUnit) is lower than the given duration limit.
isInterimTimeLowerThan(int, TimeUnit, DurationCapture, Object[]) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the DurationCapture.getInterimTime(TimeUnit) is lower than the given duration limit.
isInterimTimeLowerThan(int, TimeUnit, DurationCapture, Object[]) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isIterable(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and a Iterable derived type
isIterableType(Class<?>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns true if the given type is assignable to the Iterable interface
isLeaf() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
Returns true if the current CharacterPathBuilder.CharacterPath represents a leaf node.
isList(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and a List derived type
isListType(Class<?>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns true if the given type is not null and assignable to a List
isLoglevelEnabled() - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelImpl.LoglevelSupport
 
isLongArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isLongArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isMap(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and a Map derived type
isMapType(Class<?>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns true if the given type is assignable to the Map interface
isMethodCallCapturerAware() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
Returns true, if the stub implements the MethodCallCapturer.MethodCallCapturerAware interface.
isModelValue(V) - Method in interface org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory.ModelAndChildExtractor
 
isNavigationSuccessful() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns true if the last navigation was successful.
isNavigationSuccessful() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
isNotEmpty(Collection<?>) - Static method in class org.omnaest.utils.assertion.Assert
 
isNotEmpty(Collection<?>, String) - Static method in class org.omnaest.utils.assertion.Assert
 
isNotEmpty(Collection<?>) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if the given Collections is not null and not empty.
isNotEmpty(Collection<?>, String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given Collections is not null and not empty.
isNotEmpty(Collection<?>) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given Collections is not null and not empty.
isNotEmpty(Collection<?>) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isNotEmpty(Collection<?>, String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isNotEmpty() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
isNotNull(Object) - Static method in class org.omnaest.utils.assertion.Assert
 
isNotNull(Object, Object...) - Static method in class org.omnaest.utils.assertion.Assert
 
isNotNull(Object, String) - Static method in class org.omnaest.utils.assertion.Assert
Returns true if the given Object is not null, otherwise an IllegalArgumentException is thrown
isNotNull(String, Object, Object, Object...) - Static method in class org.omnaest.utils.assertion.Assert
 
isNotNull(Object, Object...) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if all the given Objects are not null.
isNotNull(Object) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if the given Object is not null.
isNotNull(String, Object, Object...) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if all the given Objects are not null.
isNotNull(Object, String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if all the given Objects are not null.
isNotNull(Object, Object...) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if all the given Objects are not null.
isNotNull(Object) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given Object is not null.
isNotNull(Object) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isNotNull(Object, Object...) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isNotNull(Object, String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isNotNull(String, Object, Object...) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isPrimitiveArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isPrimitiveArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isPrimitiveOrPrimitiveWrapperType(Class<?>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if ObjectUtils.isPrimitiveType(Class) or ObjectUtils.isPrimitiveWrapperType(Class) returns true
isPrimitiveType(Class<?>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if type is not null and Class.isPrimitive() is true for the given type
isPrimitiveWrapperType(Class<?>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Class type is a wrapper type of a primitive.
isReadable() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true if the BeanPropertyAccessor.PropertyAccessType is field and the class definition has a field or if BeanPropertyAccessor.PropertyAccessType is property and the class declares a getter.
isReadAndWritable() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true if the BeanPropertyAccessor.PropertyAccessType is field and the class definition has a field or if BeanPropertyAccessor.PropertyAccessType is property and the class declares a getter and a setter.
isRegardingAdapterAnnotation() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
isRegardingDefaultValueAnnotation() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
isRegardingPropertyNameTemplateAnnotation() - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
isRemoveFirstElementByExceedingSize() - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
isReplaySuccessful - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
 
isReplaySuccessful() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
Returns true if the replay action was successful without an exception been thrown.
isRoot() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
Returns true if the current CharacterPathBuilder.CharacterPath is the root node and returns null for the CharacterPathBuilder.CharacterPath.getCharacter()
isSetter - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
isSetter() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Is true, if a method has only one parameter and begins with "set".
isSetterWithAdditionalArguments - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
isSetterWithAdditionalArguments() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns true, if a method begins with "set" and has at least two parameter or more.
isSetType(Class<?>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns true if the given type is assignable to the Set interface
isShortArray - Variable in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isShortArray() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
isSimulatingToString() - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
isSortedMap(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and a SortedMap derived type
isSortedMapType(Class<?>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns true if the given type is assignable to the SortedMap interface
isSortedSet(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns true if the given Object is not null and a SortedSet derived type
isSortedSetType(Class<?>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns true if the given type is assignable to the SortedSet interface
isString(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
isString( null ) = false isString( "" ) = true isString( "xyz" ) = true isString( 123 ) = false
isSuccessful() - Method in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
isTrue(boolean) - Static method in class org.omnaest.utils.assertion.Assert
 
isTrue(boolean...) - Static method in class org.omnaest.utils.assertion.Assert
 
isTrue(boolean, String) - Static method in class org.omnaest.utils.assertion.Assert
 
isTrue(String, boolean...) - Static method in class org.omnaest.utils.assertion.Assert
 
isTrue(boolean) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssert
Returns true if the given expression is true
isTrue(boolean, String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given expression is true
isTrue(boolean) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelAssert
Returns true if the given expression is true
isTrue(boolean) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isTrue(boolean, String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
isUnderlyingMapAware() - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
isUsingReentrantLock() - Method in class org.omnaest.utils.operation.battery.OperationBattery
If this returns true, the OperationBattery will ensure thread safetyness using a ReentrantLock on Operation instances.
isValid() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementPath
Returns true if there are given token elements
isValidIndex(int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
isValidIndexPosition(int) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
isWithinRange(long) - Method in class org.omnaest.utils.operation.foreach.Range
Returns true if the given number is within the Range
isWritable() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true if the BeanPropertyAccessor.PropertyAccessType is field and the class definition has a field or if BeanPropertyAccessor.PropertyAccessType is property and the class declares a setter.
iterable - Variable in class org.omnaest.utils.structure.iterator.RangedIterable
 
iterableAsList(Iterable<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Creates a new List from a given Iterable
iterables - Variable in class org.omnaest.utils.structure.iterator.ChainedIterable
 
IterableUtils - Class in org.omnaest.utils.structure.iterator
Helper class related to Iterable instances
IterableUtils() - Constructor for class org.omnaest.utils.structure.iterator.IterableUtils
 
IterableUtils.IterableReplicator<E> - Interface in org.omnaest.utils.structure.iterator
The IterableUtils.IterableReplicator allows to replicate elements to a given Collection
iterator() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
iterator() - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
iterator() - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
iterator() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
iterator() - Method in class org.omnaest.utils.events.event.EventResults
 
iterator() - Method in class org.omnaest.utils.operation.foreach.Range
 
iterator() - Method in class org.omnaest.utils.strings.tokenizer.CharacterSequenceTokenizerDecorator
 
iterator() - Method in class org.omnaest.utils.strings.tokenizer.ConvertingCharacterSequenceTokenizerDecorator
 
iterator() - Method in class org.omnaest.utils.strings.tokenizer.PatternBasedCharacterSequenceTokenizer
 
iterator() - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
iterator() - Method in class org.omnaest.utils.structure.collection.CollectionComposite
 
iterator() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
iterator() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
iterator() - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
iterator() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
iterator() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
iterator() - Method in class org.omnaest.utils.structure.collection.set.SetComposite
 
iterator() - Method in class org.omnaest.utils.structure.iterator.ChainedIterable
 
iterator - Variable in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
iterator() - Method in interface org.omnaest.utils.structure.iterator.ListIterable
Returns a ListIterator over a set of elements
iterator() - Method in class org.omnaest.utils.structure.iterator.RangedIterable
 
iterator() - Method in class org.omnaest.utils.xml.JAXBCollection
 
iterator() - Method in class org.omnaest.utils.xml.JAXBList
 
iterator() - Method in class org.omnaest.utils.xml.JAXBSet
 
iteratorAsList(Iterator<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Creates a new List from a given Iterator
IteratorDecorator<E> - Class in org.omnaest.utils.structure.iterator.decorator
An IteratorDecorator decorates an existing Iterator instance.
IteratorDecorator(Iterator<E>) - Constructor for class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
iteratorDecoratorSwitchable - Variable in class org.omnaest.utils.structure.iterator.ChainedIterator
 
IteratorDecoratorSwitchable<E> - Class in org.omnaest.utils.structure.iterator
This is a switchable Iterator decorator, which holds a List of Iterator instances which it can address.
IteratorDecoratorSwitchable(Iterable<Iterator<E>>) - Constructor for class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
IteratorDecoratorSwitchable(Iterator<E>...) - Constructor for class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
iteratorList - Variable in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
IteratorToIteratorAdapter<FROM,TO> - Class in org.omnaest.utils.structure.iterator.decorator
Decorator of an Iterator which uses an ElementConverter to convert the output of the IteratorToIteratorAdapter.next() method of the underlying Iterator to another type .
IteratorToIteratorAdapter(Iterator<FROM>, ElementConverter<FROM, TO>) - Constructor for class org.omnaest.utils.structure.iterator.decorator.IteratorToIteratorAdapter
 
IteratorToIteratorAdapter<TO,FROM> - Class in org.omnaest.utils.structure.iterator
Adapter from an Iterator with one specific type to another Iterator with another type using a given ElementBidirectionalConverter
IteratorToIteratorAdapter(Iterator<FROM>, ElementBidirectionalConverter<FROM, TO>) - Constructor for class org.omnaest.utils.structure.iterator.IteratorToIteratorAdapter
 
IteratorUtils - Class in org.omnaest.utils.structure.iterator
Helper related to Iterator
IteratorUtils() - Constructor for class org.omnaest.utils.structure.iterator.IteratorUtils
 

J

JAXBCollection<E> - Class in org.omnaest.utils.xml
Collection wrapper which acts as an XmlRootElement for any Collection.
JAXBCollection(Collection<E>) - Constructor for class org.omnaest.utils.xml.JAXBCollection
 
JAXBCollection() - Constructor for class org.omnaest.utils.xml.JAXBCollection
Used internally when JAXB does create a new default instance.
JAXBList<E> - Class in org.omnaest.utils.xml
List wrapper which acts as an XmlRootElement for any List.
JAXBList(List<E>) - Constructor for class org.omnaest.utils.xml.JAXBList
 
JAXBList() - Constructor for class org.omnaest.utils.xml.JAXBList
Used internally when JAXB does create a new default instance.
JAXBMap<K,V> - Class in org.omnaest.utils.xml
The JAXBMap is a artificial XmlRootElement for an arbitrary Map instance.
JAXBMap() - Constructor for class org.omnaest.utils.xml.JAXBMap
 
JAXBMap(Map<K, V>) - Constructor for class org.omnaest.utils.xml.JAXBMap
 
JAXBName - Class in org.omnaest.utils.xml
Special delegate implementation for a Name which can be translated via jaxb
JAXBName(String) - Constructor for class org.omnaest.utils.xml.JAXBName
 
JAXBName(Name) - Constructor for class org.omnaest.utils.xml.JAXBName
 
JAXBName(Enum) - Constructor for class org.omnaest.utils.xml.JAXBName
 
JAXBName() - Constructor for class org.omnaest.utils.xml.JAXBName
 
JAXBSet<E> - Class in org.omnaest.utils.xml
Set wrapper which acts as an XmlRootElement for any Set.
JAXBSet(Set<E>) - Constructor for class org.omnaest.utils.xml.JAXBSet
 
JAXBSet() - Constructor for class org.omnaest.utils.xml.JAXBSet
Used internally when JAXB does create a new default instance.
JAXBTypeContentConverterFactoryStAXONImpl - Class in org.omnaest.utils.xml
XMLIteratorFactory.JAXBTypeContentConverter implementation using StAXON
JAXBTypeContentConverterFactoryStAXONImpl() - Constructor for class org.omnaest.utils.xml.JAXBTypeContentConverterFactoryStAXONImpl
 
JAXBXMLHelper - Class in org.omnaest.utils.xml
Helper class for JAXB annotated classes.
JAXBXMLHelper() - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper
 
JAXBXMLHelper.JAXBContextBasedUnmarshaller<E> - Class in org.omnaest.utils.xml
Holder of a fully instantiated Unmarshaller instance
JAXBXMLHelper.JAXBContextBasedUnmarshaller(Unmarshaller, XMLReader, ExceptionHandler, String, Class<E>) - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.JAXBContextBasedUnmarshaller
 
JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase - Class in org.omnaest.utils.xml
Configuration for the marshalling process
JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase() - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase(String, ExceptionHandler, Class<?>[]) - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
JAXBXMLHelper.MarshallingConfiguration - Class in org.omnaest.utils.xml
 
JAXBXMLHelper.MarshallingConfiguration() - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
JAXBXMLHelper.MarshallingConfiguration.Configurator - Class in org.omnaest.utils.xml
A JAXBXMLHelper.UnmarshallingConfiguration.Configurator is able to configure several internal instances like JAXBContext and Marshaller.
JAXBXMLHelper.MarshallingConfiguration.Configurator() - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration.Configurator
 
JAXBXMLHelper.UnmarshallingConfiguration - Class in org.omnaest.utils.xml
 
JAXBXMLHelper.UnmarshallingConfiguration() - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
JAXBXMLHelper.UnmarshallingConfiguration(String, ExceptionHandler, Class<?>[]) - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
JAXBXMLHelper.UnmarshallingConfiguration.Configurator - Class in org.omnaest.utils.xml
A JAXBXMLHelper.UnmarshallingConfiguration.Configurator is able to configure several internal instances like SAXParserFactory, JAXBContext, Unmarshaller.
JAXBXMLHelper.UnmarshallingConfiguration.Configurator() - Constructor for class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration.Configurator
 
joiner() - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new MapJoiner instance
joinInner(Map<K, ? extends VR>) - Method in interface org.omnaest.utils.structure.map.MapJoiner.From
Does an inner join with the previously given left Map and the now given right Map
joinInner(KeyExtractor<? extends K, VR>, Iterable<? extends VR>) - Method in interface org.omnaest.utils.structure.map.MapJoiner.From
Similar to MapJoiner.From.joinInner(Map) but using a given Iterable and a related KeyExtractor

K

key - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
key - Variable in class org.omnaest.utils.structure.map.SimpleEntry
 
key - Variable in class org.omnaest.utils.time.DurationCapture.Interval
 
key - Variable in class org.omnaest.utils.tuple.KeyValue
 
KeyExtractor<K,E> - Interface in org.omnaest.utils.structure.element
 
keyList - Variable in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
keySet() - Method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
keySet() - Method in interface org.omnaest.utils.cache.Cache
Returns an unmodifiable Set of all keys within the Cache which only represents a snapshot in moment
keySet() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
keySet() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
keySet() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
keySet() - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
keySet() - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
keySet() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
keySet() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
keySet() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
keySet() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
keySet() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
keySet() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
keySet() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
keySet() - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
keySet() - Method in class org.omnaest.utils.structure.map.MapComposite
 
keySet() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
keyToValueMap - Variable in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
KeyValue<K,V> - Class in org.omnaest.utils.tuple
Two arguments Tuple supporting KeyValue.hashCode(), KeyValue.equals(Object) and KeyValue.toString() using the values of the given elements.
KeyValue() - Constructor for class org.omnaest.utils.tuple.KeyValue
 
KeyValue(K, V) - Constructor for class org.omnaest.utils.tuple.KeyValue
 
KeyValue(KeyValue<K, V>) - Constructor for class org.omnaest.utils.tuple.KeyValue
Creates a new KeyValue instance based on the values of an already existing instance
knownTypes - Variable in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 

L

last() - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Returns the last (highest) element currently in this SortedList.
last() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
last(SortedList<E>) - Static method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
last() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
last() - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
lastActiveRootStub - Variable in class org.omnaest.utils.proxy.MethodCallCapturer
 
lastElement(List<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the last element of the given List.
lastElement(Iterable<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns the last element of the given Iterable
lastElementOf(List<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns the last element of the given List.
lastEntry(Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the last Map.Entry of the given Map.
lastIndexOf(Object) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
lastIndexOf(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
lastIndexOf(Object) - Method in class org.omnaest.utils.xml.JAXBList
 
lastIndexOfObjectIdentity(Collection<E>, Object) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the index position of the last occurring object within the Collection.
lastInvocationExceededMinimalDurationBetweenTwoExcecutionCalls - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
lastKey() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
lastKey() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
length(Object) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns the length of a given array instance or -1 if the given instance is not an array instance.
LimitedLinkedList<E> - Class in org.omnaest.utils.structure.collection.list
Size limited Queue which can be configured to ignore further adding of elements if the size limit is reached, or to dump the oldest entry.
LimitedLinkedList(Collection<? extends E>, int) - Constructor for class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
LimitedLinkedList(int) - Constructor for class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
LimitedLinkedList() - Constructor for class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
LimitedLinkedList(Collection<? extends E>) - Constructor for class org.omnaest.utils.structure.collection.list.LimitedLinkedList
 
limitingIteratorDecorator(Iterator<E>, int) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a new decorator instance wrapping the given Iterator which will limit the elements which can be retrieved to the given number
LINE_SEPARATOR_OS_DEFAULT - Static variable in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
 
lineManager - Variable in class org.omnaest.utils.propertyfile.content.index.Index
 
lineSeparator - Variable in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
LinkedHashDualMap<K,V> - Class in org.omnaest.utils.structure.map.dualmap
DualMap implementation which makes use of two LinkedHashMap instances to get an index on keys and values.
LinkedHashDualMap() - Constructor for class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
LinkedHashDualMap(Map<K, V>, Map<V, K>) - Constructor for class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
linkedHashMap() - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
linkedHashMap() - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
LinkedHashSetFactory<E> - Class in org.omnaest.utils.structure.element.factory.concrete
FactoryTypeAware creating new instances of LinkedHashSet
LinkedHashSetFactory() - Constructor for class org.omnaest.utils.structure.element.factory.concrete.LinkedHashSetFactory
 
list - Variable in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
 
list - Variable in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
list - Variable in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
list - Variable in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
list - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
list - Variable in class org.omnaest.utils.xml.JAXBList
 
ListAbstract<E> - Class in org.omnaest.utils.structure.collection.list
This abstract list implementation offers the basic methods like addAll, removeAll, retainAll, etc. which rely only on other list methods and not on any underlying structure.
ListAbstract() - Constructor for class org.omnaest.utils.structure.collection.list.ListAbstract
 
ListAbstract.ListAbstractSublist<E> - Class in org.omnaest.utils.structure.collection.list
Sublist implementation for the ListAbstract including the ListAbstract.ListAbstractSublist.fromIndex and excluding the ListAbstract.ListAbstractSublist.toIndex
ListAbstract.ListAbstractSublist(List<E>, int, int) - Constructor for class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
ListDecorator<E> - Class in org.omnaest.utils.structure.collection.list.decorator
The ListDecorator is intended to decorate an existing List instance.
ListDecorator(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
ListDecorator() - Constructor for class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
listDispatchControl - Variable in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
ListDispatcher<E> - Class in org.omnaest.utils.structure.collection.list.decorator
Dispatches any access to it to one or multiple other List instances.
ListDispatcher(List<E>...) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
ListDispatcher.ListDispatchControl<E> - Class in org.omnaest.utils.structure.collection.list.decorator
The ListDispatcher.ListDispatchControl allows to control to which List the method invocations to the ListDispatcher will be forwarded to.
ListDispatcher.ListDispatchControl(List<E>...) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
 
listenerList - Variable in class org.omnaest.utils.events.concrete.EventListenerRegistrationImpl
 
listenerList - Variable in class org.omnaest.utils.events.concrete.EventManagerImpl
 
listenTo(EventListenerRegistration<EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
listenTo(EventListenerRegistration<OTHER_EVENT, OTHER_RESULT>, EventListenerAdapter<OTHER_EVENT, OTHER_RESULT, EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
listenTo(EventManager<EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
listenTo(EventManager<OTHER_EVENT, OTHER_RESULT>, EventListenerAdapter<OTHER_EVENT, OTHER_RESULT, EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventManagerConnectorImpl
 
listenTo(EventListenerRegistration<EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventManagerConnector
 
listenTo(EventListenerRegistration<OTHER_EVENT, OTHER_RESULT>, EventListenerAdapter<OTHER_EVENT, OTHER_RESULT, EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventManagerConnector
Connects the current EventManager to the EventListenerRegistration from another EventManager instance.
listenTo(EventManager<EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventManagerConnector
 
listenTo(EventManager<OTHER_EVENT, OTHER_RESULT>, EventListenerAdapter<OTHER_EVENT, OTHER_RESULT, EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventManagerConnector
 
ListIterable<E> - Interface in org.omnaest.utils.structure.iterator
Not only usable by a foreach statement, this interface forces the implementing class to offer a ListIterator instance.
listIterator() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
listIterator(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
listIterator() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
listIterator(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
listIterator - Variable in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
listIterator() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
listIterator(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
listIterator() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
listIterator(int) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
listIterator() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
listIterator(int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
listIterator() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
listIterator() - Method in class org.omnaest.utils.xml.JAXBList
 
listIterator(int) - Method in class org.omnaest.utils.xml.JAXBList
 
ListIteratorDecorator<E> - Class in org.omnaest.utils.structure.collection.list.decorator
Decorator for a ListIterator instance.
ListIteratorDecorator(ListIterator<E>) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
listIteratorDecoratorSwitchable - Variable in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
ListIteratorDecoratorSwitchable<E> - Class in org.omnaest.utils.structure.iterator
This is a switchable ListIterator decorator, which holds a List of ListIterator instances which it can address.
ListIteratorDecoratorSwitchable(Iterable<ListIterator<E>>) - Constructor for class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
ListIteratorDecoratorSwitchable(ListIterator<E>...) - Constructor for class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
ListIteratorIndexBased<E> - Class in org.omnaest.utils.structure.iterator
Abstract ListIterator implementation which translates the navigation and actions to index position based operations
ListIteratorIndexBased(ListIteratorIndexBased.ListIteratorIndexBasedSource<E>) - Constructor for class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
ListIteratorIndexBased(List<E>) - Constructor for class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
ListIteratorIndexBased.ListIteratorIndexBasedSource<E> - Interface in org.omnaest.utils.structure.iterator
 
ListIteratorIndexBased.ListToListIteratorSourceAdapter<E> - Class in org.omnaest.utils.structure.iterator
Adapter for any List implementation to act as a ListIteratorIndexBased.ListIteratorIndexBasedSource
ListIteratorIndexBased.ListToListIteratorSourceAdapter(List<E>) - Constructor for class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
listIteratorIndexBasedSource - Variable in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
listIteratorList - Variable in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
ListToListAdapter<FROM,TO> - Class in org.omnaest.utils.structure.collection.list.adapter
Adapter which allows a given List with a specific type to be used as a List with another specific type using a ElementBidirectionalConverter
ListToListAdapter(List<FROM>, ElementBidirectionalConverter<FROM, TO>) - Constructor for class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
ListToListIteratorAdapter<E> - Class in org.omnaest.utils.structure.collection.list.adapter
Adapter to a given list.
ListToListIteratorAdapter(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
Creates a new instance of a list iterator.
ListToListIteratorAdapter(List<E>, int) - Constructor for class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
Creates a new list iterator which returns with the first call of ListToListIteratorAdapter.next() the element at the given start index position of the list.
ListToSetAdapter<E> - Class in org.omnaest.utils.structure.collection.list.adapter
Defines a Set operating on a given List.
ListToSetAdapter(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
Constructor
ListToTypeAdapter<T,L extends List<?>> - Class in org.omnaest.utils.beans.adapter
This class creates a proxy implementation for a given Java Bean type which is used as a facade to an underlying List<?
ListToTypeAdapter(L, Class<T>, Comparator<String>, List<String>, boolean) - Constructor for class org.omnaest.utils.beans.adapter.ListToTypeAdapter
 
ListToTypeAdapter.ClassAdapterMethodInterceptor - Class in org.omnaest.utils.beans.adapter
A MethodInterceptor implementation special for this ListToTypeAdapter
ListToTypeAdapter.ClassAdapterMethodInterceptor() - Constructor for class org.omnaest.utils.beans.adapter.ListToTypeAdapter.ClassAdapterMethodInterceptor
 
ListToTypeAdapter.UnderlyingListAware<L extends List<?>> - Interface in org.omnaest.utils.beans.adapter
This interface makes a derivative type aware of an underlying map implementation.
ListUtils - Class in org.omnaest.utils.structure.collection.list
Helper class for modifying List instances.
ListUtils() - Constructor for class org.omnaest.utils.structure.collection.list.ListUtils
 
load() - Method in class org.omnaest.utils.propertyfile.PropertyFile
Loads the PropertyFile from disc.
load(String) - Method in class org.omnaest.utils.propertyfile.PropertyFile
Loads the PropertyFile from the given String
load(File) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Deprecated. use ByteArrayContainer.copyFrom(File) instead
loadObjectFromNode(Node, Class<E>) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Similar to JAXBXMLHelper.loadObjectFromNode(Node, Class, ExceptionHandler) but ignoring Exceptions
loadObjectFromNode(Node, Class<E>, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Loads an object of the given class type from an Node.
loadObjectFromXML(InputStream, Class<E>) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Loads an object from the given class type from an InputStream.
loadObjectFromXML(InputStream, Class<E>, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Loads an object of the given class type from an InputStream.
loadObjectFromXML(InputStream, Class<E>, JAXBXMLHelper.UnmarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Similar to JAXBXMLHelper.loadObjectFromXML(InputStream, Class) allowing to declare a JAXBXMLHelper.UnmarshallingConfiguration
loadObjectFromXML(CharSequence, Class<E>) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Loads an Object from a CharSequence which contains valid xml text content.
loadObjectFromXML(CharSequence, Class<E>, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Loads an Object from a CharSequence which contains valid xml text content.
loadObjectFromXML(CharSequence, Class<E>, JAXBXMLHelper.UnmarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Similar to JAXBXMLHelper.loadObjectFromXML(CharSequence, Class) allowing to specify an JAXBXMLHelper.UnmarshallingConfiguration
loadObjectFromXML(String, Class<E>) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
 
loadObjectFromXML(String, Class<E>, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
 
lock - Variable in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
lock - Variable in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
lock - Variable in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
lock - Variable in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
lock - Variable in class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
 
lock - Variable in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
locked(Collection<E>, Lock) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns a view of the given Collection which uses the given Lock to synchronize all of its methods
locked(List<E>, Lock) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a view of the given List using the given Lock to synchronize all of its methods
locked(ListIterator<E>, Lock) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a view on the given ListIterator which uses a Lock to synchronize all its methods.
locked(Set<E>, Lock) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a view of the given Set using the given Lock to synchronize all of its methods
locked(Map<K, V>, Lock) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a view of the given Map using the given Lock to synchronize all of its methods
lockedByReentrantLock(Collection<E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns a view of the given Collection which uses a new ReentrantLock instance to synchronize all of its methods
lockedByReentrantLock(List<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a view of the given List using a new ReentrantLock instance to synchronize all of its methods
lockedByReentrantLock(ListIterator<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a view on the given ListIterator which uses a ReentrantLock to synchronize all its methods.
lockedByReentrantLock(Set<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a view of the given Set using a new ReentrantLock instance to synchronize all of its methods
lockedByReentrantLock(Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a view of the given Map using a new ReentrantLock instance to synchronize all of its methods
lockedByReentrantLockIterator(Iterator<E>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a view on the given Iterator which uses a ReentrantLock to synchronize all its methods.
lockedIterator(Iterator<E>, Lock) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a view on the given Iterator which uses a Lock to synchronize all its methods.
LockingCollectionDecorator<E> - Class in org.omnaest.utils.structure.collection.decorator
A CollectionDecorator which uses a Lock instance to synchronize all methods of an underlying Collection
LockingCollectionDecorator(Collection<E>, Lock) - Constructor for class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
LockingCollectionDecorator(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
Uses a new ReentrantLock instance as Lock
LockingIteratorDecorator<E> - Class in org.omnaest.utils.structure.iterator.decorator
IteratorDecorator which uses a Lock instance to synchronize its methods
LockingIteratorDecorator(Iterator<E>, Lock) - Constructor for class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
 
LockingIteratorDecorator(Iterator<E>) - Constructor for class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
Uses a new ReentrantLock instance as Lock
LockingListDecorator<E> - Class in org.omnaest.utils.structure.collection.list.decorator
A ListDecorator which uses a given Lock instance to synchronize all of its methods.
LockingListDecorator(List<E>, Lock) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
LockingListDecorator(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
Uses a new ReentrantLock instance as Lock
LockingListIteratorDecorator<E> - Class in org.omnaest.utils.structure.collection.list.decorator
A ListIteratorDecorator which uses a Lock to synchronize all of its methods.
LockingListIteratorDecorator(ListIterator<E>, Lock) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
LockingListIteratorDecorator(ListIterator<E>) - Constructor for class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
Uses a new ReentrantLock instance as Lock
LockingMapDecorator<K,V> - Class in org.omnaest.utils.structure.map.decorator
MapDecorator which uses a Lock instance to synchronize every method invocation.
LockingMapDecorator(Map<K, V>, Lock) - Constructor for class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
LockingMapDecorator(Map<K, V>) - Constructor for class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
As default a new ReentrantLock instance is created
LockingSetDecorator<E> - Class in org.omnaest.utils.structure.collection.set.decorator
SetDecorator which uses a Lock to synchronize all of its methods.
LockingSetDecorator(Set<E>, Lock) - Constructor for class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
LockingSetDecorator(Set<E>) - Constructor for class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
Uses a new ReentrantLock instance as Lock
logAs(AssertLogger.DirectAssertHandlerMessageChoice.LogLevel) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandler
Logs the assertion Exception using the given AssertLogger.DirectAssertHandlerMessageChoice.LogLevel
logger - Variable in class org.omnaest.utils.assertion.AssertLogger
 
logWithMessage(AssertLogger.DirectAssertHandlerMessageChoice.LogLevel, String) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandlerMessageChoice
 
logWithMessage(AssertLogger.DirectAssertHandlerMessageChoice.LogLevel, Factory<String>) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandlerMessageChoice
 

M

manageFutureTask(Future<?>) - Method in class org.omnaest.utils.threads.FutureTaskManager
Manages the given Future
manageFutureTask(Iterable<Future<?>>) - Method in class org.omnaest.utils.threads.FutureTaskManager
Manages the given Future instances
map - Variable in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
map - Variable in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
map(MapBuilder.MapFactory<M, K, V>) - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
map(Class<M>, Object...) - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
map(MapBuilderOld.MapFactory<K, V>) - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated. MapBuilderOld using a MapBuilderOld.MapFactory to create a Map instance at MapBuilderOld.MapBuilderWithMap.build() time
map(Class<? extends Map>, Object...) - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated. Generic MapBuilderOld instance creator method which creates a MapBuilderOld with a Map instance of the given Class by using reflection.
map - Variable in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
MAP_KEY_IDENTIFIER - Static variable in class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapMarshaller
 
MAP_VALUE_IDENTIFIER - Static variable in class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapMarshaller
 
MapAbstract<K,V> - Class in org.omnaest.utils.propertyfile.content
Abstract Map reducing the Map interface to the very needed operations.
MapAbstract() - Constructor for class org.omnaest.utils.propertyfile.content.MapAbstract
 
MapAbstract<K,V> - Class in org.omnaest.utils.structure.map
This abstract Map implementation does implement all methods which rely only on other methods within the Map interface.
MapAbstract() - Constructor for class org.omnaest.utils.structure.map.MapAbstract
 
MapBasedSet<E> - Class in org.omnaest.utils.structure.collection.set.adapter
A Set based on a given Map implementation
MapBasedSet(Map<E, Object>) - Constructor for class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
MapBuilder - Class in org.omnaest.utils.structure.map
Builder for Map instances filled with keys and values.
MapBuilder() - Constructor for class org.omnaest.utils.structure.map.MapBuilder
 
MapBuilder.ClosedMapComposer<K,V> - Interface in org.omnaest.utils.structure.map
A MapBuilder.ClosedMapComposer allows to create specific Map instances containing the key value pairs defined with the MapBuilder.MapComposer
MapBuilder.MapComposer<K,V> - Interface in org.omnaest.utils.structure.map
A MapBuilder.MapComposer allows to compose a Map by adding key value pairs.
MapBuilder.MapFactory<M extends Map<K,V>,K,V> - Interface in org.omnaest.utils.structure.map
Factory for a Map instance
MapBuilder.MapRootComposer - Interface in org.omnaest.utils.structure.map
See MapBuilder.MapComposer
MapBuilderOld<K,V> - Class in org.omnaest.utils.structure.map
Deprecated. use MapUtils.builder() or MapBuilder instead
MapBuilderOld() - Constructor for class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
MapBuilderOld.MapBuilderWithMap<M extends Map<K,V>> - Class in org.omnaest.utils.structure.map
Deprecated. A MapBuilderOld which has a declared Map type and now allows to modify and build a Map
MapBuilderOld.MapBuilderWithMap(MapBuilderOld.MapFactory<K, V>) - Constructor for class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
MapBuilderOld.MapFactory<K,V> - Class in org.omnaest.utils.structure.map
Deprecated. Factory for a Map instance
MapBuilderOld.MapFactory() - Constructor for class org.omnaest.utils.structure.map.MapBuilderOld.MapFactory
Deprecated.  
MapComposite<K,V> - Class in org.omnaest.utils.structure.map
Map implementation which is based on a given List of further Map instances.
MapComposite(List<Map<K, V>>) - Constructor for class org.omnaest.utils.structure.map.MapComposite
 
MapComposite(Map<K, V>...) - Constructor for class org.omnaest.utils.structure.map.MapComposite
 
MapDecorator<K,V> - Class in org.omnaest.utils.structure.map.decorator
A decorator for any Map implementation
MapDecorator(Map<K, V>) - Constructor for class org.omnaest.utils.structure.map.decorator.MapDecorator
 
MapDecorator() - Constructor for class org.omnaest.utils.structure.map.decorator.MapDecorator
 
MapDecoratorAbstract<K,V> - Class in org.omnaest.utils.structure.map.decorator
A decorator for any Map implementation
MapDecoratorAbstract() - Constructor for class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
MapDelta<K,V> - Class in org.omnaest.utils.structure.map
A MapDelta will calculate the SetDelta of the Map.keySet() and the delta between the values of the retained keyset.
MapDelta(Map<K, V>, Map<K, V>) - Constructor for class org.omnaest.utils.structure.map.MapDelta
 
MapDelta.Values<V> - Class in org.omnaest.utils.structure.map
Holds the value of the first and second map
MapDelta.Values(V, V) - Constructor for class org.omnaest.utils.structure.map.MapDelta.Values
 
mapFactory - Variable in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
mapFactory - Variable in class org.omnaest.utils.structure.map.ThreadLocalMap
 
MapJoiner - Class in org.omnaest.utils.structure.map
A MapJoiner allows to join two or multiple Map instances by their keys.
MapJoiner() - Constructor for class org.omnaest.utils.structure.map.MapJoiner
 
MapJoiner.From<K,VL> - Interface in org.omnaest.utils.structure.map
 
MapJoiner.JoinedValue<V1,V2> - Class in org.omnaest.utils.structure.map
Similar to MapJoiner.JoinedValue special for a Map join result containing both values for a shared key
MapJoiner.JoinedValue() - Constructor for class org.omnaest.utils.structure.map.MapJoiner.JoinedValue
 
MapJoiner.JoinedValue(Tuple2<V1, V2>) - Constructor for class org.omnaest.utils.structure.map.MapJoiner.JoinedValue
 
MapJoiner.JoinedValue(V1, V2) - Constructor for class org.omnaest.utils.structure.map.MapJoiner.JoinedValue
 
MapJoiner.JoinResult<K,VL,VR> - Interface in org.omnaest.utils.structure.map
 
MapJoiner.Predicate<K,VL,VR> - Interface in org.omnaest.utils.structure.map
 
MapJoiner.PredicateIncludingKeySet<K,VL,VR> - Class in org.omnaest.utils.structure.map
MapJoiner.Predicate which uses a given Set of keys to return true for any result value which has a key contained within that given Set.
MapJoiner.PredicateIncludingKeySet(Set<K>) - Constructor for class org.omnaest.utils.structure.map.MapJoiner.PredicateIncludingKeySet
 
MapToCacheAdapter<K,V> - Class in org.omnaest.utils.cache
Adapter from Map to Cache

Note: MapToCacheAdapter.entrySet(), MapToCacheAdapter.values() and MapToCacheAdapter.keySet() will return an unmodifiable instance
MapToCacheAdapter(Map<? extends K, ? extends V>) - Constructor for class org.omnaest.utils.cache.MapToCacheAdapter
 
MapToMapAdapter<KEY_FROM,VALUE_FROM,KEY_TO,VALUE_TO> - Class in org.omnaest.utils.structure.map.adapter
The MapToMapAdapter is a decorator and adapter which allows to access a given Map using other types for the key as well as for the value.
MapToMapAdapter(Map<KEY_FROM, VALUE_FROM>, ElementConverter<KEY_FROM, KEY_TO>, ElementConverter<KEY_TO, KEY_FROM>, ElementConverter<VALUE_FROM, VALUE_TO>, ElementConverter<VALUE_TO, VALUE_FROM>) - Constructor for class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
MapToMapAdapter(Map<KEY_FROM, VALUE_FROM>, ElementBidirectionalConverter<KEY_FROM, KEY_TO>, ElementBidirectionalConverter<VALUE_FROM, VALUE_TO>) - Constructor for class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
MapToMapAdapterForKey<KEY_FROM,KEY_TO,VALUE> - Class in org.omnaest.utils.structure.map.adapter
Special implementation of a MapToMapAdapter which only converts the keys of a Map
MapToMapAdapterForKey(Map<KEY_FROM, VALUE>, ElementConverter<KEY_FROM, KEY_TO>, ElementConverter<KEY_TO, KEY_FROM>) - Constructor for class org.omnaest.utils.structure.map.adapter.MapToMapAdapterForKey
 
MapToMapAdapterForValue<KEY,VALUE_FROM,VALUE_TO> - Class in org.omnaest.utils.structure.map.adapter
Special implementation of a MapToMapAdapter which only converts the values of a Map
MapToMapAdapterForValue(Map<KEY, VALUE_FROM>, ElementConverter<VALUE_FROM, VALUE_TO>, ElementConverter<VALUE_TO, VALUE_FROM>) - Constructor for class org.omnaest.utils.structure.map.adapter.MapToMapAdapterForValue
 
MapUtils - Class in org.omnaest.utils.structure.map
Helper class for Map operations.
MapUtils() - Constructor for class org.omnaest.utils.structure.map.MapUtils
 
MapUtils.MapElementMergeOperation<K,V> - Interface in org.omnaest.utils.structure.map
A MapUtils.MapElementMergeOperation defines a MapUtils.MapElementMergeOperation.merge(Object, Object, Map) operation to merge Map elements into a merged Map instance.
MapUtils.MapEntryToElementConverter<TO,K,V> - Interface in org.omnaest.utils.structure.map
Converted to transform a given Map.Entry of a Map to a single List element
MapWithKeyMappingAdapter<KEY_TO,KEY_FROM,V> - Class in org.omnaest.utils.structure.map.adapter
Map adapter which allows to define a mapping for the keys of the underlying Map
MapWithKeyMappingAdapter(Map<KEY_FROM, V>, DualMap<KEY_FROM, KEY_TO>) - Constructor for class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
mark(int) - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
mark(int) - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
markSupported() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
markSupported() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
marshal(B) - Method in class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
Marshalls a given JavaBean into a nested Map
marshal(Object, BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapMarshaller
 
matchingPath(String) - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
Returns the CharacterPathBuilder.CharacterPath which matches the last character of the given relative path to the current CharacterPathBuilder.CharacterPath.
matchResult - Variable in class org.omnaest.utils.pattern.MatchResultGroupReplacer
 
MatchResultGroupReplacer - Class in org.omnaest.utils.pattern
Class which allows to replace the group values of a string found by a previous Matcher.matches() call.
MatchResultGroupReplacer(MatchResult) - Constructor for class org.omnaest.utils.pattern.MatchResultGroupReplacer
 
max(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a sublist of the given List with the maximum given size.
maximumNumberOfToleratedTooFastInvocations - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
maximumWidth(Iterable<String>) - Static method in class org.omnaest.utils.strings.StringUtils
Determines the maximum width of the given Iterable String elements
merge(BeanPropertyAccessor<B>, BeanPropertyAccessor<B>) - Static method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Merges two BeanPropertyAccessor instances into one if the underlying Class and property are equal.
merge(E[]...) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns an Array containing all elements of each of the given Arrays.
merge(Iterator<E>...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Merges all elements immediately into a single and new Iterator instance.
merge(K, V, Map<K, V>) - Method in interface org.omnaest.utils.structure.map.MapUtils.MapElementMergeOperation
Merge operation, which should implement the logic which merges the given key and value pair into the given mergedMap.
mergeAll(Collection<E>...) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Merges all elements of the given Collection instances into one single Collection instance which keeps the order of the elements.
mergeAll(Collection<? extends Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Merges all elements of the given Collection instances into one single List instance which keeps the order of the elements.
mergeAll(Collection<E>...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Merges all elements of the given Collection instances into one single List instance which keeps the order of the elements.
mergeAll(Collection<E>...) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Merges all elements of the given Collection instances into one single Set instance.
mergeAll(Collection<? extends Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Merges all elements of the given Collection instances into one single Set instance .
mergeAll(MapUtils.MapElementMergeOperation<K, V>, Map<? extends K, ? extends V>...) - Static method in class org.omnaest.utils.structure.map.MapUtils
Merges all given Map instances into a single LinkedHashMap using the given MapUtils.MapElementMergeOperation.
mergeAll(Collection<Map<? extends K, ? extends V>>, MapUtils.MapElementMergeOperation<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Merges all given Map instances into a single LinkedHashMap using the given MapUtils.MapElementMergeOperation.
mergeAll(Collection<Map<K, V>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Merges all given Map instances into a single LinkedHashMap.
mergeAll(Map<K, V>...) - Static method in class org.omnaest.utils.structure.map.MapUtils
Merges all given Map instances into a single LinkedHashMap.
mergeAllValuesIntoList(Map<K, V>...) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.mergeAllValuesIntoList(Collection)
mergeAllValuesIntoList(Collection<Map<K, V>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Merges multiple Map instances whereby multiple values for the same key are merged into a List
mergeAllValuesIntoSet(Map<K, V>...) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.mergeAllValuesIntoSet(Collection)
mergeAllValuesIntoSet(Collection<Map<K, V>>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Merges multiple Map instances whereby multiple values for the same key are merged into a Set
mergeHierarchicalMethodCallCaptureContextList(List<MethodCallCapturer.MethodCallCaptureContext>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Merges hierarchies of MethodCallCapturer.MethodCallCaptureContexts into the most nested MethodCallCapturer.MethodCallCaptureContext for each group of MethodCallCapturer.MethodCallCaptureContexts
mergeHierarchicalNameList(List<String>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Merges a list of hierarchical names.
mergeSort(SortUtil.ArbitraryStructureContext, SortUtil.ComparableArbitraryStructureIndexPosition, SortUtil.MergeSortDataModify, boolean) - Static method in class org.omnaest.utils.sorting.SortUtil
Sorts a given arbitrary structure with a mergesort algorithm.
message(AssertLogger.MessageFactory, Throwable) - Method in interface org.omnaest.utils.assertion.AssertLogger.Loglevel
Writes a message and a given Throwable to the Logger using the selected AssertLogger.Loglevel.
message(AssertLogger.MessageFactory) - Method in interface org.omnaest.utils.assertion.AssertLogger.Loglevel
Writes a message to the Logger using the selected AssertLogger.Loglevel

The AssertLogger.MessageFactory.message() method is only invoked if the respective AssertLogger.Loglevel is set to true within the logging configuration.
message(Throwable) - Method in interface org.omnaest.utils.assertion.AssertLogger.Loglevel
Writes the stacktracke of a given Throwable to the Logger using the selected AssertLogger.Loglevel
message(String, Throwable) - Method in interface org.omnaest.utils.assertion.AssertLogger.Loglevel
Writes a message and a given Throwable to the Logger using the selected AssertLogger.Loglevel
message(String) - Method in interface org.omnaest.utils.assertion.AssertLogger.Loglevel
Writes a message to the Logger using the selected AssertLogger.Loglevel
message(String) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
message(String, Throwable) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
message(Throwable) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
message(AssertLogger.MessageFactory) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
message(AssertLogger.MessageFactory, Throwable) - Method in class org.omnaest.utils.assertion.AssertLogger.LoglevelImpl
 
message() - Method in interface org.omnaest.utils.assertion.AssertLogger.MessageFactory
This method returns a message text
method - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
MethodCallCapture - Class in org.omnaest.utils.proxy.handler
Result of a captured method call.
MethodCallCapture(Object, Method, Object[], MethodProxy) - Constructor for class org.omnaest.utils.proxy.handler.MethodCallCapture
 
methodCallCapture - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
methodCallCapturer - Variable in class org.omnaest.utils.proxy.BeanProperty
 
MethodCallCapturer - Class in org.omnaest.utils.proxy
A MethodCallCapturer allows to create stubs for given java types which capture the calls of methods of this stub.
MethodCallCapturer() - Constructor for class org.omnaest.utils.proxy.MethodCallCapturer
 
methodCallCapturer - Variable in class org.omnaest.utils.proxy.MethodName
 
MethodCallCapturer.CapturedTypeInstanceCreationConfiguration - Class in org.omnaest.utils.proxy
Configuration object when a MethodCallCapturer creates a new stub instance.
MethodCallCapturer.CapturedTypeInstanceCreationConfiguration(Class<?>, Class<?>[], boolean) - Constructor for class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
MethodCallCapturer.MethodCallCaptureContext - Class in org.omnaest.utils.proxy
Container class for the absolute canonical method name when a MethodCallCapture instance has been captured.
MethodCallCapturer.MethodCallCaptureContext(MethodCallCapture, MethodCallCapturer.MethodCallCaptureContext) - Constructor for class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
MethodCallCapturer.MethodCallCapturerAware - Interface in org.omnaest.utils.proxy
This interface stubs are implementing when they are created by MethodCallCapturer.newInstanceOfCapturedTypeWhichIsMethodCallCapturerAware(Class).
MethodCallCapturer.MethodCaptureMethodInvocationHandler - Class in org.omnaest.utils.proxy
MethodInterceptor for the MethodCallCapturer.
MethodCallCapturer.MethodCaptureMethodInvocationHandler(MethodCallCapturer.CapturedTypeInstanceCreationConfiguration) - Constructor for class org.omnaest.utils.proxy.MethodCallCapturer.MethodCaptureMethodInvocationHandler
 
MethodCallCapturer.ReplayResult - Class in org.omnaest.utils.proxy
Result of a replay action.
MethodCallCapturer.ReplayResult() - Constructor for class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
 
MethodCallCapturer.TypeCaptureAware - Interface in org.omnaest.utils.proxy
This interface stubs are always implementing when they are created by MethodCallCapturer.newInstanceOfCapturedType(Class).
methodGetter - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
MethodInvocationForwardingCapturer - Class in org.omnaest.utils.proxy
The MethodInvocationForwardingCapturer allows to create proxies which are put on top of existing object instances.
MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler - Class in org.omnaest.utils.proxy
 
MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler(Object, OutputStream) - Constructor for class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler
 
MethodInvocationForwardingCapturer.MethodAndArguments - Class in org.omnaest.utils.proxy
Wrapper for Method and arguments which implements MethodInvocationForwardingCapturer.MethodAndArguments.hashCode() and MethodInvocationForwardingCapturer.MethodAndArguments.equals(Object)
MethodInvocationForwardingCapturer.MethodAndArguments(Method, Object[]) - Constructor for class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodAndArguments
 
MethodInvocationForwardingCapturer.MethodInvocationAndResult - Class in org.omnaest.utils.proxy
 
MethodInvocationForwardingCapturer.MethodInvocationAndResult(Method, Object[], Object) - Constructor for class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult
 
MethodInvocationForwardingCapturer.MethodInvocationComparison - Interface in org.omnaest.utils.proxy
 
MethodInvocationForwardingCapturer.MethodOnly - Class in org.omnaest.utils.proxy
 
MethodInvocationForwardingCapturer.MethodOnly(Method) - Constructor for class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodOnly
 
MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler - Class in org.omnaest.utils.proxy
 
MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler(Map<MethodInvocationForwardingCapturer.MethodInvocationComparison, Object>) - Constructor for class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler
 
MethodInvocationHandler - Interface in org.omnaest.utils.proxy.handler
Handles a method invocation.
methodInvocationHandler - Variable in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator
 
MethodInvocationHandlerDecorator - Class in org.omnaest.utils.proxy.handler
Decorator for MethodInvocationHandler
MethodInvocationHandlerDecorator() - Constructor for class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator
 
MethodInvocationHandlerDecorator(MethodInvocationHandler) - Constructor for class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator
 
MethodInvocationHandlerDecoratorToString - Class in org.omnaest.utils.proxy.handler
Decorator MethodInvocationHandler which captures a call for the Object.toString() method and forwards all other invocations.
MethodInvocationHandlerDecoratorToString(MethodInvocationHandler) - Constructor for class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorToString
 
MethodInvocationHandlerDecoratorToString() - Constructor for class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorToString
 
MethodInvocationHandlerDecoratorUnderlyingMapAware - Class in org.omnaest.utils.proxy.handler
Decorator MethodInvocationHandler which captures a call for the UnderlyingMapAware.getUnderlyingMap() method
MethodInvocationHandlerDecoratorUnderlyingMapAware(MethodInvocationHandler) - Constructor for class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorUnderlyingMapAware
 
MethodInvocationHandlerDecoratorUnderlyingMapAware() - Constructor for class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorUnderlyingMapAware
 
methodList(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the Class.getMethods() for a given Class.
methodName - Variable in class org.omnaest.utils.proxy.MethodCallCapturer
 
MethodName - Class in org.omnaest.utils.proxy
 
MethodName(MethodCallCapturer) - Constructor for class org.omnaest.utils.proxy.MethodName
 
MethodName() - Constructor for class org.omnaest.utils.proxy.MethodName
 
methodNameToBeanMethodInformationMap(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtils
Determines a Map with the referenced Method.getName()s as keys and the respective BeanMethodInformation name.
methodNameToBeanMethodInformationMap(Method...) - Static method in class org.omnaest.utils.beans.BeanUtils
Determines a Map with all Method.getName()s and the respective BeanMethodInformation instances.
methodSetter - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
methodToAnnotationMap(Class<?>, Class<A>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map with all Methods of a given Class and the annotation instance for the given method.
methodToAnnotationSetMap(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map of all Methods of the given Class type and a List of declared Annotations related to the Methods
methodToAnnotationSetMap(List<Method>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map of all the given Methods and a List of declared Annotations related to the Methods
methodToReturnTypeMap(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map with Methods of the given type and the return type of the Methods
methodToReturnTypeMap(List<Method>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Map with all the given Methods and their return type
minimalDurationBetweenExecutionInMilliseconds - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
MissingXMLRootElementAnnotationException - Exception in org.omnaest.utils.xml.exception
 
MissingXMLRootElementAnnotationException() - Constructor for exception org.omnaest.utils.xml.exception.MissingXMLRootElementAnnotationException
 
monitoring(int) - Method in interface org.omnaest.utils.download.DownloadConnection.DownloadMonitor
 

N

name - Variable in class org.omnaest.utils.proxy.BeanProperty
 
Name - Interface in org.omnaest.utils.structure.container
Interface which abstracts the Enum.name() method which is the only method which can be shared across several Enum implementations without conflicts.
name() - Method in interface org.omnaest.utils.structure.container.Name
Returns the name of the Name
name() - Method in class org.omnaest.utils.xml.JAXBName
 
navigateToChild(E) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates the current TokenMonoHierarchy.Navigator to the given child token element.
navigateToChildAndCreateItIfNotExisting(E) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates the current TokenMonoHierarchy.Navigator to the given child token element.
navigateToChildAt(int) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Tries to navigate to the child of the current TreeNode at the given index position
navigateToFirstChild() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates the current TokenMonoHierarchy.Navigator to the first child token element.
navigateToFirstChild() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Navigates to the first child of the current TreeNode
navigateToLastChild() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Navigates to the last child of the current TreeNode
navigateToNextNodeWithValues() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates to the next node which TokenMonoHierarchy.Navigator.hasValues().
navigateToNextSibling() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates to the next sibling
navigateToNextSibling(int) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Tries to navigate to the next TreeNode sibling with the given relative index position.
navigateToNextSibling() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Tries to navigate to the next TreeNode sibling.
navigateToParent() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates the current TokenMonoHierarchy.Navigator to its parent
navigateToParent() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Navigates to the parent TreeNode
navigateToPreviousSibling() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates to the previous sibling
navigateToPreviousSibling() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Tries to navigate to the direct previous sibling.
navigateToPreviousSibling(int) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Navigates to the previous sibling using the given relative index position decrement.
navigateToSibling(int) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Navigates to a relative position within the siblings.
navigationSuccessful - Variable in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
 
navigationSuccessful - Variable in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
NestedDirectoryToByteArrayContainerListAdapter - Class in org.omnaest.utils.store
Adapter which takes a nested directory structure and allows to access it as a List of ByteArrayContainers
NestedDirectoryToByteArrayContainerListAdapter(File) - Constructor for class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
NestedDirectoryToByteArrayContainerListAdapter(File, ExceptionHandlerSerializable) - Constructor for class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
newBeanPropertyAccessorWithPropertyAccessType(BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns a new BeanPropertyAccessor which has the given BeanPropertyAccessor.PropertyAccessType set.
newCachedValue() - Method in class org.omnaest.utils.structure.element.cached.CachedElement
Creates a new CachedElement.CachedValue instance.
newCachedValue() - Method in class org.omnaest.utils.structure.element.cached.CachedElementTimed
 
newCachedValue() - Method in class org.omnaest.utils.structure.element.cached.SoftCachedElement
 
newCachedValue() - Method in class org.omnaest.utils.structure.element.cached.ThreadLocalCachedElement
 
newCachedValue() - Method in class org.omnaest.utils.structure.element.cached.WeakCachedElement
 
newCopier(Class<?>, Class<?>, PreparedBeanCopier.Configuration, PreparedBeanCopier.MetaDataHandler) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.CopierFactory
Returns a new PreparedBeanCopier.CopierFactory.Copier instance for the given Class type
newDispatcher(List<? extends T>) - Method in class org.omnaest.utils.dispatcher.ProxyDispatcherFactory
 
newElementConverter(Class<? extends E>, ExceptionHandler) - Method in class org.omnaest.utils.xml.JAXBTypeContentConverterFactoryStAXONImpl
 
newElementConverter(Class<? extends E>, ExceptionHandler) - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.JAXBTypeContentConverterFactory
Returns an ElementConverter which converts from a given xml content String to an Object of the given type
newInstance(List<?>, Class<T>, Comparator<String>, boolean) - Static method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Factory method to create a new ListToTypeAdapter for a given List with the given Class as facade.
newInstance(List<?>, Class<T>, List<String>, boolean) - Static method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Factory method to create a new ListToTypeAdapter for a given List with the given Class as facade.
newInstance(List<?>, Class<T>, boolean) - Static method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Factory method to create a new ListToTypeAdapter for a given List with the given Class as facade.
newInstance(List<?>, Class<T>) - Static method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Factory method to create a new ListToTypeAdapter for a given List with the given Class as facade.
newInstance(List<?>, Class<T>, Comparator<String>, List<String>, boolean) - Static method in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
Factory method to create a new ListToTypeAdapter for a given List with the given Class as facade.
newInstance(Map<String, Object>, Class<? extends T>) - Static method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter
Factory methods to create a new PropertynameMapToTypeAdapter for a given Map with the given Class as facade.
newInstance(Map<String, Object>, Class<? extends T>, PropertynameMapToTypeAdapter.Configuration) - Static method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter
Factory methods to create a new PropertynameMapToTypeAdapter for a given Map with the given Class as facade.
newInstance(Class<T>, SourcePropertyAccessor) - Static method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter
Creates a new SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given SourcePropertyAccessor
newInstance(Class<T>, SourcePropertyAccessor, SourcePropertyAccessorToTypeAdapter.Configuration) - Static method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter
Creates a new SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given SourcePropertyAccessor
newInstance(B) - Static method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
Factory method to create a Map view on a given Java Bean object.
newInstance(B, PropertyAccessOption) - Static method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
newInstance() - Static method in class org.omnaest.utils.beans.autowired.AutowiredContainerUtils
Returns a new AutowiredContainer instance
newInstance(Map<Class<? extends E>, E>) - Static method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
Creates a new instance of a AutowiredContainer for a given Map
newInstance(B) - Static method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
Factory method to create a Map view on a given Java Bean object.
newInstance(Collection<E>) - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
newInstance(Collection<E>) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
Creates a new SortedList instance
newInstance(Collection<E>) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.adapter.FactoryToFactoryTypeAwareAdapter
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.concrete.ArrayListFactory
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.concrete.FactoryTypeAwareReflectionBased
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.concrete.HashMapFactory
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.concrete.HashSetFactory
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.concrete.LinkedHashSetFactory
 
newInstance() - Method in class org.omnaest.utils.structure.element.factory.concrete.ReadWriteLockFactory
 
newInstance() - Method in interface org.omnaest.utils.structure.element.factory.Factory
Factory method for an element
newInstance(P) - Method in interface org.omnaest.utils.structure.element.factory.FactoryParameterized
Returns a new instance for the given parameter
newInstance(A...) - Method in interface org.omnaest.utils.structure.element.factory.FactoryWithArguments
Returns a new element instance for the given parameters
newInstance() - Method in interface org.omnaest.utils.structure.map.MapBuilder.MapFactory
Creates a new Map instance
newInstance() - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapFactory
Deprecated. Creates a new Map instance
newInstance() - Static method in class org.omnaest.utils.time.DurationCapture
Creates a new instance of this class.
newInstance(Collection<E>) - Static method in class org.omnaest.utils.xml.JAXBCollection
Creates a new instance of a JAXBCollection for a given Collection.
newInstance(List<E>) - Static method in class org.omnaest.utils.xml.JAXBList
Creates a new instance of a JAXBList for a given List.
newInstance(Map<K, V>) - Static method in class org.omnaest.utils.xml.JAXBMap
Creates a new Map wrapper.
newInstance(Set<E>) - Static method in class org.omnaest.utils.xml.JAXBSet
Creates a new instance of a JAXBSet for a given Set.
newInstanceByValueOf(Class<? extends B>, Object...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Creates a new instance of a given Class using a possibly present valueOf method which has the same parameter signature as the provided arguments.
newInstanceFactory(Class<?>) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.InstanceFactoryCreator
Returns a new PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory for the given Class type
newInstanceOf(Class<? extends B>, Object...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Creates a new instance of a given Class using a constructor which has the same parameter signature as the provided arguments.
newInstanceOfCapturedType(Class<? extends E>) - Method in class org.omnaest.utils.proxy.BeanProperty
Creates a new stub instance for the given class or interface type for which the method calls will be captured.
newInstanceOfCapturedType(Class<? extends E>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Creates a new stub instance for the given class or interface which records all method invocations to this MethodCallCapturer.
newInstanceOfCapturedType(MethodCallCapturer.CapturedTypeInstanceCreationConfiguration) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
 
newInstanceOfCapturedType(Class<? extends E>) - Method in class org.omnaest.utils.proxy.MethodName
Creates a new stub instance for the given class or interface type for which the method calls will be captured.
newInstanceOfCapturedTypeWhichIsMethodCallCapturerAware(Class<? extends E>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Creates a new instance like MethodCallCapturer.newInstanceOfCapturedType(Class) but makes the created stub implementing the MethodCallCapturer.MethodCallCapturerAware interface which allows to get the underlying MethodCallCapturer through the generated stub.
newInstanceOfTransitivlyCapturedType(Class<? extends E>) - Method in class org.omnaest.utils.proxy.BeanProperty
Creates a new stub instance for the given class or interface type for which the method calls will be captured.
newInstanceOfTransitivlyCapturedType(Class<? extends E>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Does create stubs whose objects returned by method invocations are stubs themselves.
newInstanceOfTransitivlyCapturedType(Class<? extends E>) - Method in class org.omnaest.utils.proxy.MethodName
Creates a new stub instance for the given class or interface type for which the method calls will be captured.
newInstanceOfTransitivlyCapturedTypeWhichIsMethodCallCapturerAware(Class<? extends E>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Creates a stub which implements the MethodCallCapturer.MethodCallCapturerAware interface and which generates method returned objects which are stubs, too.
newInstanceUsingLinkedHashMap() - Static method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
Creates a new instance of a AutowiredContainer using a regular LinkedHashMap
newInternalList() - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
Returns a new unsorted List instance.
newInvertedInstance() - Method in class org.omnaest.utils.tuple.KeyValue
Returns a new KeyValue instance with inverted first and second value
newInvertedInstance() - Method in class org.omnaest.utils.tuple.Tuple2
Returns a new Tuple2 instance with inverted first and second value
newInvertedInstance() - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated. Returns a new TupleTwo instance with inverted first and second value
newIterator(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
New Iterator which returns xml content chunks for all xml tags matching the given QName

Performance is fast with about 10000 elements per second beeing processed
newIterator(QName, ElementConverter<String, E>) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Similar to XMLIteratorFactory.newIterator(QName) but allows to specify an additional ElementConverter which post processes the extracted xml chunks
newIterator(Class<? extends E>) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Selects xml parts based on Classes annotated with JAXB compliant annotations and uses JAXB to create instances of the given type based on the data of the extracted xml chunks.
newIterator(XMLIteratorFactory.XMLElementSelector, Class<? extends E>) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Similar to XMLIteratorFactory.newIterator(Class) but allows to specify a XMLIteratorFactory.XMLElementSelector to select tags from the xml stream.
newIterator(XMLIteratorFactory.XMLElementSelector, ElementConverter<String, E>) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Similar to XMLIteratorFactory.newIterator(QName, ElementConverter) but allows to specify a more general XMLIteratorFactory.XMLElementSelector instead of a QName
newIterator(XMLIteratorFactory.XMLElementSelector) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Similar to XMLIteratorFactory.newIterator(QName) but allows to specify a more general XMLIteratorFactory.XMLElementSelector instead of a QName
newIteratorMapBased(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
New Iterator which returns Map entities each based on a single content chunk which are produced for all xml tags matching the given QName

Performance is medium to slow with about 1000 elements per second beeing processed.
newJAXBContextBasedUnmarshaller(Class<E>, JAXBXMLHelper.UnmarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Returns a new JAXBXMLHelper.JAXBContextBasedUnmarshaller instance.
newMapFromXML(CharSequence) - Static method in class org.omnaest.utils.xml.XMLHelper
Facade for XMLNestedMapConverter.newMapFromXML(CharSequence)
newMapFromXML(CharSequence) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.newNamespaceAwareMapFromXML(CharSequence) but with non Namespace aware String values as keys.
newMapFromXML(CharSequence, ElementConverter<QName, K>) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Template method for XMLNestedMapConverter.newNamespaceAwareMapFromXML(CharSequence) and XMLNestedMapConverter.newMapFromXML(CharSequence) which allows to convert the QName based key values to other representations.
newMethodInvocationAndResultElementStream(InputStream) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Creates an ElementStream of MethodInvocationForwardingCapturer.MethodInvocationAndResult instances from a given InputStream which was produced by the MethodInvocationForwardingCapturer.newProxyInstanceCapturing(Object, OutputStream) before.
newMethodInvocationAndResultIterable(InputStream) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
 
newMethodInvocationAndResultIterable(InputStream, Range) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Returns only the MethodInvocationForwardingCapturer.MethodInvocationAndResult instances within the given Range of the index positions of the order of invocation.
newMethodInvocationAndResultIterator(InputStream) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
 
newNamespaceAwareMapFromXML(CharSequence) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Creates nested Map instances which contains all information from the given xml content as key value pairs.
newNavigatorFork() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
Returns a new TokenMonoHierarchy.Navigator instance based on the current navigation position.
newNodeMap(Map<K, V>, NodeMapFactory.ModelAndChildExtractor<K, V, M>) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
 
newNodeMap(Object) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
Returns a new NodeMap for a given Object which is based on the Java bean properties
newNodeMap(Map<String, Object>) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
Returns a new NodeMap for a given Map which contains nested further Map instances
newNodeMapFromHierarchicalKeyMap(Map<String, V>, String) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
Returns a new NodeMap based on a normal Map containing hierarchical structured keys.
newNodeMapFromHierarchicalKeyMapWithLastLevelAsMap(Map<String, V>, String) - Static method in class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
Similar to NodeMapFactory.newNodeMapFromHierarchicalKeyMap(Map, String) but having the last hierarchy level put into a Map which acts as model
newOperation() - Method in interface org.omnaest.utils.operation.OperationFactory
Factory method for creating a new Operation instance.
newProxyInstanceCapturing(T, OutputStream) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Returns a new proxy instance which will forward all method invocations to the given object but also captures the invocations to put them into the OutputStream as xml.
newProxyInstanceReplaying(Class<T>, InputStream, boolean) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Returns a new proxy instance which replays a previously recorded behavior when a method of it is invoked.
newProxyInstanceReplaying(Class<T>, InputStream, boolean, Range) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Returns a new proxy instance which replays a previously recorded behavior when a method of it is invoked.
newReplacementInstance(Class<?>) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory
Returns a new instance for the given Class type
newStubInstance(Class<? extends E>, MethodInvocationHandler) - Static method in class org.omnaest.utils.proxy.StubCreator
Returns a new proxy stub for the given class or interface.
newStubInstance(Class<? extends E>, MethodInterceptor) - Static method in class org.omnaest.utils.proxy.StubCreator
 
newStubInstance(Class<? extends E>, Class<?>[], MethodInvocationHandler) - Static method in class org.omnaest.utils.proxy.StubCreator
Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a MethodInvocationHandler instead.
newStubInstance(Class<? extends E>, Class<?>[], MethodInvocationHandler, ExceptionHandler) - Static method in class org.omnaest.utils.proxy.StubCreator
Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a MethodInvocationHandler instead.
newStubInstance(Class<? extends E>, Class<?>[], MethodInterceptor) - Static method in class org.omnaest.utils.proxy.StubCreator
Returns a new proxy stub for the given class or interface but takes additional interfaces.
newStubInstance(Class<? extends E>, Class<?>[], MethodInterceptor, ExceptionHandler) - Static method in class org.omnaest.utils.proxy.StubCreator
Returns a new proxy stub for the given class or interface but takes additional interfaces.
newStubInstance(E) - Static method in class org.omnaest.utils.time.DurationCaptureTypeFactory
Creates a proxy stub for a given object.
newSubmitGroup(Class<T>) - Method in class org.omnaest.utils.threads.submit.SubmitGroupFactory
 
newSubmitGroup(Collection<T>) - Method in class org.omnaest.utils.threads.submit.SubmitGroupFactory
 
newTypeAdapter(M) - Method in interface org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Builder
Creates the stub instance based on the given Map
newTypeAdapter(SourcePropertyAccessor) - Method in interface org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Builder
Creates the type adapter stub
newTypeAdapter(SourcePropertyAccessor, SourcePropertyAccessorDecorator[], MethodInvocationHandlerDecorator[]) - Method in interface org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Builder
Similar to SourcePropertyAccessorToTypeAdapter.Builder.newTypeAdapter(SourcePropertyAccessor) but allows to add further SourcePropertyAccessorDecorator and MethodInvocationHandlerDecorator instances.
newXmlEventFactory() - Method in interface org.omnaest.utils.xml.context.XMLInstanceContextFactory
 
newXmlEventFactory() - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryJavaStaxDefaultImpl
 
newXmlEventFactory() - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryStAXONImpl
 
newXmlInputFactory() - Method in interface org.omnaest.utils.xml.context.XMLInstanceContextFactory
 
newXmlInputFactory() - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryJavaStaxDefaultImpl
 
newXmlInputFactory() - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryStAXONImpl
 
newXmlOutputFactory() - Method in interface org.omnaest.utils.xml.context.XMLInstanceContextFactory
 
newXmlOutputFactory() - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryJavaStaxDefaultImpl
 
newXmlOutputFactory() - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryStAXONImpl
 
newXStream() - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
 
next() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
next() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
next() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
next() - Method in interface org.omnaest.utils.structure.element.ElementStream
Returns the next element
next() - Method in class org.omnaest.utils.structure.iterator.ChainedIterator
 
next() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
next() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
next() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorToIteratorAdapter
 
next() - Method in class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
 
next() - Method in class org.omnaest.utils.structure.iterator.ElementStreamToIteratorAdapter
 
next() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
next() - Method in class org.omnaest.utils.structure.iterator.IteratorToIteratorAdapter
 
next() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
next() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
next() - Method in class org.omnaest.utils.structure.iterator.QueueToCircularIteratorAdapter
 
next() - Method in class org.omnaest.utils.structure.iterator.ThreadLocalCachedIterator
 
next() - Method in class org.omnaest.utils.structure.iterator.ThreadSafeIterator
 
next() - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLIterator
 
nextIndex() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
nextIndex() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
nextIndex() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
nextIndex() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
nextIndex() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
nextIndex() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
NodeMap<K,M> - Interface in org.omnaest.utils.structure.hierarchy.nodemap
A NodeMap allows to specify a structure using a Map hierarchy where all NodeMap instance can hold a special model which should be accessed by traversing a structure path.
NodeMapFactory - Class in org.omnaest.utils.structure.hierarchy.nodemap
Helper to create NodeMap instances
NodeMapFactory() - Constructor for class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapFactory
 
NodeMapFactory.ModelAndChildExtractor<K,V,M> - Interface in org.omnaest.utils.structure.hierarchy.nodemap
 
NodeMapXMLHandler - Class in org.omnaest.utils.structure.hierarchy.nodemap
 
NodeMapXMLHandler() - Constructor for class org.omnaest.utils.structure.hierarchy.nodemap.NodeMapXMLHandler
 
NoMatchingPropertiesException - Exception in org.omnaest.utils.beans.replicator
Special CopyException which indicates that for a source property no target property has been found
not(String...) - Static method in class org.omnaest.utils.pattern.PatternUtils
Returns a negated pattern that matches everything that does not equal any of the given strings
not(Collection<String>) - Static method in class org.omnaest.utils.pattern.PatternUtils
Returns a negated pattern that matches everything that does not equal any of the given strings within the Collection
not(String) - Static method in class org.omnaest.utils.pattern.PatternUtils
Returns the negated pattern.
numberOfDeclaredFields(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the number of declared Fields of a Class.
numberOfDeclaredMethods(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the number of declared Methods of a Class.
numberOfProperties(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns the number of available Java Bean properties for the given Java Bean type.

O

objectModel - Variable in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
ObjectToTreeNodeAdapter - Class in org.omnaest.utils.structure.hierarchy.tree.object
Adapter to make any Object available as ObjectTreeNode.
ObjectToTreeNodeAdapter(ObjectTreeNode.ObjectModel) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
ObjectToTreeNodeAdapter(Object) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
ObjectTree - Interface in org.omnaest.utils.structure.hierarchy.tree.object
Tree for Object graphs
ObjectTreeNavigator - Class in org.omnaest.utils.structure.hierarchy.tree.object
TreeNavigator for ObjectTree and ObjectTreeNode
ObjectTreeNavigator(ObjectTree, boolean) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNavigator
 
ObjectTreeNavigator(ObjectTree) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNavigator
 
ObjectTreeNavigator(Object, boolean) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNavigator
 
ObjectTreeNavigator(Object) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNavigator
 
ObjectTreeNode - Interface in org.omnaest.utils.structure.hierarchy.tree.object
TreeNode for Object graphs
ObjectTreeNode.ObjectModel - Class in org.omnaest.utils.structure.hierarchy.tree.object
Model of the ObjectTreeNode
ObjectTreeNode.ObjectModel(Object, Method, Method, Field, String) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
ObjectTreeNode.ObjectModel(Object) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
objectTypeFor(Class<?>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns the Object type for the given type.
ObjectUtils - Class in org.omnaest.utils.structure.element
Helper which offers methods allowing to deal with arbitrary Objects
ObjectUtils() - Constructor for class org.omnaest.utils.structure.element.ObjectUtils
 
ObjectUtils.PrimitiveTypeArrayAnalysisResult - Class in org.omnaest.utils.structure.element
Result of the analysis for primitive arrays
ObjectUtils.PrimitiveTypeArrayAnalysisResult(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
of(Object) - Method in class org.omnaest.utils.proxy.BeanProperty.Accessor
Returns the BeanPropertyAccessor related to the last method call done from the stub created by the BeanProperty.newInstanceOfCapturedType(Class) method.
of(Object...) - Method in class org.omnaest.utils.proxy.BeanProperty.Accessor
{ TestClass testClass = this.beanProperty.newInstanceOfTransitivlyCapturedType( TestClass.class ); BeanPropertyAccessors<TestClass> beanPropertyAccessors = this.beanProperty.accessor.of( testClass.getFieldString(), testClass.getTestClass() .getFieldDouble() ); }
of(Object) - Method in class org.omnaest.utils.proxy.BeanProperty.Name
Returns the canonical property name related to the last method call done from the stub created by the BeanProperty.newInstanceOfCapturedType(Class) method.
of(Object...) - Method in class org.omnaest.utils.proxy.BeanProperty.Name
{ TestInterface testInterface = this.property.newInstanceOfTransitivlyCapturedType( TestInterface.class ); String[] propertyNames = this.property.name.of( testInterface.getSomething(), testInterface.getSomethingPrimitive(), testInterface.getTestSubInterface().getSomething() ); }
of(Object) - Method in class org.omnaest.utils.proxy.MethodName
Returns the canonical method name of the last method call done from the stub created by the MethodName.newInstanceOfCapturedType(Class) method.
of(Object...) - Method in class org.omnaest.utils.proxy.MethodName
TestInterface testInterface = this.methodName.newInstanceOfTransitivlyCapturedType( TestInterface.class );

String[] methodNames = this.methodName.of( testInterface.doSomething( "text value" ), testInterface.doSomethingPrimitive( "primitive text" ), testInterface.doTestSubInterface().doCalculateSomething() );
offer(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
offerFirst(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
offerLast(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
onFailure() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertSuccessFailureChoice
Returns the AssertLogger.DirectAssertHandler which allows to handle the failureHandling result of the previous assertions
onSuccess() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertSuccessFailureChoice
Returns the AssertLogger.DirectAssertHandler which allows to handle the succes result of the previous assertions
operation - Variable in class org.omnaest.utils.operation.decorator.OperationDecorator
 
Operation<RESULT,PARAMETER> - Interface in org.omnaest.utils.operation
An Operation offers an Operation.execute(Object) method.
operation - Variable in class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
operation - Variable in class org.omnaest.utils.operation.special.OperationExceptionHandled
 
operation - Variable in class org.omnaest.utils.operation.special.OperationExceptionHandledResult
 
operation - Variable in class org.omnaest.utils.operation.special.OperationProducingExceptionHandledResult
 
OperationBattery<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.battery
An OperationBattery allows to use a single operation facade to access a pool of object instances which offers one and the same method in a multithreaded environment.
OperationBattery(OperationFactory<RESULT, PARAMETER>, boolean, int) - Constructor for class org.omnaest.utils.operation.battery.OperationBattery
 
OperationBattery(OperationFactory<RESULT, PARAMETER>, boolean) - Constructor for class org.omnaest.utils.operation.battery.OperationBattery
 
OperationBatteryRoundRobin<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.battery
This is an OperationBattery implementation using a ConcurrentLinkedQueue in combination with a simple round robin algorithm.
OperationBatteryRoundRobin(OperationFactory<RESULT, PARAMETER>, boolean) - Constructor for class org.omnaest.utils.operation.battery.OperationBatteryRoundRobin
 
OperationBatteryRoundRobin(OperationFactory<RESULT, PARAMETER>, boolean, int) - Constructor for class org.omnaest.utils.operation.battery.OperationBatteryRoundRobin
 
OperationBlockingToFastRepeatingExecutions<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.special
Operation which will allow to execute the OperationBlockingToFastRepeatingExecutions.execute(Object) method only once within a given period of time.
OperationBlockingToFastRepeatingExecutions(Operation<RESULT, PARAMETER>, long, long) - Constructor for class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
OperationBlockingToFastRepeatingExecutions(Operation<RESULT, PARAMETER>, int, long, long) - Constructor for class org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions
 
OperationBlockingToFastRepeatingExecutions.ToFastInvocationException - Exception in org.omnaest.utils.operation.special
 
OperationBlockingToFastRepeatingExecutions.ToFastInvocationException(long) - Constructor for exception org.omnaest.utils.operation.special.OperationBlockingToFastRepeatingExecutions.ToFastInvocationException
 
OperationBooleanResult<PARAMETER> - Interface in org.omnaest.utils.operation.special
Operation with a Boolean result
OperationComposite<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.composite
Composite which takes a List of Operation instances.
OperationComposite(List<Operation<RESULT, PARAMETER>>) - Constructor for class org.omnaest.utils.operation.composite.OperationComposite
 
OperationDecorator<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.decorator
Abstract decorator for an Operation
OperationDecorator(Operation<RESULT, PARAMETER>) - Constructor for class org.omnaest.utils.operation.decorator.OperationDecorator
 
OperationDecoratorReentrantLock<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.decorator
An OperationDecorator which decorates the Operation.execute(Object) invocation with the use of ReentrantLock.lock().
OperationDecoratorReentrantLock(Operation<RESULT, PARAMETER>, ReentrantLock) - Constructor for class org.omnaest.utils.operation.decorator.OperationDecoratorReentrantLock
 
OperationDecoratorReentrantLock(Operation<RESULT, PARAMETER>) - Constructor for class org.omnaest.utils.operation.decorator.OperationDecoratorReentrantLock
 
OperationExceptionHandled<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.special
Operation which uses an internal ExceptionHandlerManager to handle occurring Exceptions.
OperationExceptionHandled(Operation<RESULT, PARAMETER>) - Constructor for class org.omnaest.utils.operation.special.OperationExceptionHandled
 
OperationExceptionHandledResult<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.special
Operation which will catch any occurring Exception and return an ExceptionHandledResult
OperationExceptionHandledResult(Operation<RESULT, PARAMETER>) - Constructor for class org.omnaest.utils.operation.special.OperationExceptionHandledResult
 
OperationFactory<RESULT,PARAMETER> - Interface in org.omnaest.utils.operation
Factory for Operation instances
OperationIntrinsic - Interface in org.omnaest.utils.operation.special
Simple Operation without parameters or return value.
operationIntrinsic - Variable in class org.omnaest.utils.operation.special.OperationIntrinsicToOperationAdapter
 
OperationIntrinsicToOperationAdapter - Class in org.omnaest.utils.operation.special
Adapter to use an OperationIntrinsic instance as Operation instance.
OperationIntrinsicToOperationAdapter(OperationIntrinsic) - Constructor for class org.omnaest.utils.operation.special.OperationIntrinsicToOperationAdapter
 
operationList - Variable in class org.omnaest.utils.operation.composite.OperationComposite
 
OperationProducingExceptionHandledResult<RESULT,PARAMETER> - Class in org.omnaest.utils.operation.special
Operation which is wrapped with a try catch block catching all Exception derivative types.
OperationProducingExceptionHandledResult(Operation<RESULT, PARAMETER>) - Constructor for class org.omnaest.utils.operation.special.OperationProducingExceptionHandledResult
 
operationQueue - Variable in class org.omnaest.utils.operation.battery.OperationBatteryRoundRobin
 
OperationUtils - Class in org.omnaest.utils.operation
Helper for Operation
OperationUtils() - Constructor for class org.omnaest.utils.operation.OperationUtils
 
OperationVoid<PARAMETER> - Interface in org.omnaest.utils.operation.special
Operation which executes a void method
OperationVoidToOperationAdapter<PARAMETER> - Class in org.omnaest.utils.operation.special
Adapter from OperationVoid to Operation
OperationVoidToOperationAdapter() - Constructor for class org.omnaest.utils.operation.special.OperationVoidToOperationAdapter
 
OperationWithResult<RESULT> - Interface in org.omnaest.utils.operation.special
Operation which specifies a result type
org.omnaest.utils.assertion - package org.omnaest.utils.assertion
 
org.omnaest.utils.beans - package org.omnaest.utils.beans
 
org.omnaest.utils.beans.adapter - package org.omnaest.utils.beans.adapter
 
org.omnaest.utils.beans.adapter.source - package org.omnaest.utils.beans.adapter.source
 
org.omnaest.utils.beans.autowired - package org.omnaest.utils.beans.autowired
 
org.omnaest.utils.beans.copier - package org.omnaest.utils.beans.copier
 
org.omnaest.utils.beans.mapconverter - package org.omnaest.utils.beans.mapconverter
 
org.omnaest.utils.beans.mapconverter.internal - package org.omnaest.utils.beans.mapconverter.internal
 
org.omnaest.utils.beans.replicator - package org.omnaest.utils.beans.replicator
 
org.omnaest.utils.beans.result - package org.omnaest.utils.beans.result
 
org.omnaest.utils.cache - package org.omnaest.utils.cache
 
org.omnaest.utils.codec - package org.omnaest.utils.codec
 
org.omnaest.utils.dispatcher - package org.omnaest.utils.dispatcher
 
org.omnaest.utils.download - package org.omnaest.utils.download
 
org.omnaest.utils.events - package org.omnaest.utils.events
 
org.omnaest.utils.events.adapter - package org.omnaest.utils.events.adapter
 
org.omnaest.utils.events.concrete - package org.omnaest.utils.events.concrete
 
org.omnaest.utils.events.event - package org.omnaest.utils.events.event
 
org.omnaest.utils.events.exception - package org.omnaest.utils.events.exception
 
org.omnaest.utils.events.exception.basic - package org.omnaest.utils.events.exception.basic
 
org.omnaest.utils.math - package org.omnaest.utils.math
 
org.omnaest.utils.operation - package org.omnaest.utils.operation
 
org.omnaest.utils.operation.battery - package org.omnaest.utils.operation.battery
 
org.omnaest.utils.operation.composite - package org.omnaest.utils.operation.composite
 
org.omnaest.utils.operation.decorator - package org.omnaest.utils.operation.decorator
 
org.omnaest.utils.operation.foreach - package org.omnaest.utils.operation.foreach
 
org.omnaest.utils.operation.special - package org.omnaest.utils.operation.special
 
org.omnaest.utils.pattern - package org.omnaest.utils.pattern
 
org.omnaest.utils.propertyfile - package org.omnaest.utils.propertyfile
 
org.omnaest.utils.propertyfile.content - package org.omnaest.utils.propertyfile.content
 
org.omnaest.utils.propertyfile.content.element - package org.omnaest.utils.propertyfile.content.element
 
org.omnaest.utils.propertyfile.content.index - package org.omnaest.utils.propertyfile.content.index
 
org.omnaest.utils.propertyfile.content.parser - package org.omnaest.utils.propertyfile.content.parser
 
org.omnaest.utils.proxy - package org.omnaest.utils.proxy
 
org.omnaest.utils.proxy.handler - package org.omnaest.utils.proxy.handler
 
org.omnaest.utils.reflection - package org.omnaest.utils.reflection
 
org.omnaest.utils.sorting - package org.omnaest.utils.sorting
 
org.omnaest.utils.store - package org.omnaest.utils.store
 
org.omnaest.utils.streams - package org.omnaest.utils.streams
 
org.omnaest.utils.strings - package org.omnaest.utils.strings
 
org.omnaest.utils.strings.tokenizer - package org.omnaest.utils.strings.tokenizer
 
org.omnaest.utils.structure - package org.omnaest.utils.structure
 
org.omnaest.utils.structure.array - package org.omnaest.utils.structure.array
 
org.omnaest.utils.structure.collection - package org.omnaest.utils.structure.collection
 
org.omnaest.utils.structure.collection.adapter - package org.omnaest.utils.structure.collection.adapter
 
org.omnaest.utils.structure.collection.decorator - package org.omnaest.utils.structure.collection.decorator
 
org.omnaest.utils.structure.collection.list - package org.omnaest.utils.structure.collection.list
 
org.omnaest.utils.structure.collection.list.adapter - package org.omnaest.utils.structure.collection.list.adapter
 
org.omnaest.utils.structure.collection.list.decorator - package org.omnaest.utils.structure.collection.list.decorator
 
org.omnaest.utils.structure.collection.list.sorted - package org.omnaest.utils.structure.collection.list.sorted
 
org.omnaest.utils.structure.collection.set - package org.omnaest.utils.structure.collection.set
 
org.omnaest.utils.structure.collection.set.adapter - package org.omnaest.utils.structure.collection.set.adapter
 
org.omnaest.utils.structure.collection.set.decorator - package org.omnaest.utils.structure.collection.set.decorator
 
org.omnaest.utils.structure.container - package org.omnaest.utils.structure.container
 
org.omnaest.utils.structure.element - package org.omnaest.utils.structure.element
 
org.omnaest.utils.structure.element.accessor - package org.omnaest.utils.structure.element.accessor
 
org.omnaest.utils.structure.element.accessor.adapter - package org.omnaest.utils.structure.element.accessor.adapter
 
org.omnaest.utils.structure.element.cached - package org.omnaest.utils.structure.element.cached
 
org.omnaest.utils.structure.element.converter - package org.omnaest.utils.structure.element.converter
 
org.omnaest.utils.structure.element.factory - package org.omnaest.utils.structure.element.factory
 
org.omnaest.utils.structure.element.factory.adapter - package org.omnaest.utils.structure.element.factory.adapter
 
org.omnaest.utils.structure.element.factory.concrete - package org.omnaest.utils.structure.element.factory.concrete
 
org.omnaest.utils.structure.element.filter - package org.omnaest.utils.structure.element.filter
 
org.omnaest.utils.structure.hierarchy - package org.omnaest.utils.structure.hierarchy
 
org.omnaest.utils.structure.hierarchy.nodemap - package org.omnaest.utils.structure.hierarchy.nodemap
 
org.omnaest.utils.structure.hierarchy.tree - package org.omnaest.utils.structure.hierarchy.tree
 
org.omnaest.utils.structure.hierarchy.tree.object - package org.omnaest.utils.structure.hierarchy.tree.object
 
org.omnaest.utils.structure.iterator - package org.omnaest.utils.structure.iterator
 
org.omnaest.utils.structure.iterator.decorator - package org.omnaest.utils.structure.iterator.decorator
 
org.omnaest.utils.structure.map - package org.omnaest.utils.structure.map
 
org.omnaest.utils.structure.map.adapter - package org.omnaest.utils.structure.map.adapter
 
org.omnaest.utils.structure.map.decorator - package org.omnaest.utils.structure.map.decorator
 
org.omnaest.utils.structure.map.dualmap - package org.omnaest.utils.structure.map.dualmap
 
org.omnaest.utils.threads - package org.omnaest.utils.threads
 
org.omnaest.utils.threads.submit - package org.omnaest.utils.threads.submit
 
org.omnaest.utils.time - package org.omnaest.utils.time
 
org.omnaest.utils.tuple - package org.omnaest.utils.tuple
 
org.omnaest.utils.xml - package org.omnaest.utils.xml
 
org.omnaest.utils.xml.context - package org.omnaest.utils.xml.context
 
org.omnaest.utils.xml.exception - package org.omnaest.utils.xml.exception
 
over(ElementConverter<FROM, OVER>) - Method in interface org.omnaest.utils.beans.replicator.BeanReplicator.PipeBuilder
Adds an additional ElementConverter to the converter pipe

P

parentList - Variable in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
parsePropertyFileContent(File, String) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentParser
 
parsePropertyFileContent(String) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentParser
 
parseString(String) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.parseString(String, String, String)
parseString(String, String, String) - Static method in class org.omnaest.utils.structure.map.MapUtils
Parses a given text into a LinkedHashMap instance.
PatternBasedCharacterSequenceTokenizer - Class in org.omnaest.utils.strings.tokenizer
 
PatternBasedCharacterSequenceTokenizer(CharSequence, String) - Constructor for class org.omnaest.utils.strings.tokenizer.PatternBasedCharacterSequenceTokenizer
 
PatternUtils - Class in org.omnaest.utils.pattern
Static helper class related to Pattern concerns
PatternUtils() - Constructor for class org.omnaest.utils.pattern.PatternUtils
 
peek() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
peekFirst() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
peekLast() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
percentageBar(double, int) - Static method in class org.omnaest.utils.strings.StringUtils
Returns a percentage bar looking like:
[====o ]
poll() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
pollFirst() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
pollLast() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
pop() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
popFromStack(int) - Method in interface org.omnaest.utils.sorting.SortUtil.MergeSortDataModify
 
prefixBlanks - Variable in class org.omnaest.utils.propertyfile.content.element.Comment
 
prefixBlanks - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
PreparedBeanCopier<FROM,TO> - Class in org.omnaest.utils.beans.copier
A PreparedBeanCopier will prepare reflection based property copy actions for two given Class types in advance.
PreparedBeanCopier(Class<? extends FROM>, Class<? extends TO>) - Constructor for class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
PreparedBeanCopier(Class<? extends FROM>, Class<? extends TO>, PreparedBeanCopier.Configuration) - Constructor for class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
PreparedBeanCopier.Configuration - Class in org.omnaest.utils.beans.copier
 
PreparedBeanCopier.Configuration() - Constructor for class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
PreparedBeanCopier.CopierFactory - Interface in org.omnaest.utils.beans.copier
Factory for PreparedBeanCopier.CopierFactory.Copier instances
PreparedBeanCopier.CopierFactory.Copier - Interface in org.omnaest.utils.beans.copier
 
PreparedBeanCopier.InstanceFactoryCreator - Interface in org.omnaest.utils.beans.copier
 
PreparedBeanCopier.InstanceFactoryCreator.InstanceFactory - Interface in org.omnaest.utils.beans.copier
 
PreparedBeanCopier.MetaDataHandler - Interface in org.omnaest.utils.beans.copier
 
PreparedBeanCopier.NonMatchingPropertyException - Exception in org.omnaest.utils.beans.copier
 
PreparedBeanCopier.NonMatchingPropertyException(List<String>) - Constructor for exception org.omnaest.utils.beans.copier.PreparedBeanCopier.NonMatchingPropertyException
 
PreparedBeanCopier.Transformer - Interface in org.omnaest.utils.beans.copier
A PreparedBeanCopier.Transformer will return new transformed instances for another given instance
PreservationAndIgnorationDeclarer - Interface in org.omnaest.utils.beans.replicator
A PreservationAndIgnorationDeclarer allows to specify excluded types and pathes, as well as preserved types and paths.
previous() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
previous() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
previous() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
previous() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
previous() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
previous() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
previousIndex() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
previousIndex() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
previousIndex() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
previousIndex() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
previousIndex() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
previousIndex() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
previousMethodCallCaptureContext - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
previousMethodCallCaptureContext - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
primitiveWrapperTypeFor(Class<?>) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns the auto boxing type for a primitive Class type.
printDataList() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
printIndexList() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
printMapHierarchical(PrintStream, Map) - Static method in class org.omnaest.utils.structure.map.MapUtils
Prints out a given Map using String.valueOf(Object) and all submaps indented to a new column.
process(String) - Method in class org.omnaest.utils.strings.StringReplacementBuilder
Replaces all matching regEx patterns added to the StringReplacementBuilder within the given value with the corresponding replacement Strings
process(FROM) - Method in interface org.omnaest.utils.structure.collection.CollectionUtils.CollectionConverter
Processes the given Collection element.
process(FROM) - Method in class org.omnaest.utils.structure.collection.CollectionUtils.CollectionTransformerToString
 
process(FROM, StringBuilder) - Method in class org.omnaest.utils.structure.collection.CollectionUtils.CollectionTransformerToString
The CollectionUtils.CollectionTransformerToString.process(Object, StringBuilder) method will be invoked for every element of the processed Collection.
processPropertyNameWithTemplate(String) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption
 
processStatePercentage() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the percentage of the currently loaded bytes towards the estimated bytes to load.
Property - Class in org.omnaest.utils.propertyfile.content.element
 
Property() - Constructor for class org.omnaest.utils.propertyfile.content.element.Property
 
PropertyAccessOption - Enum in org.omnaest.utils.beans.adapter
Options to modify the property access behavior regarding the property keys of a underlying structure
propertyAccessOption - Variable in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption
 
propertyAccessType - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
propertyAnnotationAutowiredContainer - Variable in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
PropertyFile - Class in org.omnaest.utils.propertyfile
Representation of a property file.
PropertyFile(String) - Constructor for class org.omnaest.utils.propertyfile.PropertyFile
 
PropertyFile(File) - Constructor for class org.omnaest.utils.propertyfile.PropertyFile
 
PropertyFileContent - Class in org.omnaest.utils.propertyfile.content
 
PropertyFileContent() - Constructor for class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
propertyFileContent - Variable in class org.omnaest.utils.propertyfile.content.PropertyMap
 
propertyFileContent - Variable in class org.omnaest.utils.propertyfile.PropertyFile
 
PropertyFileContentParser - Class in org.omnaest.utils.propertyfile.content.parser
Parses the content of a PropertyFile and creates a PropertyFileContent object.
PropertyFileContentParser() - Constructor for class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentParser
 
PropertyFileContentWriter - Class in org.omnaest.utils.propertyfile.content.parser
Offers functionality to write a given PropertyFileContent to disc.
PropertyFileContentWriter() - Constructor for class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
 
PropertyMap - Class in org.omnaest.utils.propertyfile.content
Map implementation for fast access on properties via their property keys.
PropertyMap(PropertyFileContent) - Constructor for class org.omnaest.utils.propertyfile.content.PropertyMap
 
propertyName - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
propertynameList - Variable in class org.omnaest.utils.beans.adapter.ListToTypeAdapter
 
PropertynameMapToTypeAdapter<T> - Class in org.omnaest.utils.beans.adapter
This class creates a proxy implementation for a given Class or interface type which is used as a facade to an underlying Map<String,?
PropertynameMapToTypeAdapter.Builder<T> - Interface in org.omnaest.utils.beans.adapter
PropertynameMapToTypeAdapter.Builder which allows to create multiple instances based on the same Class type and PropertynameMapToTypeAdapter.Configuration.
PropertynameMapToTypeAdapter.Configuration - Class in org.omnaest.utils.beans.adapter
The PropertynameMapToTypeAdapter.Configuration of a PropertynameMapToTypeAdapter includes following settings:

PropertynameMapToTypeAdapter.Configuration.setSimulatingToString(boolean) PropertynameMapToTypeAdapter.Configuration.setUnderlyingMapAware(boolean)

From the SourcePropertyAccessorToTypeAdapter.Configuration there are several more settings available, too.
PropertynameMapToTypeAdapter.Configuration() - Constructor for class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
PropertynameMapToTypeAdapter.Configuration(PropertyAccessOption, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
PropertynameMapToTypeAdapter.Configuration(boolean, boolean) - Constructor for class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
PropertynameMapToTypeAdapter.Configuration(MethodInvocationHandlerDecorator[], SourcePropertyAccessorDecorator[]) - Constructor for class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
PropertynameMapToTypeAdapter.Configuration(Class<?>[]) - Constructor for class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
PropertynameMapToTypeAdapter.SourePropertyAccessorForMap - Class in org.omnaest.utils.beans.adapter
 
PropertynameMapToTypeAdapter.SourePropertyAccessorForMap(Map<String, Object>) - Constructor for class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.SourePropertyAccessorForMap
 
propertyNameSetForMethodAccess(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtils
Determines the property names of a given bean class which are addressed by getter or setter.
propertyNamesForMethodAccess(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtils
Determines the property names of a given bean class which are addressed by getter or setter.
PropertyNameTemplate - Annotation Type in org.omnaest.utils.beans.adapter.source
A PropertyNameTemplate allows to declare a mapping template string which is normally used to map methods of interfaces to properties of an underlying structure.
propertyNameToBeanMethodInformationMap(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtils
Determines a Map with the referenced field names as keys and a Set of BeanMethodInformation for every field name.
propertyNameToBeanMethodInformationMap(Method...) - Static method in class org.omnaest.utils.beans.BeanUtils
Determines a map with the referenced field names as keys and a Set of BeanMethodInformation for every field name.
propertynameToBeanPropertyAccessorMap - Variable in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
propertynameToBeanPropertyAccessorMap - Variable in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
propertyNameToBeanPropertyAccessorMap(Class<B>, Field...) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a map of field names and BeanPropertyAccessor instances for all Java Bean properties related to at least one of the given Fields.
propertyNameToBeanPropertyAccessorMap(Class<B>, Method...) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a map of field names and BeanPropertyAccessor instances for all Java Bean properties related to at least one of the given Methods.
propertyNameToBeanPropertyAccessorMap(Class<B>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a map of property names and BeanPropertyAccessor instances for all Java Bean properties of the given Class.
propertyNameToBeanPropertyAnnotationMap(Class<B>, Class<A>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a Map with all properties of a given Java Bean class and an instance of the given Annotation type if the respective property does have one.
propertyNameToBeanPropertyAnnotationSetMap(Class<B>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a Map with all property names of the given Java Bean and a Set of all available annotations for the properties, including the field, getter and setter methods.
propertyNameToBeanPropertyValueMap(B, String...) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a Map of property names and their current values for the Java Bean properties determined by the given property names for the given Java Bean object.
propertyNameToBeanPropertyValueMap(B, Collection<String>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a map of property names and their current values for the Java Bean properties determined by the given property names for the given Java Bean object.
propertyNameToBeanPropertyValueMap(B) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a map of property names and their current values for all Java Bean properties or the given Java Bean object.
propertyTypeToBeanPropertyAccessorSetMap - Variable in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
propertyTypeToBeanPropertyAccessorSetMap(Class<B>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a map of property types for all Java Bean properties of the given Class and a Set of BeanPropertyAccessor instances for each type.
propertyValueList(B, String...) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns an new ordered List of all property values for the given property names from the given Java Bean object
propertyValueList(B, Collection<String>) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns an new ordered List of all property values for the given property names from the given Java Bean object
propertyValueList(B) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns as List of the values of all available properties of the given JavaBean object instance.
ProxyDispatcherFactory<T> - Class in org.omnaest.utils.dispatcher
A ProxyDispatcherFactory generates a proxy which will dispatch to a given List of instances implementing the same shared type
ProxyDispatcherFactory(Class<? extends T>) - Constructor for class org.omnaest.utils.dispatcher.ProxyDispatcherFactory
 
push(E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
pushOnStack(int) - Method in interface org.omnaest.utils.sorting.SortUtil.MergeSortDataModify
 
put(String, Object) - Method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
put(E) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Adds an Object to the AutowiredContainer using its Object.getClass() as primary type.
put(O, Class<? extends O>...) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Adds an Object to the AutowiredContainer for one or more given Class types.
put(E) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
put(O, Class<? extends O>...) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
put(String, Object) - Method in interface org.omnaest.utils.beans.autowired.AutowiredPropertyContainer
Adds an Object to the AutowiredPropertyContainer.
put(E) - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
put(O, Class<? extends O>...) - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
put(O, Class<? extends O>...) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
put(Object) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
put(String, Object) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
put(K, V) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
put(K, V) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
put(K, V) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
put(Property) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
put(String, Property) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
put(KEY_TO, VALUE_TO) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
put(KEY_TO, V) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
put(KEY, VALUE_TO) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
put(K, V) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
put(K, V) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
put(K, V) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
put(K, V) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
put(K, V) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
put(K, V) - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
put(K, V) - Method in interface org.omnaest.utils.structure.map.MapBuilder.MapComposer
 
put(K, V) - Method in interface org.omnaest.utils.structure.map.MapBuilder.MapRootComposer
 
put(K, V) - Method in class org.omnaest.utils.structure.map.MapBuilder
 
put(K, V) - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
put(K, V) - Method in class org.omnaest.utils.structure.map.MapComposite
 
put(K, V) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
putAll(Iterable<E>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Adds multiple Objects to the AutowiredContainer.
putAll(Iterable<E>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
putAll(Iterable<E>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
putAll(Map<? extends KEY_TO, ? extends V>) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
putAll(Map<? extends KEY, ? extends VALUE_TO>) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
putAll(DualMap<? extends K, ? extends V>) - Method in interface org.omnaest.utils.structure.map.dualmap.DualMap
 
putAll(DualMap<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.MapAbstract
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.omnaest.utils.structure.map.MapBuilder.MapComposer
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.omnaest.utils.structure.map.MapBuilder.MapRootComposer
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.MapBuilder
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
putIfAbsent(Map<K, V>, K, V) - Static method in class org.omnaest.utils.structure.map.MapUtils
Puts the given key and value into the given Map only if there is no equal key already contained within the Map.
putIfAbsent(Map<K, V>, K, Factory<V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Puts the given key and value into the given Map only if there is no equal key already contained within the Map.

Q

queue - Variable in class org.omnaest.utils.structure.iterator.QueueToCircularIteratorAdapter
 
QueueToCircularIteratorAdapter<E> - Class in org.omnaest.utils.structure.iterator
Adapter to use a given Queue as CircularIterator.
QueueToCircularIteratorAdapter(Queue<E>) - Constructor for class org.omnaest.utils.structure.iterator.QueueToCircularIteratorAdapter
 

R

Range - Class in org.omnaest.utils.operation.foreach
Represents a Range for Long values which can be used as Iterable.
Range(Long, Long, Long) - Constructor for class org.omnaest.utils.operation.foreach.Range
 
Range(long, long) - Constructor for class org.omnaest.utils.operation.foreach.Range
 
Range(Long, Long) - Constructor for class org.omnaest.utils.operation.foreach.Range
 
Range(int, int) - Constructor for class org.omnaest.utils.operation.foreach.Range
 
Range(String) - Constructor for class org.omnaest.utils.operation.foreach.Range
Allows to specify a Range with a given String expression.
range - Variable in class org.omnaest.utils.structure.iterator.RangedIterable
 
RangedIterable<T> - Class in org.omnaest.utils.structure.iterator
A RangedIterable will only iterate over the subset of elements within the given Range of index positions.
RangedIterable(Range, Iterable<T>) - Constructor for class org.omnaest.utils.structure.iterator.RangedIterable
 
read() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
read(byte[]) - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
read(byte[], int, int) - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
read() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
readResolve() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
ReadWriteLockFactory - Class in org.omnaest.utils.structure.element.factory.concrete
Factory creating a ReadWriteLock acting fair
ReadWriteLockFactory() - Constructor for class org.omnaest.utils.structure.element.factory.concrete.ReadWriteLockFactory
 
reduce(T) - Method in interface org.omnaest.utils.threads.submit.Reducer.ValueHandler
 
reduce(Iterable<T>) - Method in interface org.omnaest.utils.threads.submit.Reducer.ValuesHandler
 
Reducer<T> - Interface in org.omnaest.utils.threads.submit
 
Reducer.BooleanHandler<T> - Interface in org.omnaest.utils.threads.submit
 
Reducer.BooleansHandler<T> - Interface in org.omnaest.utils.threads.submit
 
Reducer.ValueHandler<T,R> - Interface in org.omnaest.utils.threads.submit
 
Reducer.ValuesHandler<T,R> - Interface in org.omnaest.utils.threads.submit
 
reduceToBooleanValue(Reducer.BooleansHandler<T>) - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToBooleanValue() - Method in interface org.omnaest.utils.threads.submit.Reducer
Returns true, if all result values are Boolean.TRUE
reduceToBooleanValueList(Reducer.BooleanHandler<T>) - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToBooleanValueSet(Reducer.BooleanHandler<T>) - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToList() - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToList(Reducer.ValueHandler<T, R>) - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToSet() - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToSet(Reducer.ValueHandler<T, R>) - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reduceToValue(Reducer.ValuesHandler<T, R>) - Method in interface org.omnaest.utils.threads.submit.Reducer
 
reentrantLock - Variable in class org.omnaest.utils.operation.decorator.OperationDecoratorReentrantLock
 
referencedFieldName - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
ReflectionUtils - Class in org.omnaest.utils.reflection
Helper for Java Reflection.
ReflectionUtils() - Constructor for class org.omnaest.utils.reflection.ReflectionUtils
 
ReflectionUtils.MethodParameterMetaInformation - Class in org.omnaest.utils.reflection
Represents the meta information about a single Method parameter
ReflectionUtils.MethodParameterMetaInformation(Class<?>, List<Annotation>) - Constructor for class org.omnaest.utils.reflection.ReflectionUtils.MethodParameterMetaInformation
 
regExPatternToReplacementMap - Variable in class org.omnaest.utils.strings.StringReplacementBuilder
 
registerAtEventProducers() - Method in interface org.omnaest.utils.events.EventHandler
Registers itself via EventListener instances at the internally hold references to EventProducer instances
registerElementConverter(Class<? extends ElementConverter<?, ?>>, Class<?>, Class<?>) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
Similar to ElementConverterRegistration.registerElementConverter(ElementConverter, Class, Class) but using reflection to create a new instance of the ElementConverter type.
registerElementConverter(ElementConverter<?, ?>, Class<?>, Class<?>) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
Similar to ElementConverterRegistration.registerElementConverterTypeAware(ElementConverterTypeAware) but for non type aware ElementConverter instances
registerElementConverterTypeAware(Class<? extends ElementConverterTypeAware<?, ?>>) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
Similar to ElementConverterRegistration.registerElementConverterTypeAware(ElementConverterTypeAware) using reflection to create a new instance.
registerElementConverterTypeAware(ElementConverterTypeAware<?, ?>) - Static method in class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
Registers an ElementConverterTypeAware instance at the ElementConverterRegistration
registerExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager.ExceptionHandlerRegistration
Registers an ExceptionHandler
remove(Object) - Method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
remove(O) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Removes the given element from the AutowiredContainer
remove(O) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
remove(O) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
remove(BeanPropertyAccessor<B>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Removes a BeanPropertyAccessor instance from the BeanPropertyAccessors container
remove(int) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Removes the BeanPropertyAccessor at the given index position
remove(Object) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
remove(Object) - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
remove(Object) - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
remove(Object) - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
remove(Object) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
remove(int) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
remove(int) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.CollectionComposite
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
remove() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
remove() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
remove() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
remove() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
remove(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Removes the element at the given index position of a given List instance.
remove(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
remove(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
Removes the first occurring element within the TreeList, which is Object.equals(Object) to the given Object
remove(Object) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.set.SetComposite
 
remove(Set<E>, E) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Removes the given element from the given Set instance.
remove() - Method in class org.omnaest.utils.structure.iterator.ChainedIterator
 
remove() - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
remove() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
remove() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorToIteratorAdapter
 
remove() - Method in class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
 
remove() - Method in class org.omnaest.utils.structure.iterator.ElementStreamToIteratorAdapter
 
remove() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
 
remove() - Method in class org.omnaest.utils.structure.iterator.IteratorToIteratorAdapter
 
remove() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
remove(int) - Method in interface org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Removes the element at the given index position
remove(int) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
remove() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
remove() - Method in class org.omnaest.utils.structure.iterator.QueueToCircularIteratorAdapter
 
remove() - Method in class org.omnaest.utils.structure.iterator.ThreadLocalCachedIterator
 
remove() - Method in class org.omnaest.utils.structure.iterator.ThreadSafeIterator
 
remove(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
remove(Object) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
remove(Object) - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
remove(Object) - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
remove(Object) - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
remove(Object) - Method in class org.omnaest.utils.structure.map.MapComposite
 
remove(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
remove() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
Clears the Map reference for the current Thread.
remove(Object) - Method in class org.omnaest.utils.xml.JAXBCollection
 
remove(Object) - Method in class org.omnaest.utils.xml.JAXBList
 
remove(int) - Method in class org.omnaest.utils.xml.JAXBList
 
remove(Object) - Method in class org.omnaest.utils.xml.JAXBSet
 
remove() - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLIterator
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
removeAll(Set<E>, Iterable<? extends E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns the given Set instance reduced by the elements of the given Iterable
removeAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBCollection
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBList
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBSet
 
removeAllAsNewSet(Set<E>, Iterable<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a new Set instance containing the elements of the given Set reduced by the elements of the given Iterable
removeAllAssignableTo(Class<? extends E>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Removes all elements within the AutowiredContainer which are Class.isAssignableFrom(Class) to the given type.
removeAllAssignableTo(Class<? extends E>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
removeAllAssignableTo(Class<? extends E>) - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
removeAllAssignableTo(Class<? extends Object>) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
removeAllHavingExactTypeOf(Class<? extends E>) - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Removes all elements within the AutowiredContainer which are put into the container with the given primary type.
removeAllHavingExactTypeOf(Class<? extends E>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
removeAllHavingExactTypeOf(Class<? extends E>) - Method in class org.omnaest.utils.beans.autowired.ClassMapToAutowiredContainerAdapter
 
removeAllHavingExactTypeOf(Class<? extends Object>) - Method in class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
removeElement(Element) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
removeEventListener(EventListener<EVENT, RESULT>) - Method in class org.omnaest.utils.events.concrete.EventListenerRegistrationImpl
Removes a given EventListener instance from the handler.
removeEventListener(EventListener<EVENT, RESULT>) - Method in interface org.omnaest.utils.events.EventListenerRegistration
Removes a given EventListener instance from the handler.
removeFirst() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
removeFirst(List<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Removes the first element of a given List instance.
removeFirstOccurrence(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
removeFirstToNewList(List<? extends E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Short for ListUtils.valueOf(Iterable) and ListUtils.removeFirst(List) applied to the new List

The source List is kept unaffected by this operation.
removeIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
removeLast() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
removeLast(List<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Removes the last element of a given List instance.
removeLastOccurrence(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
removeLastTreeNodeAndClearUnusedCachedChildrenLists() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
Removes the last current TreeNode
removeLine() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
repeat(CharSequence, int) - Static method in class org.omnaest.utils.strings.StringUtils
Repeats the given CharSequence
replaceElement(Element, Element) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Replaces an old Element by a new Element.
replaceGroups(Map<Integer, String>) - Method in class org.omnaest.utils.pattern.MatchResultGroupReplacer
Replaces the Matcher.group(int) for all group index positions of the given map by the corresponding new values given.
replay(E) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Replays the method invocations done to the last active stub for the given object like the object would have been invoked in the first place.
replay(E, E) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Replays the method invocations done to the given stub for the given object like the object would have been invoked in the first place.
replayOn(InputStream, Object, Range...) - Static method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer
Replays previously recorded method invocations on a real Object with the same type.
replicate(Iterable<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a IterableUtils.IterableReplicator
replicate(Iterator<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a IterableUtils.IterableReplicator
reportNonMatchingPropertyNames(List<String>) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.MetaDataHandler
 
reset() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Resets the MethodCallCapturer.
reset(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Clears the captured method calls for a special stub object.
reset() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
reset() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
reset() - Method in class org.omnaest.utils.time.DurationCapture.Interval
Resets the internal timer of this time measurement for this DurationCapture.Interval.
resetState() - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerBooleanState
 
resetTimer() - Method in class org.omnaest.utils.time.DurationCapture
Sets the timer of the default DurationCapture.Interval back to zero.
resetTimers() - Method in class org.omnaest.utils.time.DurationCapture
Resets the timer of all contained DurationCapture.Interval instances.
resolveActiveOperationQueueIterator() - Method in class org.omnaest.utils.operation.battery.OperationBatteryRoundRobin
Resolves an active Iterator instance from the current OperationBatteryRoundRobin.operationQueue
resolveAssignableException(Class<? extends Exception>) - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Resolves the first occurring stored Exception which can be assigned to the given Class type.
resolveConstructorFor(Class<C>, Class<?>...) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Resolves a matching constructor for the given type and the given parameter types
resolveIndexPosition() - Method in class org.omnaest.utils.propertyfile.content.Element
 
resolveIndexPosition() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
resolveIndexPosition(Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
resolveNewOperationInstanceFromOperationFactory() - Method in class org.omnaest.utils.operation.battery.OperationBattery
 
resolveNextElement() - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLIterator
 
resolveNextElementIfUnresolved() - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLIterator
 
resolveValue() - Method in interface org.omnaest.utils.structure.element.cached.CachedElement.ValueResolver
Resolves a value.
resolveValue() - Method in class org.omnaest.utils.structure.element.cached.CachedElement.ValueResolverSimple
 
Result<CLIENT,RESULT> - Class in org.omnaest.utils.events.event
Generic default EventListener event result implementation.
Result() - Constructor for class org.omnaest.utils.events.event.Result
 
Result(CLIENT, RESULT) - Constructor for class org.omnaest.utils.events.event.Result
 
result - Variable in class org.omnaest.utils.events.event.Result
 
result() - Method in interface org.omnaest.utils.structure.collection.CollectionUtils.CollectionConverter
Returns the result of the transformation process
result() - Method in class org.omnaest.utils.structure.collection.CollectionUtils.CollectionTransformerToString
 
result - Variable in class org.omnaest.utils.structure.element.ExceptionHandledResult
 
resultList - Variable in class org.omnaest.utils.events.event.EventResults
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
retainAll(Set<E>, Collection<? extends E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Does call Set.retainAll(Collection) on the given Set instance.
retainAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBCollection
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBList
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.xml.JAXBSet
 
rethrowFirstExceptionAssignableToTypeIfAnyExceptionHasOccurred(Class<? extends Exception>) - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Throws the first occurring Exception which is assignable to the given Class again.
rethrowFirstExceptionIfAnyExceptionHasOccurred() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
Throws the first Exception again if ExceptionHandledResult.hasExceptions() is true which shows that at least one Exception has occurred.
returnedStub - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
reverse(Iterable<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance with the same elements of the given Iterable but in reversed order.
rolloverToNextList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
Moves all elements of the current active dispatch List to the next and switches to this List.
rolloverToPreviousList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
Moves all elements of the current active dispatch List to the previous and switches to this List.
roundRobin(Iterable<E>...) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Similar to IteratorUtils.roundRobin(Iterator...)
roundRobin(Iterator<E>...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns an Iterator which calls Iterator.next() of all given Iterators in a round robin way
run() - Method in class org.omnaest.utils.download.DownloadConnection
 
run() - Method in class org.omnaest.utils.download.DownloadManager
 
run() - Method in class org.omnaest.utils.threads.RunnableDecorator
 
run() - Method in class org.omnaest.utils.time.DurationCaptureRunnableDecorator
 
runnable - Variable in class org.omnaest.utils.threads.RunnableDecorator
 
runnable - Variable in class org.omnaest.utils.threads.RunnableToCallableAdapter
 
runnable - Variable in class org.omnaest.utils.time.DurationCaptureRunnableDecorator
 
RunnableDecorator - Class in org.omnaest.utils.threads
Decorator for a Runnable.
RunnableDecorator(Runnable) - Constructor for class org.omnaest.utils.threads.RunnableDecorator
 
RunnableToCallableAdapter - Class in org.omnaest.utils.threads
Adapter to use a Runnable as Callable
RunnableToCallableAdapter(Runnable) - Constructor for class org.omnaest.utils.threads.RunnableToCallableAdapter
 

S

save(File) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Deprecated. use ByteArrayContainer.writeTo(File) instead
saveContentToFile(File) - Method in class org.omnaest.utils.download.DownloadConnection
Saves the content into the given file.
select(String, Node) - Static method in class org.omnaest.utils.xml.XMLHelper
Similar to XMLHelper.select(String, Node, ExceptionHandler)
select(String, Node, ExceptionHandler) - Static method in class org.omnaest.utils.xml.XMLHelper
Allows to select sub Nodes by a given XPath expression
selectElement(XMLIteratorFactory.XMLElementSelector.SelectionContext) - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelector
 
selectElement(XMLIteratorFactory.XMLElementSelector.SelectionContext) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelectorQNameBased
 
serialVersionUID - Static variable in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
set(int, ByteArrayContainer) - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
set(int, E) - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
set(int, TO) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
set(E) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
set(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
set(E) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
set(List<E>, int, E) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
List.set(int, Object) the value of the given List instance at the given index position to the given element.
set(int, E) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Uses List.remove(int) to remove the element from the given index position an returns it.
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
set - Variable in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
set(E) - Method in class org.omnaest.utils.structure.iterator.ChainedListIterator
 
set(E) - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
 
set(int, E) - Method in interface org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Sets the element at the given index position
set(int, E) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
set(E) - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased
 
set(int, E) - Method in class org.omnaest.utils.xml.JAXBList
 
set - Variable in class org.omnaest.utils.xml.JAXBSet
 
SetAbstract<E> - Class in org.omnaest.utils.structure.collection.set
Abstract implementation of a Set.
SetAbstract() - Constructor for class org.omnaest.utils.structure.collection.set.SetAbstract
 
setAccessor(Accessor<E>) - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
setAccessor(AccessorReadable<E>) - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
setAccessor(AccessorWritable<E>) - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
setAuthenticationPassword(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setAuthenticationUser(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setAutowiredContainer(AutowiredContainer<E>) - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
setBlanks(String) - Method in class org.omnaest.utils.propertyfile.content.element.BlankLineElement
 
setCachingChildrenOfPathNodes(boolean) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
setCollection(Collection<E>) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
setComment(String) - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
setCommentIndicator(String) - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
SetComposite<E> - Class in org.omnaest.utils.structure.collection.set
Composite Set consisting of multiple given Set instances of the same type

The SetComposite.add(Object) method will add new elements to the Set with the smallest size.
SetComposite(Set<E>...) - Constructor for class org.omnaest.utils.structure.collection.set.SetComposite
 
SetComposite(Collection<Set<E>>) - Constructor for class org.omnaest.utils.structure.collection.set.SetComposite
 
setConfigurator(JAXBXMLHelper.MarshallingConfiguration.Configurator) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
setConfigurator(JAXBXMLHelper.UnmarshallingConfiguration.Configurator) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
setContent(byte[]) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
setContentEncoding(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setContentInvalid(boolean) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Sets the content of the ByteArrayContainer to be marked as invalid
setContentType(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setCreatingTransitiveStubs(boolean) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
SetDecorator<E> - Class in org.omnaest.utils.structure.collection.set.decorator
A SetDecorator decorates an existing Set instance.
SetDecorator(Set<E>) - Constructor for class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
SetDecorator() - Constructor for class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
setDelimiter(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
SetDelta<E> - Class in org.omnaest.utils.structure.collection.set
A SetDelta calculates the changes between two given Sets
SetDelta(Set<E>, Set<E>) - Constructor for class org.omnaest.utils.structure.collection.set.SetDelta
 
setDescription(String) - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
setDownloadManager(DownloadManager) - Method in class org.omnaest.utils.download.DownloadConnection
 
setDownloadMonitor(DownloadConnection.DownloadMonitor) - Method in class org.omnaest.utils.download.DownloadConnection
 
setDurationInMilliseconds(long) - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
setDurationPercentage(double) - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
setElement(E) - Method in interface org.omnaest.utils.structure.element.accessor.Accessor
 
setElement(E) - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
setElement(E) - Method in interface org.omnaest.utils.structure.element.accessor.AccessorWritable
Sets the element the AccessorWritable does point towards
setElement(E) - Method in class org.omnaest.utils.structure.element.accessor.adapter.ThreadLocalToAccessorAdapter
 
setElement(E) - Method in class org.omnaest.utils.structure.element.ElementHolder
 
setElement(E) - Method in class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
Sets the given element to the ElementHolderUnmodifiable
setEncoding(String) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
setEncoding(String) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
setEncoding(String) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
setEncoding(String) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Sets the encoding.
setEncoding(String) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Sets another encoding.
setEventProducers(Iterable<? extends EventProducer>) - Method in interface org.omnaest.utils.events.EventHandler
Sets a ordered List of EventProducer references to the EventHandler.
setException(Exception) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.beans.replicator.BeanCopier
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.beans.replicator.BeanReplicator
The given ExceptionHandler should handle any CopyException and PreparedBeanCopier.NonMatchingPropertyException
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.dispatcher.DispatcherAbstract
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.dispatcher.ProxyDispatcherFactory
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.events.exception.basic.ExceptionHandlerDelegate
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.threads.submit.SubmitGroupFactory
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
setExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
 
setFile(File) - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
setFileEncoding(String) - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
setFixedWitdth(String, int) - Static method in class org.omnaest.utils.strings.StringUtils
 
setFormattingOutput(boolean) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
setHandlingArbitraryObjects(boolean) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
setHandlingCollections(boolean) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
setHandlingLists(boolean) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
setHandlingMaps(boolean) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
setHandlingPrimitivesAndWrappers(boolean) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
setHandlingSets(boolean) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier.Configuration
 
setIgnoredDeepnessLevel(int) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Sets the deepness level, beginning from the traversal stops and no instances are set to the target instance

Levels are related to the number of tokens of the path.
setIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.Element
 
setInterfaces(Class<?>[]) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setInterfaces(Class<?>[]) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
setInterval(DurationCapture.Interval) - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
setIsCancelled(boolean) - Method in class org.omnaest.utils.structure.element.FutureSimple
Sets the value for the Future.isCancelled()
setIterator(Iterator<E>) - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
setJAXBTypeContentConverterFactory(XMLIteratorFactory.JAXBTypeContentConverterFactory) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Allows to set another XMLIteratorFactory.JAXBTypeContentConverterFactory which is used to convert xml content to instances of JAXB based types.
setJsonXMLConfig(JsonXMLConfig) - Method in class org.omnaest.utils.xml.context.XMLInstanceContextFactoryStAXONImpl
 
setKey(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
setKey(Object) - Method in class org.omnaest.utils.time.DurationCapture.Interval
 
setKey(K) - Method in class org.omnaest.utils.tuple.KeyValue
Sets the key
setKnownTypes(Class<?>...) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingAndUnmarshallingConfigurationAbstractBase
 
setKnownTypes(Class<?>...) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
setKnownTypes(Class<?>...) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
setLineManager(IndexManager) - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
setLineSeparator(String) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
setList(List<E>) - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
setList(List<E>) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
setMap(Map<String, Object>) - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.SourePropertyAccessorForMap
 
setMap(Map<K, V>) - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
setMap(SortedMap<K, V>) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
setMap(Map<K, V>) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
Sets the underlying Map for the current Thread
setMapFactory(Factory<Map<K, V>>) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
Sets the Factory for new Map instances.
setMethodInvocationHandler(MethodInvocationHandler) - Method in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecorator
Sets the decorated MethodInvocationHandler
setMethodInvocationHandlerDecorators(MethodInvocationHandlerDecorator[]) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setModel(M) - Method in interface org.omnaest.utils.structure.hierarchy.nodemap.NodeMap
 
setName(String) - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
setOperation(Operation<RESULT, PARAMETER>) - Method in class org.omnaest.utils.operation.decorator.OperationDecorator
 
setOperationFactory(OperationFactory<RESULT, PARAMETER>) - Method in class org.omnaest.utils.operation.battery.OperationBattery
 
setParentTokenElementNode(TokenMonoHierarchy<E, V>.TokenElementNode) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
setPrefixBlanks(String) - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
setPrefixBlanks(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
setPreservedDeepnessLevel(int) - Method in interface org.omnaest.utils.beans.replicator.PreservationAndIgnorationDeclarer
Sets the deepness level, beginning from all instances are preserved as they are and no clone operation is executed on them

Levels are related to the number of tokens of the path.
setPreviousMethodCallCaptureContext(MethodCallCapturer.MethodCallCaptureContext) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
setPropertyAccessOption(PropertyAccessOption) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setPropertyAccessorDecorator(SourcePropertyAccessor) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator
Sets the decorated SourcePropertyAccessor
setPropertyAccessTypeFrom(BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
setPropertyAccessTypeTo(BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
 
setPropertyFileContent(PropertyFileContent) - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
setPropertyValue(B, Object) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Sets the property value for the underlying Java Bean property for the given Java Bean object.
setPropertyValue(B, Object, BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Sets the property value for the underlying Java Bean property for the given Java Bean object using the given BeanPropertyAccessor.PropertyAccessType.
setPropertyValue(B, Object, BeanPropertyAccessor.PropertyAccessType...) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.setPropertyValue(Object, Object, PropertyAccessType) using all given BeanPropertyAccessor.PropertyAccessTypes
setPropertyValue(B, Object, ExceptionHandler, BeanPropertyAccessor.PropertyAccessType...) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Similar to BeanPropertyAccessor.setPropertyValue(Object, Object, PropertyAccessType, ExceptionHandler) using all given BeanPropertyAccessor.PropertyAccessTypes
setPropertyValue(B, Object, BeanPropertyAccessor.PropertyAccessType, ExceptionHandler) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Sets the property value for the underlying Java Bean property for the given Java Bean object using the given BeanPropertyAccessor.PropertyAccessType.
setRegardedAnnotationScope(SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setRegardingAdapterAnnotation(boolean) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setRegardingDefaultValueAnnotation(boolean) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setRegardingPropertyNameTemplate(boolean) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setRemoveFirstElementByExceedingSize(boolean) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
If set to true always the LinkedList.removeFirst() is called as long as the LinkedList.size() exceeds the LimitedLinkedList.getSizeMax() otherwise the LinkedList.removeLast().
setReplaySuccessful(boolean) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
 
setRethrowingExceptionsFromExceptionHandler(boolean) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager
 
setReturnedStub(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
setSet(Set<E>) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
setSimulatingToString(boolean) - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
setSizeMax(int) - Method in class org.omnaest.utils.structure.collection.list.LimitedLinkedList
Sets the maximum size the LimitedLinkedList can have.
setSortedMap(SortedMap<K, V>) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
setSourcePropertyAccessorDecorators(SourcePropertyAccessorDecorator[]) - Method in class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
setStandardEncoding(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setStatusCode(int) - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
setTokenElement(E) - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
SetToSetAdapter<FROM,TO> - Class in org.omnaest.utils.structure.collection.set.adapter
Adapter from one Set with a specific type to another Set with another specific type using a ElementBidirectionalConverter
SetToSetAdapter(Collection<FROM>, ElementBidirectionalConverter<FROM, TO>) - Constructor for class org.omnaest.utils.structure.collection.set.adapter.SetToSetAdapter
 
setType(Class<?>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
setUnderlyingList(L) - Method in interface org.omnaest.utils.beans.adapter.ListToTypeAdapter.UnderlyingListAware
Sets the List which should underly this class type facade.
setUnderlyingMap(Map<?, ?>) - Method in class org.omnaest.utils.proxy.handler.MethodInvocationHandlerDecoratorUnderlyingMapAware
Sets the underlying Map
setUnderlyingMap(M) - Method in interface org.omnaest.utils.structure.map.UnderlyingMapAware
Sets the Map which should underly this class type facade.
setUnderlyingMapAware(boolean) - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.Configuration
 
setUnderlyingPropertynameList(List<String>) - Method in interface org.omnaest.utils.beans.adapter.ListToTypeAdapter.UnderlyingListAware
Sets the underlying property name list after which the elements of the value list are ordered.
setUrl(URL) - Method in class org.omnaest.utils.download.DownloadConnection
 
setUsedStringEncoding(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setUsingReentrantLock(boolean) - Method in class org.omnaest.utils.operation.battery.OperationBattery
 
SetUtils - Class in org.omnaest.utils.structure.collection.set
Helper for Set types
SetUtils() - Constructor for class org.omnaest.utils.structure.collection.set.SetUtils
 
setValidCacheDurationInMilliseconds(Long) - Method in class org.omnaest.utils.structure.element.cached.CachedElementTimed
 
setValue(String, Object, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.PropertynameMapToTypeAdapter.SourePropertyAccessorForMap
 
setValue(String, Object, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in interface org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor
Sets the given value for the given property name.
setValue(String, Object, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorAdapter
 
setValue(String, Object, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorDefaultValue
 
setValue(String, Object, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption
 
setValue(String, Object, Class<?>, SourcePropertyAccessor.PropertyMetaInformation) - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyNameTemplate
 
setValue(T) - Method in interface org.omnaest.utils.structure.element.cached.CachedElement.CachedValue
 
setValue(V) - Method in class org.omnaest.utils.structure.element.FutureSimple
Sets the value to be returned by Future.get().
setValue(V) - Method in class org.omnaest.utils.structure.map.SimpleEntry
 
setValue(V) - Method in class org.omnaest.utils.tuple.KeyValue
Sets the value
setValueFirst(T1) - Method in class org.omnaest.utils.tuple.Tuple2
Sets the first value of the Tuple.
setValueFirst(T1) - Method in class org.omnaest.utils.tuple.Tuple3
 
setValueFirst(T1) - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
setValueFirst(T1) - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated. Sets the first value of the Tuple.
setValueResolver(CachedElement.ValueResolver<T>) - Method in class org.omnaest.utils.structure.element.cached.CachedElement
 
setValueSecond(T2) - Method in class org.omnaest.utils.tuple.Tuple2
Sets the second value of the Tuple.
setValueSecond(T2) - Method in class org.omnaest.utils.tuple.Tuple3
 
setValueSecond(T2) - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
setValueSecond(T2) - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated. Sets the second value of the Tuple.
setValueThird(T3) - Method in class org.omnaest.utils.tuple.Tuple3
 
setValueThird(T3) - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
setXmlInstanceContextFactory(XMLInstanceContextFactory) - Method in class org.omnaest.utils.xml.XMLIteratorFactory
Allows to set an alternative XMLInstanceContextFactory, e.g. to replace the current java default stax implementation by another one like Staxon or Jettison for JSON
setXmlInstanceContextFactory(XMLInstanceContextFactory) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Allows to set an alternative XMLInstanceContextFactory
SimpleEntry<K,V> - Class in org.omnaest.utils.structure.map
Simple entity implementation for an Map.Entry
SimpleEntry(K, V) - Constructor for class org.omnaest.utils.structure.map.SimpleEntry
 
SimpleEntry(Map.Entry<K, V>) - Constructor for class org.omnaest.utils.structure.map.SimpleEntry
 
size() - Method in interface org.omnaest.utils.beans.autowired.AutowiredContainer
Returns the size of the AutowiredContainer
size() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
size() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
size() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Returns the size of the BeanPropertyAccessors container
size() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
size() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
size() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
size() - Method in class org.omnaest.utils.events.event.EventResults
 
size() - Method in class org.omnaest.utils.math.Average
 
size() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
Returns the number of Elements.
size() - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
size() - Method in class org.omnaest.utils.store.NestedDirectoryToByteArrayContainerListAdapter
 
size() - Method in class org.omnaest.utils.structure.array.ArrayToListAdapter
 
size() - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
size() - Method in class org.omnaest.utils.structure.collection.CollectionComposite
 
size() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
size() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
size() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListAdapter
 
size() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
 
size() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
size() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
size() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
size() - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
size() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
size() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
size() - Method in class org.omnaest.utils.structure.collection.list.sorted.InsertionSortedList
 
size() - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
size() - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
size() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
size() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
size() - Method in class org.omnaest.utils.structure.collection.set.SetComposite
 
size() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
 
size(Iterable<?>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Resolves the size of an Iterable by iterating over it and counting the elements.
size(Iterator<?>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Resolves the size of a given Iterator by iterating over it.
size() - Method in interface org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Returns the size of the underlying structure which is the highest index position added by one
size() - Method in class org.omnaest.utils.structure.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
size() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
size() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
size() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
size() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
size() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
size() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
size() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
size() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
size() - Method in class org.omnaest.utils.structure.map.MapBuilderOld.MapBuilderWithMap
Deprecated.  
size(Map<?, ?>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns the size of the given Map or 0 if the given Map reference is null.
size() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
size() - Method in class org.omnaest.utils.xml.JAXBCollection
 
size() - Method in class org.omnaest.utils.xml.JAXBList
 
size() - Method in class org.omnaest.utils.xml.JAXBSet
 
skip(long) - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
skip(long) - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
SoftCachedElement<T> - Class in org.omnaest.utils.structure.element.cached
This is a CachedElement which uses a SoftReference to cache a value.
SoftCachedElement(CachedElement.ValueResolver<T>) - Constructor for class org.omnaest.utils.structure.element.cached.SoftCachedElement
 
sorted(Collection<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Similar to ListUtils.sorted(Collection, Comparator) using the Comparable interface of the given elements
sorted(Collection<E>, Comparator<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance which is based on the elements of the given Collection and which is sorted using the given Comparator
If the given Comparator is null the natural order is used.
SortedList<E> - Interface in org.omnaest.utils.structure.collection.list.sorted
Extension of the List interface for sorted lists.
SortedListAbstract<E> - Class in org.omnaest.utils.structure.collection.list.sorted
Abstract implementation of a SortedList which reduces the need to implement all methods
SortedListAbstract(Comparator<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
SortedListAbstract() - Constructor for class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
Using this constructor enforces that all element types implement the Comparable interface
SortedListAbstract.SortedListAbstractSublist<E> - Class in org.omnaest.utils.structure.collection.list.sorted
Sublist implementation for SortedListAbstract
SortedListAbstract.SortedListAbstractSublist(SortedList<E>, int, int) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
SortedListDispatcher<E> - Class in org.omnaest.utils.structure.collection.list.sorted
Similar to ListDispatcher but for SortedLists
SortedListDispatcher(SortedList<E>...) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
SortedListDispatcherSizeBased<E> - Class in org.omnaest.utils.structure.collection.list.sorted
SortedListDispatcher which is based on the ListDispatcher.size() of the represented virtual SortedList.
SortedListDispatcherSizeBased(SortedList<E>, SortedList<E>, int, int) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
sortedMap - Variable in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
SortedMapDecorator<K,V> - Class in org.omnaest.utils.structure.map.decorator
A decorator for any SortedMap implementation
SortedMapDecorator(SortedMap<K, V>) - Constructor for class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
SortedMapDecorator() - Constructor for class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
SortedMapToSortedMapAdapter<KEY,VALUE_FROM,VALUE_TO> - Class in org.omnaest.utils.structure.map.adapter
The SortedMapToSortedMapAdapter is a decorator and adapter which allows to access a given SortedMap using other types for the values.
SortedMapToSortedMapAdapter(SortedMap<KEY, VALUE_FROM>, ElementBidirectionalConverter<VALUE_FROM, VALUE_TO>) - Constructor for class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
SortedSplitableList<E> - Interface in org.omnaest.utils.structure.collection.list.sorted
A special SortedList which allows to split the whole List into two.
SortUtil - Class in org.omnaest.utils.sorting
 
SortUtil() - Constructor for class org.omnaest.utils.sorting.SortUtil
 
SortUtil.ArbitraryStructureContext - Interface in org.omnaest.utils.sorting
Used by merge sort, to determin the index position start and end points.
SortUtil.ComparableArbitraryStructureIndexPosition - Interface in org.omnaest.utils.sorting
Used within the merge sort core to compare two indexPositions.
SortUtil.MergeSortDataModify - Interface in org.omnaest.utils.sorting
Used with merge sort.
source - Variable in class org.omnaest.utils.events.event.Event
 
sourceAndTargetTypeToElementConverterMap - Static variable in class org.omnaest.utils.structure.element.converter.ElementConverterRegistration
 
sourceEventDataList - Variable in class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
 
sourceKeyToTargetKeyTranslationMap - Variable in class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
SourcePropertyAccessor - Interface in org.omnaest.utils.beans.adapter.source
Simple SourcePropertyAccessor interface which reduces to a SourcePropertyAccessor.setValue(String, Object, Class, PropertyMetaInformation) and SourcePropertyAccessor.getValue(String, Class, PropertyMetaInformation) method signature.
sourcePropertyAccessor - Variable in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator
 
SourcePropertyAccessor.PropertyMetaInformation - Class in org.omnaest.utils.beans.adapter.source
Contains further meta information about a property
SourcePropertyAccessor.PropertyMetaInformation(Object[], ParameterizedType, AutowiredContainer<Annotation>, AutowiredContainer<Annotation>) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
SourcePropertyAccessorDecorator - Class in org.omnaest.utils.beans.adapter.source
Decorator for SourcePropertyAccessor
SourcePropertyAccessorDecorator() - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator
 
SourcePropertyAccessorDecorator(SourcePropertyAccessor) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecorator
 
SourcePropertyAccessorDecoratorAdapter - Class in org.omnaest.utils.beans.adapter.source
SourcePropertyAccessorDecorator which will listen to Converter annotated Methods.
SourcePropertyAccessorDecoratorAdapter() - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorAdapter
 
SourcePropertyAccessorDecoratorAdapter(SourcePropertyAccessor) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorAdapter
 
SourcePropertyAccessorDecoratorDefaultValue - Class in org.omnaest.utils.beans.adapter.source
SourcePropertyAccessorDecorator which will listen to DefaultValue annotated Methods
SourcePropertyAccessorDecoratorDefaultValue(SourcePropertyAccessor) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorDefaultValue
 
SourcePropertyAccessorDecoratorPropertyAccessOption - Class in org.omnaest.utils.beans.adapter.source
SourcePropertyAccessorDecorator which will convert incoming keys based on a PropertyAccessOption
SourcePropertyAccessorDecoratorPropertyAccessOption(SourcePropertyAccessor, PropertyAccessOption) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption
 
SourcePropertyAccessorDecoratorPropertyAccessOption(PropertyAccessOption) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyAccessOption
 
SourcePropertyAccessorDecoratorPropertyNameTemplate - Class in org.omnaest.utils.beans.adapter.source
SourcePropertyAccessorDecorator which will listen to PropertyNameTemplate annotated Methods and Classes.
SourcePropertyAccessorDecoratorPropertyNameTemplate(SourcePropertyAccessor) - Constructor for class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessorDecoratorPropertyNameTemplate
 
SourcePropertyAccessorToTypeAdapter<T> - Class in org.omnaest.utils.beans.adapter
The SourcePropertyAccessorToTypeAdapter will provide an adapter from a SourcePropertyAccessor to any given Class type.
SourcePropertyAccessorToTypeAdapter(Class<T>, SourcePropertyAccessorToTypeAdapter.Configuration) - Constructor for class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter
 
SourcePropertyAccessorToTypeAdapter.Builder<T> - Interface in org.omnaest.utils.beans.adapter
SourcePropertyAccessorToTypeAdapter.Builder for multiple instances based on the same Class type and SourcePropertyAccessorToTypeAdapter.Configuration instance.
SourcePropertyAccessorToTypeAdapter.Configuration - Class in org.omnaest.utils.beans.adapter
The SourcePropertyAccessorToTypeAdapter.Configuration of a SourcePropertyAccessorToTypeAdapter includes following settings:

SourcePropertyAccessorToTypeAdapter.Configuration.setPropertyAccessOption(PropertyAccessOption) SourcePropertyAccessorToTypeAdapter.Configuration.setRegardingAdapterAnnotation(boolean) SourcePropertyAccessorToTypeAdapter.Configuration.setRegardedAnnotationScope(RegardedAnnotationScope) SourcePropertyAccessorToTypeAdapter.Configuration.setRegardingDefaultValueAnnotation(boolean)

If SourcePropertyAccessorToTypeAdapter.Configuration.setPropertyAccessOption(PropertyAccessOption) is set to another PropertyAccessOption it is possible to access the underlying Map keys e.g. with lowercased keys instead of the case sensitive property names.
SourcePropertyAccessorToTypeAdapter.Configuration(MethodInvocationHandlerDecorator[], SourcePropertyAccessorDecorator[]) - Constructor for class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
SourcePropertyAccessorToTypeAdapter.Configuration(PropertyAccessOption, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
SourcePropertyAccessorToTypeAdapter.Configuration() - Constructor for class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
SourcePropertyAccessorToTypeAdapter.Configuration(Class<?>...) - Constructor for class org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration
 
SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope - Enum in org.omnaest.utils.beans.adapter
Scope Annotations are scanned
split(String, char, char) - Static method in class org.omnaest.utils.strings.StringUtils
Simple form of the StrTokenizer
splitAt(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
splitAt(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
splitAt(int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcherSizeBased
 
splitAt(int) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedSplitableList
Splits the current SortedList at the given index position.
splitByInterval(String, int) - Static method in class org.omnaest.utils.strings.StringUtils
Splits a given String text by an interval.
startMeasurement() - Method in class org.omnaest.utils.time.DurationCapture.Interval
Starts the measurement of time for this DurationCapture.Interval.
startThreadPooled(Thread) - Method in class org.omnaest.utils.download.DownloadManager
Adds the given thread to the thread aspirant list.
startTime - Variable in class org.omnaest.utils.time.DurationCapture.Interval
 
startTimeMeasurement(Object) - Method in class org.omnaest.utils.time.DurationCapture
Starts the time measurement which will relate to the given key.
startTimeMeasurement() - Method in class org.omnaest.utils.time.DurationCapture
Starts the measurement of time.
stopMeasurement() - Method in class org.omnaest.utils.time.DurationCapture.Interval
Stops the time measurement for this DurationCapture.Interval.
stopTime - Variable in class org.omnaest.utils.time.DurationCapture.Interval
 
stopTimeMeasurement() - Method in class org.omnaest.utils.time.DurationCapture
Stops the measurement of the time for the default DurationCapture.Interval.
stopTimeMeasurement(Object) - Method in class org.omnaest.utils.time.DurationCapture
Stops the time measurement for the respective DurationCapture.Interval.
store() - Method in class org.omnaest.utils.propertyfile.PropertyFile
Stores the PropertyFile to disc.
storeObjectAsXML(Object, OutputStream) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores a given JAXB annotated object to the given OutputStream using the JAXBXMLHelper.DEFAULT_ENCODING
storeObjectAsXML(Object, OutputStream, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
 
storeObjectAsXML(Object, OutputStream, String) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores a given JAXB annotated object to the given OutputStream using the given character encoding
storeObjectAsXML(Object, OutputStream, String, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores a given JAXB annotated object to the given OutputStream using the given character encoding
storeObjectAsXML(Object, OutputStream, JAXBXMLHelper.MarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores a given JAXB annotated object to the given OutputStream using the given JAXBXMLHelper.MarshallingConfiguration
storeObjectAsXML(Object, Appendable) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores the given objects as XML within the given Appendable using the JAXBXMLHelper.DEFAULT_ENCODING
storeObjectAsXML(Object, Appendable, String) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores the given object as XML within the given Appendable using the given encoding.
storeObjectAsXML(Object) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores the given object as XML String using the JAXBXMLHelper.DEFAULT_ENCODING
storeObjectAsXML(Object, JAXBXMLHelper.MarshallingConfiguration) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Similar to JAXBXMLHelper.storeObjectAsXML(Object) but allows to specify a JAXBXMLHelper.MarshallingConfiguration instance
storeObjectAsXML(Object, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores the given object as XML String using the JAXBXMLHelper.DEFAULT_ENCODING
storeObjectAsXML(Object, String) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
Stores the given object as XML String using the given encoding.
storeObjectAsXML(Object, String, ExceptionHandler) - Static method in class org.omnaest.utils.xml.JAXBXMLHelper
 
StreamConnector - Class in org.omnaest.utils.streams
This class offers methods to connect to streams to each other.
StreamConnector() - Constructor for class org.omnaest.utils.streams.StreamConnector
 
StreamConnector.TransferResult - Class in org.omnaest.utils.streams
 
StreamConnector.TransferResult(boolean, int, Exception) - Constructor for class org.omnaest.utils.streams.StreamConnector.TransferResult
 
stringJoin(String[], String) - Static method in class org.omnaest.utils.strings.StringUtils
 
StringReplacementBuilder - Class in org.omnaest.utils.strings
The StringReplacementBuilder allows to StringReplacementBuilder.add(String, String) pairs of regEx patterns and their replacement Strings and to StringReplacementBuilder.process(String) values using these pairs.
StringReplacementBuilder() - Constructor for class org.omnaest.utils.strings.StringReplacementBuilder
 
StringUtils - Class in org.omnaest.utils.strings
Utility class for supporting the work with Strings
StringUtils() - Constructor for class org.omnaest.utils.strings.StringUtils
 
StubCreator<E> - Class in org.omnaest.utils.proxy
Helper to create stubs easily based on CGLIB.
StubCreator(Class<? extends E>) - Constructor for class org.omnaest.utils.proxy.StubCreator
 
StubCreator(Class<? extends E>, ExceptionHandler) - Constructor for class org.omnaest.utils.proxy.StubCreator
 
StubCreator(Class<? extends E>, Class<?>[]) - Constructor for class org.omnaest.utils.proxy.StubCreator
 
StubCreator(Class<? extends E>, Class<?>[], ExceptionHandler) - Constructor for class org.omnaest.utils.proxy.StubCreator
 
stubToMethodCallCaptureContextListMap - Variable in class org.omnaest.utils.proxy.MethodCallCapturer
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
subList(E, E) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Returns a sublist view of the current SortedList starting by the given fromElement which will be included in the sublist and ending by the given toElement which will be excluded from the sublist.
subList(int, int) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Similar to List#subList(int, int)
subList(E, E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
subList(E, E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
subList(SortedList<E>, E, E) - Static method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
subList(E, E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
subList(int, int) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
subList(int, int) - Method in class org.omnaest.utils.xml.JAXBList
 
subMap(KEY, KEY) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
subMap(K, K) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
submit(Callable<T>) - Method in interface org.omnaest.utils.threads.submit.SubmitGroup
 
submit(Callable<T>, int) - Method in interface org.omnaest.utils.threads.submit.SubmitGroup
 
submitAndManage(ExecutorService, Callable<?>) - Method in class org.omnaest.utils.threads.FutureTaskManager
Submits the given Callable to the given ExecutorService instance and calls FutureTaskManager.manageFutureTask(Future) for the resulting FutureTask
submitAndManage(ExecutorService, Runnable) - Method in class org.omnaest.utils.threads.FutureTaskManager
Submits the given Runnable to the given ExecutorService instance and calls FutureTaskManager.manageFutureTask(Future) for the resulting FutureTask
submitAndManage(Callable<?>) - Method in class org.omnaest.utils.threads.FutureTaskManager
Submits the given Callable to the internal ExecutorService.
submitAndManage(Callable<?>, int) - Method in class org.omnaest.utils.threads.FutureTaskManager
Similar to FutureTaskManager.submitAndManage(Callable) but the Callable will be submitted the given number times
submitAndManage(Runnable) - Method in class org.omnaest.utils.threads.FutureTaskManager
 
submitAndManage(Runnable, int) - Method in class org.omnaest.utils.threads.FutureTaskManager
Similar to FutureTaskManager.submitAndManage(Callable, int) but for Runnable
submitAndManage(ExecutorService, Runnable, int) - Method in class org.omnaest.utils.threads.FutureTaskManager
 
submitAndManage(ExecutorService, Callable<?>, int) - Method in class org.omnaest.utils.threads.FutureTaskManager
 
submitAndManageCallables(ExecutorService, Collection<? extends Callable<?>>, int) - Method in class org.omnaest.utils.threads.FutureTaskManager
 
submitAndManageRunnables(ExecutorService, Collection<Runnable>, int) - Method in class org.omnaest.utils.threads.FutureTaskManager
 
SubmitGroup<T> - Interface in org.omnaest.utils.threads.submit
A group of Callable submits which share the same result type
SubmitGroupFactory - Class in org.omnaest.utils.threads.submit
Enclosure around an ExecutorService which allows to manage groups of submitted tasks with the same result type.
SubmitGroupFactory(ExecutorService) - Constructor for class org.omnaest.utils.threads.submit.SubmitGroupFactory
 
successful - Variable in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
sumOf(int...) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Return the sum of all given Integer values
sumOfCollectionDouble(Iterable<Double>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the sum of the values within an Double Iterable.
sumOfCollectionInteger(Iterable<Integer>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the sum of the values within an Integer Iterable.
supertypeSet(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns a Set of all supertypes the given type extends.
switchTo(int) - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Switches to the Iterator instance which has the given iterator index position within the IteratorDecoratorSwitchable.getIteratorList()
switchTo(Iterator<E>) - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Similar to IteratorDecoratorSwitchable.switchTo(int) but resolving the right Iterator instance using the given Iterator.
switchTo(int) - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Switches to the ListIterator instance which has the given list iterator index position within the ListIteratorDecoratorSwitchable.getListIteratorList()
switchTo(ListIterator<E>) - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Similar to ListIteratorDecoratorSwitchable.switchTo(int) but resolving the right ListIterator instance using the given ListIterator.
switchToNext() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Switches the active Iterator to the next Iterator
switchToNext() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Switches the active ListIterator to the next ListIterator
switchToNextInternalList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
Switches to the next internally available List
switchToNextIteratorWhichHasNext() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Switches to the next Iterator instance which returns true for Iterator.hasNext(), but only if the IteratorDecoratorSwitchable.getActiveIterator() does not return true for Iterator.hasNext() itself already.
switchToNextIteratorWhichHasNext() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Switches to the next ListIterator instance which returns true for ListIterator.hasNext(), but only if the ListIteratorDecoratorSwitchable.getActiveListIterator() does not return true for ListIterator.hasNext() itself already.
switchToPrevious() - Method in class org.omnaest.utils.structure.iterator.IteratorDecoratorSwitchable
Switches the active Iterator to the previous Iterator
switchToPrevious() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Switches the active ListIterator to the previous ListIterator
switchToPreviousInternalList() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
Switches to the next internally available List
switchToPreviousIteratorWhichHasPrevious() - Method in class org.omnaest.utils.structure.iterator.ListIteratorDecoratorSwitchable
Switches to the next ListIterator instance which returns true for ListIterator.hasNext(), but only if the ListIteratorDecoratorSwitchable.getActiveListIterator() does not return true for ListIterator.hasNext() itself already.
SynchronizedWeakReferenceCache<K,V> - Class in org.omnaest.utils.cache
Cache implementation using a synchronized WeakHashMap.
SynchronizedWeakReferenceCache() - Constructor for class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 

T

tailList(E) - Method in interface org.omnaest.utils.structure.collection.list.sorted.SortedList
Returns a view to the current SortedList starting by the given element up to the end including the given element.
tailList(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract.SortedListAbstractSublist
 
tailList(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
tailList(SortedList<E>, E) - Static method in class org.omnaest.utils.structure.collection.list.sorted.SortedListAbstract
 
tailList(E) - Method in class org.omnaest.utils.structure.collection.list.sorted.SortedListDispatcher
 
tailMap(KEY) - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
tailMap(K) - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
threadedDownload() - Method in class org.omnaest.utils.download.DownloadConnection
Downloads the set url source through a single thread created.
threadedDownload(URL) - Method in class org.omnaest.utils.download.DownloadConnection
Downloads the given url through a single thread created for this purpose.
ThreadLocalCachedElement<T> - Class in org.omnaest.utils.structure.element.cached
ThreadLocal variant of a CachedElement which caches resolved element values for each thread independently.
ThreadLocalCachedElement(CachedElement.ValueResolver<T>) - Constructor for class org.omnaest.utils.structure.element.cached.ThreadLocalCachedElement
 
ThreadLocalCachedElement(CachedElement.ValueResolver<T>, boolean) - Constructor for class org.omnaest.utils.structure.element.cached.ThreadLocalCachedElement
 
threadLocalCachedElementOfBeanProperty - Static variable in class org.omnaest.utils.proxy.BeanProperty
 
threadLocalCachedIterator(Iterator<E>) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a view on the given Iterator which uses a ThreadLocal instance to cache resolved elements per Thread.
ThreadLocalCachedIterator<E> - Class in org.omnaest.utils.structure.iterator
Iterator decorator which uses a ThreadLocal to store any element within an internal ThreadLocal instance.
ThreadLocalCachedIterator(Iterator<E>) - Constructor for class org.omnaest.utils.structure.iterator.ThreadLocalCachedIterator
 
threadLocalForMap - Variable in class org.omnaest.utils.structure.map.ThreadLocalMap
 
ThreadLocalMap<K,V> - Class in org.omnaest.utils.structure.map
A ThreadLocalMap is a Map stored independently for each Thread by using ThreadLocal.
ThreadLocalMap() - Constructor for class org.omnaest.utils.structure.map.ThreadLocalMap
 
ThreadLocalToAccessorAdapter<E> - Class in org.omnaest.utils.structure.element.accessor.adapter
Adapter for any ThreadLocal instance to be used as Accessor
ThreadLocalToAccessorAdapter() - Constructor for class org.omnaest.utils.structure.element.accessor.adapter.ThreadLocalToAccessorAdapter
Creates a new default ThreadLocal instance
ThreadLocalToAccessorAdapter(ThreadLocal<E>) - Constructor for class org.omnaest.utils.structure.element.accessor.adapter.ThreadLocalToAccessorAdapter
 
ThreadSafeIterator<E> - Class in org.omnaest.utils.structure.iterator
Thread safe Iterator delegate which makes use of an internal ReentrantLock to avoid concurrent access of the underlying Iterator.
ThreadSafeIterator(Iterator<E>) - Constructor for class org.omnaest.utils.structure.iterator.ThreadSafeIterator
 
throwException() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandler
Throws an Exception triggered by the previous assertion
throwException(RuntimeException) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandler
Throws the given RuntimeException with the assertion as cause
throwException(Exception) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandler
Throws the given Exception with the assertion as cause
throwException(Throwable) - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandler
Throws the given Throwable with the assertion as cause
throwExceptionWhenAnyPropertiesAreNotMatching() - Method in class org.omnaest.utils.beans.copier.PreparedBeanCopier
Throws an PreparedBeanCopier.NonMatchingPropertyException if PreparedBeanCopier.hasNonMatchingProperties() is true
throwRuntimeException() - Method in interface org.omnaest.utils.assertion.AssertLogger.DirectAssertHandler
Throws a RuntimeException triggered by the previous assertion
to(Class<TO>) - Method in interface org.omnaest.utils.beans.replicator.BeanReplicator.PipeBuilder
Closes the converter pipe and adds it to the BeanReplicator
to(Collection<E>) - Method in interface org.omnaest.utils.structure.iterator.IterableUtils.IterableReplicator
Replicates all the original elements to a given Collection.
toArray() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
toArray(T[]) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
toArray() - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
toArray(Collection<E>, Class<? extends E>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Converts a given Collection into a typed array
toArray() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
toArray() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
toArray() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
toArray() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
toArray() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
toArray() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
toArray() - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
toArray() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
toArray() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
toArray() - Method in class org.omnaest.utils.xml.JAXBCollection
 
toArray(T[]) - Method in class org.omnaest.utils.xml.JAXBCollection
 
toArray() - Method in class org.omnaest.utils.xml.JAXBList
 
toArray(T[]) - Method in class org.omnaest.utils.xml.JAXBList
 
toArray() - Method in class org.omnaest.utils.xml.JAXBSet
 
toArray(T[]) - Method in class org.omnaest.utils.xml.JAXBSet
 
toArrayInt(Collection<Integer>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the values of a Integer Collection as array.
toCountedElementsMap(Iterable<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a Map containing the Set of elements as keys and the count of each element as value.
toDeserializedElement() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Deserializes the content into an element
toIndex - Variable in class org.omnaest.utils.structure.collection.list.ListAbstract.ListAbstractSublist
 
toIntArray() - Method in class org.omnaest.utils.operation.foreach.Range
Returns an int array with all number between the given ranges
tokenElementNode - Variable in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
 
tokenElementNodeRoot - Variable in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy
 
tokenizerPatternBased(CharSequence, String) - Static method in class org.omnaest.utils.strings.StringUtils
Returns a new Iterable instance for the given CharSequence which uses the given regular expression delimiter to produce tokens.
TokenMonoHierarchy<E,V> - Class in org.omnaest.utils.structure.hierarchy
A TokenMonoHierarchy allows to create hierarchical structures which are based on Lists of elements.
TokenMonoHierarchy() - Constructor for class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy
 
TokenMonoHierarchy.Navigator - Class in org.omnaest.utils.structure.hierarchy
The TokenMonoHierarchy.Navigator allows to navigate on a given TokenMonoHierarchy
TokenMonoHierarchy.Navigator(TokenMonoHierarchy<E, V>.TokenElementNode) - Constructor for class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
 
TokenMonoHierarchy.TokenElementNode - Class in org.omnaest.utils.structure.hierarchy
Node of a TokenMonoHierarchy which has children an one parent.
TokenMonoHierarchy.TokenElementNode(TokenMonoHierarchy<E, V>.TokenElementNode, E) - Constructor for class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
TokenMonoHierarchy.TokenElementPath<E> - Class in org.omnaest.utils.structure.hierarchy
A TokenMonoHierarchy.TokenElementPath represents a path of token elements
TokenMonoHierarchy.TokenElementPath(List<E>) - Constructor for class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementPath
 
TokenMonoHierarchy.TokenElementPath(E...) - Constructor for class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementPath
 
toList(Map<K, V>, MapUtils.MapEntryToElementConverter<TO, K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Transforms a given Map to a List using the given MapUtils.MapEntryToElementConverter to create single elements for the List based on the Map.Entrys of the given Map
toMap(Iterable<E>, ElementConverterElementToMapEntry<E, K, V>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Transforms a given Iterable into a Map using a LinkedHashMap which keeps the order of the List.
toMap(KeyExtractor<? extends K, V>, Iterable<? extends V>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Same as MapUtils.valueOf(KeyExtractor, Iterable)
toMap(Iterable<E>, ElementConverterElementToMapEntry<E, K, V>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
 
toNamespaceAwareXML(Map<QName, Object>) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toXML(Map) but for Map instances having a QName based key type
toNamespaceAwareXML(Map<QName, Object>, OutputStream) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toXML(Map, OutputStream) but for Maps having QNames as key type
toNamespaceAwareXMLDocument(Map<QName, Object>) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toNamespaceAwareXML(Map, OutputStream) but returns a String instance instead of writing into an OutputStream
toNamespaceAwareXMLDocument(Map<QName, Object>, OutputStream) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toXMLDocument(Map, OutputStream) but has full qualified QNames
toObject(Object) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns a non primitive Array for a primitive one
toString() - Method in class org.omnaest.utils.beans.adapter.source.SourcePropertyAccessor.PropertyMetaInformation
 
toString() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerAbstract
 
toString() - Method in class org.omnaest.utils.beans.autowired.AutowiredContainerDecorator
 
toString() - Method in exception org.omnaest.utils.beans.copier.PreparedBeanCopier.NonMatchingPropertyException
 
toString() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
 
toString() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
toString() - Method in class org.omnaest.utils.operation.decorator.OperationDecorator
 
toString() - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
toString() - Method in class org.omnaest.utils.propertyfile.PropertyFile
Returns a String version of the current PropertyFileContent
toString() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodAndArguments
 
toString() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult
 
toString() - Method in class org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodOnly
 
toString() - Method in class org.omnaest.utils.streams.InputStreamDecorator
 
toString() - Method in class org.omnaest.utils.streams.InputStreamDecoratorSimple
 
toString() - Method in class org.omnaest.utils.strings.CharacterPathBuilder.CharacterPath
 
toString() - Method in class org.omnaest.utils.structure.collection.adapter.CollectionToCollectionAdapterBase
 
toString() - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
toString(Iterable<?>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns a String representation of the given Iterable using String.valueOf(boolean)
toString(Collection<E>, Joiner, String, String) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
 
toString(Collection<E>, Joiner) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
 
toString(Collection<E>, ElementConverter<E, String>, Joiner) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
 
toString() - Method in class org.omnaest.utils.structure.collection.decorator.CollectionDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.decorator.LockingCollectionDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToListIteratorAdapter
 
toString() - Method in class org.omnaest.utils.structure.collection.list.adapter.ListToSetAdapter
 
toString() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher.ListDispatchControl
 
toString() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListDispatcher
 
toString() - Method in class org.omnaest.utils.structure.collection.list.decorator.ListIteratorDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.list.decorator.LockingListIteratorDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
toString() - Method in class org.omnaest.utils.structure.collection.set.adapter.MapBasedSet
 
toString() - Method in class org.omnaest.utils.structure.collection.set.decorator.LockingSetDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.set.decorator.SetDecorator
 
toString() - Method in class org.omnaest.utils.structure.collection.set.IdentityArrayListBasedSet
 
toString() - Method in class org.omnaest.utils.structure.collection.set.SetDelta
 
toString() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Transforms the content into a String.
toString(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Transforms the content into a String.
toString() - Method in class org.omnaest.utils.structure.element.accessor.AccessorDecorator
 
toString() - Method in class org.omnaest.utils.structure.element.converter.ElementConverterTypeAware.SourceAndTargetType
 
toString() - Method in class org.omnaest.utils.structure.element.ElementHolder
 
toString() - Method in class org.omnaest.utils.structure.element.ElementHolderUnmodifiable
 
toString() - Method in class org.omnaest.utils.structure.element.ExceptionHandledResult
 
toString() - Method in class org.omnaest.utils.structure.element.factory.concrete.ArrayListFactory
 
toString() - Method in class org.omnaest.utils.structure.element.factory.concrete.FactoryTypeAwareReflectionBased
 
toString() - Method in class org.omnaest.utils.structure.element.factory.concrete.HashSetFactory
 
toString() - Method in class org.omnaest.utils.structure.element.factory.concrete.LinkedHashSetFactory
 
toString() - Method in class org.omnaest.utils.structure.element.ObjectUtils.PrimitiveTypeArrayAnalysisResult
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.Navigator
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementNode
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectToTreeNodeAdapter
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.tree.object.ObjectTreeNode.ObjectModel
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
toString() - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
toString() - Method in class org.omnaest.utils.structure.iterator.decorator.IteratorDecorator
 
toString() - Method in class org.omnaest.utils.structure.iterator.decorator.LockingIteratorDecorator
 
toString() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
toString() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
toString() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
toString() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
toString() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
toString() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
toString() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
toString() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
toString() - Method in class org.omnaest.utils.structure.map.MapDelta
 
toString(Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a String representation for a Map
toString() - Method in class org.omnaest.utils.structure.map.SimpleEntry
 
toString() - Method in class org.omnaest.utils.threads.CallableDecorator
 
toString() - Method in class org.omnaest.utils.threads.RunnableDecorator
 
toString() - Method in class org.omnaest.utils.time.DurationCapture
 
toString() - Method in class org.omnaest.utils.tuple.KeyValue
 
toString() - Method in class org.omnaest.utils.tuple.Tuple2
 
toString() - Method in class org.omnaest.utils.tuple.Tuple3
 
toString() - Method in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
toString() - Method in class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
toString() - Method in class org.omnaest.utils.xml.JAXBName
 
toString() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.MarshallingConfiguration
 
toString() - Method in class org.omnaest.utils.xml.JAXBXMLHelper.UnmarshallingConfiguration
 
toStringAsNestedHierarchy(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Generates a hierarchy representation of the object graph for the given Object.
toStringAsSimpleNestedHierarchy(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Similar to ObjectUtils.toStringAsNestedHierarchy(Object) but with reduced information
toStringList() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns the content as a list of strings, separated by line feed and/or carriage return.
toStringList(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns the content as a list of strings, separated by line feed and/or carriage return.
toStringList(String, String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns the content as a list of strings, separated by an arbitrary regular expression.
toStringUsingHierarchy(Map<K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Similar to MapUtils.printMapHierarchical(PrintStream, Map) but returning a String value
toXML(Map<String, Object>) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Returns the xml content equivalent to the given nested Map structure
toXML(Map<String, Object>, OutputStream) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toXML(Map) but writes the result to a given OutputStream directly instead of creating a String.
toXMLDocument(Map<String, Object>) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toXMLDocument(Map, OutputStream) but returns a String instance instead of writing into an OutputStream
toXMLDocument(Map<String, Object>, OutputStream) - Method in class org.omnaest.utils.xml.XMLNestedMapConverter
Similar to XMLNestedMapConverter.toXML(Map, OutputStream) but encloses the given nested Map into a xml document with a single root tag
trace - Variable in class org.omnaest.utils.assertion.AssertLogger
 
transfer(InputStream, OutputStream) - Static method in class org.omnaest.utils.streams.StreamConnector
Transfers the data from the given InputStream to the given OutputStream returning a StreamConnector.TransferResult
transferSizeInBytes - Variable in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
transform(Object) - Method in interface org.omnaest.utils.beans.copier.PreparedBeanCopier.Transformer
Transforms one instance into another
transform(StreamSource, StreamSource, StreamResult, ExceptionHandler, XMLHelper.XSLTransformerConfiguration) - Static method in class org.omnaest.utils.xml.XMLHelper
Uses the default TransformerFactory to transform the given xml StreamSource using the given xslt StreamSource into the StreamResult
transform(XMLEvent, XMLEventFactory) - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformer
This methods returns a transformed XMLEvent based on the given XMLEvent.
transform(XMLEvent, XMLEventFactory) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName
 
transformAttributeName(QName) - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformer
 
transformAttributeName(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerLowerCase
 
transformAttributeName(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerRemoveNamespace
 
transformAttributeName(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerUpperCase
 
transformBeanIntoMap(B) - Static method in class org.omnaest.utils.beans.BeanUtils
Returns a new Map instance which contains the property names as keys and the values of the properties as map values.
transformTagName(QName) - Method in interface org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformer
 
transformTagName(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerLowerCase
 
transformTagName(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerRemoveNamespace
 
transformTagName(QName) - Method in class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerUpperCase
 
traverse(TreeNavigator.TreeNodeVisitor<T, TN>...) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Traverses the current TreeNode and its children transitively invoking TreeNavigator.TreeNodeVisitors for each TreeNode.
traverse(TreeNavigator.TreeNodeVisitor<T, TN>) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
traverse(TreeNavigator.TreeNodeVisitor.TraversalConfiguration, TreeNavigator.TreeNodeVisitor<T, TN>) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Similar to #traverse(TraversalConfiguration, TreeNodeVisitor)
traverse(TreeNavigator.TreeNodeVisitor.TraversalConfiguration, TreeNavigator.TreeNodeVisitor<T, TN>...) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Similar to TreeNavigator.traverse(TreeNodeVisitor...) but allows to specify a default TreeNavigator.TreeNodeVisitor.TraversalConfiguration.
traverse(TreeNavigator.TreeNodeVisitor.TraversalConfiguration, TNV...) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeTraversal
 
traverse(TNV, ElementHolder<TreeNavigator.TreeNodeVisitor.TraversalConfiguration>, Set<TN>) - Method in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeTraversal
 
Tree<M,TN extends TreeNode> - Interface in org.omnaest.utils.structure.hierarchy.tree
A Tree acts as a container for a TreeNode object graph.
tree - Variable in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
TreeHelper - Class in org.omnaest.utils.structure.hierarchy.tree
Helper for Tree instances
TreeHelper() - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeHelper
 
TreeList<E> - Class in org.omnaest.utils.structure.collection.list.sorted
This sorted List implementation does use an internal TreeMap to provide all features a SortedSet has, except the fact that duplicate elements are allowed.
TreeList() - Constructor for class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
TreeList(Comparator<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
TreeList(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
TreeList(Comparator<E>, Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
TreeList(Factory<SortedMap<AccessorReadable<E>, TreeList<E>.ElementList>>) - Constructor for class org.omnaest.utils.structure.collection.list.sorted.TreeList
 
TreeList.ElementList - Class in org.omnaest.utils.structure.collection.list.sorted
An TreeList.ElementList is based on an regular ArrayList but additionally removes itself from the underlying SortedMap if its last element is removed and the List is going to get empty.
TreeList.ElementList() - Constructor for class org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementList
 
TreeList.ElementVisitor<E> - Interface in org.omnaest.utils.structure.collection.list.sorted
 
TreeList.ElementVisitor.TraversalHint - Enum in org.omnaest.utils.structure.collection.list.sorted
A TreeList.ElementVisitor.TraversalHint affects the traversal over the elements of the TreeList
treeMap() - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
treeMap(Comparator<? super K>) - Method in interface org.omnaest.utils.structure.map.MapBuilder.ClosedMapComposer
 
treeMap() - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
treeMap(Comparator<? super K>) - Method in class org.omnaest.utils.structure.map.MapBuilderOld
Deprecated.  
treeNavigator(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns a ObjectTreeNavigator for the given Object
TreeNavigator<T extends Tree<?,TN>,TN extends TreeNode> - Class in org.omnaest.utils.structure.hierarchy.tree
A TreeNavigator allows to navigate on a given Tree.
TreeNavigator(T) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Creates a TreeNavigator on top of the given Tree which starts with the Tree.getTreeRootNode() as navigation origin.
TreeNavigator(T, TreeNavigator<T, TN>.TreeNodePathAndCache, boolean) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
TreeNavigator(T, boolean) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
TreeNavigator.LocalAndReducedTraversalControl - Enum in org.omnaest.utils.structure.hierarchy.tree
Reduced TreeNavigator.TreeNodeVisitor.TraversalControl which affects the local behavior
TreeNavigator.TreeNodePathAndCache - Class in org.omnaest.utils.structure.hierarchy.tree
Internal representation of the path of TreeNodes.
TreeNavigator.TreeNodePathAndCache() - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
 
TreeNavigator.TreeNodeTraversal<TNV extends TreeNavigator.TreeNodeVisitor<T,TN>> - Class in org.omnaest.utils.structure.hierarchy.tree
Includes the logic to traverse TreeNodes
TreeNavigator.TreeNodeTraversal() - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeTraversal
 
TreeNavigator.TreeNodeVisitor<T extends Tree<?,TN>,TN extends TreeNode> - Interface in org.omnaest.utils.structure.hierarchy.tree
 
TreeNavigator.TreeNodeVisitor.TraversalConfiguration - Class in org.omnaest.utils.structure.hierarchy.tree
Configuration for the TreeNavigator.traverse(TreeNodeVisitor) methods.
TreeNavigator.TreeNodeVisitor.TraversalConfiguration(boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
TreeNavigator.TreeNodeVisitor.TraversalConfiguration() - Constructor for class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 
TreeNavigator.TreeNodeVisitor.TraversalControl - Enum in org.omnaest.utils.structure.hierarchy.tree
Controls the ongoing traversal of the TreeNavigator
TreeNode<M> - Interface in org.omnaest.utils.structure.hierarchy.tree
Representation of a single node of a Tree.
treeNodeModelToChildrenTreeNodeModelListMap(T) - Static method in class org.omnaest.utils.structure.hierarchy.tree.TreeHelper
Similar to TreeHelper.treeNodeToChildrenTreeNodeListMap(Tree) but for the model of the TreeNodes
treeNodePathAndCache - Variable in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
Stores the current path through the TreeNodes.
treeNodeToChildrenListMap - Variable in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodePathAndCache
 
treeNodeToChildrenTreeNodeListMap(T) - Static method in class org.omnaest.utils.structure.hierarchy.tree.TreeHelper
Returns a Map containing all TreeNodes of the hierarchy of a given Tree mapped to a List of all children TreeNodes for each key node.
treeNodeTraversal - Variable in class org.omnaest.utils.structure.hierarchy.tree.TreeNavigator
 
trimStringArrayTokens(String[]) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns a new array with all tokens of the given string array being trimmed
tryTranslateKeyByCache(String) - Method in class org.omnaest.utils.structure.map.decorator.CaseinsensitiveMapDecorator
 
Tuple - Interface in org.omnaest.utils.tuple
A Tuple is the marker interface for generic wrapper classes holding arbitrary elements of different numbers.
Tuple2<T1,T2> - Class in org.omnaest.utils.tuple
Two arguments Tuple supporting Tuple2.hashCode(), Tuple2.equals(Object) and Tuple2.toString() using the values of the given elements.
Tuple2() - Constructor for class org.omnaest.utils.tuple.Tuple2
 
Tuple2(T1, T2) - Constructor for class org.omnaest.utils.tuple.Tuple2
 
Tuple2(Tuple2<T1, T2>) - Constructor for class org.omnaest.utils.tuple.Tuple2
Creates a new Tuple2 instance based on the values of an already existing instance
Tuple3<T1,T2,T3> - Class in org.omnaest.utils.tuple
Container Tuple holding three data instances.
Tuple3() - Constructor for class org.omnaest.utils.tuple.Tuple3
 
Tuple3(T1, T2, T3) - Constructor for class org.omnaest.utils.tuple.Tuple3
 
TupleThree<T1,T2,T3> - Class in org.omnaest.utils.tuple
Deprecated. use Tuple3 instead
TupleThree() - Constructor for class org.omnaest.utils.tuple.TupleThree
Deprecated.  
TupleThree(T1, T2, T3) - Constructor for class org.omnaest.utils.tuple.TupleThree
Deprecated.  
TupleTwo<T1,T2> - Class in org.omnaest.utils.tuple
Deprecated. use Tuple2 instead
TupleTwo() - Constructor for class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
TupleTwo(T1, T2) - Constructor for class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
TupleTwo(TupleTwo<T1, T2>) - Constructor for class org.omnaest.utils.tuple.TupleTwo
Deprecated. Creates a new TupleTwo instance based on the values of an already existing instance
type - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
typeOf(Object) - Static method in class org.omnaest.utils.structure.element.ObjectUtils
Returns the Class of the given instance or null if null is given as instance
TypeToAutowiredPropertyContainerAdapter<B> - Class in org.omnaest.utils.beans.autowired
Adapter to create a Map view on an underlying Java Bean object.
TypeToAutowiredPropertyContainerAdapter(B) - Constructor for class org.omnaest.utils.beans.autowired.TypeToAutowiredPropertyContainerAdapter
 
TypeToPropertynameMapAdapter<B> - Class in org.omnaest.utils.beans.adapter
Adapter to create a Map view on an underlying Java Bean object.
TypeToPropertynameMapAdapter(B, PropertyAccessOption) - Constructor for class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
TypeToTypeMappingDeclarer - Interface in org.omnaest.utils.beans.replicator
 

U

UnderlyingMapAware<K,V> - Interface in org.omnaest.utils.structure.map
This interface makes a derivative type aware of an underlying Map implementation.
UnderlyingPropertyMapAware - Interface in org.omnaest.utils.structure.map
Special UnderlyingMapAware interface which relies on Maps with String types as key and Object as value
unmarshal(Map<String, Object>) - Method in class org.omnaest.utils.beans.mapconverter.BeanToNestedMapConverter
Unmarshalls a given nested Map in the respective JavaBean
unmarshal(Map<String, Object>, BeanPropertyAccessor.PropertyAccessType) - Method in class org.omnaest.utils.beans.mapconverter.internal.BeanToNestedMapUnMarshaller
 
unmarshal(InputStream) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.JAXBContextBasedUnmarshaller
 
unmarshal(XMLEventReader) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.JAXBContextBasedUnmarshaller
 
unmarshalAsJAXBElement(InputStream) - Method in class org.omnaest.utils.xml.JAXBXMLHelper.JAXBContextBasedUnmarshaller
 
unmodifiable(AutowiredContainer<E>) - Static method in class org.omnaest.utils.beans.autowired.AutowiredContainerUtils
Returns a AutowiredContainerDecorator which prohibits modifications to the underlying AutowiredContainer.
unregisterAtEventProducers() - Method in interface org.omnaest.utils.events.EventHandler
Unregisters all its EventListener from the EventProducer instances
unregisterExceptionHandler(ExceptionHandler) - Method in class org.omnaest.utils.events.exception.ExceptionHandlerManager.ExceptionHandlerRegistration
Unregisters a given ExceptionHandler
untilAllTasksAreDone() - Method in interface org.omnaest.utils.threads.submit.Waiter
 
untilTheNumberOfTasksAreDone(int) - Method in interface org.omnaest.utils.threads.submit.Waiter
 
untilThePercentageOfTasksAreDone(double) - Method in interface org.omnaest.utils.threads.submit.Waiter
 
unzip() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Converts a zip file content into unzipped content.
unzipIntoFilenameByteArrayContainerMap(ByteArrayContainer) - Static method in class org.omnaest.utils.structure.container.ByteArrayContainer
Unzipps the given ByteArrayContainer object into a map containing the filenames and unzipped ByteArrayContainer objects for each file.
unzipIntoFilenameByteArrayContainerMap(ByteArrayContainer, ExceptionHandler) - Static method in class org.omnaest.utils.structure.container.ByteArrayContainer
Unzipps the given ByteArrayContainer object into a map containing the filenames and unzipped ByteArrayContainer objects for each file.
URIHelper - Class in org.omnaest.utils.download
 
URIHelper() - Constructor for class org.omnaest.utils.download.URIHelper
 
URLHelper - Class in org.omnaest.utils.download
Helper for URL related actions
URLHelper() - Constructor for class org.omnaest.utils.download.URLHelper
 

V

validCacheDurationInMilliseconds - Variable in class org.omnaest.utils.structure.element.cached.CachedElementTimed
 
value - Variable in class org.omnaest.utils.structure.element.cached.CachedElement.ValueResolverSimple
 
value - Variable in class org.omnaest.utils.structure.map.SimpleEntry
 
value - Variable in class org.omnaest.utils.tuple.KeyValue
 
ValueExtractor<K,E> - Interface in org.omnaest.utils.structure.element
 
valueFirst - Variable in class org.omnaest.utils.tuple.Tuple2
 
valueFirst - Variable in class org.omnaest.utils.tuple.Tuple3
 
valueFirst - Variable in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
valueFirst - Variable in class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
valueList - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
valueList - Variable in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
valueOf(String) - Static method in enum org.omnaest.utils.assertion.AssertLogger.DirectAssertHandlerMessageChoice.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnaest.utils.beans.adapter.PropertyAccessOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope
Returns the enum constant of this type with the specified name.
valueOf(Iterable<E>) - Static method in class org.omnaest.utils.beans.autowired.AutowiredContainerUtils
Creates a new AutowiredContainer instance based on the elements of a given Iterable
valueOf(String) - Static method in enum org.omnaest.utils.beans.result.BeanPropertyAccessor.PropertyAccessType
Returns the enum constant of this type with the specified name.
valueOf(Collection<? extends E>, Class<E>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns an typed Array based on the given Collection and the given array component type

If null is given as Collection null is returned, too.
valueOf(Iterable<? extends E>, Class<E>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns an typed Array based on the given Iterable and the given array component type

If null is given as Iterable null is returned, too.
valueOf(E...) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Returns a new Array instance based on the Class types of the given elements.
valueOf(Class<E>, E...) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
 
valueOf(Iterable<? extends E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new ArrayList instance containing the elements of a given Iterable
valueOf(Iterator<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance for a given Iterator
valueOf(Iterator<E>, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance for all the elements up to the given end index position based on the given Iterator.
valueOf(Iterator<E>, int, int) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance for all the elements between the two index position boundaries based on the given Iterator.
valueOf(ElementStream<E>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Returns a new List instance for a given ElementStream
valueOf(E...) - Static method in class org.omnaest.utils.structure.collection.list.ListUtils
Same as ListUtils.valueOf(Iterable) for one or more elements
valueOf(String) - Static method in enum org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementVisitor.TraversalHint
Returns the enum constant of this type with the specified name.
valueOf(E...) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Same as SetUtils.valueOf(Iterable) for one or more elements
valueOf(Iterator<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Similar to SetUtils.valueOf(Iterable)
valueOf(Iterable<E>) - Static method in class org.omnaest.utils.structure.collection.set.SetUtils
Returns a new LinkedHashSet instance with the element of the given Iterable which keeps the order of the elements
valueOf(ByteArrayContainer) - Static method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns a new ByteArrayContainer instance mapping the same byte[] array as the given ByteArrayContainer
valueOf(String) - Static method in enum org.omnaest.utils.structure.element.filter.ElementFilter.FilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.LocalAndReducedTraversalControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalControl
Returns the enum constant of this type with the specified name.
valueOf(ElementStream<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns an Iterable on an ElementStream
valueOf(Factory<Iterator<E>>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a new Iterable based on a given Factory for Iterators
valueOf(Iterator<E>) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns a new instance of an Iterable which returns the given Iterator instance
valueOf(E...) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns an Iterable over the given elements
valueOf(Iterator<E>, boolean) - Static method in class org.omnaest.utils.structure.iterator.IterableUtils
Returns an Factory of Iterator instances which is based on an internal List buffer which will contain the elements of the given Iterator.
valueOf(Iterable<E>...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns the Iterator instances of the given Iterables.
valueOf(List<E>...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns the ListIterator instances of the given Lists.
valueOf(E...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns an Iterator instance for the given elements
valueOf(KeyExtractor<? extends K, V>, Iterable<? extends V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new Map instance for the given Iterable using the given KeyExtractor to extract every key one by one from the Iterable
valueOf(Iterable<E>, ElementConverterElementToMapEntry<E, K, V>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a new Map instance for the given Iterable using the ElementConverterElementToMapEntry instance to convert every element to an Map.Entry
valueOfMultiple(Iterable<E>...) - Static method in class org.omnaest.utils.structure.iterator.IteratorUtils
Returns a List of the Iterators related to the given Iterables
valueResolver - Variable in class org.omnaest.utils.structure.element.cached.CachedElement
 
values() - Static method in enum org.omnaest.utils.assertion.AssertLogger.DirectAssertHandlerMessageChoice.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnaest.utils.beans.adapter.PropertyAccessOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter.Configuration.RegardedAnnotationScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.omnaest.utils.beans.adapter.TypeToPropertynameMapAdapter
 
values() - Static method in enum org.omnaest.utils.beans.result.BeanPropertyAccessor.PropertyAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.omnaest.utils.cache.Cache
Returns an unmodifiable Collection of all values within the Cache which only represents a snapshot in moment
values() - Method in class org.omnaest.utils.cache.ConcurrentWeakReferenceCache
 
values() - Method in class org.omnaest.utils.cache.MapToCacheAdapter
 
values() - Method in class org.omnaest.utils.cache.SynchronizedWeakReferenceCache
 
values() - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
values() - Static method in enum org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementVisitor.TraversalHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnaest.utils.structure.element.filter.ElementFilter.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.LocalAndReducedTraversalControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.omnaest.utils.structure.map.adapter.MapToMapAdapter
 
values() - Method in class org.omnaest.utils.structure.map.adapter.MapWithKeyMappingAdapter
 
values() - Method in class org.omnaest.utils.structure.map.adapter.SortedMapToSortedMapAdapter
 
values() - Method in class org.omnaest.utils.structure.map.decorator.LockingMapDecorator
 
values() - Method in class org.omnaest.utils.structure.map.decorator.MapDecorator
 
values() - Method in class org.omnaest.utils.structure.map.decorator.MapDecoratorAbstract
 
values() - Method in class org.omnaest.utils.structure.map.decorator.SortedMapDecorator
 
values() - Method in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
values() - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
values() - Method in class org.omnaest.utils.structure.map.MapComposite
 
values() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
valueSecond - Variable in class org.omnaest.utils.tuple.Tuple2
 
valueSecond - Variable in class org.omnaest.utils.tuple.Tuple3
 
valueSecond - Variable in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
valueSecond - Variable in class org.omnaest.utils.tuple.TupleTwo
Deprecated.  
valueThird - Variable in class org.omnaest.utils.tuple.Tuple3
 
valueThird - Variable in class org.omnaest.utils.tuple.TupleThree
Deprecated.  
valueToKeyMap - Variable in class org.omnaest.utils.structure.map.dualmap.LinkedHashDualMap
 
visit(TN, TreeNavigator<T, TN>) - Method in interface org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor
Visit method for the traversed TreeNodes
visitElement(E, int, List<E>, int) - Method in interface org.omnaest.utils.structure.collection.list.sorted.TreeList.ElementVisitor
This method is called for each visited element of a sub List of the internal SortedMap.values()

visitElements(TreeList.ElementVisitor<E>) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
Similar to TreeList.visitElements(ElementVisitor, Iterable) which uses all available TreeList.ElementList instances of the internal SortedMap in their sort order.
visitElements(TreeList.ElementVisitor<E>, Iterable<TreeList<E>.ElementList>) - Method in class org.omnaest.utils.structure.collection.list.sorted.TreeList
Visitor method which allows to traverse over all given TreeList.ElementList in their current order and execute the TreeList.ElementVisitor.beforeTraversalOfElementList(int, int, List) on them.

W

Waiter<T> - Interface in org.omnaest.utils.threads.submit
A Waiter allows to wait for the results of a SubmitGroup and allows to reduce the result into further forms.
waitForAllTasksToFinish() - Method in class org.omnaest.utils.threads.FutureTaskManager
Uses the Future.get() to wait on all managed Futures until they are finished
waitForTaskToFinish(Future<V>) - Static method in class org.omnaest.utils.threads.FutureTaskManager
Waits for a given Future to finish.
warn - Variable in class org.omnaest.utils.assertion.AssertLogger
 
WeakCachedElement<T> - Class in org.omnaest.utils.structure.element.cached
This is a CachedElement which uses a WeakReference to cache a value.
WeakCachedElement(CachedElement.ValueResolver<T>) - Constructor for class org.omnaest.utils.structure.element.cached.WeakCachedElement
 
where(MapJoiner.Predicate<K, VL, VR>) - Method in interface org.omnaest.utils.structure.map.MapJoiner.JoinResult
Filters the current MapJoiner.JoinResult using a given MapJoiner.Predicate
writeMessage(String) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelImpl.LoglevelSupport
 
writeMessage(String, Throwable) - Method in interface org.omnaest.utils.assertion.AssertLogger.LoglevelImpl.LoglevelSupport
 
writePropertyFileContentToFile(PropertyFileContent, File, String) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
 
writePropertyFileContentToOutputStreamWriter(PropertyFileContent, OutputStreamWriter) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
 
writePropertyFileContentToString(PropertyFileContent) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
Returns the PropertyFileContent as String
writeTo(File) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Writes the content of the ByteArrayContainer to the given File
writeTo(Writer, String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Writes the content of the ByteArrayContainer to the given Writer instance.
writeTo(Writer) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Similar to ByteArrayContainer.writeTo(Writer, String) using the default encoding "utf-8"
writeTo(Appendable, String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Writes the content of the ByteArrayContainer to an Appendable e.g. a StringBuilder or StringBuffer
writeTo(OutputStream) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Writes the content of the ByteArrayContainer to a given OutputStream without closing the OutputStream but flushing the content to it.

X

XML_INSTANCE_CONTEXT_FACTORY_JAVA_STAX_DEFAULT - Static variable in class org.omnaest.utils.xml.XMLIteratorFactory
 
XML_INSTANCE_CONTEXT_FACTORY_JAVA_STAX_DEFAULT - Static variable in class org.omnaest.utils.xml.XMLNestedMapConverter
 
XMLHelper - Class in org.omnaest.utils.xml
XMLHelper for XPath or Document based helper methods.
XMLHelper() - Constructor for class org.omnaest.utils.xml.XMLHelper
 
XMLHelper.XSLTransformerConfiguration - Class in org.omnaest.utils.xml
Configuration for an TransformerFactory
XMLHelper.XSLTransformerConfiguration() - Constructor for class org.omnaest.utils.xml.XMLHelper.XSLTransformerConfiguration
 
XMLInstanceContextFactory - Interface in org.omnaest.utils.xml.context
Multifactory for all the internally used marshaller and unmarshaller instances.
XMLInstanceContextFactoryJavaStaxDefaultImpl - Class in org.omnaest.utils.xml.context
Default XMLInstanceContextFactory implementation using the Java default StAX provider
XMLInstanceContextFactoryJavaStaxDefaultImpl() - Constructor for class org.omnaest.utils.xml.context.XMLInstanceContextFactoryJavaStaxDefaultImpl
 
XMLInstanceContextFactoryStAXONImpl - Class in org.omnaest.utils.xml.context
XMLInstanceContextFactory which uses StAXON to generate any new instances
XMLInstanceContextFactoryStAXONImpl() - Constructor for class org.omnaest.utils.xml.context.XMLInstanceContextFactoryStAXONImpl
 
XMLIteratorFactory - Class in org.omnaest.utils.xml
The XMLIteratorFactory is a wrapper around StAX and JAXB which allows to split a given xml InputStream content into Object, Map or String content chunks.
XMLIteratorFactory(InputStream, ExceptionHandler) - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory
Note: the XMLIteratorFactory does not close the underlying InputStream
XMLIteratorFactory(InputStream) - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory
Similar to XMLIteratorFactory.XMLIteratorFactory(InputStream, ExceptionHandler) using an ExceptionHandlerIgnoring
XMLIteratorFactory.JAXBTypeContentConverter<E> - Class in org.omnaest.utils.xml
 
XMLIteratorFactory.JAXBTypeContentConverter(Class<? extends E>, ExceptionHandler) - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.JAXBTypeContentConverter
 
XMLIteratorFactory.JAXBTypeContentConverterFactory - Interface in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLElementSelector - Interface in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLElementSelector.SelectionContext - Interface in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLElementSelectorQNameBased - Class in org.omnaest.utils.xml
XMLIteratorFactory.XMLElementSelector which matches a given QName
XMLIteratorFactory.XMLElementSelectorQNameBased(QName) - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.XMLElementSelectorQNameBased
 
XMLIteratorFactory.XMLEventTransformer - Interface in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName - Class in org.omnaest.utils.xml
XMLIteratorFactory.XMLEventTransformer which allows to transform the tag and attribute names.
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName(XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformer) - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformer - Interface in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerLowerCase - Class in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerLowerCase() - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerLowerCase
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerRemoveNamespace - Class in org.omnaest.utils.xml
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformer which removes any Namespace from xml tag and attributes
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerRemoveNamespace() - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerRemoveNamespace
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerUpperCase - Class in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerUpperCase() - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.XMLEventTransformerForTagAndAttributeName.XMLTagAndAttributeNameTransformerUpperCase
 
XMLIteratorFactory.XMLIterator - Class in org.omnaest.utils.xml
 
XMLIteratorFactory.XMLIterator(Accessor<String>, XMLIteratorFactory.ScopeControl, ExceptionHandler, XMLEventReader, XMLEventFactory, String, XMLIteratorFactory.TraversalContextControl, XMLIteratorFactory.XMLElementSelector, XMLOutputFactory, XMLIteratorFactory.TouchBarrierControl, List<XMLIteratorFactory.XMLEventTransformer>) - Constructor for class org.omnaest.utils.xml.XMLIteratorFactory.XMLIterator
 
XMLNestedMapConverter - Class in org.omnaest.utils.xml
The XMLNestedMapConverter allows to convert xml content into a nested Map hierarchy.
XMLNestedMapConverter() - Constructor for class org.omnaest.utils.xml.XMLNestedMapConverter
 

Z

zip(String) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Converts the content into a zip file content.
zip() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
zipFilenameByteArrayContainerMap(Map<String, ByteArrayContainer>) - Static method in class org.omnaest.utils.structure.container.ByteArrayContainer
Zipps all ByteArrayContainers of a given map, which contains filenames with corresponding unzipped ByteArrayContainer objects.
zipFilenameByteArrayContainerMap(Map<String, ByteArrayContainer>, ExceptionHandler) - Static method in class org.omnaest.utils.structure.container.ByteArrayContainer
Zipps all ByteArrayContainers of a given map, which contains filenames with corresponding unzipped ByteArrayContainer objects.

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

Copyright © 2013. All Rights Reserved.