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

A

AbstractBinaryFunction - class net.sf.molae.pipe.binop.AbstractBinaryFunction.
Skeleton implementation of BinaryFunction, that stores the related functions as properties.
AbstractBinaryFunction(String) - Constructor for class net.sf.molae.pipe.binop.AbstractBinaryFunction
Constructs a new AbstractBinaryFunction from the specified properties.
AbstractBinaryFunction(String, boolean, boolean, boolean) - Constructor for class net.sf.molae.pipe.binop.AbstractBinaryFunction
Constructs a new AbstractBinaryFunction from the specified properties.
AbstractBinaryFunction(String, boolean, boolean, boolean, boolean, boolean, String) - Constructor for class net.sf.molae.pipe.binop.AbstractBinaryFunction
Constructs a new AbstractBinaryFunction from the specified properties.
AbstractCube - class net.sf.molae.pipe.cube.AbstractCube.
Skeleton implementation of the cube interface.
AbstractCube() - Constructor for class net.sf.molae.pipe.cube.AbstractCube
Constructs a new AbstractCube.
AbstractCube(List) - Constructor for class net.sf.molae.pipe.cube.AbstractCube
Constructs a new AbstractCube.
AbstractListIterator - class net.sf.molae.pipe.basic.AbstractListIterator.
This class provides a skeletal implementation of the ListIterator interface, to minimize the effort required to implement this interface.
AbstractListIterator() - Constructor for class net.sf.molae.pipe.basic.AbstractListIterator
 
AbstractMapEntry - class net.sf.molae.pipe.basic.AbstractMapEntry.
This class provides a skeletal implementation of the Map.Entry interface, to minimize the effort required to implement this interface.
AbstractMapEntry(Object) - Constructor for class net.sf.molae.pipe.basic.AbstractMapEntry
Constructs a new AbstractMapEntry object.
AbstractMapWithSet - class net.sf.molae.pipe.basic.AbstractMapWithSet.
Enhancement of AbstractMap that contains an AbstractSet to implement the entrySet.
AbstractMapWithSet.EntrySet - class net.sf.molae.pipe.basic.AbstractMapWithSet.EntrySet.
Provides a standard implementation of an entry set for a map.
AbstractMapWithSet.EntrySet(AbstractMapWithSet) - Constructor for class net.sf.molae.pipe.basic.AbstractMapWithSet.EntrySet
 
AbstractMapWithSet() - Constructor for class net.sf.molae.pipe.basic.AbstractMapWithSet
 
AbstractSinglePredicate - class net.sf.molae.logic.basic.AbstractSinglePredicate.
Skeletal implementation of the SinglePredicate interface.
AbstractSinglePredicate() - Constructor for class net.sf.molae.logic.basic.AbstractSinglePredicate
Constructs a new AbstractSinglePredicate.
AdaptablePredicate - class net.sf.molae.logic.basic.AdaptablePredicate.
Provides a predicate with a proxy strategy.
AdaptablePredicate() - Constructor for class net.sf.molae.logic.basic.AdaptablePredicate
 
add(int, Object) - Method in class net.sf.molae.pipe.basic.ListProxy
 
add(int, Object) - Method in class net.sf.molae.pipe.genimpl.IndexedList
 
add(int, Object) - Method in class net.sf.molae.pipe.trafo.TransformedList
 
add(Object) - Method in class net.sf.molae.pipe.basic.CollectionProxy
 
add(Object) - Method in class net.sf.molae.pipe.basic.CollectionAsList
 
add(Object) - Method in class net.sf.molae.pipe.basic.UnextendableCollection
This implementation always throws an UnsupportedOperationException.
add(Object) - Method in class net.sf.molae.pipe.basic.CollectionAsSequentialList
 
add(Object) - Method in class net.sf.molae.pipe.basic.AbstractListIterator
This implementation always throws an UnsupportedOperationException.
add(Object) - Method in class net.sf.molae.pipe.basic.ListBasedListIterator
This implementation calls the corresponding method of the base list.
add(Object) - Method in class net.sf.molae.pipe.binop.ElementwiseList
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class net.sf.molae.pipe.filter.FilteredCollection
Ensures that this collection contains the specified element if the element matches the filter.
add(Object) - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedSet.SortedListAsSet
 
add(Object) - Method in class net.sf.molae.pipe.genimpl.KeyProjection
 
add(Object) - Method in class net.sf.molae.pipe.genimpl.IndexedList
 
add(Object) - Method in class net.sf.molae.pipe.hash.HashList
Appends the specified element to the end of this List (optional operation).
add(Object) - Method in class net.sf.molae.pipe.hash.SetBasedBitSet
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class net.sf.molae.pipe.trafo.TransformedCollection
Ensures that the base collection contains an element that transforms into the specified element.
add(Object) - Method in class net.sf.molae.pipe.trafo.TransformListIterator
 
addAll(Collection) - Method in class net.sf.molae.pipe.basic.CollectionProxy
 
addAll(Collection) - Method in class net.sf.molae.pipe.basic.CollectionAsList
 
addAll(Collection) - Method in class net.sf.molae.pipe.basic.UnextendableCollection
This implementation always throws an UnsupportedOperationException.
addAll(Collection) - Method in class net.sf.molae.pipe.basic.CollectionAsSequentialList
 
addAll(Collection) - Method in class net.sf.molae.pipe.genimpl.KeyProjection
 
addAll(Collection) - Method in class net.sf.molae.pipe.hash.SetBasedBitSet
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection) - Method in class net.sf.molae.pipe.basic.ListProxy
 
addHeadMapTest(Object) - Method in class net.sf.molae.pipe.test.SortedMapTest
Adds a head map test to the list of sub map tests that are performed simultaneously.
addHeadSetTest(Object) - Method in class net.sf.molae.pipe.test.SortedSetTest
Adds a head set test to the list of sub set tests that are performed simultaneously.
addSubMapTest(Object, Object) - Method in class net.sf.molae.pipe.test.SortedMapTest
Adds a subMap test to the list of sub map tests that are performed simultaneously.
addSubSetTest(Object, Object) - Method in class net.sf.molae.pipe.test.SortedSetTest
Adds a subset test to the list of sub set tests that are performed simultaneously.
addTailMapTest(Object) - Method in class net.sf.molae.pipe.test.SortedMapTest
Adds a tail map test to the list of sub map tests that are performed simultaneously.
addTailSetTest(Object) - Method in class net.sf.molae.pipe.test.SortedSetTest
Adds a tail set test to the list of sub set tests that are performed simultaneously.
adjustEdges(List) - Method in class net.sf.molae.pipe.cube.VaryingCube
Modifies the edgesBase property so that it contains the specified location.
AND - Static variable in class net.sf.molae.logic.basic.PredicateOperators
The binary function that computes a.and(b).
AND - Static variable in class net.sf.molae.logic.tools.BooleanOperators
The binary function that computes a & b.
AND_NOT - Static variable in class net.sf.molae.logic.basic.PredicateOperators
The binary function that computes a.andNot(b).
AND_NOT - Static variable in class net.sf.molae.logic.tools.BooleanOperators
The binary function that computes a & !b.
and(GeneralPredicate) - Method in class net.sf.molae.logic.basic.AdaptablePredicate
 
