Uses of Class
ai.timefold.solver.constraint.streams.bavet.common.ExistsCounter
-
Packages that use ExistsCounter Package Description ai.timefold.solver.constraint.streams.bavet.common This package contains performance-sensitive code. -
-
Uses of ExistsCounter in ai.timefold.solver.constraint.streams.bavet.common
Constructor parameters in ai.timefold.solver.constraint.streams.bavet.common with type arguments of type ExistsCounter Constructor Description AbstractIndexedIfExistsNode(boolean shouldExist, Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeftProperties, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightProperties, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<LeftTuple_> nextNodesTupleLifecycle, Indexer<ExistsCounter<LeftTuple_>> indexerLeft, Indexer<UniTuple<Right_>> indexerRight, boolean isFiltering)
-