Class AnnotationTargetFilterCollection<T extends AnnotationTarget>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<?,​java.util.List<AnnotationInstance>> map  
      private int size  
      private java.lang.Class<T> type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<AnnotationInstance> iterator()  
      int size()  
      • Methods inherited from class java.util.AbstractCollection

        add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • AnnotationTargetFilterCollection

        AnnotationTargetFilterCollection​(java.util.Map<?,​java.util.List<AnnotationInstance>> map,
                                         java.lang.Class<T> type)