and(GeneralPredicate) - Method in class net.sf.molae.logic.basic.SetBasedPredicate
 
and(GeneralPredicate) - Method in interface net.sf.molae.logic.basic.GeneralPredicate
Returns the conjunction of this predicate and the specified predicate.
and(GeneralPredicate) - Method in interface net.sf.molae.logic.basic.SinglePredicate
Returns the conjunction of this predicate and the specified predicate.
and(GeneralPredicate) - Method in class net.sf.molae.logic.basic.GeneralPredicateProxy
Returns the conjunction of this predicate and the specified predicate.
and(GeneralPredicate) - Method in class net.sf.molae.logic.basic.SetBasedPredicateProxy
Returns the conjunction of this predicate and the specified predicate.
and(GeneralPredicate) - Method in class net.sf.molae.logic.basic.GeneralPredicateSkeleton
Returns the conjunction of this predicate and the specified predicate.
and(GeneralPredicate) - Method in class net.sf.molae.logic.basic.Negation
 
andNot(GeneralPredicate) - Method in class net.sf.molae.logic.basic.AdaptablePredicate
 
andNot(GeneralPredicate) - Method in class net.sf.molae.logic.basic.SetBasedPredicate
 
andNot(GeneralPredicate) - Method in interface net.sf.molae.logic.basic.GeneralPredicate
Returns the difference of this predicate and the specified predicate.
andNot(GeneralPredicate) - Method in interface net.sf.molae.logic.basic.SinglePredicate
Returns the difference of this predicate and the specified predicate.
andNot(GeneralPredicate) - Method in class net.sf.molae.logic.basic.GeneralPredicateProxy
Returns the difference of this predicate and the specified predicate.
andNot(GeneralPredicate) - Method in class net.sf.molae.logic.basic.SetBasedPredicateProxy
Returns the difference of this predicate and the specified predicate.
andNot(GeneralPredicate) - Method in class net.sf.molae.logic.basic.Commutator
Returns the difference of this predicate and the specified predicate.
andNot(GeneralPredicate) - Method in class net.sf.molae.logic.basic.Negation
 
areEqual(Object, Object) - Method in class net.sf.molae.logic.test.DefaultEqualityTest
 
areEqual(Object, Object) - Method in class net.sf.molae.logic.tools.ObjectEquals
 
areEqual(Object, Object) - Method in interface net.sf.molae.logic.tools.EqualityTest
Checks if the two specified objects are regarded equal.
areEqual(Object, Object) - Static method in class net.sf.molae.pipe.sorted.ComparatorUtil
Checks the specified objects for equality.
ArrayAsIntTransformer - class net.sf.molae.pipe.trafo.ArrayAsIntTransformer.
An IntTransformer based on an array of int values.
ArrayAsIntTransformer(int[]) - Constructor for class net.sf.molae.pipe.trafo.ArrayAsIntTransformer
Constructs a new ArrayAsIntTransformer.
asLabelValueCollection(Map) - Static method in class net.sf.molae.pipe.struts.LabelValueEntry
Implements a collection of beans with a label and a value property on the basis of a Map.
asMap() - Method in class net.sf.molae.pipe.cube.AbstractCube
Returns a map representation of this cube.
assertAddProhibited() - Method in class net.sf.molae.pipe.test.CollectionTest
This method asserts that that the specifed collection does not implement add or addAll.
assertAssignableFrom(Iterator, Class) - Static method in class net.sf.molae.pipe.basic.PipeUtil
Checks that all elements of the specified iterator are assignable to the specified class.
assertConsistency() - Method in class net.sf.molae.bean.test.BeanStructureTest
Checks consistency of all reading BeanStructure methods.
assertConsistency() - Method in class net.sf.molae.bean.test.GenericBeanTest
Checks consistency of all reading GenericBean methods.
assertConsistency() - Method in class net.sf.molae.logic.test.SinglePredicatesTest
Checks consistency of all reading methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.ObjectTest
Checks if the test object fulfils the equals and hashCode contract.
assertConsistency() - Method in class net.sf.molae.pipe.test.CubeTest
Checks consistency of all reading cube methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.CubeTest.ProjectionTest
 
assertConsistency() - Method in class net.sf.molae.pipe.test.CollectionTest
Checks consistency of all reading collection methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.ListTest
Checks consistency of all reading list methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.ListTest.SubListTest
Checks consistency of all reading list methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.ListIteratorTest
Checks consistency of list iterator without moving the cursor.
assertConsistency() - Method in class net.sf.molae.pipe.test.BinaryFunctionTest
Checks consistency of all reading methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.SetTest
Checks consistency of all reading set methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.SortedSetTest
Checks consistency of reading SortedSet methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.MapTest
Checks consistency of all reading map methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.SortedMapTest
Checks consistency of reading SortedMap methods.
assertConsistency() - Method in class net.sf.molae.pipe.test.MapEntryTest
Checks consistency of all reading map entry methods.
assertConsistency(List) - Method in class net.sf.molae.pipe.test.CubeTest
Checks consistency of all reading cube methods regarding the element at the specified key.
assertConsistency(List) - Method in class net.sf.molae.pipe.test.CubeTest.ProjectionTest
 
