Class Quad<F,​S,​T,​O>

    • Field Detail

      • first

        protected F first
      • second

        protected S second
      • third

        protected T third
      • fourth

        protected O fourth
    • Constructor Detail

      • Quad

        public Quad()
    • Method Detail

      • quadOf

        public static <F,​S,​T,​O> Quad<F,​S,​T,​O> quadOf​(F first,
                                                                                         S second,
                                                                                         T third,
                                                                                         O fourth)
      • of

        public static <F,​S,​T,​O> Quad<F,​S,​T,​O> of​(F first,
                                                                                     S second,
                                                                                     T third,
                                                                                     O fourth)