Class ModuleAttr.Triplet<F,​S,​T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Triplet​(F first, S second, T third)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • third

        private final T third
    • Constructor Detail

      • Triplet

        Triplet​(F first,
                S second,
                T third)