Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class FileMultiValueMap<K extends Serializable,V extends 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:
Map<K,V>

public class FileMultiValueMap<K extends Serializable,V extends Serializable>
extends MultiValueMap<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
FileMultiValueMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
protected  void finalize()
           
 Set<V> getAll(Object key)
           
 boolean isEmpty()
           
 Set<K> keySet()
           
 V put(K key, V value)
           
 Set<V> putAll(K key, Collection<? extends V> values)
           
 V remove(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(Object key)

containsValue

public boolean containsValue(Object value)

getAll

public Set<V> getAll(Object key)
Specified by:
getAll in class MultiValueMap<K extends Serializable,V extends Serializable>

isEmpty

public boolean isEmpty()

keySet

public Set<K> keySet()

put

public V put(K key,
             V value)

putAll

public Set<V> putAll(K key,
                     Collection<? extends V> values)
Specified by:
putAll in class MultiValueMap<K extends Serializable,V extends Serializable>

remove

public V remove(Object key)

finalize

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

Liferay 6.1.2-ce-ga3