Class Semantic.Base<K,​V,​R>

    • Constructor Detail

      • Base

        public Base()
    • Method Detail

      • loaded

        public void loaded​(K key,
                           Progress<K,​V,​R> c,
                           ExaminationEntry<K,​V> e)
        By default a load returns always the value as result. May be overridden to change. This is only called when a load was requested.
        Specified by:
        loaded in interface Semantic<K,​V,​R>
        Parameters:
        key -
        e - the entry containing the old data