Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.List<java.lang.Class<?>>>
    Enclosing class:
    AgentBuilder.RedefinitionStrategy.Listener.Compound

    @Enhance
    protected static class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
    extends java.lang.Object
    implements java.lang.Iterable<java.util.List<java.lang.Class<?>>>
    A compound iterable.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables
      The iterables to consider.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CompoundIterable​(java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables)
      Creates a compound iterable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.util.List<java.lang.Class<?>>> iterator()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • iterables

        private final java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables
        The iterables to consider.
    • Constructor Detail

      • CompoundIterable

        protected CompoundIterable​(java.util.List<java.lang.Iterable<? extends java.util.List<java.lang.Class<?>>>> iterables)
        Creates a compound iterable.
        Parameters:
        iterables - The iterables to consider.
    • Method Detail

      • iterator

        public java.util.Iterator<java.util.List<java.lang.Class<?>>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.util.List<java.lang.Class<?>>>