Package io.karma.kommons.tuple


package io.karma.kommons.tuple
  • Interfaces
    Class
    Description
    A mutable specialization of Pair, which allows setting the elements referenced by this pair instance.
    MutableQuple<L,IL,IR,R>
    A mutable specialization of Quple, which allows setting the elements referenced by this quple instance.
    A mutable specialization of Triple, which allows setting the elements referenced by this triple instance.
    Pair<L,R>
    A simple pair tuple type which can hold two objects.
    Quple<L,IL,IR,R>
    A simple immutable quadruple tuple type which can hold four objects.
    Triple<L,M,R>
    A simple triple tuple type which can hold three objects.