Uses of Class
me.hsgamer.topper.core.DataEntry
-
-
Uses of DataEntry in me.hsgamer.topper.core
Methods in me.hsgamer.topper.core that return DataEntry Modifier and Type Method Description DataEntry<K,V>DataHolder. getOrCreateEntry(K key)Methods in me.hsgamer.topper.core that return types with arguments of type DataEntry Modifier and Type Method Description Optional<DataEntry<K,V>>DataHolder. getEntry(K key)Map<K,DataEntry<K,V>>DataHolder. getEntryMap()Methods in me.hsgamer.topper.core with parameters of type DataEntry Modifier and Type Method Description protected voidDataHolder. onCreate(DataEntry<K,V> entry)protected voidDataHolder. onRemove(DataEntry<K,V> entry)protected voidDataHolder. onUpdate(DataEntry<K,V> entry, V oldValue)
-