org.scijava.util
Class Query

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Class<? extends Annotation>,Class<? extends AnnotatedElement>>
          extended by org.scijava.util.Query
All Implemented Interfaces:
Serializable, Cloneable, Map<Class<? extends Annotation>,Class<? extends AnnotatedElement>>

public class Query
extends HashMap<Class<? extends Annotation>,Class<? extends AnnotatedElement>>

A map of annotations to annotated elements.

Author:
Mark Hiner
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
Query()
           
Query(Query query)
           
 
Method Summary
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Query

public Query()

Query

public Query(Query query)


Copyright © 2009–2015 SciJava. All rights reserved.