static int tripleHashCodeByContentsIC(T3 t) { ret t == null ? 0 : lowerHashCode(t.a) + 2*lowerHashCode(t.b) - 4*lowerHashCode(t.c); }