Documentation of 'org.ujmp.core.collections.map.AbstractMap' Java class
AbstractMap
org.ujmp.core.collections.map

Class AbstractMap<K,V>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K,V>
    • Constructor Summary

      Constructors 
      Constructor and Description
      AbstractMap() 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void clear() 
      boolean containsKey(java.lang.Object key) 
      boolean containsValue(java.lang.Object value) 
      java.util.Set<java.util.Map.Entry<K,V>> entrySet() 
      java.util.Map<K,V> get(K... keys) 
      abstract V get(java.lang.Object key) 
      java.lang.String getAsString(java.lang.Object key) 
      boolean isEmpty() 
      abstract java.util.Set<K> keySet() 
      abstract V put(K key, V value) 
      void putAll(java.util.Map<? extends K,? extends V> map) 
      abstract V remove(java.lang.Object key) 
      abstract int size() 
      java.lang.String toString() 
      java.util.Collection<V> values() 
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • AbstractMap

        public AbstractMap()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Map<K,V>
        Overrides:
        isEmpty in class java.util.AbstractMap<K,V>
      • getAsString

        public java.lang.String getAsString(java.lang.Object key)
      • putAll

        public void putAll(java.util.Map<? extends K,? extends V> map)
        Specified by:
        putAll in interface java.util.Map<K,V>
        Overrides:
        putAll in class java.util.AbstractMap<K,V>
      • containsKey

        public boolean containsKey(java.lang.Object key)
        Specified by:
        containsKey in interface java.util.Map<K,V>
        Overrides:
        containsKey in class java.util.AbstractMap<K,V>
      • containsValue

        public boolean containsValue(java.lang.Object value)
        Specified by:
        containsValue in interface java.util.Map<K,V>
        Overrides:
        containsValue in class java.util.AbstractMap<K,V>
      • values

        public java.util.Collection<V> values()
        Specified by:
        values in interface java.util.Map<K,V>
        Overrides:
        values in class java.util.AbstractMap<K,V>
      • entrySet

        public java.util.Set<java.util.Map.Entry<K,V>> entrySet()
        Specified by:
        entrySet in interface java.util.Map<K,V>
        Specified by:
        entrySet in class java.util.AbstractMap<K,V>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractMap<K,V>
      • get

        public java.util.Map<K,V> get(K... keys)
      • clear

        public abstract void clear()
        Specified by:
        clear in interface java.util.Map<K,V>
        Overrides:
        clear in class java.util.AbstractMap<K,V>
      • get

        public abstract V get(java.lang.Object key)
        Specified by:
        get in interface java.util.Map<K,V>
        Overrides:
        get in class java.util.AbstractMap<K,V>
      • keySet

        public abstract java.util.Set<K> keySet()
        Specified by:
        keySet in interface java.util.Map<K,V>
        Overrides:
        keySet in class java.util.AbstractMap<K,V>
      • put

        public abstract V put(K key,
                              V value)
        Specified by:
        put in interface java.util.Map<K,V>
        Overrides:
        put in class java.util.AbstractMap<K,V>
      • remove

        public abstract V remove(java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<K,V>
        Overrides:
        remove in class java.util.AbstractMap<K,V>
      • size

        public abstract int size()
        Specified by:
        size in interface java.util.Map<K,V>
        Overrides:
        size in class java.util.AbstractMap<K,V>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.