| Package | Description |
|---|---|
| org.nlpcn.commons.lang.util.tuples |
| Class and Description |
|---|
| Decade
A tuple of ten elements.
|
| Ennead
A tuple of nine elements.
|
| KeyValue
A tuple of two elements, with positions 0 and 1 renamed as "key" and
"value", respectively.
|
| LabelValue
A tuple of two elements, with positions 0 and 1 renamed as "label" and
"value", respectively.
|
| Octet
A tuple of eight elements.
|
| Pair
A tuple of two elements.
|
| Quartet
A tuple of four elements.
|
| Quintet
A tuple of five elements.
|
| Septet
A tuple of seven elements.
|
| Sextet
A tuple of six elements.
|
| Triplet
A tuple of three elements.
|
| Tuple
Abstract base class for all tuple classes.
|
| Unit
A tuple of one element.
|
Copyright © 2017. All rights reserved.