org.drools.guvnor.client.explorer
Class MultiKeyMap<T>
java.lang.Object
org.drools.guvnor.client.explorer.MultiKeyMap<T>
public class MultiKeyMap<T>
- extends Object
Map that uses a collection of Strings as a key.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiKeyMap
public MultiKeyMap()
containsKey
public boolean containsKey(String key)
get
public T get(String key)
put
public T put(String key,
T value)
put
public T put(String[] key,
T value)
remove
public T remove(String[] keys)
remove
public T remove(String key)
clear
public void clear()
getKey
public String getKey(com.google.gwt.user.client.ui.Widget tabWidget)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.