org.scijava.util
Class Query
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Class<? extends Annotation>,Class<? extends AnnotatedElement>>
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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Query
public Query()
Query
public Query(Query query)
Copyright © 2009–2015 SciJava. All rights reserved.