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

Class LazyMap<K,V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map<K,V>


    public class LazyMap<K,V>
    extends AbstractMap<K,V>
    See Also:
    Serialized Form
    • 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
      LazyMap() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void clear() 
      V get(java.lang.Object key) 
      java.util.Set<K> keySet() 
      void put(K key, java.util.concurrent.Callable<V> value) 
      V put(K key, V value) 
      V remove(java.lang.Object key) 
      int size() 
      • 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

      • LazyMap

        public LazyMap()
    • Method Detail

      • clear

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

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

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

        public void put(K key,
                        java.util.concurrent.Callable<V> value)
      • put

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

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

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.