Searched defs:Pair (Results 1 – 3 of 3) sorted by relevance
21 public class Pair<T1, T2> { class25 public Pair(final T1 first, final T2 second) { in Pair() method in Pair
57 private static class Pair { class in LocalePreferenceProviderTest61 Pair(int itemType, LocaleStore.LocaleInfo localeInfo) { in Pair() method in LocalePreferenceProviderTest.Pair
222 private static String toString(Pair<?, ?> pair) { in toString() argument