Package generic.stl

Class Quad<T1,​T2,​T3,​T4>


  • public class Quad<T1,​T2,​T3,​T4>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Quad​(T1 first, T2 second, T3 third, T4 fourth)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • first

        public T1 first
      • second

        public T2 second
      • third

        public T3 third
      • fourth

        public T4 fourth
    • Constructor Detail

      • Quad

        public Quad​(T1 first,
                    T2 second,
                    T3 third,
                    T4 fourth)