assertEqualContent(String, Collection) - Method in class net.sf.molae.pipe.test.CollectionTest
Checks if the specified collection has the same elements as the tested collection.
assertEqualSequence(String, Iterator, Iterator) - Static method in class net.sf.molae.pipe.test.CollectionTest
Compares the specified iterators.
assertEqualSequence(String, Iterator, Iterator) - Static method in class net.sf.molae.pipe.test.SortedMapTest
Compares the specified iterators.
assertFalse(String, boolean) - Static method in class net.sf.molae.pipe.test.ObjectTest
Redefinition, because this method is not defined in older JUnit versions.
assertImmutability() - Method in class net.sf.molae.pipe.test.CollectionTest
Calls all modifying methods of the underlying collection and checks if they throw an UnsupportedOperationException.
assertImmutability() - Method in class net.sf.molae.pipe.test.ListTest
Calls all modifying methods of the underlying list and checks if they throw an UnsupportedOperationException.
assertImmutability() - Method in class net.sf.molae.pipe.test.MapEntryTest
Calls all modifying methods of the underlying map entry and checks if they throw an UnsupportedOperationException.
assertImmutablity() - Method in class net.sf.molae.pipe.test.MapTest
Calls all modifying methods of the underlying map and checks if they throw an UnsupportedOperationException.
assertIndexes(int, int, int) - Static method in class net.sf.molae.pipe.basic.PipeUtil
Utility method for SubLists.
assertNotNull(Object) - Static method in class net.sf.molae.pipe.basic.ObjectProxy
Checks if the specified object is null.
assertRange(Object) - Method in class net.sf.molae.pipe.filter.KeyFilteredMap
Checks if the specified object fulfils the filter predicate of this class.
assertRange(Object) - Method in class net.sf.molae.pipe.filter.FilteredCollection
Checks if the specified object fulfils the filter predicate of this class.
assertUnmodifying() - Method in class net.sf.molae.pipe.test.IteratorTest
Calls all modifying methods of the underlying iterator and checks if they throw an UnsupportedOperationException.
assertUnmodifying() - Method in class net.sf.molae.pipe.test.ListIteratorTest
Calls all modifying methods of the underlying iterator and checks if they throw an UnsupportedOperationException.
assertValidArray(String, Object[]) - Method in class net.sf.molae.pipe.test.CollectionTest
Checks if the specified array is a valid result of the toArray() or toArray(Object[]) operation, respectively.
assertValidArray(String, Object[]) - Method in class net.sf.molae.pipe.test.ListTest
Checks if the specified array is a valid result of the toArray() or toArray(Object[]) operation, respectively.
assertValidArray(String, Object[]) - Method in class net.sf.molae.pipe.test.SortedSetTest
Checks if the specified array is a valid result of the toArray() or toArray(Object[]) operation, respectively.

B

BeanMaster - class net.sf.molae.bean.BeanMaster.
Static map of all bean structures.
BeanStructure - interface net.sf.molae.bean.BeanStructure.
Reprents the structure of a generic bean.
BeanStructureTest - class net.sf.molae.bean.test.BeanStructureTest.
Test methods to check the contract of bean structure implementing classes.
BeanStructureTest(BeanStructure) - Constructor for class net.sf.molae.bean.test.BeanStructureTest
Creates a new test with the specified candidate.
BinaryFunction - interface net.sf.molae.pipe.binop.BinaryFunction.
A binary function is a function that takes two arguments.
BinaryFunctions - class net.sf.molae.pipe.binop.BinaryFunctions.
Contains useful implementations of the BinaryFunction interface.
BinaryFunctions() - Constructor for class net.sf.molae.pipe.binop.BinaryFunctions
 
BinaryFunctionTest - class net.sf.molae.pipe.test.BinaryFunctionTest.
Test methods to check the contract of BinaryFunction implementing classes.
BinaryFunctionTest(BinaryFunction) - Constructor for class net.sf.molae.pipe.test.BinaryFunctionTest
Creates a new test with the specified candidate.
BooleanOperators - class net.sf.molae.logic.tools.BooleanOperators.
All boolean operators.
BreakTokenList - class net.sf.molae.pipe.text.BreakTokenList.
A list that is based on a BreakIterator.
BreakTokenList(BreakIterator, String) - Constructor for class net.sf.molae.pipe.text.BreakTokenList
Constructs a BreakTokenList object.

C

CachedTransformer - class net.sf.molae.pipe.trafo.CachedTransformer.
A cached transformer.
CachedTransformer(Map, Map, TwoWayTransformer) - Constructor for class net.sf.molae.pipe.trafo.CachedTransformer
Constructs a CachedTransformer on the base of the specified parameters.
CachedTransformer(TwoWayTransformer) - Constructor for class net.sf.molae.pipe.trafo.CachedTransformer
Constructs an empty CachedTransformer.
CartesianCollection - class net.sf.molae.pipe.cube.CartesianCollection.
The cartesian product of collections.
CartesianCollection(List) - Constructor for class net.sf.molae.pipe.cube.CartesianCollection
Constructs a cartesian product from the specified factors.
checkAddAll(String, List) - Method in class net.sf.molae.pipe.test.CollectionTest
This method is used to check the result of an addAll() call on an empty collection.
checkAddAll(String, List) - Method in class net.sf.molae.pipe.test.ListTest
This implementation uses List.equals(Object).
checkAddAll(String, List) - Method in class net.sf.molae.pipe.test.SetTest
This implementation uses Set.equals(Object).
checkArgument(GeneralPredicate) - Method in class net.sf.molae.logic.basic.Commutator
Checks if the specified predicate can be handled by this proxy.
checkConsistency() - Method in class net.sf.molae.bean.test.BeanStructureTest
This method is called at the start of the test cycle and after each modification of the test object.
checkConsistency() - Method in class net.sf.molae.pipe.test.CubeTest
This method is called at the start of the test cycle and after each modification of the test object.
checkConsistency() - Method in class net.sf.molae.pipe.test.CollectionTest
This method is called at the start of the test cycle and after each modification of the test object.
checkConsistency() - Method in class net.sf.molae.pipe.test.ListIteratorTest
This method is called at the start of the test cycle and after each modification of the test object.
checkConsistency() - Method in class net.sf.molae.pipe.test.MapTest
This method is called at the start of the test cycle and after each modification of the test object.
checkConsistency(List) - Method in class net.sf.molae.pipe.test.CubeTest
This method is called at the start of the test cycle and after each modification of the element at the specified key.
checkForComodification() - Method in class net.sf.molae.pipe.comod.DummyMark
Does nothing.
checkForComodification() - Method in interface net.sf.molae.pipe.comod.ModificationMark
Checks if the mother object has changed since the last synchronization.
checkForComodification() - Method in class net.sf.molae.pipe.comod.ModificationCounter
 
className(Object) - Static method in class net.sf.molae.logic.basic.GeneralPredicateProxy
Returns the class name without the package of the specified object.
clear() - Method in class net.sf.molae.pipe.basic.CollectionProxy
 
clear() - Method in class net.sf.molae.pipe.basic.CollectionAsList
 
clear() - Method in class net.sf.molae.pipe.basic.MapProxy
 
clear() - Method in class net.sf.molae.pipe.basic.CollectionAsSequentialList
 
clear() - Method in class net.sf.molae.pipe.binop.ElementwiseList
Removes all of the elements from both base collections.
clear() - Method in class net.sf.molae.pipe.cube.MapTree
 
