public abstract class HashSetParcelConverter<T> extends CollectionParcelConverter<T,HashSet<T>>
| Constructor and Description |
|---|
HashSetParcelConverter() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<T> |
createCollection() |
fromParcel, itemFromParcel, itemToParcel, toParcelpublic HashSetParcelConverter()
public HashSet<T> createCollection()
createCollection in class CollectionParcelConverter<T,HashSet<T>>Copyright © 2018. All Rights Reserved.