Class Couple<T>


  • public class Couple<T>
    extends Pair<T,​T>
    Author:
    Konstantin Bulenkov
    • Constructor Detail

      • Couple

        public Couple​(T first,
                      T second)
    • Method Detail

      • of

        @NotNull
        public static <T> Couple<T> of​(T first,
                                       T second)
      • getEmpty

        @NotNull
        public static <T> Couple<T> getEmpty()