Searched defs:Pair (Results 1 – 5 of 5) sorted by relevance
52 private static class Pair<T> { class in AtomicMarkableReference55 private Pair(T reference, boolean mark) { in Pair() method in AtomicMarkableReference.Pair
52 private static class Pair<T> { class in AtomicStampedReference55 private Pair(T reference, int stamp) { in Pair() method in AtomicStampedReference.Pair
505 private static class Pair { class in TestReducedParser509 public Pair(int parseLen, Integer parseVal, boolean strict) { in Pair() method in TestReducedParser.Pair
33 static class Pair<T, S> {} class in OldGenericReflectionCornerCases
1076 private static class Pair<A, B> { class in ProviderTest1079 Pair(A first, B second) { in Pair() method in ProviderTest.Pair