com.speedment.common.tuple.nullable.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tuple Show documentation
Show all versions of tuple Show documentation
A collection of Immutable Tuple classes that represent sets of a fixed length
where every element has a specific type.
/**
* Immutable Tuples that can contain null values of various sizes are located in this package.
*
* This package is part of the API. Modifications to classes here should only
* (if ever) be done in major releases.
*/
package com.speedment.common.tuple.nullable;