Documentation of 'com.datumbox.framework.common.dataobjects.AbstractDataStructureMap' Java class
AbstractDataStructureMap
com.datumbox.framework.common.dataobjects

Class AbstractDataStructureMap<T extends java.util.Map<?,?>>

    • Constructor Summary

      Constructors 
      Constructor and Description
      AbstractDataStructureMap(T data)
      Public constructor which takes as argument the appropriate Java collection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void clear()
      Clears the internal data.
      boolean containsKey(java.lang.Object key)
      Checks if the provided key exists in the map.
      boolean isEmpty()
      Checks if the internal data are empty.
      int size()
      Returns the size of the map.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractDataStructureMap

        public AbstractDataStructureMap(T data)
        Public constructor which takes as argument the appropriate Java collection.
        Parameters:
        data -
    • Method Detail

      • size

        public final int size()
        Returns the size of the map.
        Returns:
      • clear

        public final void clear()
        Clears the internal data.
      • isEmpty

        public final boolean isEmpty()
        Checks if the internal data are empty.
        Returns:
      • containsKey

        public final boolean containsKey(java.lang.Object key)
        Checks if the provided key exists in the map.
        Parameters:
        key -
        Returns:

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.