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

    • Field Detail

      • first

        protected F first
      • second

        protected S second
      • third

        protected T third
      • fourth

        protected O fourth
    • Constructor Detail

      • ImmutableQuad

        public ImmutableQuad()
    • Method Detail

      • quadOf

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

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