org.apache.commons.classscan.bcel
Class AnnotationMap

java.lang.Object
  extended by org.apache.commons.classscan.util.ReadOnlySet<V>
      extended by org.apache.commons.classscan.util.ResolveSet<V>
          extended by org.apache.commons.classscan.util.NameSet<BcelAnnotation>
              extended by org.apache.commons.classscan.bcel.AnnotationMap
All Implemented Interfaces:
Iterable<BcelAnnotation>, Collection<BcelAnnotation>, Set<BcelAnnotation>

public class AnnotationMap
extends NameSet<BcelAnnotation>


Field Summary
 
Fields inherited from class org.apache.commons.classscan.util.ReadOnlySet
values
 
Method Summary
static AnnotationMap createAnnotations(org.apache.bcel.classfile.AnnotationEntry[] annotationEntries)
           
 
Methods inherited from class org.apache.commons.classscan.util.NameSet
emptyNameSet, getValue
 
Methods inherited from class org.apache.commons.classscan.util.ResolveSet
emptyResolveSet, resolve
 
Methods inherited from class org.apache.commons.classscan.util.ReadOnlySet
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, setValues, size, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Set
equals, hashCode
 

Method Detail

createAnnotations

public static AnnotationMap createAnnotations(org.apache.bcel.classfile.AnnotationEntry[] annotationEntries)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.