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.