Class Quad<S1,​S2,​S3,​S4>


  • public final class Quad<S1,​S2,​S3,​S4>
    extends Object
    • Constructor Detail

      • Quad

        public Quad​(S1 first,
                    S2 second,
                    S3 third,
                    S4 fourth)
    • Method Detail

      • getFirst

        public S1 getFirst()
      • getSecond

        public S2 getSecond()
      • getThird

        public S3 getThird()
      • getFourth

        public S4 getFourth()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object