Uses of Interface
org.optaplanner.constraint.streams.bavet.common.index.Indexer
-
Packages that use Indexer Package Description org.optaplanner.constraint.streams.bavet.common org.optaplanner.constraint.streams.bavet.common.index -
-
Uses of Indexer in org.optaplanner.constraint.streams.bavet.common
Constructors in org.optaplanner.constraint.streams.bavet.common with parameters of type Indexer Constructor Description AbstractIfExistsNode(boolean shouldExist, Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeft, int inputStoreIndexRight, Consumer<LeftTuple_> nextNodesInsert, Consumer<LeftTuple_> nextNodesRetract, Indexer<LeftTuple_,AbstractIfExistsNode.Counter<LeftTuple_>> indexerLeft, Indexer<UniTuple<Right_>,Set<AbstractIfExistsNode.Counter<LeftTuple_>>> indexerRight)AbstractJoinNode(Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeft, int inputStoreIndexRight, Consumer<OutTuple_> nextNodesInsert, Consumer<OutTuple_> nextNodesRetract, Indexer<LeftTuple_,Map<UniTuple<Right_>,OutTuple_>> indexerLeft, Indexer<UniTuple<Right_>,Map<LeftTuple_,OutTuple_>> indexerRight) -
Uses of Indexer in org.optaplanner.constraint.streams.bavet.common.index
Methods in org.optaplanner.constraint.streams.bavet.common.index that return Indexer Modifier and Type Method Description <Tuple_ extends Tuple,Value_>
Indexer<Tuple_,Value_>IndexerFactory. buildIndexer(boolean isLeftBridge)
-