org.ximtec.igesture.util
Class MultiValueMap<T,S>
java.lang.Object
org.ximtec.igesture.util.MultiValueMap<T,S>
public class MultiValueMap<T,S>
- extends Object
- Author:
- Bjorn Puype, bpuype@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValueMap
public MultiValueMap()
add
public void add(T key,
S value)
removeKey
public void removeKey(T key)
removeValue
public void removeValue(T key,
S value)
keySet
public Set<T> keySet()
getValues
public List<S> getValues(T key)
clear
public void clear()
isEmpty
public boolean isEmpty()
containsKey
public boolean containsKey(T key)
size
public int size()
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.