public final class DataStoreUtilsUtilities for data stores.
Static Methods
toString(DataStore<?> dataStore)
public static String toString(DataStore<?> dataStore)Returns a debug string for the given data store to be used as an implementation of Object#toString().
Implementation iterates over DataStore#keySet(), calling DataStore#get(String) on each key.
| Parameter | |
|---|---|
| Name | Description |
dataStore |
DataStore<?>data store |
| Returns | |
|---|---|
| Type | Description |
String |
debug string |