Skip navigation links

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

Tuples.

See: Description

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

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.

Skip navigation links

Licenced under the Apache License, Version 2.0