| Name | Description | Type | Package | Framework |
| ImmutablePair | An immutable pair consisting of two Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
| ImmutableTriple | An immutable triple consisting of three Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
| MutablePair | A mutable pair consisting of two Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
| MutableTriple | A mutable triple consisting of three Object elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
| Pair | A pair consisting of two elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |
| Triple | A triple consisting of three elements. | Class | org.apache.commons.lang3.tuple | Apache Commons |