Package org.odmg

Interface DMap

  • All Superinterfaces:
    java.util.Map

    public interface DMap
    extends java.util.Map
    The ODMG Map collection interface,
    not yet available in RasDaMan.
    All of the operations defined by the JavaSoft Map interface are supported by an ODMG implementation of DMap, the exception UnsupportedOperationException is not thrown when a call is made to any of the Map methods.
    Author:
    David Jordan (as Java Editor of the Object Data Management Group)
    • 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