org.chromattic.common
Class SetMap<K,V>

java.lang.Object
  extended by org.chromattic.common.SetMap<K,V>

public class SetMap<K,V>
extends Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
SetMap()
           
 
Method Summary
 Set<V> get(K key)
           
 Set<K> keySet()
           
 Set<V> peek(K key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetMap

public SetMap()
Method Detail

peek

public Set<V> peek(K key)

get

public Set<V> get(K key)

keySet

public Set<K> keySet()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.