class io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl implements java.util.Iterator<io.netty.util.collection.IntObjectMap$PrimitiveEntry<V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl
  super_class: java.lang.Object
{
  final java.util.Iterator<io.netty.util.collection.IntObjectMap$PrimitiveEntry<V>> iter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Iterator<Lio/netty/util/collection/IntObjectMap$PrimitiveEntry<TV;>;>;

  final io.netty.util.collection.IntCollections$UnmodifiableMap this$1;
    descriptor: Lio/netty/util/collection/IntCollections$UnmodifiableMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.Iterator<io.netty.util.collection.IntObjectMap$PrimitiveEntry<V>>);
    descriptor: (Lio/netty/util/collection/IntCollections$UnmodifiableMap;Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl this
        start local 2 // java.util.Iterator iter
         0: .line 264
            aload 0 /* this */
            aload 1
            putfield io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl.this$1:Lio/netty/util/collection/IntCollections$UnmodifiableMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 265
            aload 0 /* this */
            aload 2 /* iter */
            putfield io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl.iter:Ljava/util/Iterator;
         2: .line 266
            return
        end local 2 // java.util.Iterator iter
        end local 0 // io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/util/collection/IntCollections$UnmodifiableMap$IteratorImpl;
            0    3     2  iter  Ljava/util/Iterator<Lio/netty/util/collection/IntObjectMap$PrimitiveEntry<TV;>;>;
    Signature: (Ljava/util/Iterator<Lio/netty/util/collection/IntObjectMap$PrimitiveEntry<TV;>;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      iter    

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

  public io.netty.util.collection.IntObjectMap$PrimitiveEntry<V> next();
    descriptor: ()Lio/netty/util/collection/IntObjectMap$PrimitiveEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl this
         0: .line 275
            aload 0 /* this */
            invokevirtual io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl.hasNext:()Z
            ifne 2
         1: .line 276
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 278
      StackMap locals:
      StackMap stack:
            new io.netty.util.collection.IntCollections$UnmodifiableMap$EntryImpl
            dup
            aload 0 /* this */
            getfield io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl.this$1:Lio/netty/util/collection/IntCollections$UnmodifiableMap;
            aload 0 /* this */
            getfield io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl.iter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.util.collection.IntObjectMap$PrimitiveEntry
            invokespecial io.netty.util.collection.IntCollections$UnmodifiableMap$EntryImpl.<init>:(Lio/netty/util/collection/IntCollections$UnmodifiableMap;Lio/netty/util/collection/IntObjectMap$PrimitiveEntry;)V
            areturn
        end local 0 // io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/util/collection/IntCollections$UnmodifiableMap$IteratorImpl;
    Signature: ()Lio/netty/util/collection/IntObjectMap$PrimitiveEntry<TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl this
         0: .line 283
            new java.lang.UnsupportedOperationException
            dup
            ldc "remove"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/collection/IntCollections$UnmodifiableMap$IteratorImpl;

  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.util.collection.IntCollections$UnmodifiableMap$IteratorImpl.next:()Lio/netty/util/collection/IntObjectMap$PrimitiveEntry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lio/netty/util/collection/IntObjectMap$PrimitiveEntry<TV;>;>;
SourceFile: "IntCollections.java"
NestHost: io.netty.util.collection.IntCollections
InnerClasses:
  private final UnmodifiableMap = io.netty.util.collection.IntCollections$UnmodifiableMap of io.netty.util.collection.IntCollections
  private EntryImpl = io.netty.util.collection.IntCollections$UnmodifiableMap$EntryImpl of io.netty.util.collection.IntCollections$UnmodifiableMap
  private IteratorImpl = io.netty.util.collection.IntCollections$UnmodifiableMap$IteratorImpl of io.netty.util.collection.IntCollections$UnmodifiableMap
  public abstract PrimitiveEntry = io.netty.util.collection.IntObjectMap$PrimitiveEntry of io.netty.util.collection.IntObjectMap