Package me.hsgamer.topper.data.simple
Class SimpleDataHolder<K,V>
java.lang.Object
me.hsgamer.topper.data.simple.SimpleDataHolder<K,V>
- All Implemented Interfaces:
DataHolder<K,V>
- Direct Known Subclasses:
NumberTopHolder
-
Constructor Details
-
SimpleDataHolder
public SimpleDataHolder()
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceDataHolder<K,V>
-
getOrCreateEntry
- Specified by:
getOrCreateEntryin interfaceDataHolder<K,V>
-
getEntry
- Specified by:
getEntryin interfaceDataHolder<K,V>
-
removeEntry
- Specified by:
removeEntryin interfaceDataHolder<K,V>
-
getEntryMap
- Specified by:
getEntryMapin interfaceDataHolder<K,V>
-
clear
public void clear()- Specified by:
clearin interfaceDataHolder<K,V>
-