public final class DataStoreUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(DataStore<?> dataStore)
Returns a debug string for the given data store to be used as an implementation of
Object.toString(). |
public static String toString(DataStore<?> dataStore)
Object.toString().
Implementation iterates over DataStore.keySet(), calling DataStore.get(String) on each key.
dataStore - data storeCopyright © 2011–2025 Google. All rights reserved.