class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 implements java.util.Iterator<io.netty.handler.traffic.TrafficCounter>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1
  super_class: java.lang.Object
{
  final java.util.Iterator<io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$PerChannel> iter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Iterator<Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$PerChannel;>;

  final io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1 this$1;
    descriptor: Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1);
    descriptor: (Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
         0: .line 630
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1.this$1:Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 631
            aload 0 /* this */
            aload 1
            invokestatic io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1.access$0:(Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;)Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;
            getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.channelQueues:Ljava/util/concurrent/ConcurrentMap;
            invokeinterface java.util.concurrent.ConcurrentMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            putfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1.iter:Ljava/util/Iterator;
         2: .line 630
            return
        end local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
         0: .line 634
            aload 0 /* this */
            getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1$1;

  public io.netty.handler.traffic.TrafficCounter next();
    descriptor: ()Lio/netty/handler/traffic/TrafficCounter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
         0: .line 638
            aload 0 /* this */
            getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$PerChannel
            getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$PerChannel.channelTrafficCounter:Lio/netty/handler/traffic/TrafficCounter;
            areturn
        end local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1$1;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
         0: .line 642
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1.next:()Lio/netty/handler/traffic/TrafficCounter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lio/netty/handler/traffic/TrafficCounter;>;
SourceFile: "GlobalChannelTrafficShapingHandler.java"
EnclosingMethod: io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1.iterator:()Ljava/util/Iterator;
NestHost: io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
InnerClasses:
  io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1
  io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1
  final PerChannel = io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$PerChannel of io.netty.handler.traffic.GlobalChannelTrafficShapingHandler