A B C D E F G H I J K L M N O P 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.
absolute(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
accessor - Variable in class org.omnaest.utils.proxy.BeanProperty
 
adapter(TableAdapter<A, E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.adapterprovider.TableAdapterProviderImpl
 
adapter(TableAdapter<A, E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableAdaptable.TableAdapterProvider
Returns a given TableAdapter instance under its adapter interface and initialized with the calling Table
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(BeanPropertyAccessor<B>) - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Adds a BeanPropertyAccessor to the BeanPropertyAccessors container
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.iterator.ListIteratorIndexBased
 
add(int, E) - Method in interface org.omnaest.utils.structure.collection.list.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.collection.list.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
add(E) - Method in class org.omnaest.utils.structure.collection.list.ListToSetAdapter
 
add(B) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
add(int, B) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
add(Table.Row<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
add(int, Table.Row<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
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(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.list.IndexArrayList
 
addAll(int, 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.ListAbstract
 
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
 
addAllStripeData(Iterable<TableInternal.StripeData<E>>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
addAllStripeData(Iterable<TableInternal.StripeData<E>>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
 
addAllValues(Collection<String>) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
addAnnotationNames(String[]) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionAnnotationname
Deprecated.  
addBatch() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
addBatch(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
addClientResult(CLIENT, RESULT) - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
Adds a new Tuple to the EventListenerAdapter.ClientResultContainer.
addColumnCellElements(List<? extends E>) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
addColumnCellElements(int, List<? extends E>) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
addColumnCellElements(List<? extends E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Adds a Table.Column to the Table with the given Table.CellImmutable.getElement()s at the end of the Table.Columns.
addColumnCellElements(int, List<? extends E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Adds a Table.Column to the Table with the given Table.CellImmutable.getElement()s at the given index position of the Table.Columns.
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.
addNewStripeData() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
Adds a new created Table.Stripe instance to the StripeDataListImpl.
addNewStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
addNewStripeData() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Adds a new created TableInternal.StripeData instance to the end of the TableInternal.StripeDataList
addNewStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Adds a new created TableInternal.StripeData instance into the given index position of the TableInternal.StripeDataList.
addPropertyCriteria(BeanUtil.PropertyCriterion...) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
Deprecated.  
addRow(int, B) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Adds a new Table.Row to the underlying Table based on the values of the given Java Bean at the given row index position.
addRowCellElements(List<? extends E>) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
addRowCellElements(int, List<? extends E>) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
addRowCellElements(List<? extends E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Adds a new row to the table.
addRowCellElements(int, List<? extends E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Adds a new Table.Row to the Table at the given index position.
addSourceEventData(SOURCE, EVENT, DATA) - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
Adds a new Tuple to the EventListenerAdapter.SourceEventDataContainer.
addStripeData(TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
addStripeData(TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Adds a TableInternal.StripeData instance to the current TableInternal.StripeDataList
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
 
affectsBothTableBlocks(TableBlock<E>, TableBlock<E>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.EqualColumns
 
affectsBothTableBlocks(TableBlock<E>, TableBlock<E>) - Method in interface org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoiner
Returns true if the given TableBlocks are affected by this PredicateJoiner
affectsBothTableBlocks(TableBlock<E>, TableBlock<E>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoinerCollector
 
afterLast() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
allColumns() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
allColumns() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Sets all Table.Columns to be selected
and(BeanUtil.PropertyCriterion...) - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
annotationname(String...) - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
annotationNameList - Variable in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionAnnotationname
Deprecated.  
appendElement(Element) - Method in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
appendTableTo(Appendable) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText.TableToStringConverter
Converts the table to a string representation
appendTo(Appendable) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorImpl
 
appendTo(Appendable) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableMarshallerExecutor
Appends the marshalled Table to an Appendable
areStripeDataEqualByCellElements(TableInternal.StripeData<E>, TableInternal.StripeData<E>) - Static method in class org.omnaest.utils.structure.table.concrete.internal.helper.StripeDataHelper
Returns true, if two TableInternal.StripeData instances have the same Table.CellImmutable.getElement()s in the same order.
args - Variable in class org.omnaest.utils.proxy.MethodCallCapture
 
ArrayTable<E> - Class in org.omnaest.utils.structure.table.concrete
Implementation of Table which has a rich underlying structure based on ArrayLists, HashSet and HashMap.
ArrayTable() - Constructor for class org.omnaest.utils.structure.table.concrete.ArrayTable
 
ArrayTable(E[][]) - Constructor for class org.omnaest.utils.structure.table.concrete.ArrayTable
 
ArrayTable.ArrayTableInternal - Class in org.omnaest.utils.structure.table.concrete
 
ArrayTable.ArrayTableInternal() - Constructor for class org.omnaest.utils.structure.table.concrete.ArrayTable.ArrayTableInternal
 
ArrayUtils - Class in org.omnaest.utils.structure.array
Helper methods for arrays.
ArrayUtils() - Constructor for class org.omnaest.utils.structure.array.ArrayUtils
 
as() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
as() - Method in interface org.omnaest.utils.structure.table.subspecification.TableAdaptable
 
asMap() - Method in class org.omnaest.utils.tuple.TupleDuad
Returns a Map containing an entry based on this Tuple.
assimilate(BeanUtil.BeanProperty) - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated. Copy all information of a foreign beanProperty object, that are not null.
asTable() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
asTable() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Returns the declared TableSelectable.Selection as a new Table instance. .
asTableView() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
asTableView() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Creates a TableView of the TableSelectable.Selection.
AutowiredPropertyContainer - Interface in org.omnaest.utils.beans
An AutowiredPropertyContainer is a facade for autowired properties of a Java Bean class.

B

bean - Variable in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
bean - Variable in class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
 
beanClass - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
beanClass - Variable in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
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, 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
Java Bean 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
 
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
BeanUtil - Class in org.omnaest.utils.beans
Deprecated. use BeanUtils instead
BeanUtil() - Constructor for class org.omnaest.utils.beans.BeanUtil
Deprecated.  
BeanUtil.BeanProperty - Class in org.omnaest.utils.beans
Deprecated. Holds information about a beans property
BeanUtil.BeanProperty() - Constructor for class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated.  
BeanUtil.CopyableProperty - Annotation Type in org.omnaest.utils.beans
Deprecated. Marker annotation.
BeanUtil.PropertyCriterion - Class in org.omnaest.utils.beans
Deprecated. Defines a interface for a criterion to retrieve property names of an object.
BeanUtil.PropertyCriterion() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
BeanUtil.PropertyCriterionAnnotationname - Class in org.omnaest.utils.beans
Deprecated. Matches the name of an annotation of a property method, or the property with the same name as its property method, using regular expression.
BeanUtil.PropertyCriterionAnnotationname() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterionAnnotationname
Deprecated.  
BeanUtil.PropertyCriterionConjunction - Class in org.omnaest.utils.beans
Deprecated. Base class for other cunjunction criteria.
BeanUtil.PropertyCriterionConjunction() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
Deprecated.  
BeanUtil.PropertyCriterionConjunctionAND - Class in org.omnaest.utils.beans
Deprecated. Conjunction of sub criteria.
BeanUtil.PropertyCriterionConjunctionAND() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunctionAND
Deprecated.  
BeanUtil.PropertyCriterionConjunctionOR - Class in org.omnaest.utils.beans
Deprecated. Conjunction of sub criteria.
BeanUtil.PropertyCriterionConjunctionOR() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunctionOR
Deprecated.  
BeanUtil.PropertyCriterionHasGetterSetter - Class in org.omnaest.utils.beans
Deprecated. Test a method if it is a getter or / and a setter of a property.
BeanUtil.PropertyCriterionHasGetterSetter() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
BeanUtil.PropertyCriterionMethodname - Class in org.omnaest.utils.beans
Deprecated. Matches the name of a method using regular expression.
BeanUtil.PropertyCriterionMethodname() - Constructor for class org.omnaest.utils.beans.BeanUtil.PropertyCriterionMethodname
Deprecated.  
BeanUtils - Class in org.omnaest.utils.beans
Helper class for Java beans.
BeanUtils() - Constructor for class org.omnaest.utils.beans.BeanUtils
 
beforeFirst() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
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(CharSequence) - Constructor for class org.omnaest.utils.structure.container.ByteArrayContainer
 

C

CachedElement<T> - Class in org.omnaest.utils.structure.element
A CachedElement provides an abstract cache mechanism around a given value.
CachedElement(CachedElement.ValueResolver<T>) - Constructor for class org.omnaest.utils.structure.element.CachedElement
 
CachedElement(T) - Constructor for class org.omnaest.utils.structure.element.CachedElement
 
CachedElement.ValueResolver<T> - Interface in org.omnaest.utils.structure.element
 
CachedElement.ValueResolverSimple<T> - Class in org.omnaest.utils.structure.element
Simple CachedElement.ValueResolver which returns the object initially given to the constructor.
CachedElement.ValueResolverSimple(T) - Constructor for class org.omnaest.utils.structure.element.CachedElement.ValueResolverSimple
 
cachedValue - Variable in class org.omnaest.utils.structure.element.CachedElement
 
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.collection.list.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.
cancel() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
cancelRowUpdates() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
capturedTypeInstanceCreationConfiguration - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCaptureMethodInvocationHandler
 
cellAndStripeResolver - Variable in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
CellAndStripeResolverAbstract<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
CellAndStripeResolverAbstract() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
CellAndStripeResolverImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
CellAndStripeResolverImpl(TableInternal.TableContentResolver<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
cellData - Variable in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
CellDataImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
Wrapper for an element, which can be shared between Tables to allow the modification from all of them.
CellDataImpl() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.CellDataImpl
 
cellDataSet - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
cellDataToStripeDataSetMap - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
cellElementList - Variable in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
CellImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
Wrapper for a CellDataImpl instance which additionally holds references to the TableInternal.StripeData instances which led to the underlying CellDataImpl
CellImpl(Collection<TableInternal.StripeData<E>>, TableInternal.CellData<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
cells() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
cells() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
cells() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Iterable for the Tables Table.Cells.
cells() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns an Iterable for all Table.Cells of this Table.Stripe
cells() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
classAdapter - Variable in class org.omnaest.utils.beans.ListToTypeAdapter
 
classAdapter - Variable in class org.omnaest.utils.beans.MapToTypeAdapter
 
clazz - Variable in class org.omnaest.utils.beans.ListToTypeAdapter
 
clazz - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
clear() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Clears the BeanPropertyAccessors container
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.structure.collection.CollectionAbstract
 
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.container.ByteArrayContainer
Clears the content.
clear() - Method in interface org.omnaest.utils.structure.map.DualMap
Clears the indexes.
clear() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
clear() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
clear() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
clear() - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
clear() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
clear() - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
 
clear() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
clear() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
clear() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
clear() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
clear() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Clears the TableInternal.StripeDataList.
clear() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Clears the TableInternal.TableContent
clear() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Clears the table, so that there are no elements left.
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.JAXBMap
 
clear() - Method in class org.omnaest.utils.xml.JAXBSet
 
clearBatch() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
clearCache() - Method in class org.omnaest.utils.structure.element.CachedElement
Clears the cached value, so the next call to CachedElement.getValue() will resolve the value once again from the underlying CachedElement.ValueResolver.
clearCellElements() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
clearCellElements() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Sets all available Table.Cell.setElement(Object) to null
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.
clearParameters() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
clearValues() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
clearWarnings() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
clearWarnings() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
client - Variable in class org.omnaest.utils.events.event.Result
 
clientResultList - Variable in class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
 
clone() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
clone() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
clone() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCloneable
Returns the TableCloneable.TableCloner for the Table which allows to clone it.
clone() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
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.
cloneObject(E) - Static method in class org.omnaest.utils.xml.XMLHelper
 
cloneStructure() - Method in interface org.omnaest.utils.structure.CloneableStructure
Returns a copy of this object, instead of a shallow copy like Object.clone().
cloneStructure() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
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.structure.table.adapter.TableListToCallableStatementAdapter
 
close() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
CollectionAbstract(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.CollectionAbstract
 
CollectionUtils - Class in org.omnaest.utils.structure.collection
 
CollectionUtils() - Constructor for class org.omnaest.utils.structure.collection.CollectionUtils
 
CollectionUtils.ElementConverter<FROM,TO> - Interface in org.omnaest.utils.structure.collection
Used to convert a collection element.
CollectionUtils.IdentityElementConverter<T> - Class in org.omnaest.utils.structure.collection
Does not change the type of the element and the value of the element being converted.
CollectionUtils.IdentityElementConverter() - Constructor for class org.omnaest.utils.structure.collection.CollectionUtils.IdentityElementConverter
 
column - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.ColumnOrder
 
columnCollection - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
columnCollection - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
columnCollection - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
ColumnHaveDistinctRows<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
Filters all duplicate Rows / Rows with the same Table.Column values will be collapsed to one.
ColumnHaveDistinctRows() - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows
This is an internal used class.
ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
ElementWrapper for a TableInternal.StripeData instance which redeclares equals and hashcode to use the TableInternal.StripeData.getCellElementList().
ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode(Table.Stripe<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode
 
columnList - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
ColumnOrder<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.data
 
ColumnOrder(Table.Column<E>, TableSelectable.Selection.Order) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.data.ColumnOrder
 
columns(Table.Column<E>...) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
columns() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
columns() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Iterable over all Table.Columns
columns(Table.Column<E>...) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Sets the Table.Columns of the TableSelectable.Selection.
columns() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
columnSize - Variable in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
columnTitleValueList - Variable in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
columnToScannableStripeDataContainerMap - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
ColumnValueEquals<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
 
ColumnValueEquals(Collection<Table.Column<E>>, E) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
ColumnValueEquals(Table.Column<E>, E) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
ColumnValueEquals(E, Table.Column<E>...) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
columnValueEquals(Table.Column<E>, E) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueEquals(E, Table.Column<E>...) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueEquals(Collection<Table.Column<E>>, E) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
ColumnValueIsBetween<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
 
ColumnValueIsBetween(Collection<Table.Column<E>>, E, E) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
ColumnValueIsBetween(Table.Column<E>, E, E) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
ColumnValueIsBetween(E, E, Table.Column<E>...) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
columnValueIsBetween(Table.Column<E>, E, E) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueIsBetween(E, E, Table.Column<E>...) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueIsBetween(Collection<Table.Column<E>>, E, E) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
ColumnValueIsIn<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
 
ColumnValueIsIn(Collection<Table.Column<E>>, Collection<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
ColumnValueIsIn(Collection<Table.Column<E>>, E...) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
ColumnValueIsIn(Table.Column<E>, Collection<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
ColumnValueIsIn(Table.Column<E>, E...) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
ColumnValueIsIn(Collection<E>, Table.Column<E>...) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
columnValueIsIn(Collection<E>, Table.Column<E>...) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueIsIn(Collection<Table.Column<E>>, Collection<E>) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueIsIn(Collection<Table.Column<E>>, E...) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueIsIn(Table.Column<E>, Collection<E>) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
columnValueIsIn(Table.Column<E>, E...) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
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
 
compare(int, int) - Method in interface org.omnaest.utils.sorting.SortUtil.ComparableArbitraryStructureIndexPosition
 
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
 
contains(Object) - Method in class org.omnaest.utils.events.event.EventResults
 
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.ListToSetAdapter
 
contains(Object) - Method in interface org.omnaest.utils.structure.map.DualMap
Returns true, if the element is contained in one of the two indexes.
contains(Object) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
contains(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
contains(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
contains(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
contains(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
contains(TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
contains(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
contains(Table.Cell<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
contains(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
contains(E) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
contains(TableInternal.CellData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Returns true if this TableInternal.StripeData contains the given TableInternal.CellData.
contains(E) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Returns true if one of the Table.Cells of this TableInternal.StripeData contains the given element
contains(TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns true if the TableInternal.StripeDataList contains the given TableInternal.StripeData
contains(Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns true if the TableInternal.StripeDataList contains a Table.Stripe with the given Table.Stripe.Title.getValue()
contains(E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns true, if the whole Table contains the given element.
contains(Table.Cell<E>) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns true if this Table.Stripe contains the given Table.Cell.
contains(E) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns true if one of the Table.Cells of this Table.Stripe contains the given element
contains(E) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
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.events.event.EventResults
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
containsAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
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
 
containsFirstElement(FIRSTELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Returns true, if the element is contained in one of the two indexes.
containsFirstElement(FIRSTELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
containsKey(Object) - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.MapAbstract
 
containsKey(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
containsKey(E) - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
 
containsKey(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
containsKey(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
containsKey(Object) - Method in class org.omnaest.utils.xml.JAXBMap
 
containsObjectIdentity(Collection<E>, Object) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns true if the given Collection contains the given object.
containsSecondElement(SECONDELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Returns true, if the element is contained in one of the two indexes.
containsSecondElement(SECONDELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
containsValue(Object) - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.MapAbstract
 
containsValue(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
containsValue(Object) - Method in class org.omnaest.utils.xml.JAXBMap
 
convert(FROM) - Method in interface org.omnaest.utils.structure.collection.CollectionUtils.ElementConverter
Converts a given element into another element with the given return type.
convert(T) - Method in class org.omnaest.utils.structure.collection.CollectionUtils.IdentityElementConverter
 
convert(Table.TableCellConverter<E, TO>) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
convert(Table.TableCellConverter<E, TO>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Converts the current Table into a new Table instance with another element type.
convert(FROM) - Method in interface org.omnaest.utils.structure.table.Table.TableCellConverter
This method is called for every Table.Cell element, which should be converted.
convert(Table.TableCellConverter<E, TO>) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
convertArray(FROM[], TO[], CollectionUtils.ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.array.ArrayUtils
Converts a given array into a new array with a new element type.
convertArrayExcludingNullElements(FROM[], TO[], CollectionUtils.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.
convertFirstColumnToTitle() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
convertFirstColumnToTitle() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Converts the first column to row titles.
convertFirstRowToTitle() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
convertFirstRowToTitle() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Takes the first row of the table converts it to text and removes it from the table.
convertList(Collection<FROM>, CollectionUtils.ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtil
Converts a given list into a new list with a new element type.
convertListExcludingNullElements(Collection<FROM>, CollectionUtils.ElementConverter<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.list.ListUtil
Converts a given list into a new list with a new element type, whereby all elements which convert to null will be excluded in the target list.
convertMap(Map<KeyFrom, ValueFrom>, CollectionUtils.ElementConverter<KeyFrom, KeyTo>, CollectionUtils.ElementConverter<ValueFrom, ValueTo>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Converts a given map into a new map with new types.
convertMapKey(Map<KeyFrom, Value>, CollectionUtils.ElementConverter<KeyFrom, KeyTo>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Converts the key of a map into another key.
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(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 ByteArrayContainer.DEFAULTENCODING.
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.
copyFrom(TableDataSource<E>) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
copyFrom(TableDataSource<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableAdaptable
Clears the Table and copies the Table.CellImmutable.getElement() values from a given TableDataSource Copyies the cell
copyProperties(Object, Object, String...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Copies the properties of the given list from the source to the target bean using their getter and setter methods.
copyProperties(Collection<Object>, Collection<Object>, String...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Copies the properties of a collection of JavaBeans to another collection of JavaBeans.
copyProperties(Collection<Object>, Collection<Object>) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Copies the properties from a collection of JavaBeans to another collection of JavaBeans.
copyPropertiesCopyable(Object, Object) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Copies all properties of a target java bean object, which are marked with the CopyableProperty annotation in the source bean class.
copyPropertiesWherePossible(Object, Object) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Copies all properties with the same signature.
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.
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.
createIndex(TableInternal<E>, Table.Column<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
createIndex(TableInternal<E>, Table.Column<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
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.
createNewStripeDataFromExisting(TableInternal.StripeDataList<E>, TableInternal.StripeData<E>...) - Static method in class org.omnaest.utils.structure.table.concrete.internal.helper.StripeDataHelper
Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the TableInternal.CellData elements from the given old TableInternal.StripeDatas
createNewStripeDataFromExisting(TableInternal.StripeDataList<E>, Set<TableInternal.CellData<E>>, TableInternal.StripeData<E>...) - Static method in class org.omnaest.utils.structure.table.concrete.internal.helper.StripeDataHelper
Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the TableInternal.CellData elements from the given old TableInternal.StripeDatas.
createNextResultSetAdapter() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
createURI(String, String, String, String) - Static method in class org.omnaest.utils.download.URIHelper
Creates a new uri instance with the given parameters.
createURL(String) - Static method in class org.omnaest.utils.download.URLHelper
Creates a new url.
createXMLDataContainerFromTableContent(Table<E>) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
Creates a XMLDataContainer from the Table content

D

data - Variable in class org.omnaest.utils.events.event.Event
 
DEFAULT_DELIMITER_SEMICOLON - Static variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
DEFAULT_DELIMITER_SEMICOLON - Static variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
DEFAULT_ENCODING_UTF8 - Static variable in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer
 
deleteRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
delimiter - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
delimiter - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
delimiter - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
delimiterColumn - Static variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
delimiterRow - Static variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
delimiterTableTitle - Static variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
delimiterTitleColumn - Static variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
detachFromTable() - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
detachFromTable() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellInternal
Removes a Table.Cell from its related Table.Row and Table.Column.
determineBeanProperties(Object, BeanUtil.PropertyCriterion...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated.  
determineBeanProperties(Class<?>, BeanUtil.PropertyCriterion...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Determines the property names of a java bean object class.
determineBeanProperties(Object) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated.  
determineBeanProperties(Class<?>) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated.  
determineBeanPropertiesForAnnotations(Class<?>, Class<? extends Annotation>...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Determines the property names of all properties which are declared with the given annotation.
determineBeanPropertiesForAnnotations(Class<?>, String...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated.  
determineBeanPropertyNameToValueMap(Element, String...) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Returns a map with the values of the given bean object.
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
determineColumnIndexPosition() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
determineColumnIndexPosition() - Method in interface org.omnaest.utils.structure.table.Table.Column
Determines the index position of this Table.Column within the Table
determineColumnIndexPositionForCellIndexPosition(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
determineColumnIndexPositionForCellIndexPosition(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
determineDeclaredFieldIndexPosition(Class<?>, Field) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Determines the index position of a declared Field within a given Class.
determineDeclaredFieldIndexPosition(Class<?>, String) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Determines the index position of a declared Field within a given Class.
determineDeclaredMethodIndexPosition(Class<?>, Method) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Determines the index position of a declared Method within a given Class.
determineIndexPosition() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
determineIndexPosition() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeInternal
Determines the index position of this Table.Stripe within the Table
determineIndexPositionList(int[]) - Static method in class org.omnaest.utils.structure.table.helper.TableHelper
Converts a array of given index positions into a sorted list.
determineInterval(Object) - Method in class org.omnaest.utils.time.DurationCapture
Returns an DurationCapture.Interval for the given key.
determineJoinableStripeDataSet(TableInternal.StripeData<E>, TableBlock<E>, TableBlock<E>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.EqualColumns
 
determineJoinableStripeDataSet(TableInternal.StripeData<E>, TableBlock<E>, TableBlock<E>) - Method in interface org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoiner
Provides the TableInternal.StripeData instances from the right TableBlock which should be joined with the given TableInternal.StripeData of the left TableBlock.
determineJoinableStripeDataSet(TableInternal.StripeData<E>, TableBlock<E>, TableBlock<E>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoinerCollector
 
determineNumberOfCells() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
determineNumberOfCells() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Determines the number of Table.Cells currently stored within this Table.Stripe
determineNumberOfDeclaredFields(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the number of declared Fields of a Class.
determineNumberOfDeclaredMethods(Class<?>) - Static method in class org.omnaest.utils.reflection.ReflectionUtils
Returns the number of declared Methods of a Class.
determineOrthogonalStripeType(Table.Stripe.StripeType) - Static method in class org.omnaest.utils.structure.table.concrete.internal.helper.StripeTypeHelper
Returns Table.Stripe.StripeType.ROW for Table.Stripe.StripeType.COLUMN and vice versa
determinePropertyNameForMethodname(String) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Determines the property name of a getter, setter or isGetter method name.
determinePropertyType() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Determines the Class type for the property.
determineRowIndexPosition() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
determineRowIndexPosition() - Method in interface org.omnaest.utils.structure.table.Table.Row
Determines the index position of this Table.Row within the Table
determineRowIndexPositionForCellIndexPosition(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
determineRowIndexPositionForCellIndexPosition(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
determineStripeDataFromStripe(Table.Stripe<E>) - Static method in class org.omnaest.utils.structure.table.concrete.internal.selection.join.JoinInner
 
determineStripeDataInternalFromStripe(Table.Stripe<E>) - Static method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor
 
determineStripeDataListContainingElement(E) - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
 
determineStripeDataListContainingElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
determineStripeDataListContainingElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
determineStripeDataListForRange(E, E) - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
Returns a new List containing all TableInternal.StripeData instances containing elements which are between the fromKey and the toKey.
determineStripeDataListForRange(E, E) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
determineStripeDataListForRange(E, E) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
determineStripeListSize(Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
determineStripeListSize(Table.Stripe.StripeType) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Determines the size of the TableInternal.StripeDataList for the given Table.Stripe.StripeType
determineWorksheet(Workbook) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
directionForward - Variable in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
directionForward - Variable in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
distinct() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
distinct() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Merges Table.Rows if there Table.Cell elements are all equal
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.
DualMap<FIRSTELEMENT,SECONDELEMENT> - Interface in org.omnaest.utils.structure.map
A dual map is the dual way counterpart of the Map interface.
duration - Variable in class org.omnaest.utils.time.DurationCapture.Interval
 
DurationCapture - Class in org.omnaest.utils.time
A DurationCapture will measure time intervals.
DurationCapture() - Constructor for class org.omnaest.utils.time.DurationCapture
Use DurationCapture.newInstance() for creating an instance of this class.
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
 
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 - Variable in class org.omnaest.utils.structure.element.ElementWrapper
 
element - Variable in class org.omnaest.utils.structure.table.concrete.internal.CellDataImpl
 
element - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
elementCollection - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
elementFrom - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
elementList - Variable in class org.omnaest.utils.propertyfile.content.PropertyFileContent
 
elementTo - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
elementToStripeDataListMap - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
elementToStripeDataListMap - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
ElementWrapper<E> - Class in org.omnaest.utils.structure.element
Simple predefined ElementWrapper around an arbitrary element
ElementWrapper(E) - Constructor for class org.omnaest.utils.structure.element.ElementWrapper
 
encoding - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
encoding - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText
 
encoding - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
 
encoding - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
encoding - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXML
 
ENCODING_UTF8 - Static variable in class org.omnaest.utils.structure.container.ByteArrayContainer
 
ENCODING_UTF_8 - Static variable in class org.omnaest.utils.xml.XMLHelper
 
ensureListSize() - Method in class org.omnaest.utils.beans.ListToTypeAdapter
Initializes the given List to match the size of the list of declared methods of the underlying Class.
ensureNumberOfColumns(int) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
ensureNumberOfColumns(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Ensures the number of Table.Columns to be present
ensureNumberOfRows(int) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
ensureNumberOfRows(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Ensures the number of Table.Rows to be present
entrySet() - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
entrySet() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
entrySet() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
entrySet() - Method in class org.omnaest.utils.xml.JAXBMap
 
EqualColumns<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner
 
EqualColumns(List<Table.Column<E>>) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.EqualColumns
 
equalColumns(Table.Column<E>...) - Static method in class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
equals(Object) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
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.set.SetAbstract
 
equals(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
equals(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
equals(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
equals(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
equals(Object) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode
 
equals(Object) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
equals(TableCoreImmutable<E>) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
equals(TableCoreImmutable<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Compares the data of two Table instances, if they are the same true is returned.
equals(TableView<E>) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
equals(TableCoreImmutable<E>) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
equals(Object) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
equals(TableView<E>) - Method in interface org.omnaest.utils.structure.table.view.TableView
 
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.
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
 
execute() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
execute(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
execute(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
execute(String, int[]) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
execute(String, String[]) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
execute() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor
 
executeBatch() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeQuery() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeQuery(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeUpdate() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeUpdate(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeUpdate(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeUpdate(String, int[]) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
executeUpdate(String, String[]) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
extractStripeDataFromStripe(Table.Stripe<E>) - Static method in class org.omnaest.utils.structure.table.concrete.internal.helper.StripeDataHelper
Extracts the underlying TableInternal.StripeData from a given Table.Stripe
extractTableInternalFromTable(Table<E>) - Static method in class org.omnaest.utils.structure.table.concrete.internal.helper.TableInternalHelper
Extracts the TableInternal instance from the given Table instance by calling the internal getter called getTableInternal

F

Factory<E> - Interface in org.omnaest.utils.structure.element
Arbitrary Factory interface.
field - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
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
 
filterStripeDataSet(Collection<TableBlock<E>>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows
 
filterStripeDataSet(Collection<TableBlock<E>>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
filterStripeDataSet(Collection<TableBlock<E>>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
filterStripeDataSet(Collection<TableBlock<E>>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
filterStripeDataSet(Collection<TableBlock<E>>) - Method in interface org.omnaest.utils.structure.table.concrete.predicates.internal.filter.PredicateFilter
Removes the TableInternal.StripeData instances of Rows from a given TableBlock.getRowStripeDataSet()
filterStripeDataSet(Collection<TableBlock<E>>) - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.EqualColumns
 
findCellDataSetHavingCellElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
findCellDataSetHavingCellElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
findCellDataSetHavingCellElement(E) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Returns a new Set of TableInternal.CellData instances which contains the given element
findColumn(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
findStripeDataListContaining(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
findStripeDataListContaining(TableInternal.CellData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns the List of TableInternal.StripeData which contains the given Table.Cell
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 class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
firstElementToSecondElementMap - Variable in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
from(Table<E>...) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
from(String) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
 
from(File) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
 
from(InputStream) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorImpl
 
from(CharSequence) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorImpl
 
from(Table<E>...) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Sets the Table
from(CharSequence) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableUnmarshallerExecutor
Reads a CharSequence and unmarshalls it into the underlying Table
from(String) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableUnmarshallerExecutor
Reads a String and unmarshalls it into the underlying Table
from(InputStream) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableUnmarshallerExecutor
Reads a InputStream and unmarshalls it into the underlying Table
from(File) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableUnmarshallerExecutor
Reads the given File and unmarshalls it into the underlying Table

G

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.beans.TypeToPropertynameMapAdapter
 
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.structure.collection.list.IdentityArrayList
 
get(int) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
get(int) - Method in interface org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Returns the element at the given index position
get(int) - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
get(Object) - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
get(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
get(Object) - Method in class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
get(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Returns the Table.Row for the given row index position as Java Bean.
get(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
get(int) - Method in class org.omnaest.utils.xml.JAXBList
 
get(Object) - Method in class org.omnaest.utils.xml.JAXBMap
 
getArgs() - Method in class org.omnaest.utils.proxy.MethodCallCapture
Arguments of the method call
getArray(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getArray(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getArray(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getArray(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getAsciiStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getAsciiStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getAuthenticationPassword() - Method in class org.omnaest.utils.download.DownloadConnection
 
getAuthenticationUser() - Method in class org.omnaest.utils.download.DownloadConnection
 
getBeanClass() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
getBigDecimal(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBigDecimal(int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBigDecimal(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBigDecimal(int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBigDecimal(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBigDecimal(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBigDecimal(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBinaryStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBinaryStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBlanks() - Method in class org.omnaest.utils.propertyfile.content.element.BlankLineElement
 
getBlob(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBlob(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBlob(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBlob(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBoolean(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBoolean(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBoolean(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBoolean(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getByte(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getByte(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getByte(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getByte(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBytes(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBytes(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getBytes(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getBytes(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getCachedValue() - Method in class org.omnaest.utils.structure.element.CachedElement
Returns the cached value and does not resolve the value if the cached value is null.
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
getCell(int, int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getCell(int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getCell(String, String) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getCell(Object, int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getCell(int, Object) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getCell(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
getCell(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
getCell(Table.Stripe<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
getCell(int, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Resolves the Table.Cell for the given index positions.
getCell(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the Table.Cell determined by the given Table.Cell index position.
getCell(String, String) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
 
getCell(Object, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
 
getCell(int, Object) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
 
getCell(int) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Get the Table.Cell for the given index position.
getCell(Object) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.Cell for the title value of the orthogonal Table.Stripe.getTitleValue()
getCell(Table.Stripe<E>) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.Cell for the title value of the orthogonal Table.Stripe
getCell(int, int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCell(int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCell(String, String) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCell(Object, int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCell(int, Object) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCellAndStripeResolver() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable.ArrayTableInternal
 
getCellAndStripeResolver() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal
Returns the TableInternal.CellAndStripeResolver of the Table
getCellData() - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
getCellData() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellInternal
Returns the underlying TableInternal.CellData instance
getCellDataSet() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
getCellDataSet() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
getCellDataSet() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Returns the internal Table.Cell Set
getCellElement(int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getCellElement(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getCellElement(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getCellElement(Table.Stripe<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getCellElement(int, int) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getCellElement(int, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Resolves an element from the table at the given index positions.
getCellElement(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the Table.CellImmutable.getElement() for the given Table.Cell index position
getCellElement(int) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.CellImmutable.getElement() for the given index position
getCellElement(Object) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.CellImmutable.getElement() for the given index position
getCellElement(Table.Stripe<E>) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.CellImmutable.getElement() for the given orthogonal Table.Stripe
getCellElement(int, int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCellElement(int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCellElementList() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getCellElementList() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
getCellElementList() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
getCellElementList() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getCellElementList() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Returns all Table.CellImmutable.getElement() instances as ordered List as currently ordered within the Table.
getCellElementList() - Method in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
getCellElementList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a new List of all Table.Cell instances of the Table serialized .
getCellElementList() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns a new List instance of all Table.CellImmutable.getElement() in order
getCellElementList() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCellList() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getCellList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a to the table backed list of all cells.
getCellList() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getCellSize() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
getCellSize() - Method in interface org.omnaest.utils.structure.table.Table.TableSize
Returns the number of all available Table.Cells within the Table
getCharacterStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getCharacterStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getCharacterStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getCharacterStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getClazz() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
getClient() - Method in class org.omnaest.utils.events.event.Result
 
getClientResultList() - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.ClientResultContainer
 
getClob(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getClob(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getClob(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getClob(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getColumn(int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getColumn(Object) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getColumn() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.ColumnOrder
 
getColumn(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a Table.Column for the given Table.Column index position.
getColumn(Object) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a Table.Column for the given Table.Column title value.
getColumn(int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getColumn(Object) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getColumnList() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
getColumnList() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
getColumnList() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getColumnList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a List of all Table.Columns
getColumnList() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getColumnSize() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
getColumnSize() - Method in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
getColumnSize() - Method in interface org.omnaest.utils.structure.table.Table.TableSize
Returns the number of Table.Columns for the Table
getColumnStripeDataList() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentAbstract
 
getColumnStripeDataList() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Returns the Table.Column list
getColumnTitleValue(int) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
getColumnTitleValue(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
 
getColumnTitleValue(int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getColumnTitleValueList() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getColumnTitleValueList() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
getColumnTitleValueList() - Method in class org.omnaest.utils.structure.table.datasource.TableDataSourceResultSet
 
getColumnTitleValueList() - Method in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
getColumnTitleValueList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a new List of all Table.Columns Table.Stripe.Title.getValue() for the Table.
getColumnTitleValueList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableDataSource
Returns a new List with all the Table.Stripe.getTitleValue() for the TableDataSource.
getColumnTitleValueList() - Method in interface org.omnaest.utils.structure.table.Table.Row
 
getColumnTitleValueList() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getColumnToOrderMap() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
getColumnToScannableStripeDataContainerMap() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
getComment() - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
getCommentIndicator() - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
getConcurrency() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getConnection() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
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
 
getCursorName() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getData() - Method in class org.omnaest.utils.events.event.Event
 
getDate(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getDate(int, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getDate(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getDate(String, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getDate(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getDate(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getDate(int, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getDate(String, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getDelimiter() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getDescription() - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
getDouble(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getDouble(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getDouble(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getDouble(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
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() - Method in class org.omnaest.utils.time.DurationCapture.Interval
 
getDurationInMilliseconds() - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
getDurationPercentage() - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
getElement() - Method in class org.omnaest.utils.structure.element.ElementWrapper
 
getElement() - Method in class org.omnaest.utils.structure.table.concrete.internal.CellDataImpl
 
getElement() - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
getElement() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellData
Returns the element hold by the TableInternal.CellData
getElement() - Method in interface org.omnaest.utils.structure.table.Table.CellImmutable
Returns the value of the Table.Cell
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).
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
 
getFetchDirection() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getFetchDirection() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getFetchSize() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getFetchSize() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getField() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
getFile() - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
getFileEncoding() - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
getFirstColumn() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getFirstColumn() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the first Table.Column of the Table
getFirstColumn() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getFirstElementBy(SECONDELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Returns the first element resolved by the second element.
getFirstElementBy(SECONDELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
getFirstElementList() - Method in interface org.omnaest.utils.structure.map.DualMap
 
getFirstElementList() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
getFirstElementToSecondElementMap() - Method in interface org.omnaest.utils.structure.map.DualMap
Returns a new Map instance.
getFirstElementToSecondElementMap() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
getFirstRow() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getFirstRow() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the first Table.Row of the Table
getFirstRow() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getFloat(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getFloat(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getFloat(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getFloat(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getGeneratedKeys() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getGetterMethodName() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated.  
getHoldability() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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.
getInt(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getInt(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getInt(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getInt(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getInterfaces() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
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.
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.
getJoin() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableAndJoin
 
getKey() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getKey() - Method in class org.omnaest.utils.time.DurationCapture.Interval
 
getLastColumn() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getLastColumn() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the last Table.Column of the Table
getLastColumn() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getLastMethodCallContext() - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Returns the last MethodCallCapturer.MethodCallCaptureContext which has been reported to this MethodCallCapturer.
getLastRow() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getLastRow() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the last Table.Row of the Table
getLastRow() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getLineManager() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
getList() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
getLong(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getLong(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getLong(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getLong(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getMap() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
Gets the underlying Map for the current Thread context
getMaxFieldSize() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getMaxRows() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getMetaData() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getMetaData() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getMethod() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns the underlying Method.
getMethod() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
getMethod() - Method in class org.omnaest.utils.proxy.MethodCallCapture
Intercepted method
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
 
getMethodName() - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionMethodname
Deprecated.  
getMethodName() - Method in class org.omnaest.utils.proxy.MethodCallCapture
Returns the name of the called Method.
getMethodSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
getMoreResults() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getMoreResults(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getName() - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
getNCharacterStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getNCharacterStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getNCharacterStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getNCharacterStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getNClob(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getNClob(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getNClob(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getNClob(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
getNString(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getNString(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getNString(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getNString(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getObj() - Method in class org.omnaest.utils.proxy.MethodCallCapture
 
getObject(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getObject(int, Map<String, Class<?>>) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getObject(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getObject(String, Map<String, Class<?>>) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getObject(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getObject(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getObject(int, Map<String, Class<?>>) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getObject(String, Map<String, Class<?>>) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getOrCreateMethodCallCaptureContextListForStub(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer
Gets an available list for the given proxy object or creates a new one.
getOrder() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.ColumnOrder
 
getOutputStream() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Returns an outputstream, that allows to write the byte array content directly.
getParameterMetaData() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getPredicateFilterList() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
getPredicateJoinerList() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
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
 
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.BeanUtil.BeanProperty
Deprecated.  
getPropertyName() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
getPropertynameToValueMap(Class<O>) - Method in interface org.omnaest.utils.beans.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.TypeToAutowiredPropertyContainerAdapter
 
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.
getProxy() - Method in class org.omnaest.utils.proxy.MethodCallCapture
A secondary proxy used to invoke the non-intercepted method.
getQueryTimeout() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getRef(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getRef(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getRef(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getRef(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getReferencedFieldName() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Get the field name which is referenced by this method.
getRequiredColumns() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows
 
getRequiredColumns() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueEquals
 
getRequiredColumns() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsBetween
 
getRequiredColumns() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnValueIsIn
 
getRequiredColumns() - Method in interface org.omnaest.utils.structure.table.concrete.predicates.internal.filter.PredicateFilter
Returns the Table.Columns which are required for this PredicateFilter
getRequiredColumns() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.EqualColumns
 
getRequiredColumns() - Method in interface org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoiner
Returns the Table.Columns which are required for this PredicateJoiner
getRequiredColumns() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoinerCollector
 
getResult() - Method in class org.omnaest.utils.events.event.Result
 
getResultList() - Method in class org.omnaest.utils.events.event.EventResults
Returns an undmodifyable List of the event results
getResultSet() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getResultSetConcurrency() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getResultSetHoldability() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getResultSetType() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getReturnedStub() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
Gets the stub object returned by the captured method call.
getRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getRow(int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getRow(Object) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getRow(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a new list that holds the object of the row pointed to.
getRow(Object) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a Table.Row of the Table identified by the title of a row.
getRow(int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getRow(Object) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getRowId(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getRowId(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getRowId(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getRowId(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getRowList() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
getRowList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a List of all Table.Rows
getRowList() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getRowSize() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
getRowSize() - Method in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
getRowSize() - Method in interface org.omnaest.utils.structure.table.Table.TableSize
Returns the number of Table.Rows for the Table
getRowStripeDataList() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentAbstract
 
getRowStripeDataList() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Returns the Table.Row list
getRowStripeDataSet() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
getRowTitleValue(int) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
getRowTitleValue(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
 
getRowTitleValue(int) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getRowTitleValueList() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
getRowTitleValueList() - Method in class org.omnaest.utils.structure.table.datasource.TableDataSourceResultSet
 
getRowTitleValueList() - Method in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
getRowTitleValueList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a new List with all the Table.Stripe.getTitleValue() for the Table.
getRowTitleValueList() - Method in interface org.omnaest.utils.structure.table.subspecification.TableDataSource
Returns a new List with all the Table.Stripe.getTitleValue() for the TableDataSource.
getRowTitleValueList() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getSecondElementBy(FIRSTELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Returns the second element resolved by the first element.
getSecondElementBy(FIRSTELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
getSecondElementList() - Method in interface org.omnaest.utils.structure.map.DualMap
 
getSecondElementList() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
getSecondElementToFirstElementMap() - Method in interface org.omnaest.utils.structure.map.DualMap
Returns a new Map instance.
getSecondElementToFirstElementMap() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
getSetterMethodName() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated.  
getShort(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getShort(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getShort(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getShort(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getSource() - Method in class org.omnaest.utils.events.event.Event
 
getSourceEventDataList() - Method in class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
 
getSQLXML(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getSQLXML(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getSQLXML(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getSQLXML(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getStandardEncoding() - Method in class org.omnaest.utils.download.DownloadConnection
 
getStartIndexPosition() - Method in interface org.omnaest.utils.sorting.SortUtil.ArbitraryStructureContext
 
getStatement() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
getString(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getString(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getString(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getString(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getStripeData() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData
 
getStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
getStripeData(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
getStripeData() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
getStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns the stripe at the given index position.
getStripeData(Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns the TableInternal.StripeData with the given Table.Stripe.Title.getValue().
getStripeData() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeInternal
Returns the underlying TableInternal.StripeData
getStripeDataList(Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
Returns the Stripe for the given type.
getStripeDataList(Table.Stripe.StripeType) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Returns the TableInternal.StripeDataList for the given Table.Stripe.StripeType
getStripeDataSet(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
Returns the Set of TableInternal.StripeData instances which all hold a reference to the given TableInternal.CellData
getStripeFactory() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable.ArrayTableInternal
 
getStripeFactory() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal
Returns the internal StripeFactory
getStripeListContainer() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
getStripeTitleValue(Table.Stripe.StripeType, int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getStripeTitleValue(Table.Stripe.StripeType, int) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
Returns the Table.Stripe.Title.getValue() object for the given index position within the respective TableContent#getStripeDataList(StripeType)
getStripeTitleValueList(Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getStripeTitleValueList(Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
Returns the Table.Stripe.Title.getValue() elements within a List
getStripeType() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
getStripeType() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns the Table.Stripe.StripeType information of the TableInternal.StripeDataList
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.
getTable() - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Returns the underlying Table data structure.
getTable() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableAndJoin
 
getTable() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getTable() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the underlying Table
getTableContent() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable.ArrayTableInternal
 
getTableContent() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal
 
getTableInternal() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getTableInternal() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
getTableInternal() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.ArrayTableWithAccessibleTableInternal
 
getTableInternal() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData
 
getTableInternal() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
getTableInternal() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeInternal
Returns the TableInternal reference the current TableInternal.StripeInternal belongs to
getTableName() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getTableName() - Method in class org.omnaest.utils.structure.table.datasource.TableDataSourceResultSet
 
getTableName() - Method in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
getTableName() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns the name for the whole table.
getTableName() - Method in interface org.omnaest.utils.structure.table.subspecification.TableDataSource
Returns the name for the whole TableDataSource.
getTableName() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getTableSize() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
getTableSize() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentAbstract
 
getTableSize() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Returns a Table.TableSize instance
getTableSize() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns a Table.TableSize object for the table.
getTableSize() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
getTableToJoinMap() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
getTime(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTime(int, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTime(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTime(String, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTime(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTime(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTime(int, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTime(String, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTimeExpired() - Method in class org.omnaest.utils.download.DownloadConnection
 
getTimestamp(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTimestamp(int, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTimestamp(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTimestamp(String, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getTimestamp(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTimestamp(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTimestamp(int, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTimestamp(String, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getTitleInternal() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
getTitleInternal() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
getTitleInternal() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Returns the TableInternal.StripeData.TitleInternal.
getTitleValue() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
getTitleValue() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.Stripe.Title.getValue()
getTopNumberOfRows() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
getTransferSizeInBytes() - Method in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
getType() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getUnderlyingList() - Method in interface org.omnaest.utils.beans.ListToTypeAdapter.UnderlyingListAware
Returns the List which underlies this class type facade.
getUnderlyingMap() - Method in interface org.omnaest.utils.beans.MapToTypeAdapter.UnderlyingMapAware
Returns the Map which underlies this class type facade.
getUnderlyingPropertynameList() - Method in interface org.omnaest.utils.beans.ListToTypeAdapter.UnderlyingListAware
Returns the underlying property name list after which the elements of the value list are ordered.
getUnderlyingTable() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable.ArrayTableInternal
 
getUnderlyingTable() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal
Returns the underlying Table instance
getUnicodeStream(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getUnicodeStream(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getUpdateCount() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getUrl() - Method in class org.omnaest.utils.download.DownloadConnection
 
getURL(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getURL(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getURL(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
getURL(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
getValue(Class<O>) - Method in interface org.omnaest.utils.beans.AutowiredPropertyContainer
Returns the value of the property which can be assigned as value to the given Class type.
getValue(Class<O>) - Method in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
getValue() - Method in class org.omnaest.utils.structure.element.CachedElement
Returns the value from the cache or resolves it from the underlying factory.
getValue() - Method in class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
getValue() - Method in interface org.omnaest.utils.structure.table.Table.Stripe.Title
Gets the value of a Table.Stripe.Title
getValueAsString() - Method in class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
getValueAsString() - Method in interface org.omnaest.utils.structure.table.Table.Stripe.Title
Gets the value of a Table.Stripe.Title as String
getValueFirst() - Method in class org.omnaest.utils.tuple.TupleDuad
Returns the first value of the Tuple.
getValueFirst() - Method in class org.omnaest.utils.tuple.TupleTriple
 
getValueList() - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
getValueResolver() - Method in class org.omnaest.utils.structure.element.CachedElement
 
getValueSecond() - Method in class org.omnaest.utils.tuple.TupleDuad
Returns the second value of the Tuple.
getValueSecond() - Method in class org.omnaest.utils.tuple.TupleTriple
 
getValueSet(Class<O>) - Method in interface org.omnaest.utils.beans.AutowiredPropertyContainer
Returns a Set for all properties which can be assigned to the given Class.
getValueSet(Class<O>) - Method in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
getValueThird() - Method in class org.omnaest.utils.tuple.TupleTriple
 
getWarnings() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
getWarnings() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 

H

handle(MethodCallCapture) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCaptureMethodInvocationHandler
 
handle(MethodCallCapture) - Method in interface org.omnaest.utils.proxy.StubCreator.MethodInvocationHandler
Handles a method invocation.
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
 
hasAccessToUnderlyingData - Variable in class org.omnaest.utils.beans.ListToTypeAdapter
 
hasAccessToUnderlyingMap - Variable in class org.omnaest.utils.beans.MapToTypeAdapter
 
hasColumnTitles() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
hasColumnTitles - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
hasColumnTitles - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
hasColumnTitles() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns true if at least one Table.Column has a Table.Stripe.Title
hasColumnTitles() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
hasDefaultInterval() - Method in class org.omnaest.utils.time.DurationCapture
Returns true, if there is an DurationCapture.Interval instance for the DurationCapture.intervalDefaultKey.
hasElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellDataImpl
 
hasElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
hasElement(E) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellData
Returns true if the TableInternal.CellData element is equal to the given element
hasElement(E) - Method in interface org.omnaest.utils.structure.table.Table.CellImmutable
Returns true if the given element equals the current Table.CellImmutable.getElement()
hasEqualValueTo(Table.Stripe.Title) - Method in class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
hasEqualValueTo(Table.Stripe.Title) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData.TitleInternal
Returns true if this and the given Table.Stripe.Title instance have an equal value.
hasGetter() - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
hasGetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true, if the method has no parameters but a return type.
hasGetterAndSetter() - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
hasGetterAndSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Returns true, if the underlying Field has a getter and a setter method.
hasGetterOrSetter() - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
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.propertyfile.content.element.Property
 
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.set.SetAbstract
 
hashCode() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
hashCode() - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
hashCode() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
hashCode() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
hashCode() - Method in class org.omnaest.utils.structure.table.concrete.predicates.internal.filter.ColumnHaveDistinctRows.StripeWrapperWithEqualsAndHashCode
 
hashCode() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
hashCode() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
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.
hasNext() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
hasNext() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
hasNext() - Method in class org.omnaest.utils.structure.collection.ThreadSafeIterator
 
hasNext() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
hasPrevious() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
hasPrevious() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
hasPrevious() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
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.
hasRowTitles() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
hasRowTitles - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
hasRowTitles - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
hasRowTitles() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns true if at least one Table.Row has a Table.Stripe.Title
hasRowTitles() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
hasSetter() - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
hasSetter() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
Is true, if a method has only one parameter and begins with "set".
hasTableName() - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
hasTableName - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
hasTableName - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
hasTableName() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns true if the TableCoreImmutable.getTableName() is not null
hasTableName() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
hasTitle() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
hasTitle() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns true if the Table.Stripe has a Table.Stripe.Title value not null
hasValueResolved() - Method in class org.omnaest.utils.structure.element.CachedElement
Returns true, if the cache has resolved a value from the underlying CachedElement.ValueResolver instance.
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
 
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.
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.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.table.adapter.TableToTypeListAdapter
 
indexOf(TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
indexOf(TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns the index of a given Table.Stripe
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.collection.list.iterator.ListIteratorIndexBased
 
indexPositionNext - Variable in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
indexPositionPrevious - Variable in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
initializeAdapter(Table<E>) - Method in interface org.omnaest.utils.structure.table.adapter.TableAdapter
Returns an adapter for the given Table
initializeAdapter(Table) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
initializeAdapter(List<? extends Table>) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
initializeAdapter(Table) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
initializeAdapter(Table<Object>) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
initializeClassAdapter(Class<? extends T>, boolean) - Method in class org.omnaest.utils.beans.ListToTypeAdapter
Creates the stub
initializeClassAdapter(Class<? extends T>, boolean) - Method in class org.omnaest.utils.beans.MapToTypeAdapter
Creates the stub
injectPropertyToValueMapIntoBean(Element, Map<String, Value>) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Injects the values for the given property name keys of the map into the bean.
injectValueOfPropertyIntoBean(Element, String, Value) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. The value must not be null, otherwise null is returned.
injectValueOfPropertyIntoBean(Element, String, Value, Class<? extends Value>) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Puts the given value into the property of the given bean object.
innerJoin(Table<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
innerJoin(Table<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Join clause of a TableSelectable.Selection
innerJoinMapByKey(Map<K, VA>, Map<K, VB>) - Static method in class org.omnaest.utils.structure.map.MapUtils
Returns a list of TupleDuad instances which have always the value of the first map and the value of the second map which share the same key over both maps.
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
 
insertRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
insertString(String, String, int, boolean) - Static method in class org.omnaest.utils.strings.StringUtil
 
inspectMethod(Method) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated. This method is called for every declared method.
inspectMethod(Method) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionAnnotationname
Deprecated.  
inspectMethod(Method) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunctionAND
Deprecated.  
inspectMethod(Method) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunctionOR
Deprecated.  
inspectMethod(Method) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
inspectMethod(Method) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionMethodname
Deprecated.  
intercept(Object, Method, Object[], MethodProxy) - Method in class org.omnaest.utils.beans.ListToTypeAdapter.ClassAdapterMethodInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.omnaest.utils.beans.MapToTypeAdapter.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
 
intersection(Collection<? extends Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Returns a new List with only this elements which are in all of the given Lists
interval - Variable in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
intervalDefaultKey - Variable in class org.omnaest.utils.time.DurationCapture
 
intervalKeyToIntervalMap - Variable in class org.omnaest.utils.time.DurationCapture
 
invokeJavaBeanPropertyMethod(Object, String, P) - Static method in class org.omnaest.utils.beans.BeanUtil
Deprecated. Executes the method of the given javaBean object that has the given name.
isAfterLast() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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.
isBeforeFirst() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
isClosed() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
isClosed() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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
 
isDistinct() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
isDownloadSuccessful() - Method in class org.omnaest.utils.download.DownloadConnection
Returns true, if no error has occurred during the download.
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.events.event.EventResults
 
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.list.IndexArrayList
 
isEmpty() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
isEmpty() - Method in interface org.omnaest.utils.structure.map.DualMap
Returns true, if both indexes are empty.
isEmpty() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
isEmpty() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
isEmpty() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
isEmpty() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
isEmpty() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns true if the TableInternal.StripeDataList does not contain any Table.Stripe instance.
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.JAXBMap
 
isEmpty() - Method in class org.omnaest.utils.xml.JAXBSet
 
isFieldAccessMethod() - Method in class org.omnaest.utils.beans.result.BeanMethodInformation
Returns true, if the given method is a field access method.
isFirst() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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.
isIndexPositionValid - Variable in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
isLast() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
isMethodCallCapturerAware() - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
Returns true, if the stub implements the MethodCallCapturer.MethodCallCapturerAware interface.
isNotEmpty() - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
 
isPoolable() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
isReadable() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated. Returns true, if the property can be read.
isReadAndWritable() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated. Returns true, if bean has getter and setter access
isReadOnly() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated. Returns true, if bean has only a getter method, but no setter method
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.
isSelectAllColumns() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
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".
isSuccessful() - Method in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
isTestForGetter() - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
isTestForSetter() - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
isValid() - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
Returns true if the underlying structure could be build without errors
isValid - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
isValid() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
isValid - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
isValid() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
isValid() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData
Returns true if the SelectionExecutor.StripeInternalData.getStripeData() and SelectionExecutor.StripeInternalData.getTableInternal() are not null
isValidIndex(int) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
isValidIndexPosition(int) - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
isWrapperFor(Class<?>) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
isWrapperFor(Class<?>) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
isWritable() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated. Returns true, if the property can be written.
isWriteOnly() - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated. Returns true, if bean has only a setter method, and no getter method
iterator() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
 
iterator() - Method in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
iterator() - Method in class org.omnaest.utils.events.event.EventResults
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
iterator() - Method in interface org.omnaest.utils.structure.collection.list.iterator.ListIterable
Returns a ListIterator over a set of elements
iterator() - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
iterator() - Method in class org.omnaest.utils.structure.collection.list.ListToSetAdapter
 
iterator - Variable in class org.omnaest.utils.structure.collection.ThreadSafeIterator
 
iterator() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
iterator() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
iterator() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
iterator() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
The same as #iteratorRow()
iterator() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
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.ListUtils
Creates a List from a given Iterator
iteratorCell() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
iteratorCell() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns an Iterator that goes through every Table.Column for every Table.Row.
iteratorCell() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
iteratorColumn() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
iteratorColumn() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Returns an Iterator over all Table.Columns
iteratorColumn() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 

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
 
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.
join - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableAndJoin
 
Join<E> - Interface in org.omnaest.utils.structure.table.concrete.internal.selection.join
 
JoinInner<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.join
 
JoinInner() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.join.JoinInner
 
joinTableBlocks(TableBlock<E>, TableBlock<E>, TableInternal.StripeDataList<E>, PredicateJoinerCollector<E>) - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.join.Join
Joins two TableBlocks into one using a join dependent merging strategy
joinTableBlocks(TableBlock<E>, TableBlock<E>, TableInternal.StripeDataList<E>, PredicateJoinerCollector<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.join.JoinInner
 

K

key - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
key - Variable in class org.omnaest.utils.time.DurationCapture.Interval
 
keyList - Variable in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
keySet() - Method in class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
 
keySet() - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
keySet() - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
keySet() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
keySet() - Method in class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
keySet() - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
 
keySet() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
keySet() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
keySet() - Method in class org.omnaest.utils.xml.JAXBMap
 

L

last() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
lastActiveRootStub - Variable in class org.omnaest.utils.proxy.MethodCallCapturer
 
lastElementOf(List<E>) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Returns the last element of the given List.
lastElementOf(List<E>, int) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Returns the element of the given List at the given reverse index position which is counted beginning from the last element.
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.table.adapter.TableToTypeListAdapter
 
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.
LINE_SEPARATOR - Static variable in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
 
lineManager - Variable in class org.omnaest.utils.propertyfile.content.index.Index
 
LinkedHashDualMap<FIRSTELEMENT,SECONDELEMENT> - Class in org.omnaest.utils.structure.map
Dual map implementation which makes use of two LinkedHashMap instances to get an index on both elements.
LinkedHashDualMap() - Constructor for class org.omnaest.utils.structure.map.LinkedHashDualMap
 
list - Variable in class org.omnaest.utils.beans.ListToTypeAdapter
 
list - Variable in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
list - Variable in class org.omnaest.utils.structure.collection.list.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(Collection<E>) - Constructor for class org.omnaest.utils.structure.collection.list.ListAbstract
 
ListAbstract() - Constructor for class org.omnaest.utils.structure.collection.list.ListAbstract
 
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.collection.list.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.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 - Variable in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
listIterator() - Method in class org.omnaest.utils.xml.JAXBList
 
listIterator(int) - Method in class org.omnaest.utils.xml.JAXBList
 
ListIteratorIndexBased<E> - Class in org.omnaest.utils.structure.collection.list.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.collection.list.iterator.ListIteratorIndexBased
 
ListIteratorIndexBased(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
ListIteratorIndexBased.ListIteratorIndexBasedSource<E> - Interface in org.omnaest.utils.structure.collection.list.iterator
 
ListIteratorIndexBased.ListToListIteratorSourceAdapter<E> - Class in org.omnaest.utils.structure.collection.list.iterator
Adapter for any List implementation to act as a ListIteratorIndexBased.ListIteratorIndexBasedSource
ListIteratorIndexBased.ListToListIteratorSourceAdapter(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
listIteratorIndexBasedSource - Variable in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
listIteratorIndexBasedSource - Variable in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
listOfType(Class<? extends T>) - Method in class org.omnaest.utils.structure.table.concrete.internal.adapterprovider.TableAdapterProviderImpl
 
listOfType(Class<? extends T>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableAdaptable.TableAdapterProvider
 
ListToListIteratorAdapter<E> - Class in org.omnaest.utils.structure.collection.list
Adapter to a given list.
ListToListIteratorAdapter(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
Creates a new instance of a list iterator.
ListToListIteratorAdapter(List<E>, int) - Constructor for class org.omnaest.utils.structure.collection.list.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
Defines a Set operating on a given List.
ListToSetAdapter(List<E>) - Constructor for class org.omnaest.utils.structure.collection.list.ListToSetAdapter
Constructor
ListToTypeAdapter<T,L extends List<?>> - Class in org.omnaest.utils.beans
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.ListToTypeAdapter
 
ListToTypeAdapter.ClassAdapterMethodInterceptor - Class in org.omnaest.utils.beans
A MethodInterceptor implementation special for this ListToTypeAdapter
ListToTypeAdapter.ClassAdapterMethodInterceptor() - Constructor for class org.omnaest.utils.beans.ListToTypeAdapter.ClassAdapterMethodInterceptor
 
ListToTypeAdapter.UnderlyingListAware<L extends List<?>> - Interface in org.omnaest.utils.beans
This interface makes a derivative type aware of an underlying map implementation.
ListUtil - Class in org.omnaest.utils.structure.collection.list
Helper class for List.
ListUtil() - Constructor for class org.omnaest.utils.structure.collection.list.ListUtil
 
ListUtils - Class in org.omnaest.utils.structure.collection
Helper class for modifying List instances.
ListUtils() - Constructor for class org.omnaest.utils.structure.collection.ListUtils
 
ListUtils.ElementTransformer<FROM,TO> - Interface in org.omnaest.utils.structure.collection
The provides the transformation method to transform one generic element instance into another.
ListUtils.ElementTransformerIdentitiyCast<FROM,TO> - Class in org.omnaest.utils.structure.collection
Simple ListUtils.ElementTransformer implementation which casts the given object and returns it.
ListUtils.ElementTransformerIdentitiyCast() - Constructor for class org.omnaest.utils.structure.collection.ListUtils.ElementTransformerIdentitiyCast
 
ListUtils.MultiElementTransformer<FROM,TO> - Interface in org.omnaest.utils.structure.collection
The provides the transformation method to transform one generic Collection instance into one or multiple elements of other type.
load() - Method in class org.omnaest.utils.propertyfile.PropertyFile
Loads the PropertyFile from disc.
load(File) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Loads the content of the given file into the container.
loadObjectFromXML(InputStream, Class<E>) - Static method in class org.omnaest.utils.xml.XMLHelper
Loads an object from the given class type from an InputStream.
loadObjectFromXML(CharSequence, Class<E>) - Static method in class org.omnaest.utils.xml.XMLHelper
 
loadObjectFromXML(String, Class<E>) - Static method in class org.omnaest.utils.xml.XMLHelper
 

M

map - Variable in class org.omnaest.utils.beans.MapToTypeAdapter
 
map - Variable in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
map - Variable in class org.omnaest.utils.xml.JAXBMap
 
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
 
mapFactory - Variable in class org.omnaest.utils.structure.map.ThreadLocalMap
 
MapToTypeAdapter<T,M extends Map<Object,Object>> - Class in org.omnaest.utils.beans
This class creates a proxy implementation for a given class or interface type which is used as a facade to an underlying Map<String,?
MapToTypeAdapter() - Constructor for class org.omnaest.utils.beans.MapToTypeAdapter
 
MapToTypeAdapter(M, Class<? extends T>, boolean) - Constructor for class org.omnaest.utils.beans.MapToTypeAdapter
Internal constructor.
MapToTypeAdapter.ClassAdapterMethodInterceptor - Class in org.omnaest.utils.beans
A MethodInterceptor implementation special for this MapToTypeAdapter
MapToTypeAdapter.ClassAdapterMethodInterceptor() - Constructor for class org.omnaest.utils.beans.MapToTypeAdapter.ClassAdapterMethodInterceptor
 
MapToTypeAdapter.UnderlyingMapAware<M extends Map<String,Object>> - Interface in org.omnaest.utils.beans
This interface makes a derivative type aware of an underlying map implementation.
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.
marshal(TableMarshaller<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.TableSerializerImpl
 
marshal(Table<E>, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
marshal(Table<E>, Appendable) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
marshal(Table<E>, InputStream, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
marshal(Table<E>, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText
 
marshal(Table<E>, Appendable) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText
 
marshal(Table<E>, InputStream, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText
 
marshal(Table<E>, InputStream, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
marshal(Table<E>, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
marshal(Table<E>, Appendable) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
marshal(Table<E>, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
 
marshal(Table<E>, Appendable) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
 
marshal(Table<E>, InputStream, OutputStream) - Method in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
 
marshal(Table<E>, OutputStream) - Method in interface org.omnaest.utils.structure.table.serializer.TableMarshaller
Marshals the given Table into an OutputStream
marshal(Table<E>, InputStream, OutputStream) - Method in interface org.omnaest.utils.structure.table.serializer.TableMarshaller
Marshals the given Table into an OutputStream reading the data from the given InputStream first and using this for updates.
marshal(Table<E>, Appendable) - Method in interface org.omnaest.utils.structure.table.serializer.TableMarshaller
Marshals and appends the given Table to the given Appendable
marshal(TableMarshaller<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer
Marshals the underlying Table into a serialized format
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
 
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(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.ListUtils
Merges all elements of the given Collection instances into one single List instance which keeps the order of the elements.
mergeAll(Collection<? extends Collection<E>>) - Static method in class org.omnaest.utils.structure.collection.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.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.SetUtils
Merges all elements of the given Collection instances into one single Set instance .
mergeAll(MapUtils.MapElementMergeOperation<K, V>, Map<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>>, 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.
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.
method - Variable in class org.omnaest.utils.beans.result.BeanMethodInformation
 
method - Variable in class org.omnaest.utils.proxy.MethodCallCapture
 
MethodCallCapture - Class in org.omnaest.utils.proxy
Result of a captured method call.
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
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
 
methodGetter - Variable in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
methodname(String) - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
methodName - Variable in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionMethodname
Deprecated.  
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
 
monitoring(int) - Method in interface org.omnaest.utils.download.DownloadConnection.DownloadMonitor
 
moveToCurrentRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
moveToInsertRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 

N

name - Variable in class org.omnaest.utils.proxy.BeanProperty
 
newElement() - Method in interface org.omnaest.utils.structure.element.Factory
Factory method for an element
newInstance(List<?>, Class<T>, Comparator<String>, boolean) - Static method in class org.omnaest.utils.beans.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.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.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.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.ListToTypeAdapter
Factory method to create a new ListToTypeAdapter for a given List with the given Class as facade.
newInstance(Map<? super String, Object>, Class<? extends T>, boolean) - Static method in class org.omnaest.utils.beans.MapToTypeAdapter
Factory methods to create a new MapToTypeAdapter for a given Map with the given Class as facade.
newInstance(Map<? super String, Object>, Class<? extends T>) - Static method in class org.omnaest.utils.beans.MapToTypeAdapter
Factory methods to create a new MapToTypeAdapter for a given Map with the given Class as facade.
newInstance(B) - Static method in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
Factory method to create a Map view on a given Java Bean object.
newInstance(B) - Static method in class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
Factory method to create a Map view on a given Java Bean object.
newInstance(Table<?>, Class<? extends B>) - Static method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Factory methods which creates a new TableToTypeListAdapter instance for the given Java Bean Class and Table .
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.
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.
newInstanceOfStripeInternal(TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeFactory
Creates a new instance for the TableInternal instance of the StripeFactory for the given TableInternal.StripeData
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.
newStubInstance(Class<? extends E>, StubCreator.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<?>[], StubCreator.MethodInvocationHandler) - Static method in class org.omnaest.utils.proxy.StubCreator
Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a StubCreator.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(E) - Static method in class org.omnaest.utils.time.DurationCaptureTypeFactory
Creates a proxy stub for a given object.
next() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
next() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
next() - Method in class org.omnaest.utils.structure.collection.ThreadSafeIterator
 
next() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
next() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
nextIndex() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
nextIndex() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
nextIndex() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
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

obj - Variable in class org.omnaest.utils.proxy.MethodCallCapture
 
ObjectToStringMap - Class in org.omnaest.utils.beans
Deprecated. 
ObjectToStringMap() - Constructor for class org.omnaest.utils.beans.ObjectToStringMap
Deprecated.  
ObjectToStringMap(int) - Constructor for class org.omnaest.utils.beans.ObjectToStringMap
Deprecated.  
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() );
on(TableSelectable.Predicate<E>...) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
on(TableSelectable.Predicate<E>...) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.SelectionJoin
Adds further TableSelectable.Predicates to an TableSelectable.SelectionJoin
or(BeanUtil.PropertyCriterion...) - Static method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated.  
order - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.ColumnOrder
 
orderBy(Table.Column<E>, TableSelectable.Selection.Order) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
orderBy(Table.Column<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
orderBy(Table.Column<E>, TableSelectable.Selection.Order) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Adds a Table.Column and TableSelectable.Selection.Order declaration for a TableSelectable.Selection which results in an ordered Table after the given Table.Column by the given TableSelectable.Selection.Order.
orderBy(Table.Column<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Orders the TableSelectable.Selection after the given Table.Column by TableSelectable.Selection.Order.ASCENDING
org.omnaest.utils.beans - package org.omnaest.utils.beans
 
org.omnaest.utils.beans.result - package org.omnaest.utils.beans.result
 
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.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.reflection - package org.omnaest.utils.reflection
 
org.omnaest.utils.sorting - package org.omnaest.utils.sorting
 
org.omnaest.utils.streams - package org.omnaest.utils.streams
 
org.omnaest.utils.strings - package org.omnaest.utils.strings
 
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.list - package org.omnaest.utils.structure.collection.list
 
org.omnaest.utils.structure.collection.list.iterator - package org.omnaest.utils.structure.collection.list.iterator
 
org.omnaest.utils.structure.collection.set - package org.omnaest.utils.structure.collection.set
 
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.map - package org.omnaest.utils.structure.map
 
org.omnaest.utils.structure.table - package org.omnaest.utils.structure.table
 
org.omnaest.utils.structure.table.adapter - package org.omnaest.utils.structure.table.adapter
 
org.omnaest.utils.structure.table.concrete - package org.omnaest.utils.structure.table.concrete
 
org.omnaest.utils.structure.table.concrete.internal - package org.omnaest.utils.structure.table.concrete.internal
 
org.omnaest.utils.structure.table.concrete.internal.adapterprovider - package org.omnaest.utils.structure.table.concrete.internal.adapterprovider
 
org.omnaest.utils.structure.table.concrete.internal.cloner - package org.omnaest.utils.structure.table.concrete.internal.cloner
 
org.omnaest.utils.structure.table.concrete.internal.helper - package org.omnaest.utils.structure.table.concrete.internal.helper
 
org.omnaest.utils.structure.table.concrete.internal.iterator - package org.omnaest.utils.structure.table.concrete.internal.iterator
 
org.omnaest.utils.structure.table.concrete.internal.selection - package org.omnaest.utils.structure.table.concrete.internal.selection
 
org.omnaest.utils.structure.table.concrete.internal.selection.data - package org.omnaest.utils.structure.table.concrete.internal.selection.data
 
org.omnaest.utils.structure.table.concrete.internal.selection.join - package org.omnaest.utils.structure.table.concrete.internal.selection.join
 
org.omnaest.utils.structure.table.concrete.internal.selection.scannable - package org.omnaest.utils.structure.table.concrete.internal.selection.scannable
 
org.omnaest.utils.structure.table.concrete.internal.serializer - package org.omnaest.utils.structure.table.concrete.internal.serializer
 
org.omnaest.utils.structure.table.concrete.internal.serializer.executor - package org.omnaest.utils.structure.table.concrete.internal.serializer.executor
 
org.omnaest.utils.structure.table.concrete.predicates - package org.omnaest.utils.structure.table.concrete.predicates
 
org.omnaest.utils.structure.table.concrete.predicates.internal.filter - package org.omnaest.utils.structure.table.concrete.predicates.internal.filter
 
org.omnaest.utils.structure.table.concrete.predicates.internal.joiner - package org.omnaest.utils.structure.table.concrete.predicates.internal.joiner
 
org.omnaest.utils.structure.table.datasource - package org.omnaest.utils.structure.table.datasource
 
org.omnaest.utils.structure.table.helper - package org.omnaest.utils.structure.table.helper
 
org.omnaest.utils.structure.table.internal - package org.omnaest.utils.structure.table.internal
 
org.omnaest.utils.structure.table.serializer - package org.omnaest.utils.structure.table.serializer
 
org.omnaest.utils.structure.table.serializer.common - package org.omnaest.utils.structure.table.serializer.common
 
org.omnaest.utils.structure.table.serializer.marshaller - package org.omnaest.utils.structure.table.serializer.marshaller
 
org.omnaest.utils.structure.table.serializer.unmarshaller - package org.omnaest.utils.structure.table.serializer.unmarshaller
 
org.omnaest.utils.structure.table.subspecification - package org.omnaest.utils.structure.table.subspecification
 
org.omnaest.utils.structure.table.view - package org.omnaest.utils.structure.table.view
 
org.omnaest.utils.structure.table.view.concrete - package org.omnaest.utils.structure.table.view.concrete
 
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
 

P

parseCSVContent(String) - Static method in class org.omnaest.utils.structure.table.helper.TableHelper
Returns a table for a given csv text content.
parseCSVContent(String, String) - Static method in class org.omnaest.utils.structure.table.helper.TableHelper
Returns a table for a given csv text content using the given column separator.
parsePropertyFileContent(File, String) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentParser
 
popFromStack(int) - Method in interface org.omnaest.utils.sorting.SortUtil.MergeSortDataModify
 
PredicateFactory<E> - Class in org.omnaest.utils.structure.table.concrete.predicates
 
PredicateFactory() - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.PredicateFactory
 
PredicateFilter<E> - Interface in org.omnaest.utils.structure.table.concrete.predicates.internal.filter
Every PredicateFilter should be represented by a static factory method within the PredicateFactory.
PredicateJoiner<E> - Interface in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner
Every PredicateJoiner should be represented by a static factory method within the PredicateFactory.
PredicateJoinerCollector<E> - Class in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner
A PredicateJoinerCollector holds an internal Set of PredicateJoiner instances and collects and merges their PredicateJoiner#determineJoinableStripeDataSet(StripeData,TableBlock, TableBlock) results by determining the intersection of them.
PredicateJoinerCollector(Set<PredicateJoiner<E>>) - Constructor for class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoinerCollector
 
predicateJoinerSet - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.PredicateJoinerCollector
 
prefixBlanks - Variable in class org.omnaest.utils.propertyfile.content.element.Comment
 
prefixBlanks - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
prepareInspection(Class<?>) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterion
Deprecated. This method will be called once before the inspection process runs.
prepareInspection(Class<?>) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionAnnotationname
Deprecated.  
prepareInspection(Class<?>) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
Deprecated.  
prepareInspection(Class<?>) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
prepareInspection(Class<?>) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionMethodname
Deprecated.  
previous() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
previous() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
previous() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
previous() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
previousIndex() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
previousIndex() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
previousIndex() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
previousMethodCallCaptureContext - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
previousMethodCallCaptureContext - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
printCollection(Collection<?>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Prints the collection values to the system out.
printDataList() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
printIndexList() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
process(int, int, Table.Cell<E>) - Method in interface org.omnaest.utils.structure.table.Table.TableCellVisitor
Inspect method
processStatePercentage() - Method in class org.omnaest.utils.download.DownloadConnection
Returns the percentage of the currently loaded bytes towards the estimated bytes to load.
processTableCells(Table.TableCellVisitor<E>) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
processTableCells(Table.TableCellVisitor<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
Helper method to do arbitrary stuff on the Table Table.Cells.
processTableCells(Table.TableCellVisitor<E>) - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
Property - Class in org.omnaest.utils.propertyfile.content.element
 
Property() - Constructor for class org.omnaest.utils.propertyfile.content.element.Property
 
propertyCriterionList - Variable in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionConjunction
Deprecated.  
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
Container for the content of a PropertyFile.
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.ListToTypeAdapter
 
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.
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(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.
propertynameToBeanPropertyAccessorMap - Variable in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
propertynameToBeanPropertyAccessorMap - Variable in class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
 
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(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.
propertyTypeToBeanPropertyAccessorSetMap - Variable in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
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
proxy - Variable in class org.omnaest.utils.proxy.MethodCallCapture
 
pushOnStack(int) - Method in interface org.omnaest.utils.sorting.SortUtil.MergeSortDataModify
 
put(Object) - Method in interface org.omnaest.utils.beans.AutowiredPropertyContainer
Adds an Object to the AutowiredPropertyContainer.
put(String, Object) - Method in interface org.omnaest.utils.beans.AutowiredPropertyContainer
Adds an Object to the AutowiredPropertyContainer.
put(Object) - Method in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
put(String, Object) - Method in class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
put(String, Object) - Method in class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
 
put(Property) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
put(String, Property) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
put(FIRSTELEMENT, SECONDELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Puts a two elements into the DualMap
put(K, V) - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
put(FIRSTELEMENT, SECONDELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
put(K, V) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
put(Object, E) - Method in class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
put(K, V) - Method in class org.omnaest.utils.xml.JAXBMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.propertyfile.content.MapAbstract
 
putAll(DualMap<? extends FIRSTELEMENT, ? extends SECONDELEMENT>) - Method in interface org.omnaest.utils.structure.map.DualMap
 
putAll(DualMap<? extends FIRSTELEMENT, ? extends SECONDELEMENT>) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.MapAbstract
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.omnaest.utils.xml.JAXBMap
 
putAllFirstElementToSecondElement(Map<? extends FIRSTELEMENT, ? extends SECONDELEMENT>) - Method in interface org.omnaest.utils.structure.map.DualMap
 
putAllFirstElementToSecondElement(Map<? extends FIRSTELEMENT, ? extends SECONDELEMENT>) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
putAllSecondElementToFirstElement(Map<? extends SECONDELEMENT, ? extends FIRSTELEMENT>) - Method in interface org.omnaest.utils.structure.map.DualMap
 
putAllSecondElementToFirstElement(Map<? extends SECONDELEMENT, ? extends FIRSTELEMENT>) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
putArray(E[][], int, int) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
putArray(E[][], int, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Puts an array into the table.
putTable(TableDataSource<E>, int, int) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
putTable(TableDataSource<E>, int, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Puts a foreign table into the current table at the given index position.

R

readObject(Object) - Method in class org.omnaest.utils.beans.ObjectToStringMap
Deprecated. Parses all properties from this object, and if String.valueOf is usable on a field, the field will be parsed to a string within a map.
reentrantLock - Variable in class org.omnaest.utils.structure.collection.ThreadSafeIterator
 
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
 
refresh() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
refresh() - Method in interface org.omnaest.utils.structure.table.view.TableView
Recalculates the underlying TableSelectable.Selection and updates the TableView with the new results
refreshRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
registerAtEventProducers() - Method in interface org.omnaest.utils.events.EventHandler
Registers itself via EventListener instances at the internally hold references to EventProducer instances
registerCell(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
registerCell(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
registerCell(TableInternal.CellData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Adds a TableInternal.CellData to the TableInternal.StripeData if it does not contain the TableInternal.CellData already.
registerCells(Collection<TableInternal.CellData<E>>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
registerCells(Collection<TableInternal.CellData<E>>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
registerCells(Collection<TableInternal.CellData<E>>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
 
registerOutParameter(int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
registerOutParameter(int, int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
registerOutParameter(int, int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
registerOutParameter(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
registerOutParameter(String, int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
registerOutParameter(String, int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
registerStripeDataForCellDatas(Collection<TableInternal.CellData<E>>, TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
registerStripeDataForCellDatas(Collection<TableInternal.CellData<E>>, TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Registers a TableInternal.StripeData instance for the given TableInternal.CellData instances
relative(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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.TypeToPropertynameMapAdapter
 
remove(Object) - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
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 interface org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Removes the element at the given index position
remove(int) - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
remove() - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.ListAbstract
 
remove() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
remove(Object) - Method in class org.omnaest.utils.structure.collection.list.ListToSetAdapter
 
remove() - Method in class org.omnaest.utils.structure.collection.ThreadSafeIterator
 
remove(Object) - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
remove(Object) - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
remove(Object) - Method in class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
remove(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
remove() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
remove(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
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.JAXBMap
 
remove(Object) - Method in class org.omnaest.utils.xml.JAXBSet
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
removeAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
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
 
removeColumn(int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
removeColumn(Table.Column<E>) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
removeColumn(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Removes a Table.Column at the given index position from the Table.
removeColumn(Table.Column<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Removes the given Table.Column from the Table
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.
removeFirstElement(FIRSTELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Removes the given first element from the first index and the resolved second element from the second index.
removeFirstElement(FIRSTELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
removeIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.index.IndexManager
 
removeLine() - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
removeRow(int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
removeRow(Table.Row<E>) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
removeRow(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Removes a Table.Row at the given index position from the Table.
removeRow(Table.Row<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Removes the given Table.Row from the Table
removeRows(int[]) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
removeRows(int[]) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Removes all the given rows.
removeSecondElement(SECONDELEMENT) - Method in interface org.omnaest.utils.structure.map.DualMap
Removes the given second element from the second index and the resolved first element from the first index.
removeSecondElement(SECONDELEMENT) - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
removeStripeData(TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
removeStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
removeStripeData(TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Removes a TableInternal.StripeData from the TableInternal.StripeDataList without detaching its TableInternal.CellData instances from the orthogonal TableInternal.StripeData instances
removeStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Removes a TableInternal.StripeData from the TableInternal.StripeDataList without detaching its TableInternal.CellData from the orthogonal TableInternal.StripeData instances.
removeStripeDataAndItsCellDatasInOrthogonalStripeDatas(TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
removeStripeDataAndItsCellDatasInOrthogonalStripeDatas(TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Removes the given TableInternal.StripeData from the TableInternal.TableContent including the TableInternal.CellData contained in the orthogonal TableInternal.StripeData instances.
renderAsCSVContent(Table<E>) - Static method in class org.omnaest.utils.structure.table.helper.TableHelper
 
renderAsCSVContent(Table<E>, String) - Static method in class org.omnaest.utils.structure.table.helper.TableHelper
Renders the content of a table as csv text using the given column separator.
renderToString(Table<E>) - Static method in class org.omnaest.utils.structure.table.helper.TableHelper
Converts a given Table to a readable String
repeatString(int, String) - Static method in class org.omnaest.utils.strings.StringUtil
Repeats the given string count times.
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.
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.time.DurationCapture.Interval
Resets the internal timer of this time measurement for this DurationCapture.Interval.
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.
resolveCell(TableInternal.StripeInternal<E>, TableInternal.StripeInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(Object, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(int, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(Object, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(int, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(TableInternal.StripeInternal<E>, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(TableInternal.StripeInternal<E>, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(int, TableInternal.StripeInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(Object, TableInternal.StripeInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveCell(TableInternal.StripeData<E>, TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveCell(TableInternal.StripeData<E>, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveCell(TableInternal.StripeData<E>, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveCell(int, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves the Table.Cell for the given index positions.
resolveCell(TableInternal.StripeInternal<E>, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell for the given Table.Row and Table.Column index position.
resolveCell(int, TableInternal.StripeInternal<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by a row index position and a Table.Column.
resolveCell(TableInternal.StripeInternal<E>, TableInternal.StripeInternal<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by a given Table.Row and Table.Column
resolveCell(TableInternal.StripeData<E>, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by a given Table.Stripe and the complementary index position
resolveCell(TableInternal.StripeData<E>, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by a given Table.Stripe and the title value of the orthogonal stripe
resolveCell(Object, TableInternal.StripeInternal<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by the Table.Stripe.Title.getValue() of the Table.Row and the Table.Column
resolveCell(TableInternal.StripeInternal<E>, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by the Table.Row and the Table.Stripe.Title.getValue() of the Table.Column
resolveCell(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by its Table.Cell index position.
resolveCell(TableInternal.StripeData<E>, TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by two orthogonal TableInternal.StripeData instances
resolveCell(int, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by the Table.Row index position and the Table.Column title value
resolveCell(Object, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by the Table.Row title value and the Table.Column index position
resolveCell(Object, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by the Table.Row title value and the Table.Column title value
resolveColumnStripeData(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveColumnStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveColumnStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a ColumnInternal for the given Table.Column index position.
resolveColumnStripeData(Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves the Table.Column by the given Table.Stripe.Title.getValue()
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
 
resolveOrCreateCell(TableInternal.StripeInternal<E>, TableInternal.StripeInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(int, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(int, TableInternal.StripeInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(TableInternal.StripeInternal<E>, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(TableInternal.StripeData<E>, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(TableInternal.StripeData<E>, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCell(TableInternal.StripeData<E>, TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveOrCreateCell(TableInternal.StripeInternal<E>, TableInternal.StripeInternal<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve a Table.Cell by a given RowInternal and ColumnInternal.
resolveOrCreateCell(TableInternal.StripeInternal<E>, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve a Table.Cell by the given Table.Row and Table.Column index position.
resolveOrCreateCell(int, TableInternal.StripeInternal<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve a Table.Cell by the given Table.Row index position and a given Table.Column.
resolveOrCreateCell(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by its Table.Cell index position or creates it if it cannot be resolved.
resolveOrCreateCell(int, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a Table.Cell by its Table.Row and Table.Column index positions.
resolveOrCreateCell(TableInternal.StripeData<E>, TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve or creates a Table.Cell by two orthogonal TableInternal.StripeData instances
resolveOrCreateCell(TableInternal.StripeData<E>, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve or create a Table.Cell for the given Table.Stripe instance and its orthogonal Table.Stripe and index position relation
resolveOrCreateCell(TableInternal.StripeData<E>, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve or create a Table.Cell for the given Table.Stripe instance and its orthogonal Table.Stripe with the given Table.Stripe.Title.getValue()
resolveOrCreateCellWithinNewTableArea(int, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCellWithinNewTableArea(int, TableInternal.StripeInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCellWithinNewTableArea(TableInternal.StripeInternal<E>, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E>, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCellWithinNewTableArea(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E>, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateCellWithinNewTableArea(int, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves or creates a Table.Cell even if it is out of the current Table area
resolveOrCreateCellWithinNewTableArea(int, TableInternal.StripeInternal<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves or creates a Table.Cell even if it is out of the current Table area
resolveOrCreateCellWithinNewTableArea(TableInternal.StripeInternal<E>, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves or creates a Table.Cell even if it is out of the current Table area
resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E>, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves or creates a Table.Cell even if it is out of the current Table area
resolveOrCreateCellWithinNewTableArea(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves or creates a Table.Cell even if it is out of the current Table area
resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E>, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves or creates a Table.Cell even if it is out of the current Table area
resolveOrCreateColumnStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateColumnStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve the Table.Column for the given Table.Column index position.
resolveOrCreateRowStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveOrCreateRowStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve the Table.Row for the given Table.Row index position.
resolveOrCreateStripeData(Table.Stripe.StripeType, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveOrCreateStripeData(Table.Stripe.StripeType, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveOrCreateStripeData(Table.Stripe.StripeType, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve a TableInternal.StripeData instance for the given index position and Table.Stripe.StripeType.
resolveOrCreateStripeData(Table.Stripe.StripeType, Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Tries to resolve a TableInternal.StripeData instance for the given index position and Table.Stripe.StripeType.
resolveRowStripeData(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveRowStripeData(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
 
resolveRowStripeData(int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves a RowInternal for the given Table.Row index position.
resolveRowStripeData(Object) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves the Table.Row by the given Table.Stripe.Title.getValue()
resolvesOrCreateCellWithinNewTableArea(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
resolvesOrCreateCellWithinNewTableArea(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
resolveStripe(Table.Stripe.StripeType, Table.Stripe.Title) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeResolver
Resolves a Table.Stripe by its Table.Stripe.StripeType and Table.Stripe.Title
resolveStripeData(Table.Stripe.StripeType, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverAbstract
Resolves the TableInternal.StripeData instance for the given Table.Stripe.StripeType and the Table.Stripe.Title.getValue()
resolveStripeData(Table.Stripe.StripeType, Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveStripeData(Table.Stripe.StripeType, int) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveStripeData(Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
resolveStripeData(Table.Stripe.StripeType, int) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellAndStripeResolver
Resolves the Table.Stripe for the given Table.Stripe.StripeType and index position from the internal Table reference.
resolveStripeType() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
resolveStripeType() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
resolveStripeType() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Resolves the Table.Stripe.StripeType from the underlying TableInternal.StripeDataList
resolveTableContent() - Method in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
resolveTableContent() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContentResolver
Resolves the TableInternal.TableContent
resolveValue() - Method in interface org.omnaest.utils.structure.element.CachedElement.ValueResolver
Resolves a value.
resolveValue() - Method in class org.omnaest.utils.structure.element.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
 
resultList - Variable in class org.omnaest.utils.events.event.EventResults
 
resultSet - Variable in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
resultSet() - Method in class org.omnaest.utils.structure.table.concrete.internal.adapterprovider.TableAdapterProviderImpl
 
resultSet - Variable in class org.omnaest.utils.structure.table.datasource.TableDataSourceResultSet
 
resultSet() - Method in interface org.omnaest.utils.structure.table.subspecification.TableAdaptable.TableAdapterProvider
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.CollectionAbstract
 
retainAll(Collection<?>) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
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
 
returnedStub - Variable in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
row - Variable in class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
row - Variable in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
rowDeleted() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
rowInserted() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
rowIterator - Variable in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
rows() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
rows() - Method in class org.omnaest.utils.structure.table.datasource.TableDataSourceResultSet
 
rows() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCoreImmutable
ListIterable over all Table.Rows
rows() - Method in interface org.omnaest.utils.structure.table.subspecification.TableDataSource
Iterable of an Iterable for the Tables Table.Rows and the Table.Rows Table.CellImmutables.
rows() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
rowSize - Variable in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
rowStripeDataSet - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
rowTitleValueList - Variable in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
RowToMapAdapter<E> - Class in org.omnaest.utils.structure.table.adapter
Adapter to use a given Table.Rows as Map
RowToMapAdapter(Table.Row<E>) - Constructor for class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
rowUpdated() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
run() - Method in class org.omnaest.utils.download.DownloadConnection
 
run() - Method in class org.omnaest.utils.download.DownloadManager
 

S

save(File) - Method in class org.omnaest.utils.structure.container.ByteArrayContainer
Saves the content of the ByteArrayContainer to a given File
saveContentToFile(File) - Method in class org.omnaest.utils.download.DownloadConnection
Saves the content into the given file.
ScannableStripeDataContainer<E> - Interface in org.omnaest.utils.structure.table.concrete.internal.selection.scannable
A ScannableStripeDataContainer allows to retrieve TableInternal.StripeData instances in relation to Table.CellImmutable.getElement() s
ScannableStripeDataContainerFullScan<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.scannable
 
ScannableStripeDataContainerFullScan(TableInternal<E>, Table.Column<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
ScannableStripeDataContainerIndex<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.scannable
 
ScannableStripeDataContainerIndex(TableInternal<E>, Table.Column<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
secondElementToFirstElementMap - Variable in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
select() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
select() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable
A TableSelectable.Selection offers methods to select a subset of Table.Rows and Table.Columns of a Table and provide the result as further Table or TableView
selection - Variable in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
SelectionData<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.data
 
SelectionData() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
selectionData - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor
 
selectionData - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
SelectionExecutor<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection
 
SelectionExecutor(SelectionData<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor
 
selectionExecutor - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
SelectionExecutor.ArrayTableWithAccessibleTableInternal<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection
Makes the ArrayTable.ArrayTableInternal accessible for the SelectionExecutor
SelectionExecutor.ArrayTableWithAccessibleTableInternal() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.ArrayTableWithAccessibleTableInternal
 
SelectionExecutor.StripeInternalData<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection
 
SelectionExecutor.StripeInternalData(TableInternal.StripeData<E>, TableInternal<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData
 
SelectionImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection
 
SelectionImpl(TableInternal<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
serializer() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
serializer() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable
 
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 interface org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListIteratorIndexBasedSource
Sets the element at the given index position
set(int, E) - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
set(E) - Method in class org.omnaest.utils.structure.collection.list.iterator.ListIteratorIndexBased
 
set(E) - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
set(int, B) - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Sets the Table.Row of the underling Table to the values of the given Java Bean.
set(Table.Row<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
set(int, Table.Row<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
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
 
setArray(int, Array) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAsciiStream(int, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAsciiStream(int, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAsciiStream(int, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAsciiStream(String, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAsciiStream(String, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAsciiStream(String, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setAuthenticationPassword(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setAuthenticationUser(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setBigDecimal(int, BigDecimal) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBigDecimal(String, BigDecimal) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBinaryStream(int, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBinaryStream(int, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBinaryStream(int, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBinaryStream(String, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBinaryStream(String, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBinaryStream(String, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBlanks(String) - Method in class org.omnaest.utils.propertyfile.content.element.BlankLineElement
 
setBlob(int, Blob) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBlob(int, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBlob(int, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBlob(String, Blob) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBlob(String, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBlob(String, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBoolean(int, boolean) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBoolean(String, boolean) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setByte(int, byte) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setByte(String, byte) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBytes(int, byte[]) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setBytes(String, byte[]) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setCellElement(int, int, E) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
setCellElement(int, E) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
setCellElement(int, E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
setCellElement(Object, E) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
setCellElement(int, int, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Puts a new element to the table at the defined index positions.
setCellElement(int, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Puts a new element to the table at the defined cell index position.
setCellElement(Object, E) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Sets the Table.Cell.setElement(Object) for the Table.Cell corresponding to the given title value
setCellElement(int, E) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Set the Table.Cell.setElement(Object) for the Table.Cell corresponding to the given orthogonal index position
setCellElements(E...) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
setCellElements(Iterable<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
setCellElements(Iterable<E>) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Sets the Table.Cell.setElement(Object) of the whole Table.Stripe
setCellElements(E...) - Method in interface org.omnaest.utils.structure.table.Table.Stripe
 
setCharacterStream(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setCharacterStream(int, Reader, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setCharacterStream(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setCharacterStream(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setCharacterStream(String, Reader, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setCharacterStream(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setClazz(Class<?>) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
setClob(int, Clob) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setClob(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setClob(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setClob(String, Clob) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setClob(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setClob(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setColumnCellElements(int, List<? extends E>) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
setColumnCellElements(int, List<? extends E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Puts a column at the given column index position.
setColumnTitleValue(Object, int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
setColumnTitleValue(Object, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the title of a column for a given column index position.
setColumnTitleValues(List<?>) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
setColumnTitleValues(Object...) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
setColumnTitleValues(List<?>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the Table.Stripe.Titles of the Table.Columns.
setColumnTitleValues(Object...) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
 
setComment(String) - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
setCommentIndicator(String) - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
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
 
setCursorName(String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setDate(int, Date) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setDate(int, Date, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setDate(String, Date) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setDate(String, Date, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setDelimiter(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
setDescription(String) - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
setDistinct(boolean) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
setDouble(int, double) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setDouble(String, double) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
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 class org.omnaest.utils.structure.table.concrete.internal.CellDataImpl
 
setElement(E) - Method in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
setElement(E) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.CellData
Sets the given element to the TableInternal.CellData
setElement(E) - Method in interface org.omnaest.utils.structure.table.Table.Cell
Sets the value of the Table.Cell
setEscapeProcessing(boolean) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
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
 
setFetchDirection(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setFetchDirection(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
setFetchSize(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setFetchSize(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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.StringUtil
 
setFloat(int, float) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setFloat(String, float) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setGetterMethodName(String) - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated.  
setIndex(Index) - Method in class org.omnaest.utils.propertyfile.content.Element
 
setInt(int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setInt(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setInterfaces(Class<?>[]) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
setInterval(DurationCapture.Interval) - Method in class org.omnaest.utils.time.DurationCapture.IntervalStatistic
 
setKey(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
setKey(Object) - Method in class org.omnaest.utils.time.DurationCapture.Interval
 
setLineManager(IndexManager) - Method in class org.omnaest.utils.propertyfile.content.index.Index
 
setList(List<E>) - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
setLong(int, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setLong(String, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
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.
setMaxFieldSize(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setMaxRows(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setMethodName(String) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionMethodname
Deprecated.  
setName(String) - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
setNCharacterStream(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNCharacterStream(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNCharacterStream(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNCharacterStream(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNClob(int, NClob) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNClob(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNClob(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNClob(String, NClob) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNClob(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNClob(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNString(int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNString(String, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNull(int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNull(int, int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNull(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNull(String, int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setNumberOfColumns(int) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
setNumberOfColumns(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the number of Table.Columns
setNumberOfRows(int) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
setNumberOfRows(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the number of Table.Rows
setObject(int, Object) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setObject(int, Object, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setObject(int, Object, int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setObject(String, Object) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setObject(String, Object, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setObject(String, Object, int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setPoolable(boolean) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setPrefixBlanks(String) - Method in class org.omnaest.utils.propertyfile.content.element.Comment
 
setPrefixBlanks(String) - Method in class org.omnaest.utils.propertyfile.content.element.Property
 
setPreviousMethodCallCaptureContext(MethodCallCapturer.MethodCallCaptureContext) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.CapturedTypeInstanceCreationConfiguration
 
setPropertyFileContent(PropertyFileContent) - Method in class org.omnaest.utils.propertyfile.PropertyFile
 
setPropertyName(String) - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated.  
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.
setQueryTimeout(int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setRef(int, Ref) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setReplaySuccessful(boolean) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult
 
setReturnedStub(Object) - Method in class org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext
 
setRowCellElements(int, List<? extends E>) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
setRowCellElements(int, List<? extends E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Puts a row at the given row index position
setRowId(int, RowId) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setRowId(String, RowId) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setRowTitleValue(Object, int) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
setRowTitleValue(Object, int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the Table.Stripe.Title for a Table.Row with the given index position.
setRowTitleValues(List<?>) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
setRowTitleValues(Object...) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
setRowTitleValues(List<?>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the Table.Stripe.Title for the Table.Rows.
setRowTitleValues(Object...) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
 
setSelectAllColumns(boolean) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
setSetterMethodName(String) - Method in class org.omnaest.utils.beans.BeanUtil.BeanProperty
Deprecated.  
setShort(int, short) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setShort(String, short) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setSQLXML(int, SQLXML) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setSQLXML(String, SQLXML) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setStandardEncoding(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
setStatusCode(int) - Method in class org.omnaest.utils.download.HTTPStatusCodeHelper.HTTPStatusCodeDescription
 
setString(int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setString(String, String) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setStripeTitleValueList(List<? extends Object>, Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
setStripeTitleValueList(List<?>, Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
Sets the Table.Stripe.Title.setValue(Object) of the Rows or Columns
setStripeType(Table.Stripe.StripeType) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
setStripeType(Table.Stripe.StripeType) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Sets the Table.Stripe.StripeType information of the TableInternal.StripeDataList
setTableContent(TableInternal.TableContent<E>) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable.ArrayTableInternal
 
setTableContent(TableInternal.TableContent<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal
Overwrites the current TableInternal.TableContent.
setTableInternal(TableInternal<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
setTableName(Object) - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
setTableName(Object) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Sets the name of the whole table.
setTestForGetter(boolean) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
setTestForSetter(boolean) - Method in class org.omnaest.utils.beans.BeanUtil.PropertyCriterionHasGetterSetter
Deprecated.  
setTime(int, Time) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTime(int, Time, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTime(String, Time) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTime(String, Time, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTimestamp(int, Timestamp) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTimestamp(String, Timestamp) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setTopNumberOfRows(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.data.SelectionData
 
setUnderlyingList(L) - Method in interface org.omnaest.utils.beans.ListToTypeAdapter.UnderlyingListAware
Sets the List which should underly this class type facade.
setUnderlyingMap(M) - Method in interface org.omnaest.utils.beans.MapToTypeAdapter.UnderlyingMapAware
Sets the Map which should underly this class type facade.
setUnderlyingPropertynameList(List<String>) - Method in interface org.omnaest.utils.beans.ListToTypeAdapter.UnderlyingListAware
Sets the underlying property name list after which the elements of the value list are ordered.
setUnicodeStream(int, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setUrl(URL) - Method in class org.omnaest.utils.download.DownloadConnection
 
setURL(int, URL) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setURL(String, URL) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
setUsedStringEncoding(String) - Method in class org.omnaest.utils.download.DownloadConnection
 
SetUtils - Class in org.omnaest.utils.structure.collection
 
SetUtils() - Constructor for class org.omnaest.utils.structure.collection.SetUtils
 
setValue(Object) - Method in class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
setValue(Object) - Method in interface org.omnaest.utils.structure.table.Table.Stripe.Title
Sets the value of the Table.Stripe.Title
setValueFirst(T1) - Method in class org.omnaest.utils.tuple.TupleDuad
Sets the first value of the Tuple.
setValueFirst(T1) - Method in class org.omnaest.utils.tuple.TupleTriple
 
setValueResolver(CachedElement.ValueResolver<T>) - Method in class org.omnaest.utils.structure.element.CachedElement
 
setValueSecond(T2) - Method in class org.omnaest.utils.tuple.TupleDuad
Sets the second value of the Tuple.
setValueSecond(T2) - Method in class org.omnaest.utils.tuple.TupleTriple
 
setValueThird(T3) - Method in class org.omnaest.utils.tuple.TupleTriple
 
size() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessors
Returns the size of the BeanPropertyAccessors container
size() - Method in class org.omnaest.utils.events.event.EventResults
 
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.structure.collection.list.IdentityArrayList
 
size() - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
size() - Method in interface org.omnaest.utils.structure.collection.list.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.collection.list.iterator.ListIteratorIndexBased.ListToListIteratorSourceAdapter
 
size() - Method in class org.omnaest.utils.structure.collection.list.ListToSetAdapter
 
size() - Method in interface org.omnaest.utils.structure.map.DualMap
Returns the size of the larger index
size() - Method in class org.omnaest.utils.structure.map.LinkedHashDualMap
 
size() - Method in class org.omnaest.utils.structure.map.MapAbstract
 
size() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
size() - Method in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
size() - Method in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
size() - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
 
size() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
size() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
size() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
size() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Returns the size of the TableInternal.StripeDataList
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.JAXBMap
 
size() - Method in class org.omnaest.utils.xml.JAXBSet
 
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
 
sourceEventDataList - Variable in class org.omnaest.utils.events.adapter.EventListenerAdapter.SourceEventDataContainer
 
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.XMLHelper
Stores a given JAXB annotated object to the given OutputStream using the XMLHelper.ENCODING_UTF_8
storeObjectAsXML(Object, OutputStream, String) - Static method in class org.omnaest.utils.xml.XMLHelper
Stores a given JAXB annotated object to the given OutputStream using the given character encoding
storeObjectAsXML(Object, Appendable) - Static method in class org.omnaest.utils.xml.XMLHelper
Stores the given objects as XML within the given Appendable using the XMLHelper.ENCODING_UTF_8
storeObjectAsXML(Object, Appendable, String) - Static method in class org.omnaest.utils.xml.XMLHelper
Stores the given object as XML within the given Appendable using the given encoding.
storeObjectAsXML(Object) - Static method in class org.omnaest.utils.xml.XMLHelper
Stores the given object as XML String using the XMLHelper.ENCODING_UTF_8
storeObjectAsXML(Object, String) - Static method in class org.omnaest.utils.xml.XMLHelper
Stores the given object as XML String using the given encoding.
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.StringUtil
 
StringUtil - Class in org.omnaest.utils.strings
 
StringUtil() - Constructor for class org.omnaest.utils.strings.StringUtil
 
StripeAbstract<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
StripeAbstract(TableInternal<E>, TableInternal.StripeData<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
stripeData - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData
 
stripeData - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
StripeDataAggregate<E> - Class in org.omnaest.utils.structure.table.concrete.internal
Aggregates multiple TableInternal.StripeData instances into one single StripeDataAggregate which acts as one single TableInternal.StripeData instance.
StripeDataAggregate() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
stripeDataAggregateList - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
StripeDataHelper - Class in org.omnaest.utils.structure.table.concrete.internal.helper
Helper class for TableInternal.StripeData
StripeDataHelper() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.helper.StripeDataHelper
 
StripeDataImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
StripeDataImpl(TableInternal.StripeDataList<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
stripeDataList - Variable in class org.omnaest.utils.structure.table.concrete.internal.CellImpl
 
stripeDataList - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
stripeDataList - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
stripeDataList - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
StripeDataListImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
StripeDataListImpl(Table.Stripe.StripeType) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
stripeDataModification - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
stripeFactory - Variable in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
StripeFactory<E> - Class in org.omnaest.utils.structure.table.concrete.internal
Factory for TableInternal.StripeInternal instances of a predefined TableInternal
StripeFactory(TableInternal<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.StripeFactory
 
StripeImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
StripeImpl(TableInternal<E>, TableInternal.StripeData<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
stripeListList - Variable in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
stripeType - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
StripeTypeHelper - Class in org.omnaest.utils.structure.table.concrete.internal.helper
Helper for Table.Stripe.StripeType
StripeTypeHelper() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.helper.StripeTypeHelper
 
structureAndContent() - Method in class org.omnaest.utils.structure.table.concrete.internal.cloner.TableClonerImpl
 
structureAndContent() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCloneable.TableCloner
Returns a new Table instance with all the content of the underlying Table beeing cloned, too.
structureOnly() - Method in class org.omnaest.utils.structure.table.concrete.internal.cloner.TableClonerImpl
 
structureOnly() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCloneable.TableCloner
Clones only the Table structure.
StubCreator - Class in org.omnaest.utils.proxy
Simple stub creator.
StubCreator() - Constructor for class org.omnaest.utils.proxy.StubCreator
 
StubCreator.MethodInvocationHandler - Interface in org.omnaest.utils.proxy
Handles a method invocation.
stubToMethodCallCaptureContextListMap - Variable in class org.omnaest.utils.proxy.MethodCallCapturer
 
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
 
subList(int, int) - Method in class org.omnaest.utils.xml.JAXBList
 
successful - Variable in class org.omnaest.utils.streams.StreamConnector.TransferResult
 
sumOfCollectionDouble(Collection<Double>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the sum of the values within an Double Collection.
sumOfCollectionInteger(Collection<Integer>) - Static method in class org.omnaest.utils.structure.collection.CollectionUtils
Returns the sum of the values within an Integer Collection.
switchRowAndColumnStripeList() - Method in class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
switchRowAndColumnStripeList() - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.TableContent
Switches the TableInternal.StripeDataList for the Table.Row and Table.Column.

T

table - Variable in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
table - Variable in class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.adapterprovider.TableAdapterProviderImpl
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.cloner.TableClonerImpl
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableAndJoin
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorAbstract
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
 
table - Variable in class org.omnaest.utils.structure.table.concrete.internal.serializer.TableSerializerImpl
 
table - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText.TableToStringConverter
 
Table<E> - Interface in org.omnaest.utils.structure.table
This is a structure representing a fully qualified Table.
table - Variable in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
Table.Cell<E> - Interface in org.omnaest.utils.structure.table
A Table.Cell is the atomic part of a Table.
Table.CellImmutable<E> - Interface in org.omnaest.utils.structure.table
 
Table.Column<E> - Interface in org.omnaest.utils.structure.table
A Table.Column represents the vertical Table.Stripe of a Table.
Table.Row<E> - Interface in org.omnaest.utils.structure.table
A Table.Row represents the horizontal Table.Stripe of a Table.
Table.Stripe<E> - Interface in org.omnaest.utils.structure.table
Common abstraction for a Table.Column and a Table.Row
Table.Stripe.StripeType - Enum in org.omnaest.utils.structure.table
Table.Stripe.StripeType of a Table.Stripe
Table.Stripe.Title - Interface in org.omnaest.utils.structure.table
Table.Stripe.Title of a single Table.Stripe.
Table.TableCellConverter<FROM,TO> - Interface in org.omnaest.utils.structure.table
Interface that is used to convert a Table into another Table generics form.
Table.TableCellVisitor<E> - Interface in org.omnaest.utils.structure.table
Used by the table processor as visitor interface.
Table.TableComponent - Interface in org.omnaest.utils.structure.table
Marker interface for components of a Table
Table.TableSize - Interface in org.omnaest.utils.structure.table
Holds methods to return the current table size for rows and columns.
TableAbstract<E> - Class in org.omnaest.utils.structure.table.concrete
Implements all facade methods which are only operating on the facade itself
TableAbstract() - Constructor for class org.omnaest.utils.structure.table.concrete.TableAbstract
 
TableAdaptable<E> - Interface in org.omnaest.utils.structure.table.subspecification
This Table subspecification adds an TableAdaptable.as() method to access a TableAdaptable.TableAdapterProvider as well as an TableAdaptable.copyFrom(TableDataSource) method to copy from TableDataSources
TableAdaptable.TableAdapterProvider<E> - Interface in org.omnaest.utils.structure.table.subspecification
A TableAdaptable.TableAdapterProvider offers methods to support the default TableAdapter
TableAdapter<A,E> - Interface in org.omnaest.utils.structure.table.adapter
Marker interface for TableAdapter which adapts Tables to other structures
tableAdapterProvider - Variable in class org.omnaest.utils.structure.table.concrete.TableBasic
 
TableAdapterProviderImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal.adapterprovider
 
TableAdapterProviderImpl(Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.adapterprovider.TableAdapterProviderImpl
 
TableAndJoin<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.data
 
TableAndJoin(Table<E>, Join<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableAndJoin
 
TableBasic<E> - Class in org.omnaest.utils.structure.table.concrete
Declares the methods of basic subspecifications like TableSerializer, TableAdaptable
TableBasic() - Constructor for class org.omnaest.utils.structure.table.concrete.TableBasic
 
TableBlock<E> - Class in org.omnaest.utils.structure.table.concrete.internal.selection.data
Temporary data element for filtering with TableSelectable.Predicates and joining
TableBlock() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
TableCloneable<E> - Interface in org.omnaest.utils.structure.table.subspecification
Defines the cloning interface for a Table
TableCloneable.TableCloner<E> - Interface in org.omnaest.utils.structure.table.subspecification
A TableCloneable.TableCloner allows to clone a Table on various ways.
tableCloner - Variable in class org.omnaest.utils.structure.table.concrete.TableBasic
 
TableClonerImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal.cloner
 
TableClonerImpl(Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.cloner.TableClonerImpl
 
tableContent - Variable in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
tableContent - Variable in class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
TableContentAbstract<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
TableContentAbstract() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.TableContentAbstract
 
TableContentImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
TableContentImpl() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.TableContentImpl
 
tableContentResolver - Variable in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
tableContentResolver - Variable in class org.omnaest.utils.structure.table.concrete.internal.CellAndStripeResolverImpl
 
TableCore<E> - Interface in org.omnaest.utils.structure.table.subspecification
TableCore representation.
TableCoreImmutable<E> - Interface in org.omnaest.utils.structure.table.subspecification
This TableCoreImmutable provides core methods which do not change the Table structure.
TableDataSource<E> - Interface in org.omnaest.utils.structure.table.subspecification
Source for Table to copy Table.CellImmutable.getElement() from
TableDataSourceResultSet<E> - Class in org.omnaest.utils.structure.table.datasource
TableDataSource for a given ResultSet
TableDataSourceResultSet(ResultSet) - Constructor for class org.omnaest.utils.structure.table.datasource.TableDataSourceResultSet
 
TableHelper - Class in org.omnaest.utils.structure.table.helper
Helper class offering several methods for Table
TableHelper() - Constructor for class org.omnaest.utils.structure.table.helper.TableHelper
 
tableInternal - Variable in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
tableInternal - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.data.TableBlock
 
tableInternal - Variable in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionExecutor.StripeInternalData
 
tableInternal - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
tableInternal - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeFactory
 
TableInternal<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.CellAndStripeResolver<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.CellData<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.CellInternal<E> - Interface in org.omnaest.utils.structure.table.internal
Internal Table.Cell representation which wraps a TableInternal.CellData instance
TableInternal.StripeData<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.StripeData.TitleInternal - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.StripeDataList<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.StripeInternal<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternal.StripeResolver<E> - Interface in org.omnaest.utils.structure.table.internal
Resolver for Table.Stripe instances
TableInternal.TableComponentInternal - Interface in org.omnaest.utils.structure.table.internal
Marker interface for internal Table components
TableInternal.TableContent<E> - Interface in org.omnaest.utils.structure.table.internal
Container for TableInternal.StripeDataList instances
TableInternal.TableContentResolver<E> - Interface in org.omnaest.utils.structure.table.internal
 
TableInternalHelper - Class in org.omnaest.utils.structure.table.concrete.internal.helper
Helper for TableInternal instances
TableInternalHelper() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.helper.TableInternalHelper
 
tableInternalToColumnListMap - Variable in class org.omnaest.utils.structure.table.concrete.predicates.internal.joiner.EqualColumns
 
tableIterator - Variable in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
tableList - Variable in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
TableListToCallableStatementAdapter - Class in org.omnaest.utils.structure.table.adapter
Adapter to make a List of Table instances available as ResultSets returned by a CallableStatement
TableListToCallableStatementAdapter(List<? extends Table>) - Constructor for class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
Creates a new initialized adapter.
TableListToCallableStatementAdapter() - Constructor for class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
Creates a new TableAdapter for use with TableAdaptable.TableAdapterProvider.adapter(TableAdapter)
TableListToCallableStatementAdapter(Table) - Constructor for class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
TableListToCallableStatementAdapter(Table...) - Constructor for class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
tableMarshaller - Variable in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorAbstract
 
TableMarshaller<E> - Interface in org.omnaest.utils.structure.table.serializer
 
TableMarshallerCSV<E> - Class in org.omnaest.utils.structure.table.serializer.marshaller
 
TableMarshallerCSV() - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
TableMarshallerCSV(String) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
TableMarshallerCSV(String, String) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
TableMarshallerCSV(boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
TableMarshallerCSV(String, String, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
TableMarshallerExecutorAbstract<E> - Class in org.omnaest.utils.structure.table.concrete.internal.serializer.executor
 
TableMarshallerExecutorAbstract(TableMarshaller<E>, Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorAbstract
 
TableMarshallerExecutorImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal.serializer.executor
 
TableMarshallerExecutorImpl(TableMarshaller<E>, Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorImpl
 
TableMarshallerPlainText<E> - Class in org.omnaest.utils.structure.table.serializer.marshaller
 
TableMarshallerPlainText() - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText
 
TableMarshallerPlainText(String) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText
 
TableMarshallerPlainText.TableToStringConverter - Class in org.omnaest.utils.structure.table.serializer.marshaller
Converter for a table
TableMarshallerPlainText.TableToStringConverter(Table<E>) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText.TableToStringConverter
 
TableMarshallerXLS<E> - Class in org.omnaest.utils.structure.table.serializer.marshaller
 
TableMarshallerXLS() - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
TableMarshallerXLS(String) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
TableMarshallerXLS(boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
TableMarshallerXLS(String, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
TableMarshallerXML<E> - Class in org.omnaest.utils.structure.table.serializer.marshaller
 
TableMarshallerXML() - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
 
TableMarshallerXML(String) - Constructor for class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXML
 
tableName - Variable in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
tableName - Variable in class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
TableRowListIterator<E> - Class in org.omnaest.utils.structure.table.concrete.internal.iterator
 
TableRowListIterator(Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator
 
TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter<E> - Class in org.omnaest.utils.structure.table.concrete.internal.iterator
Adapter for a Table to act as a ListIteratorIndexBased.ListIteratorIndexBasedSource
TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter(Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.iterator.TableRowListIterator.TableToListIteratorIndexBasedSourceAdapter
 
TableSelectable<E> - Interface in org.omnaest.utils.structure.table.subspecification
Defines the TableSelectable.select() method of a Table
TableSelectable.Predicate<E> - Interface in org.omnaest.utils.structure.table.subspecification
A TableSelectable.Predicate defines the condition which has to full filled by a Table.Row to make her included into the result of a TableSelectable.Selection
TableSelectable.Selection<E> - Interface in org.omnaest.utils.structure.table.subspecification
TableSelectable.Selection from a Table.
TableSelectable.Selection.Order - Enum in org.omnaest.utils.structure.table.subspecification
 
TableSelectable.SelectionJoin<E> - Interface in org.omnaest.utils.structure.table.subspecification
A TableSelectable.SelectionJoin represents the underlying TableSelectable.Selection and allows additionally to add further TableSelectable.Predicates to a join using the #on(Predicate...) method.
TableSelectable.Where<E> - Interface in org.omnaest.utils.structure.table.subspecification
Deprecated.  
TableSerializable<E> - Interface in org.omnaest.utils.structure.table.subspecification
This interface adds methods which allows a Table to serialize into XML format and restore from there.
TableSerializable.TableSerializer<E> - Interface in org.omnaest.utils.structure.table.subspecification
A TableSerializable.TableSerializer offers methods to TableSerializable.TableSerializer.marshal(TableMarshaller) and TableSerializable.TableSerializer.unmarshal(TableUnmarshaller) an underlying Table instance into serializable format.
TableSerializable.TableSerializer.TableMarshallerExecutor<E> - Interface in org.omnaest.utils.structure.table.subspecification
 
TableSerializable.TableSerializer.TableUnmarshallerExecutor<E> - Interface in org.omnaest.utils.structure.table.subspecification
 
tableSerializer - Variable in class org.omnaest.utils.structure.table.concrete.TableBasic
 
TableSerializerImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal.serializer
 
TableSerializerImpl(Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.serializer.TableSerializerImpl
 
tableSize - Variable in class org.omnaest.utils.structure.table.concrete.internal.TableContentAbstract
 
TableSizeImpl - Class in org.omnaest.utils.structure.table.concrete.internal
 
TableSizeImpl(TableInternal.TableContent<?>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.TableSizeImpl
 
TableToResultSetAdapter - Class in org.omnaest.utils.structure.table.adapter
Adapter to make a Table usable as ResultSet
TableToResultSetAdapter(Table) - Constructor for class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
Creates a new initialized adapter.
TableToResultSetAdapter() - Constructor for class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
Creates a new TableAdapter for use with TableAdaptable.TableAdapterProvider.adapter(TableAdapter)
TableToTypeListAdapter<B> - Class in org.omnaest.utils.structure.table.adapter

A TableToTypeListAdapter treats the horizontal Table.Rows of the Table as Java Beans.
TableToTypeListAdapter(Table<? extends Object>, Class<? extends B>) - Constructor for class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Creates a new TableToTypeListAdapter with the given Table as underlying Table object.
TableToTypeListAdapter(Class<? extends B>) - Constructor for class org.omnaest.utils.structure.table.adapter.TableToTypeListAdapter
Creates a new TableAdapter for use with TableAdaptable.TableAdapterProvider.adapter(TableAdapter) only.
tableUnmarshaller - Variable in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
 
TableUnmarshaller<E> - Interface in org.omnaest.utils.structure.table.serializer
 
TableUnmarshallerCSV<E> - Class in org.omnaest.utils.structure.table.serializer.unmarshaller
 
TableUnmarshallerCSV() - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
TableUnmarshallerCSV(String) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
TableUnmarshallerCSV(String, String) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
TableUnmarshallerCSV(boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
TableUnmarshallerCSV(String, String, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
TableUnmarshallerExecutorAbstract<E> - Class in org.omnaest.utils.structure.table.concrete.internal.serializer.executor
 
TableUnmarshallerExecutorAbstract(TableUnmarshaller<E>, Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract
 
TableUnmarshallerExecutorImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal.serializer.executor
 
TableUnmarshallerExecutorImpl(TableUnmarshaller<E>, Table<E>) - Constructor for class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorImpl
 
TableUnmarshallerPlainText<E> - Class in org.omnaest.utils.structure.table.serializer.unmarshaller
 
TableUnmarshallerPlainText() - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
TableUnmarshallerXLS<E> - Class in org.omnaest.utils.structure.table.serializer.unmarshaller
 
TableUnmarshallerXLS() - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
TableUnmarshallerXLS(String) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
TableUnmarshallerXLS(boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
TableUnmarshallerXLS(String, boolean, boolean, boolean) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
TableUnmarshallerXML<E> - Class in org.omnaest.utils.structure.table.serializer.unmarshaller
 
TableUnmarshallerXML() - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXML
 
TableUnmarshallerXML(String) - Constructor for class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXML
 
TableView<E> - Interface in org.omnaest.utils.structure.table.view
View of an underlying Table.
TableViewImpl<E> - Class in org.omnaest.utils.structure.table.view.concrete
 
TableViewImpl(TableSelectable.Selection<E>) - Constructor for class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
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.
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
 
threadLocalMap - Variable in class org.omnaest.utils.structure.map.ThreadLocalMap
 
ThreadSafeIterator<E> - Class in org.omnaest.utils.structure.collection
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.collection.ThreadSafeIterator
 
title - Variable in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
title() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeImpl
 
title() - Method in interface org.omnaest.utils.structure.table.Table.Stripe
Returns the Table.Stripe.Title.
TitleImpl<E> - Class in org.omnaest.utils.structure.table.concrete.internal
 
TitleImpl() - Constructor for class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
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.list.IndexArrayList
 
toArray(T[]) - Method in class org.omnaest.utils.structure.collection.list.IndexArrayList
 
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.
top(int) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
top(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Selects the given number of Table.Rows
toString() - Method in class org.omnaest.utils.beans.result.BeanPropertyAccessor
 
toString() - Method in class org.omnaest.utils.structure.collection.list.IdentityArrayList
 
toString() - Method in class org.omnaest.utils.structure.collection.list.ListToListIteratorAdapter
 
toString() - Method in class org.omnaest.utils.structure.collection.list.ListToSetAdapter
 
toString() - Method in class org.omnaest.utils.structure.collection.set.IdentityArrayListBasedSet
 
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.map.MapAbstract
 
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.table.concrete.internal.CellDataImpl
 
toString() - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorAbstract
 
toString() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeAbstract
 
toString() - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
toString() - Method in class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
toString() - Method in class org.omnaest.utils.structure.table.concrete.TableBasic
 
toString() - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableMarshallerExecutor
Returns the marshalled Table as String
toString() - Method in class org.omnaest.utils.structure.table.view.concrete.TableViewImpl
 
toString() - Method in class org.omnaest.utils.tuple.TupleDuad
 
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.
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(Collection<FROM>, ListUtils.ElementTransformer<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer.
transform(Collection<FROM>, ListUtils.MultiElementTransformer<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ListUtils.MultiElementTransformer.
transform(Collection<FROM>, ListUtils.ElementTransformer<FROM, TO>, boolean) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer.
transform(Collection<FROM>, ListUtils.MultiElementTransformer<FROM, TO>, boolean) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer.
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.
transformCollection(Collection<FROM>, ListUtils.ElementTransformer<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 ListUtils.ElementTransformer.
transformCollectionExcludingNullElements(Collection<FROM>, ListUtils.ElementTransformer<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.
transformElement(FROM) - Method in interface org.omnaest.utils.structure.collection.ListUtils.ElementTransformer
Transforms a single element from one type into another.
transformElement(FROM) - Method in class org.omnaest.utils.structure.collection.ListUtils.ElementTransformerIdentitiyCast
 
transformElement(FROM) - Method in interface org.omnaest.utils.structure.collection.ListUtils.MultiElementTransformer
Transforms a single element from one type into an (ordered) list of the other types.
transformListExcludingNullElements(Collection<FROM>, ListUtils.ElementTransformer<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer.
transformListExcludingNullElements(Collection<FROM>, ListUtils.MultiElementTransformer<FROM, TO>) - Static method in class org.omnaest.utils.structure.collection.ListUtils
Transforms a given Collection instance from one generic type into the other using a given ListUtils.MultiElementTransformer.
transpose() - Method in class org.omnaest.utils.structure.table.concrete.ArrayTable
 
transpose() - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Transposes the whole table, which means to swap rows and columns.
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
truncateRows(int) - Method in class org.omnaest.utils.structure.table.concrete.TableAbstract
 
truncateRows(int) - Method in interface org.omnaest.utils.structure.table.subspecification.TableCore
Deletes all Table.Rows including the given Table.Row index position to the end of the Table
Tuple - Interface in org.omnaest.utils.tuple
 
TupleDuad<T1,T2> - Class in org.omnaest.utils.tuple
Two arguments Tuple
TupleDuad() - Constructor for class org.omnaest.utils.tuple.TupleDuad
 
TupleDuad(T1, T2) - Constructor for class org.omnaest.utils.tuple.TupleDuad
 
TupleTriple<T1,T2,T3> - Class in org.omnaest.utils.tuple
Container tuple holding three data instances.
TupleTriple() - Constructor for class org.omnaest.utils.tuple.TupleTriple
 
TupleTriple(T1, T2, T3) - Constructor for class org.omnaest.utils.tuple.TupleTriple
 
TypeToAutowiredPropertyContainerAdapter<B> - Class in org.omnaest.utils.beans
Adapter to create a Map view on an underlying Java Bean object.
TypeToAutowiredPropertyContainerAdapter(B) - Constructor for class org.omnaest.utils.beans.TypeToAutowiredPropertyContainerAdapter
 
TypeToPropertynameMapAdapter<B> - Class in org.omnaest.utils.beans
Adapter to create a Map view on an underlying Java Bean object.
TypeToPropertynameMapAdapter(B) - Constructor for class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
 

U

unmarshal(TableUnmarshaller<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.TableSerializerImpl
 
unmarshal(Table<E>, InputStream) - Method in interface org.omnaest.utils.structure.table.serializer.TableUnmarshaller
Unmarshals the given Table from an InputStream.
unmarshal(Table<E>, CharSequence) - Method in interface org.omnaest.utils.structure.table.serializer.TableUnmarshaller
Unmarshalls the given Table instance from a given CharSequence.
unmarshal(Table<E>, InputStream) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
unmarshal(Table<E>, CharSequence) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerCSV
 
unmarshal(Table<E>, InputStream) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
unmarshal(Table<E>, CharSequence) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerPlainText
 
unmarshal(Table<E>, InputStream) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
unmarshal(Table<E>, CharSequence) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
unmarshal(Table<E>, InputStream) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXML
 
unmarshal(Table<E>, CharSequence) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXML
 
unmarshal(TableUnmarshaller<E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer
Clears the current Table content and fills it with unmarshalled content from a serialized format
unregisterAtEventProducers() - Method in interface org.omnaest.utils.events.EventHandler
Unregisters all its EventListener from the EventProducer instances
unregisterCell(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
unregisterCell(TableInternal.CellData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
unregisterCell(TableInternal.CellData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
Removes a TableInternal.CellData from the TableInternal.StripeData
unregisterCells(Collection<TableInternal.CellData<E>>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataAggregate
 
unregisterCells(Collection<TableInternal.CellData<E>>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataImpl
 
unregisterCells(Iterable<TableInternal.CellData<E>>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
unregisterCells(Collection<TableInternal.CellData<E>>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeData
 
unregisterCells(Iterable<TableInternal.CellData<E>>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Unregisters the given TableInternal.CellData instances from all TableInternal.StripeData contained within this TableInternal.StripeDataList
unregisterStripeDataForCellDatas(Collection<TableInternal.CellData<E>>, TableInternal.StripeData<E>) - Method in class org.omnaest.utils.structure.table.concrete.internal.StripeDataListImpl
 
unregisterStripeDataForCellDatas(Collection<TableInternal.CellData<E>>, TableInternal.StripeData<E>) - Method in interface org.omnaest.utils.structure.table.internal.TableInternal.StripeDataList
Unregisters the given Collection of TableInternal.CellData instances for the TableInternal.StripeData
unwrap(Class<T>) - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
unwrap(Class<T>) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
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.
updateArray(int, Array) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateArray(String, Array) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateAsciiStream(int, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateAsciiStream(String, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateAsciiStream(int, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateAsciiStream(String, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateAsciiStream(int, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateAsciiStream(String, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBigDecimal(int, BigDecimal) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBigDecimal(String, BigDecimal) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBinaryStream(int, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBinaryStream(String, InputStream, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBinaryStream(int, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBinaryStream(String, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBinaryStream(int, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBinaryStream(String, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBlob(int, Blob) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBlob(String, Blob) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBlob(int, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBlob(String, InputStream, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBlob(int, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBlob(String, InputStream) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBoolean(int, boolean) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBoolean(String, boolean) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateByte(int, byte) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateByte(String, byte) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBytes(int, byte[]) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateBytes(String, byte[]) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateCharacterStream(int, Reader, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateCharacterStream(String, Reader, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateCharacterStream(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateCharacterStream(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateCharacterStream(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateCharacterStream(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateClob(int, Clob) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateClob(String, Clob) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateClob(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateClob(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateClob(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateClob(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateDate(int, Date) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateDate(String, Date) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateDouble(int, double) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateDouble(String, double) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateFloat(int, float) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateFloat(String, float) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateInt(int, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateInt(String, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateLong(int, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateLong(String, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNCharacterStream(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNCharacterStream(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNCharacterStream(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNCharacterStream(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNClob(int, NClob) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNClob(String, NClob) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNClob(int, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNClob(String, Reader, long) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNClob(int, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNClob(String, Reader) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNString(int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNString(String, String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNull(int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateNull(String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateObject(int, Object, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateObject(int, Object) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateObject(String, Object, int) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateObject(String, Object) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateRef(int, Ref) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateRef(String, Ref) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateRow() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateRowId(int, RowId) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateRowId(String, RowId) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateShort(int, short) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateShort(String, short) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateSQLXML(int, SQLXML) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateSQLXML(String, SQLXML) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateString(int, String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateString(String, String) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateTime(int, Time) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateTime(String, Time) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateTimestamp(int, Timestamp) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateTimestamp(String, Timestamp) - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
updateTo(File) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorAbstract
 
updateTo(InputStream, OutputStream) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorImpl
 
updateTo(InputStream, OutputStream) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableMarshallerExecutor
Updates the given InputStream with an existing Table content and writes it to the given OutputStream
updateTo(File) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableMarshallerExecutor
Updates the given File with an existing Table content and writes it back to the given File
URIHelper - Class in org.omnaest.utils.download
 
URIHelper() - Constructor for class org.omnaest.utils.download.URIHelper
 
URLHelper - Class in org.omnaest.utils.download
 
URLHelper() - Constructor for class org.omnaest.utils.download.URLHelper
 

V

value - Variable in class org.omnaest.utils.structure.element.CachedElement.ValueResolverSimple
 
value - Variable in class org.omnaest.utils.structure.table.concrete.internal.TitleImpl
 
valueFirst - Variable in class org.omnaest.utils.tuple.TupleDuad
 
valueFirst - Variable in class org.omnaest.utils.tuple.TupleTriple
 
valueList - Variable in class org.omnaest.utils.propertyfile.content.element.Property
 
valueList - Variable in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
valueOf(Object) - Static method in class org.omnaest.utils.beans.ObjectToStringMap
Deprecated. Creates a new Map with the property names and values of the given object parsed into the map.
valueOf(String) - Static method in enum org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omnaest.utils.structure.table.Table.Stripe.StripeType
Returns the enum constant of this type with the specified name.
valueResolver - Variable in class org.omnaest.utils.structure.element.CachedElement
 
values() - Method in class org.omnaest.utils.beans.TypeToPropertynameMapAdapter
 
values() - Method in class org.omnaest.utils.propertyfile.content.PropertyMap
 
values() - Method in class org.omnaest.utils.structure.map.IdentityLinkedHashMap
 
values() - Method in class org.omnaest.utils.structure.map.ThreadLocalMap
 
values() - Method in class org.omnaest.utils.structure.table.adapter.RowToMapAdapter
 
values() - Method in interface org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainer
Returns a new List containg all TableInternal.StripeData instances within the ScannableStripeDataContainerIndex
values() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerFullScan
 
values() - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.scannable.ScannableStripeDataContainerIndex
 
values() - Static method in enum org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection.Order
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.table.Table.Stripe.StripeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.omnaest.utils.xml.JAXBMap
 
valueSecond - Variable in class org.omnaest.utils.tuple.TupleDuad
 
valueSecond - Variable in class org.omnaest.utils.tuple.TupleTriple
 
valueThird - Variable in class org.omnaest.utils.tuple.TupleTriple
 

W

wasNull() - Method in class org.omnaest.utils.structure.table.adapter.TableListToCallableStatementAdapter
 
wasNull() - Method in class org.omnaest.utils.structure.table.adapter.TableToResultSetAdapter
 
where(TableSelectable.Predicate<E>...) - Method in class org.omnaest.utils.structure.table.concrete.internal.selection.SelectionImpl
 
where(TableSelectable.Predicate<E>...) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection
Where clause of a TableSelectable.Selection which declares one ore multiple TableSelectable.Predicates
whereElementEquals(Enum<?>, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementEquals(String, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementEquals(int, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated. Returns a new indexed table where all rows from the table where the elements of a given column do match are included.
whereElementEqualsBeanObject(B) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementEqualsBeanObjectIgnoringNullValues(B) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated. Ignoring all values of the bean object which are null.
whereElementEqualsColumnEnumMap(Map<Enum<?>, E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementEqualsColumnIndexMap(Map<Integer, E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated. Returns a new indexed table where all rows from the table where the elements of a given column do match all criteria given by a map of column index positions and elements to be matched.
whereElementEqualsColumnTitleMap(Map<String, E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsBetween(String, E, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsBetween(int, E, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated. Returns a new table with all rows from the table where the elements of the given column are between the range created by the lower and upper element given as parameter.
whereElementIsGreaterThan(String, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsGreaterThan(Enum<?>, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsGreaterThan(int, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated. Returns a new table with all rows from the current table where elements in the given column are greater than the given element.
whereElementIsGreaterThanBeanObject(B) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsGreaterThanBeanObjectIgnoringNullValues(B) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsGreaterThanColumnIndexMap(Map<Integer, E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsGreaterThanColumnTitleMap(Map<String, E>) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsLesserThan(String, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated.  
whereElementIsLesserThan(int, E) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Where
Deprecated. Returns a new table where all rows of the current table where elements in the given column and are lesser than the given element.
WORKSHEET_NAME_DEFAULT - Static variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
workSheetName - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
workSheetName - Variable in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXLS
 
writeColumnTitles - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
writeColumnTitles - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
writeObject(Object) - Method in class org.omnaest.utils.beans.ObjectToStringMap
Deprecated. Writes the values of the given map into the object.
writePropertyFileContentToFile(PropertyFileContent, File, String) - Static method in class org.omnaest.utils.propertyfile.content.parser.PropertyFileContentWriter
 
writeRowTiles - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
writeRowTitles - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
writeTableName - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerCSV
 
writeTableName - Variable in class org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerXLS
 
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.
writeTo(File) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorAbstract
 
writeTo(OutputStream) - Method in class org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableMarshallerExecutorImpl
 
writeTo(OutputStream) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableMarshallerExecutor
Writes the marshalled Table content to the given OutputStream
writeTo(File) - Method in interface org.omnaest.utils.structure.table.subspecification.TableSerializable.TableSerializer.TableMarshallerExecutor
Writes the marshalled Table content to the given File
writeXMLDataContainerToTableContent(Table<E>, XMLDataContainer<E>) - Method in class org.omnaest.utils.structure.table.serializer.unmarshaller.TableUnmarshallerXML
Clears the Table and writes the data of a XMLDataContainer to it

X

XMLDataContainer<E> - Class in org.omnaest.utils.structure.table.serializer.common
Transfer data class for XML serialization
XMLDataContainer() - Constructor for class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
XMLDataContainer(ArrayList<Object>, ArrayList<Object>, ArrayList<E>, Integer, Integer, Object) - Constructor for class org.omnaest.utils.structure.table.serializer.common.XMLDataContainer
 
XMLHelper - Class in org.omnaest.utils.xml
Helper class for JAXB annotated classes.
XMLHelper() - Constructor for class org.omnaest.utils.xml.XMLHelper
 

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.

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

Copyright © 2011. All Rights Reserved.