Interface Tuple

  • All Known Implementing Classes:
    Tuple.Two

    public interface Tuple
    Representation of tuple types.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Tuple.Two<F,​S>
      A two-tuple, i.e.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static <F,​S>
      Tuple.Two<F,​S>
      two​(F first, S second)  
    • Method Detail

      • two

        static <F,​S> Tuple.Two<F,​S> two​(F first,
                                                    S second)