Searched defs:pair3 (Results 1 – 3 of 3) sorted by relevance
135 final MutablePair<?, ?> pair3 = MutablePair.of(null, null); in testPairOfObjects() local
138 final Pair<?, ?> pair3 = Pair.of(null, null); in testPairOfObjects() local
191 final ImmutablePair<?, ?> pair3 = ImmutablePair.of(null, null); in testPairOfObjects() local