-
Interfaces Interface Description org.faktorips.runtime.util.function.IPredicate for removal since 21.6; UsePredicateinstead.
-
Classes Class Description org.faktorips.runtime.util.JAXBContextFactory useIRuntimeRepository.newJAXBContext()instead; that method uses aIpsJAXBContextthat includes all necessary adapters.
-
Constructors Constructor Description org.faktorips.runtime.DefaultCacheFactory(ClassLoader, int, int, int, int, int) Use the default constructor and set the cache size by callingDefaultCacheFactory.setInitialSize(Class, int)insteadorg.faktorips.runtime.internal.delta.ChildDeltaCreator(String, IDeltaComputationOptions) since 19.12. UseChildDeltaCreator(String, AssociationKind, IDeltaComputationOptions)instead.
-
Enum Constants Enum Constant Description org.faktorips.runtime.internal.tableindex.RangeType.LOWER_BOUND Because using this type in aRangeStructureresults in asymmetrical behavior of theAbstractMapStructure.put(Object, SearchStructure)andRangeStructure.get(Object)methods. A value that was added by callingput(10, value)can not be retrieved by callingget(10).org.faktorips.runtime.internal.tableindex.RangeType.UPPER_BOUND Because using this type in aRangeStructureresults in asymmetrical behavior of theAbstractMapStructure.put(Object, SearchStructure)andRangeStructure.get(Object)methods. A value that was added by callingput(10, value)can not be retrieved by callingget(10).