com.liferay.portal.util
Class FileMultiValueMap<K extends java.io.Serializable,V extends java.io.Serializable>
java.lang.Object
com.liferay.portal.kernel.util.MultiValueMap<K,V>
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 classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
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 |
FileMultiValueMap
public FileMultiValueMap()
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