-
Constructors Constructor Description org.javatuples.Tuple(int, Object...) Will be removed in 1.4. The "size" parameter is of no use at this level, so use the simpler Tuple(values) constructor instead.
Constructor | Description |
---|---|
org.javatuples.Tuple(int, Object...) |
Will be removed in 1.4. The "size" parameter is of no use at
this level, so use the simpler Tuple(values) constructor instead.
|