clear() - Method in class net.sf.molae.pipe.genimpl.KeySetBasedMap
Removes all mappings from this map (optional operation).
clear() - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedSet.SortedListAsSet
Removes all of the elements from the base list.
clear() - Method in class net.sf.molae.pipe.genimpl.KeyProjection
Removes all of the elements from the base map.
clear() - Method in class net.sf.molae.pipe.genimpl.IndexedList
 
clear() - Method in class net.sf.molae.pipe.genimpl.ListsBackedMap
 
clear() - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedMap.SortedListAsMap
Removes all mappings from the base list.
clear() - Method in class net.sf.molae.pipe.hash.HashList
Removes all of the elements from this collection (optional operation).
clear() - Method in class net.sf.molae.pipe.hash.SetBasedBitSet
Removes all of the elements from this collection (optional operation).
clear() - Method in class net.sf.molae.pipe.keyed.KeyedSetAsMap
Removes all mappings from the base set.
clear() - Method in class net.sf.molae.pipe.trafo.IndexTransformedList
Removes all of the elements from this collection (optional operation).
clear() - Method in class net.sf.molae.pipe.trafo.EntryTransformedMap
Removes all mappings from the base map.
clear() - Method in class net.sf.molae.pipe.trafo.TransformedCollection
Removes all of the elements from the base collection.
clone() - Method in class net.sf.molae.bean.DefaultGenericBean
Creates a copy of this object.
CollectionAsList - class net.sf.molae.pipe.basic.CollectionAsList.
Delegates all collection calls to another collection.
CollectionAsList(Collection) - Constructor for class net.sf.molae.pipe.basic.CollectionAsList
Constructs a new CollectionAsList object.
CollectionAsSequentialList - class net.sf.molae.pipe.basic.CollectionAsSequentialList.
Delegates all collection calls to another collection.
CollectionAsSequentialList(Collection) - Constructor for class net.sf.molae.pipe.basic.CollectionAsSequentialList
Constructs a new CollectionAsSequentialList object.
CollectionAsSet - class net.sf.molae.pipe.basic.CollectionAsSet.
If it can be guaranteed that a collection is a set, this wrapper can be used to create a Set implementation.
CollectionAsSet(Collection) - Constructor for class net.sf.molae.pipe.basic.CollectionAsSet
Constructs a new CollectionAsSet object.
CollectionProxy - class net.sf.molae.pipe.basic.CollectionProxy.
Delegates all method calls to another collection.
CollectionProxy(Collection) - Constructor for class net.sf.molae.pipe.basic.CollectionProxy
Constructs a new proxy of the specified object.
CollectionTest - class net.sf.molae.pipe.test.CollectionTest.
Test methods to check the contract of collection implementing classes.
CollectionTest(Collection) - Constructor for class net.sf.molae.pipe.test.CollectionTest
Creates a new test with the specified candidate.
Commutator - class net.sf.molae.logic.basic.Commutator.
This predicate proxy forwards all method calls to the corresponding method of the argument predicate.
Commutator(GeneralPredicate) - Constructor for class net.sf.molae.logic.basic.Commutator
Creates a new Commutator for the specifed predicate.
comparator() - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedSet.SortedListAsSet
Returns the comparator associated with this set, or null if it uses its elements' natural ordering.
comparator() - Method in class net.sf.molae.pipe.genimpl.SortedKeyProjection
 
comparator() - Method in class net.sf.molae.pipe.sorted.SetAsSortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class net.sf.molae.pipe.sorted.MapAsSortedMap
Returns the comparator associated with this sorted map, or null if it uses its elements' natural ordering.
comparator() - Method in class net.sf.molae.pipe.sorted.SortedMapProxy
 
comparator() - Method in class net.sf.molae.pipe.sorted.SortedSetProxy
 
ComparatorUtil - class net.sf.molae.pipe.sorted.ComparatorUtil.
Utility methods for Comparators.
ComparatorWithInfinity - class net.sf.molae.pipe.sorted.ComparatorWithInfinity.
Allows to define two constants for negative and positive infinity that are always less or greater than any other object, respecitively.
ComparatorWithInfinity(Comparator, Object, Object) - Constructor for class net.sf.molae.pipe.sorted.ComparatorWithInfinity
Constructs a ComparatorWithInfinity object.
compare(Number, Number) - Method in class net.sf.molae.pipe.number.NumberComparator
Compares two numbers regardless of their specific type.
compare(Object, Object) - Method in class net.sf.molae.pipe.number.NumberComparator
Compares two numbers regardless of their specific type.
compare(Object, Object) - Method in class net.sf.molae.pipe.sorted.SetAsSortedSet
Compares its two arguments for order using a comparator with infinities.
compare(Object, Object) - Method in class net.sf.molae.pipe.sorted.MapAsSortedMap
Compares its two arguments for order using a comparator with infinities.
compare(Object, Object) - Method in class net.sf.molae.pipe.sorted.KeyComparator
Applies the underlying comparator to the key of the specified map entry.
compare(Object, Object) - Method in class net.sf.molae.pipe.sorted.ComparatorWithInfinity
If either argument is positive or negative infinity as specified in the constructor, the corresponding result is returned, otherwise the base comparator is used.
compare(Object, Object, Comparator) - Static method in class net.sf.molae.pipe.sorted.ComparatorUtil
Compares two objects using the specified comparator.
Composition - interface net.sf.molae.pipe.tree.Composition.
This Interface indicates that a class implements the composition design pattern.
CompositionView - interface net.sf.molae.pipe.tree.CompositionView.
A Composition View defines for each class the children to be regarded.
CompositionView.DefaultCompositionView - class net.sf.molae.pipe.tree.CompositionView.DefaultCompositionView.
Default implementation of a CompositionView.
compute(BinaryFunction, GeneralPredicate) - Method in class net.sf.molae.logic.basic.GeneralPredicateProxy
Placeholder for common implementation of all binary operations.
compute(BinaryFunction, GeneralPredicate) - Method in class net.sf.molae.logic.basic.SetBasedPredicateProxy
Placeholder for common implementation of all binary operations.
compute(BinaryFunction, GeneralPredicate) - Method in class net.sf.molae.logic.basic.Commutator
 
compute(BinaryFunction, GeneralPredicate) - Method in class net.sf.molae.logic.basic.UnmodifiablePredicate
 
compute(BinaryFunction, GeneralPredicate) - Method in class net.sf.molae.logic.basic.CopyingPredicate
 
compute(BinaryFunction, GeneralPredicate) - Method in class net.sf.molae.logic.basic.GeneralPredicateSkeleton
Placeholder for common implementation of all binary operations.
compute(Object, Object) - Method in interface net.sf.molae.pipe.binop.BinaryFunction
Performs a computation on the specified arguments and returns the result of that computation.
compute(Object, Object) - Method in class net.sf.molae.pipe.binop.AbstractBinaryFunction
 
