Searched defs:Pair (Results 1 – 1 of 1) sorted by relevance
22 public class Pair<A, B> implements Parcelable { class26 public Pair() {} in Pair() method in Pair27 public Pair(Parcel source) { readFromParcel(source); } in Pair() method in Pair