Class ConstChangeNotifyVectorMap

    • Constructor Detail

      • ConstChangeNotifyVectorMap

        public ConstChangeNotifyVectorMap()
    • Method Detail

      • getMapIndex

        public int getMapIndex​(ConstMap map)
      • getMapCount

        public int getMapCount()
      • removeMap

        public void removeMap​(int index)
      • get

        public java.lang.Object get​(java.lang.Object key)
        Description copied from interface: ConstMap
        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

        public boolean containsKey​(java.lang.Object key)
        Description copied from interface: ConstMap
        Returns true if this map contains the key.
        Parameters:
        key - the key
        Returns:
        true if this map contains the key
      • containsValue

        public boolean containsValue​(java.lang.Object value)
        Description copied from interface: ConstMap
        Returns true if this map contains the value.
        Parameters:
        value - the value
        Returns:
        true if this map contains the value
      • isEmpty

        public boolean isEmpty()
        Description copied from interface: ConstCollection
        Returns true if this collection is empty.
        Returns:
        true if this collection is empty
      • constIterator

        public ConstMapIterator constIterator()
        Description copied from interface: ConstMap
        Returns an iterator for this map.
        Returns:
        an iterator for this map