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

Class BufferedWriteMap<K,V>

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


    public class BufferedWriteMap<K,V>
    extends AbstractMap<K,V>
    implements Wrapper<java.util.Map<K,V>>, java.io.Flushable
    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
      BufferedWriteMap(java.util.Map<K,V> map) 
    • Constructor Detail

      • BufferedWriteMap

        public BufferedWriteMap(java.util.Map<K,V> map)
    • 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 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>
      • getWrappedObject

        public java.util.Map<K,V> getWrappedObject()
        Description copied from interface: Wrapper
        Returns the object that is wrapped inside the wrapper
        Specified by:
        getWrappedObject in interface Wrapper<java.util.Map<K,V>>
        Returns:
        the inner object
      • setWrappedObject

        public void setWrappedObject(java.util.Map<K,V> object)
      • flush

        public void flush()
                   throws java.io.IOException
        Specified by:
        flush in interface java.io.Flushable
        Throws:
        java.io.IOException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.