compute(Object, Object) - Method in class net.sf.molae.pipe.binop.ConstantBinaryFunction
 
compute(Object, Object) - Method in class net.sf.molae.pipe.binop.PermutedFunction
 
compute(Object, Object) - Method in class net.sf.molae.pipe.sorted.Max
Compares the two specified objects and returns the greater one.
compute(Object, Object) - Method in class net.sf.molae.pipe.sorted.Min
Compares the two specified objects and returns the smaller one.
CONSTANT_FALSE - Static variable in class net.sf.molae.logic.basic.PredicateOperators
The binary function that returns always Predicates.CONTRADICTION.
CONSTANT_FALSE - Static variable in class net.sf.molae.logic.tools.BooleanOperators
The binary function that returns always FALSE.
CONSTANT_TRUE - Static variable in class net.sf.molae.logic.basic.PredicateOperators
The binary function that returns always Predicates.TAUTOLOGY.
CONSTANT_TRUE - Static variable in class net.sf.molae.logic.tools.BooleanOperators
The binary function that returns always TRUE.
ConstantBinaryFunction - class net.sf.molae.pipe.binop.ConstantBinaryFunction.
A binary operation that returns a constant ingnoring the arguments.
ConstantBinaryFunction(Object) - Constructor for class net.sf.molae.pipe.binop.ConstantBinaryFunction
Constructs a ConstantBinaryFunction object.
ConstantSecondFactorTransformer - class net.sf.molae.pipe.binop.ConstantSecondFactorTransformer.
A transformer based on a binary operation where the second operand is constant.
ConstantSecondFactorTransformer(BinaryFunction, Object) - Constructor for class net.sf.molae.pipe.binop.ConstantSecondFactorTransformer
Constructs a ConstantSecondFactorTransformer object.
contains(Object) - Method in class net.sf.molae.pipe.basic.CollectionProxy
 
contains(Object) - Method in class net.sf.molae.pipe.basic.CollectionAsList
 
contains(Object) - Method in class net.sf.molae.pipe.basic.CollectionAsSequentialList
 
contains(Object) - Method in class net.sf.molae.pipe.correct.TypeSafeCollection
If the base implementation throws a ClassCastException, false is returned.
contains(Object) - Method in class net.sf.molae.pipe.cube.CartesianCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class net.sf.molae.pipe.filter.FilteredCollection
Returns true if the base collection contains the specified element and the element matches the underlying filter.
contains(Object) - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedSet.SortedListAsSet
 
contains(Object) - Method in class net.sf.molae.pipe.genimpl.KeyProjection
 
contains(Object) - Method in class net.sf.molae.pipe.genimpl.IndexedList
 
contains(Object) - Method in class net.sf.molae.pipe.hash.HashList
Returns true if this collection contains the specified element.
contains(Object) - Method in class net.sf.molae.pipe.hash.SetBasedBitSet
 
contains(Object) - Method in class net.sf.molae.pipe.number.IntegerList
 
contains(Object) - Method in class net.sf.molae.pipe.trafo.TransformedCollection
Returns true if the base collection contains an element that would transform into the specified element.
containsAll(Collection) - Method in class net.sf.molae.pipe.basic.CollectionProxy
 
containsAll(Collection) - Method in class net.sf.molae.pipe.basic.CollectionAsList
 
containsAll(Collection) - Method in class net.sf.molae.pipe.basic.CollectionAsSequentialList
 
containsAll(Collection) - Method in class net.sf.molae.pipe.correct.TypeSafeCollection
If the base implementation throws a ClassCastException, false is returned.
containsAll(Collection) - Method in class net.sf.molae.pipe.hash.SetBasedBitSet
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in class net.sf.molae.pipe.number.IntegerList
 
containsAll(Collection) - Method in class net.sf.molae.pipe.sorted.SetAsSortedSet
Returns true if this set contains all of the elements of the specified collection.
containsKey(Object) - Method in class net.sf.molae.pipe.basic.MapProxy
 
containsKey(Object) - Method in class net.sf.molae.pipe.cube.MapTree
 
containsKey(Object) - Method in class net.sf.molae.pipe.filter.KeyFilteredMap
Returns true if the base map contains a mapping for the specified key and the key matches the underlying filter.
containsKey(Object) - Method in class net.sf.molae.pipe.genimpl.KeySetBasedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedMap.SortedListAsMap
 
containsKey(Object) - Method in class net.sf.molae.pipe.trafo.KeyTransformedMap
Returns true if the base map contains a mapping with a key that would transform into the specified key.
containsKey(Object) - Method in class net.sf.molae.pipe.trafo.InvertedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class net.sf.molae.pipe.trafo.ValueTransformedMap
 
containsValue(Object) - Method in class net.sf.molae.pipe.basic.MapProxy
 
containsValue(Object) - Method in class net.sf.molae.pipe.genimpl.ListsBackedMap
 
containsValue(Object) - Method in class net.sf.molae.pipe.keyed.KeyedSetAsMap
 
containsValue(Object) - Method in class net.sf.molae.pipe.trafo.KeyTransformedMap
 
containsValue(Object) - Method in class net.sf.molae.pipe.trafo.InvertedMap
Returns true if this map maps a key to the specified value.
containsValue(Object) - Method in class net.sf.molae.pipe.trafo.ValueTransformedMap
 
CONTRADICTION - Static variable in class net.sf.molae.logic.basic.SetBasedPredicate
The predicate of which the evaluation returns always false.
CONTRADICTION - Static variable in class net.sf.molae.logic.basic.Predicates
The predicate of which the evaluation returns always false.
CONTRADICTION - Static variable in class net.sf.molae.logic.test.SinglePredicatesTest
The predicate of which the evaluation returns always false.
convertTo(Class, Number) - Static method in class net.sf.molae.pipe.number.NumberComparator
Converts the specified number into an object of the specified class.
copy() - Method in class net.sf.molae.logic.basic.AbstractSinglePredicate
Creates and returns a copy of this object.
copy() - Method in interface net.sf.molae.logic.basic.GeneralPredicate
Creates and returns a copy of this object.
copy() - Method in class net.sf.molae.logic.basic.GeneralPredicateProxy
 
copy() - Method in class net.sf.molae.logic.basic.SetBasedPredicateProxy
Creates and returns a copy of this object.
copy() - Method in class net.sf.molae.logic.basic.Commutator
 
