Uses of Interface
ai.timefold.solver.core.impl.bavet.common.index.IndexerFactory.KeysExtractor
Packages that use IndexerFactory.KeysExtractor
Package
Description
This package contains performance-sensitive code.
This package contains code that deals with indexing of tuples.
-
Uses of IndexerFactory.KeysExtractor in ai.timefold.solver.core.impl.bavet.common
Constructors in ai.timefold.solver.core.impl.bavet.common with parameters of type IndexerFactory.KeysExtractorModifierConstructorDescriptionprotectedAbstractIndexedIfExistsNode(boolean shouldExist, IndexerFactory.KeysExtractor<LeftTuple_> keysExtractorLeft, IndexerFactory<Right_> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<LeftTuple_> nextNodesTupleLifecycle, boolean isFiltering) protectedAbstractIndexedJoinNode(IndexerFactory.KeysExtractor<LeftTuple_> keysExtractorLeft, IndexerFactory<Right_> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftEntry, int inputStoreIndexLeftOutTupleList, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, int inputStoreIndexRightOutTupleList, TupleLifecycle<OutTuple_> nextNodesTupleLifecycle, boolean isFiltering, int outputStoreIndexLeftOutEntry, int outputStoreIndexRightOutEntry) -
Uses of IndexerFactory.KeysExtractor in ai.timefold.solver.core.impl.bavet.common.index
Subinterfaces of IndexerFactory.KeysExtractor in ai.timefold.solver.core.impl.bavet.common.indexModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceIndexerFactory.QuadKeysExtractor<A,B, C, D> static interfacestatic interface