Searched defs:ParcelableList (Results 1 – 1 of 1) sorted by relevance
26 public final class ParcelableList<T extends Parcelable> implements Parcelable { class55 private ParcelableList() {} in ParcelableList() method in ParcelableList57 public ParcelableList(Collection<T> initialList) { in ParcelableList() method in ParcelableList