Class GenericTriple<T>


  • public class GenericTriple<T>
    extends java.lang.Object
    Container for three values of the same type.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on May 04, 2018
    • Constructor Summary

      Constructors 
      Constructor Description
      GenericTriple()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GenericTriple

        public GenericTriple()