Class AnnotationReferences<T extends AnnotationReference>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
org.jd.core.v1.util.DefaultList<T>
org.jd.core.v1.model.javasyntax.reference.AnnotationReferences<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>, BaseAnnotationReference, Reference

public class AnnotationReferences<T extends AnnotationReference> extends DefaultList<T> implements BaseAnnotationReference
See Also:
  • Constructor Details

    • AnnotationReferences

      public AnnotationReferences()
    • AnnotationReferences

      public AnnotationReferences(int capacity)
    • AnnotationReferences

      public AnnotationReferences(Collection<T> collection)
  • Method Details