JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OptaPlanner constraints: Constraint streams 8.22.1-SNAPSHOT
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.optaplanner.constraint.streams.bavet.common
Interface Tuple
All Known Implementing Classes:
BiTuple
,
TriTuple
,
UniTuple
public interface
Tuple
A tuple must not implement equals()/hashCode() to fact equality, because some stream operations (
UniConstraintStream.map(Function)
, ...) might create 2 different tuple instances to contain the same facts.