copy() - Method in class net.sf.molae.logic.basic.UnmodifiablePredicate
Creates and returns a copy of this object.
copy() - Method in class net.sf.molae.logic.basic.CopyingPredicate
 
copy() - Method in class net.sf.molae.logic.basic.GeneralPredicateSkeleton
Creates and returns a copy of this object.
copy() - Method in class net.sf.molae.logic.basic.Negation
 
CopyingPredicate - class net.sf.molae.logic.basic.CopyingPredicate.
Allows a GeneralPredicate to behave like a single predicate.
CorrectIterator - class net.sf.molae.pipe.correct.CorrectIterator.
Wrapper class to receive the correct exceptions from iterators.
CorrectIterator(Iterator) - Constructor for class net.sf.molae.pipe.correct.CorrectIterator
Constructs a new exception safe iterator wrapper.
CorrectList - class net.sf.molae.pipe.correct.CorrectList.
Wrapper class to receive the correct exceptions from lists.
CorrectList(List) - Constructor for class net.sf.molae.pipe.correct.CorrectList
Constructs a new exception safe list wrapper.
createChild() - Method in class net.sf.molae.pipe.comod.DummyMark
 
createChild() - Method in interface net.sf.molae.pipe.comod.ModificationMark
Creates a new child of this mark.
createChild() - Method in class net.sf.molae.pipe.comod.ModificationCounter
 
Cube - interface net.sf.molae.pipe.cube.Cube.
A hypercube.
CubeAsMap - class net.sf.molae.pipe.cube.CubeAsMap.
A Map implementation based on a cube.
CubeAsMap(Cube) - Constructor for class net.sf.molae.pipe.cube.CubeAsMap
Constructs a new CubeAsMap.
CubeProxy - class net.sf.molae.pipe.cube.CubeProxy.
A proxy of an underlying cube.
CubeProxy(Cube) - Constructor for class net.sf.molae.pipe.cube.CubeProxy
Creates a new CubeProxy of the specified base cube.
CubeTest - class net.sf.molae.pipe.test.CubeTest.
Test methods to check the contract of cube implementing classes.
CubeTest.ProjectionTest - class net.sf.molae.pipe.test.CubeTest.ProjectionTest.
Test methods to check the contract of projections.
CubeTest.ProjectionTest(CubeTest, int, Object) - Constructor for class net.sf.molae.pipe.test.CubeTest.ProjectionTest
Creates a new test.
CubeTest(Cube) - Constructor for class net.sf.molae.pipe.test.CubeTest
Creates a new test with the specified candidate.

D

DEFAULT_COMPOSITION_VIEW - Static variable in interface net.sf.molae.pipe.tree.CompositionView
The default composition view.
DefaultBeanStructure - class net.sf.molae.bean.DefaultBeanStructure.
Provides an implementation of the BeanStructure interface based on WrappedKey.
DefaultBeanStructure() - Constructor for class net.sf.molae.bean.DefaultBeanStructure
Constructs a new DefaultBeanStructure.
DefaultEqualityTest - class net.sf.molae.logic.test.DefaultEqualityTest.
Defines if two objects are equal or not independent from the standard equals method.
DefaultEqualityTest() - Constructor for class net.sf.molae.logic.test.DefaultEqualityTest
Constructs a new DefaultEqualityTest.
DefaultGenericBean - class net.sf.molae.bean.DefaultGenericBean.
Default implementation of a generic bean.
DefaultGenericBean() - Constructor for class net.sf.molae.bean.DefaultGenericBean
Constructs a new DefaultGenericBean.
DefaultGenericBean(BeanStructure) - Constructor for class net.sf.molae.bean.DefaultGenericBean
Constructs a new DefaultGenericBean.
DefaultGenericBean(BeanStructure, Map) - Constructor for class net.sf.molae.bean.DefaultGenericBean
Constructs a new DefaultGenericBean.
DefaultMapEntry - class net.sf.molae.pipe.basic.DefaultMapEntry.
A bean with two properties: key(inherited from AbstractMapEntry) and value.
DefaultMapEntry(Object, Object) - Constructor for class net.sf.molae.pipe.basic.DefaultMapEntry
Constructs a new DefaultMapEntry object.
DepthFirstCollection - class net.sf.molae.pipe.tree.DepthFirstCollection.
A collection based on the DepthFirstIterator.
DepthFirstCollection(Object) - Constructor for class net.sf.molae.pipe.tree.DepthFirstCollection
Constructs a DepthFirstCollection.
DepthFirstCollection(Object, CompositionView) - Constructor for class net.sf.molae.pipe.tree.DepthFirstCollection
Constructs a DepthFirstCollection.
DepthFirstIterator - class net.sf.molae.pipe.tree.DepthFirstIterator.
Provides an Iterator that runs depth first through a tree.
DepthFirstIterator(Object) - Constructor for class net.sf.molae.pipe.tree.DepthFirstIterator
Constructs a DepthFirstIterator.
DepthFirstIterator(Object, CompositionView) - Constructor for class net.sf.molae.pipe.tree.DepthFirstIterator
Constructs a DepthFirstIterator.
DummyMark - class net.sf.molae.pipe.comod.DummyMark.
Implementation of ModificationMark that never changes its state.

E

ElementwiseCollection - class net.sf.molae.pipe.binop.ElementwiseCollection.
Performs a binary operation on every pair of elements from two collections.
ElementwiseCollection(BinaryFunction, Collection, Collection) - Constructor for class net.sf.molae.pipe.binop.ElementwiseCollection
Constructs a computed collection from the specified collections and operation.
ElementwiseIterator - class net.sf.molae.pipe.binop.ElementwiseIterator.
Performs a binary operation on every pair of elements from two iterators.
ElementwiseIterator(BinaryFunction, Iterator, Iterator) - Constructor for class net.sf.molae.pipe.binop.ElementwiseIterator
Constructs a new ElementwiseIterator.
ElementwiseList - class net.sf.molae.pipe.binop.ElementwiseList.
Performs a binary operation on every pair of elements from two lists.
ElementwiseList(BinaryFunction, List, List) - Constructor for class net.sf.molae.pipe.binop.ElementwiseList
Constructs a computed collection from the specified collections and operation.
ElementwiseMap - class net.sf.molae.pipe.binop.ElementwiseMap.
A map where the value of each mapping is computed from the values of the two corresponding base mappings.
ElementwiseMap(BinaryFunction, Map, Map) - Constructor for class net.sf.molae.pipe.binop.ElementwiseMap
Constructs an ElementwiseMap from the specified maps and operation.
EMPTINESS - Static variable in class net.sf.molae.logic.basic.Predicates
The transformer represented by the isEmpty method.
entrySet() - Method in class net.sf.molae.pipe.basic.AbstractMapWithSet
Returns a set view of the mappings contained in this map.
entrySet() - Method in class net.sf.molae.pipe.basic.MapProxy
 
