org.hypergraphdb.query.cond2qry
Class ToQueryMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.Class<?>,ConditionToQuery>
          extended by org.hypergraphdb.query.cond2qry.ToQueryMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Class<?>,ConditionToQuery>

public class ToQueryMap
extends java.util.HashMap<java.lang.Class<?>,ConditionToQuery>

See Also:
Serialized Form

Constructor Summary
ToQueryMap()
           
 
Method Summary
static ToQueryMap getInstance()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ToQueryMap

public ToQueryMap()
Method Detail

getInstance

public static ToQueryMap getInstance()