Interface ActivatableMap<K,​V>

  • All Superinterfaces:
    Activatable, java.util.Map<K,​V>
    All Known Implementing Classes:
    ActivatableHashMap, ActivatableHashtable

    public interface ActivatableMap<K,​V>
    extends java.util.Map<K,​V>, Activatable
    extends Map with Transparent Activation and Transparent Persistence support
    Since:
    7.9
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values