Package me.hsgamer.topper.storage.core
Interface DataStorage<K,V>
-
public interface DataStorage<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDataStorage.Modifier<K,V>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Map<K,V>load()Optional<V>load(K key)Optional<DataStorage.Modifier<K,V>>modify()default voidonRegister()default voidonUnregister()
-