Class BiTuple<A,​B>

    • Field Detail

      • factA

        public A factA
      • factB

        public B factB
    • Constructor Detail

      • BiTuple

        public BiTuple​(A factA,
                       B factB,
                       int storeSize)
    • Method Detail

      • updateIfDifferent

        public boolean updateIfDifferent​(A newFactA,
                                         B newFactB)