entrySet() - Method in class net.sf.molae.pipe.correct.TypeSafeMap
Returns a TypeSafeCollection version of the entrySet().
entrySet() - Method in class net.sf.molae.pipe.genimpl.KeySetBasedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedMap.SortedListAsMap
 
entrySet() - Method in class net.sf.molae.pipe.keyed.KeyedSetAsMap
 
EntryTransformedMap - class net.sf.molae.pipe.trafo.EntryTransformedMap.
A map that is created from a base collection and a transformer.
EntryTransformedMap(Collection, Transformer) - Constructor for class net.sf.molae.pipe.trafo.EntryTransformedMap
Constructs an EntryTransformedMap object.
EqualityTest - interface net.sf.molae.logic.tools.EqualityTest.
Defines if two objects are equal or not independent from the standard equals method.
EQUALS - Static variable in class net.sf.molae.logic.basic.PredicateOperators
The binary function that computes a.xor(b).not().
EQUALS - Static variable in class net.sf.molae.logic.tools.BooleanOperators
The binary function that computes a == b.
equals(Object) - Method in class net.sf.molae.bean.DefaultGenericBean
 
equals(Object) - Method in class net.sf.molae.logic.basic.SetBasedPredicate
 
equals(Object) - Method in interface net.sf.molae.logic.basic.GeneralPredicate
Indicates whether some other object is "equal to" this Predicate.
equals(Object) - Method in class net.sf.molae.pipe.basic.ObjectProxy
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.molae.pipe.basic.CollectionAsSet
Compares the specified object with this set for equality.
equals(Object) - Method in class net.sf.molae.pipe.basic.AbstractMapEntry
Is implemented as described in the comment to the Map.Entry.equals(Object) method.
equals(Object) - Method in class net.sf.molae.pipe.basic.MapProxy
 
equals(Object) - Method in class net.sf.molae.pipe.basic.SetProxy
 
equals(Object) - Method in class net.sf.molae.pipe.basic.ListProxy
 
equals(Object) - Method in class net.sf.molae.pipe.cube.AbstractCube
 
equals(Object) - Method in interface net.sf.molae.pipe.cube.Cube
Compares the specified object with this cube for equality.
equals(Object) - Method in class net.sf.molae.pipe.cube.CartesianCollection
Compares the specified object with this collection for equality.
equals(Object) - Method in class net.sf.molae.pipe.number.IntegerList
 
equals(Object) - Method in class net.sf.molae.pipe.sorted.KeyComparator
Compares the specified object with this collection for equality.
equals(Object) - Method in class net.sf.molae.pipe.sorted.ComparatorWithInfinity
Compares the specified object with this collection for equality.
EqualsPredicate - class net.sf.molae.logic.basic.EqualsPredicate.
A predicate based on the equals() method.
EqualsPredicate(Object) - Constructor for class net.sf.molae.logic.basic.EqualsPredicate
Constructs a new EqualsPredicate based on the specified object.
evaluate(Object) - Method in class net.sf.molae.logic.basic.SetBasedPredicate
Checks if the base set contains the specified object.
evaluate(Object) - Method in interface net.sf.molae.logic.basic.GeneralPredicate
Applies the predicate to an argument.
evaluate(Object) - Method in class net.sf.molae.logic.basic.GeneralPredicateProxy
 
evaluate(Object) - Method in class net.sf.molae.logic.basic.Negation
Returns the negation of the evaluation of the base predicate.
evaluate(Object) - Method in class net.sf.molae.pipe.filter.Not
Returns the negation of the evaluation of the input by the base predicate.
evaluate(Object) - Method in class net.sf.molae.pipe.filter.KeyFilter
Applies the underlying filter to the key of the specified map entry.
evaluate(Object) - Method in class net.sf.molae.pipe.filter.TransformedFilter
Returns the evaluation of the transformed input.
evaluate(Object) - Method in class net.sf.molae.pipe.sorted.SubSetFilter
Compares the specified object to the boundaries of this filter.
evaluate(Object) - Method in class net.sf.molae.pipe.tree.LeafFilter
Checks if the specified object is a leaf of the given CompositionView.
EVALUATION - Static variable in class net.sf.molae.logic.basic.Predicates
The binary function represented by the evaluate method.
EvaluationTransformer - class net.sf.molae.logic.basic.EvaluationTransformer.
Transforms a predicate to the result of the evaluation of the predicate and a constant argument.
EvaluationTransformer(Object) - Constructor for class net.sf.molae.logic.basic.EvaluationTransformer
Constructs a new EvaluationTransformer object.

F

FilteredCollection - class net.sf.molae.pipe.filter.FilteredCollection.
Implements a collection that contains all elements of a base collection that match a filter condition.
FilteredCollection(Collection, Predicate) - Constructor for class net.sf.molae.pipe.filter.FilteredCollection
Constructs a filtered collection from the specified collection and filter.
FilterIterator - class net.sf.molae.pipe.filter.FilterIterator.
Provides an Iterator that returns only the items that fulfil a specific condition.
FilterIterator(Iterator, Predicate) - Constructor for class net.sf.molae.pipe.filter.FilterIterator
Constructs a FilterIterator object.
FIRST_OPERAND - Static variable in class net.sf.molae.logic.basic.PredicateOperators
The binary function that returns the first operand.
FIRST_OPERAND - Static variable in class net.sf.molae.logic.tools.BooleanOperators
The binary function that returns the first operand.
FIRST_OPERAND - Static variable in class net.sf.molae.pipe.binop.BinaryFunctions
A binary function that returns the first operand.
first() - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class net.sf.molae.pipe.genimpl.SortedKeyProjection
Returns the first (lowest) key currently in the base map.
first() - Method in class net.sf.molae.pipe.sorted.SetAsSortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class net.sf.molae.pipe.sorted.SortedSetProxy
 
first() - Method in class net.sf.molae.pipe.sorted.ListAsSortedSet
Returns the first (lowest) element currently in this sorted set.
firstKey() - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class net.sf.molae.pipe.sorted.MapAsSortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class net.sf.molae.pipe.sorted.SortedMapProxy
 
FormatTransformer - class net.sf.molae.pipe.text.FormatTransformer.
A text format as a transformer.
FormatTransformer(Format) - Constructor for class net.sf.molae.pipe.text.FormatTransformer
Creates a new FormatTransformer based on the specified format.
FormatTransformer(Format, boolean) - Constructor for class net.sf.molae.pipe.text.FormatTransformer
Creates a new FormatTransformer based on the specified format.
forwardTo(int) - Method in class net.sf.molae.pipe.basic.AbstractListIterator
Calls AbstractListIterator.next() until cursor equals specified index.

