com.liferay.portal.util
Class FileMultiValueMap<K extends java.io.Serializable,V extends java.io.Serializable>

java.lang.Object
  extended by com.liferay.portal.kernel.util.MultiValueMap<K,V>
      extended by com.liferay.portal.util.FileMultiValueMap<K,V>
All Implemented Interfaces:
java.util.Map<K,V>

public class FileMultiValueMap<K extends java.io.Serializable,V extends java.io.Serializable>
extends com.liferay.portal.kernel.util.MultiValueMap<K,V>

View Source

Author:
Alexander Chow

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
FileMultiValueMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(java.lang.Object key)
           
 boolean containsValue(java.lang.Object value)
           
protected  void finalize()
           
 java.util.Set<V> getAll(java.lang.Object key)
           
 boolean isEmpty()
           
 java.util.Set<K> keySet()
           
 V put(K key, V value)
           
 java.util.Set<V> putAll(K key, java.util.Collection<? extends V> values)
           
 V remove(java.lang.Object key)
           
 
Methods inherited from class com.liferay.portal.kernel.util.MultiValueMap
entrySet, get, putAll, size, size, values
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FileMultiValueMap

public FileMultiValueMap()
Method Detail

clear

public void clear()

containsKey

public boolean containsKey(java.lang.Object key)

containsValue

public boolean containsValue(java.lang.Object value)

getAll

public java.util.Set<V> getAll(java.lang.Object key)
Specified by:
getAll in class com.liferay.portal.kernel.util.MultiValueMap<K extends java.io.Serializable,V extends java.io.Serializable>

isEmpty

public boolean isEmpty()

keySet

public java.util.Set<K> keySet()

put

public V put(K key,
             V value)

putAll

public java.util.Set<V> putAll(K key,
                               java.util.Collection<? extends V> values)
Specified by:
putAll in class com.liferay.portal.kernel.util.MultiValueMap<K extends java.io.Serializable,V extends java.io.Serializable>

remove

public V remove(java.lang.Object key)

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable