class io.vertx.core.net.impl.VertxEventLoopGroup$1 implements java.util.Set<io.netty.util.concurrent.EventExecutor>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.net.impl.VertxEventLoopGroup$1
  super_class: java.lang.Object
{
  final io.vertx.core.net.impl.VertxEventLoopGroup this$0;
    descriptor: Lio/vertx/core/net/impl/VertxEventLoopGroup;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.net.impl.VertxEventLoopGroup);
    descriptor: (Lio/vertx/core/net/impl/VertxEventLoopGroup;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
         0: .line 170
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<io.netty.util.concurrent.EventExecutor> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
         0: .line 173
            new io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopIterator
            dup
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            invokespecial io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopIterator.<init>:(Ljava/util/Iterator;)V
            areturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
    Signature: ()Ljava/util/Iterator<Lio/netty/util/concurrent/EventExecutor;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.lang.Object o
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.lang.Object[] a
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            aload 1 /* a */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  public boolean add(io.netty.util.concurrent.EventExecutor);
    descriptor: (Lio/netty/util/concurrent/EventExecutor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // io.netty.util.concurrent.EventExecutor eventExecutor
         0: .line 203
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.util.concurrent.EventExecutor eventExecutor
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1  eventExecutor  Lio/netty/util/concurrent/EventExecutor;
    MethodParameters:
               Name  Flags
      eventExecutor  

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.lang.Object o
         0: .line 208
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.util.Collection c
         0: .line 213
            aload 0 /* this */
            getfield io.vertx.core.net.impl.VertxEventLoopGroup$1.this$0:Lio/vertx/core/net/impl/VertxEventLoopGroup;
            getfield io.vertx.core.net.impl.VertxEventLoopGroup.workers:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(java.util.Collection<? extends io.netty.util.concurrent.EventExecutor>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.util.Collection c
         0: .line 218
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection c
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     c  Ljava/util/Collection<+Lio/netty/util/concurrent/EventExecutor;>;
    Signature: (Ljava/util/Collection<+Lio/netty/util/concurrent/EventExecutor;>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.util.Collection c
         0: .line 223
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection c
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
        start local 1 // java.util.Collection c
         0: .line 228
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection c
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
         0: .line 233
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.net.impl.VertxEventLoopGroup$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/VertxEventLoopGroup$1;

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.util.concurrent.EventExecutor
            invokevirtual io.vertx.core.net.impl.VertxEventLoopGroup$1.add:(Lio/netty/util/concurrent/EventExecutor;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Set<Lio/netty/util/concurrent/EventExecutor;>;
SourceFile: "VertxEventLoopGroup.java"
EnclosingMethod: io.vertx.core.net.impl.VertxEventLoopGroup
NestHost: io.vertx.core.net.impl.VertxEventLoopGroup
InnerClasses:
  io.vertx.core.net.impl.VertxEventLoopGroup$1
  private EventLoopHolder = io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopHolder of io.vertx.core.net.impl.VertxEventLoopGroup
  private final EventLoopIterator = io.vertx.core.net.impl.VertxEventLoopGroup$EventLoopIterator of io.vertx.core.net.impl.VertxEventLoopGroup