Uses of Interface
ai.timefold.solver.core.impl.bavet.common.index.Indexer
Packages that use Indexer
Package
Description
This package contains code that deals with indexing of tuples.
-
Uses of Indexer in ai.timefold.solver.core.impl.bavet.common.index
Subinterfaces of Indexer in ai.timefold.solver.core.impl.bavet.common.indexModifier and TypeInterfaceDescriptioninterfaceBottom-most indexer in the indexer chain.Classes in ai.timefold.solver.core.impl.bavet.common.index that implement IndexerModifier and TypeClassDescriptionfinal classSuper-fast, but doesn't support random access.final classAnIndexerBackendthat supports random access to its entries.Methods in ai.timefold.solver.core.impl.bavet.common.index that return IndexerModifier and TypeMethodDescription<T> Indexer<T>IndexerFactory.buildIndexer(boolean isLeftBridge) -
Uses of Indexer in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.common
Constructors in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.common with parameters of type IndexerModifierConstructorDescriptionprotectedAbstractRightDatasetInstance(AbstractDataset<Solution_> parent, IndexerFactory.KeysExtractor<UniTuple<Right_>> compositeKeyExtractor, int compositeKeyStoreIndex, int entryStoreIndex, Indexer<UniTuple<Right_>> indexer)