Package org.javatuples


package org.javatuples
  • Classes
    Class
    Description
    Decade<A,B,C,D,E,F,G,H,I,J>
    A tuple of ten elements.
    Ennead<A,B,C,D,E,F,G,H,I>
    A tuple of nine elements.
    A tuple of two elements, with positions 0 and 1 renamed as "key" and "value", respectively.
    A tuple of two elements, with positions 0 and 1 renamed as "label" and "value", respectively.
    Octet<A,B,C,D,E,F,G,H>
    A tuple of eight elements.
    Pair<A,B>
    A tuple of two elements.
    Quartet<A,B,C,D>
    A tuple of four elements.
    Quintet<A,B,C,D,E>
    A tuple of five elements.
    Septet<A,B,C,D,E,F,G>
    A tuple of seven elements.
    Sextet<A,B,C,D,E,F>
    A tuple of six elements.
    Triplet<A,B,C>
    A tuple of three elements.
    Abstract base class for all tuple classes.
    Unit<A>
    A tuple of one element.