org.drools.guvnor.client.explorer
Class MultiKeyMap<T>

java.lang.Object
  extended by org.drools.guvnor.client.explorer.MultiKeyMap<T>

public class MultiKeyMap<T>
extends Object

Map that uses a collection of Strings as a key.


Constructor Summary
MultiKeyMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(String key)
           
 T get(String key)
           
 String getKey(com.google.gwt.user.client.ui.Widget tabWidget)
           
 T put(String[] key, T value)
           
 T put(String key, T value)
           
 T remove(String key)
           
 T remove(String[] keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiKeyMap

public MultiKeyMap()
Method Detail

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.