G

GeneralPredicate - interface net.sf.molae.logic.basic.GeneralPredicate.
Common interface for all sets that are not defined by a list of their elements but by a predicate that defines for each object if it is contained or not.
GeneralPredicateProxy - class net.sf.molae.logic.basic.GeneralPredicateProxy.
Delegates some method calls to another predicate.
GeneralPredicateProxy(GeneralPredicate) - Constructor for class net.sf.molae.logic.basic.GeneralPredicateProxy
Constructs a GeneralPredicateProxy object.
GeneralPredicateSkeleton - class net.sf.molae.logic.basic.GeneralPredicateSkeleton.
This class provides a skeletal implementation of the GeneralPredicate interface, to minimize the effort required to implement this interface.
GeneralPredicateSkeleton(GeneralPredicate) - Constructor for class net.sf.molae.logic.basic.GeneralPredicateSkeleton
Constructs a GeneralPredicateProxy object.
GenericBean - interface net.sf.molae.bean.GenericBean.
Compared to a "classic" Java Bean the properties of a generic bean are not defined at compile time.
GenericBeanTest - class net.sf.molae.bean.test.GenericBeanTest.
Test methods to check the contract of generic bean implementing classes.
GenericBeanTest(GenericBean) - Constructor for class net.sf.molae.bean.test.GenericBeanTest
Creates a new test with the specified candidate.
get() - Method in class net.sf.molae.pipe.basic.AbstractListIterator
This method can be used as a common body for AbstractListIterator.next() and AbstractListIterator.previous().
get() - Method in class net.sf.molae.pipe.basic.ListBasedListIterator
This implementation calls the corresponding method of the base list.
get(int) - Method in class net.sf.molae.pipe.basic.ListProxy
 
get(int) - Method in class net.sf.molae.pipe.binop.ElementwiseList
 
get(int) - Method in class net.sf.molae.pipe.genimpl.IndexedList
 
get(int) - Method in class net.sf.molae.pipe.genimpl.MapBasedList
 
get(int) - Method in class net.sf.molae.pipe.hash.HashList
Returns the element at the specified position in this list.
get(int) - Method in class net.sf.molae.pipe.number.IntegerList
Returns the element at the specified position in this list.
get(int) - Method in class net.sf.molae.pipe.trafo.IndexTransformedList
Returns the element at the specified position in this list.
get(int) - Method in class net.sf.molae.pipe.trafo.TransformedList
 
get(List) - Method in class net.sf.molae.pipe.cube.AbstractCube
Returns the element at the specified location.
get(List) - Method in class net.sf.molae.pipe.cube.MapBasedCube
 
get(List) - Method in interface net.sf.molae.pipe.cube.Cube
Returns the element at the specified location.
get(List) - Method in class net.sf.molae.pipe.cube.CubeProxy
 
get(List) - Method in class net.sf.molae.pipe.cube.TableModelAsCube
Returns the element at the specified location.
get(Object) - Static method in class net.sf.molae.bean.BeanMaster
Returns a bean structure associated with the specified key.
get(Object) - Method in class net.sf.molae.pipe.basic.MapProxy
 
get(Object) - Method in class net.sf.molae.pipe.binop.ElementwiseMap
 
get(Object) - Method in class net.sf.molae.pipe.cube.MapTree
Returns the value to which this map maps the specified key.
get(Object) - Method in class net.sf.molae.pipe.cube.CubeAsMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class net.sf.molae.pipe.filter.KeyFilteredMap
Returns the value to which the base map maps the specified key if the key matches the underlying filter.
get(Object) - Method in class net.sf.molae.pipe.genimpl.KeySetBasedMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class net.sf.molae.pipe.genimpl.ListsBackedMap
 
get(Object) - Method in class net.sf.molae.pipe.genimpl.SortedListAsSortedMap.SortedListAsMap
 
get(Object) - Method in class net.sf.molae.pipe.genimpl.ResourceBundleAsMap
Calls ResourceBundle.getObject(String) of the base object.
get(Object) - Method in class net.sf.molae.pipe.hash.ListBackedMap
 
get(Object) - Method in class net.sf.molae.pipe.trafo.KeyTransformedMap
 
get(Object) - Method in class net.sf.molae.pipe.trafo.ValueTransformedMap
 
getBase() - Method in class net.sf.molae.pipe.basic.ObjectProxy
Returns the underlying base object.
getBase() - Method in class net.sf.molae.pipe.basic.CollectionAsList
Returns the base collection of the list.
getBase() - Method in class net.sf.molae.pipe.basic.CollectionAsSequentialList
Returns the base collection of the list.
getBase() - Method in class net.sf.molae.pipe.filter.FilterIterator
Returns the underlying iterator.
getBase() - Method in class net.sf.molae.pipe.filter.FilteredCollection
Returns the underlying collection.
getBase() - Method in class net.sf.molae.pipe.hash.SetBasedBitSet
Returns the underlying base object.
getBaseObject() - Method in class net.sf.molae.logic.basic.EqualsPredicate
Returns the object for which the evaluate method returns true.
getBasePredicate() - Method in class net.sf.molae.logic.basic.AdaptablePredicate
Returns the base object as a GeneralPredicate.
getBasePredicate() - Method in class net.sf.molae.logic.basic.GeneralPredicateProxy
Returns the base object as a GeneralPredicate.
getBasePredicate() - Method in class net.sf.molae.logic.basic.Negation
Returns the base object as a GeneralPredicate.
getBoundComparator() - Method in class net.sf.molae.pipe.sorted.SetAsSortedSet
Returns the comparator of this set taking infinity into account.
getBoundComparator() - Method in class net.sf.molae.pipe.sorted.MapAsSortedMap
Returns the comparator of this set taking infinity into account.
getCache() - Method in class net.sf.molae.pipe.trafo.CachedTransformer
Returns the cache.
getChildren(Object) - Method in interface net.sf.molae.pipe.tree.CompositionView
Returns the components of the specified object.
getChildren(Object) - Method in class net.sf.molae.pipe.tree.CompositionView.DefaultCompositionView
Returns the components of the specified object.
getComponents() - Method in interface net.sf.molae.pipe.tree.Composition
Returns the components of this object.
getDeMorganOperator(BinaryFunction) - Static method in class net.sf.molae.logic.basic.PredicateOperators
Returns the deMorgan operator of the specified operator.
getDeMorganOperator(BinaryFunction) - Static method in class net.sf.molae.logic.tools.BooleanOperators