Interface ConstMap

    • Method Detail

      • get

        java.lang.Object get​(java.lang.Object key)
        Returns the value associated with the key.
        Parameters:
        key - the key
        Returns:
        the value associated with the key, null if no value is associated with the key
      • containsKey

        boolean containsKey​(java.lang.Object key)
        Returns true if this map contains the key.
        Parameters:
        key - the key
        Returns:
        true if this map contains the key
      • containsValue

        boolean containsValue​(java.lang.Object value)
        Returns true if this map contains the value.
        Parameters:
        value - the value
        Returns:
        true if this map contains the value
      • constIterator

        ConstMapIterator constIterator()
        Returns an iterator for this map.
        Returns:
        an iterator for this map