Class TriTuple<A,​B,​C>

    • Field Detail

      • factA

        public A factA
      • factB

        public B factB
      • factC

        public C factC
    • Constructor Detail

      • TriTuple

        public TriTuple​(A factA,
                        B factB,
                        C factC,
                        int storeSize)
    • Method Detail

      • updateIfDifferent

        public boolean updateIfDifferent​(A newFactA,
                                         B newFactB,
                                         C newFactC)