-
public final class DataStoreContent<T extends Object>Datastore entry contents and metadata.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerversionCodeprivate final Tdata
-
Constructor Summary
Constructors Constructor Description DataStoreContent(Integer versionCode, T data)
-
Method Summary
Modifier and Type Method Description final IntegergetVersionCode()final TgetData()
-