Package me.hsgamer.topper.data.core
Interface DataEntry<K,V>
- All Known Implementing Classes:
SimpleDataEntry
public interface DataEntry<K,V>
-
Method Summary
-
Method Details
-
getKey
K getKey() -
getValue
V getValue() -
setValue
-
setValue
-
setValue
-
getHolder
DataHolder<K,V> getHolder() -
setValue
-