Package org.apache.jena.atlas.lib.tuple


package org.apache.jena.atlas.lib.tuple
Tuples.

A Tuple is a fixed length sequence of the objects of the same type. They are immutable and provide value-based hashCode and .equals().

There are space-saving implementations for tuples of length 0 to small N and a general purpose implementation.

  • Tuple -- the interface
  • TupleFactory -- creates Tuples
  • TupleMap -- provides transformations of order of elements