public class org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator implements java.util.Iterator<org.eclipse.collections.api.tuple.primitive.ByteIntPair>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean handledZero;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean handledOne;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView this$1;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
         0: .line 1631
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.eclipse.collections.api.tuple.primitive.ByteIntPair next();
    descriptor: ()Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
         0: .line 1641
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.hasNext:()Z
            ifne 2
         1: .line 1643
            new java.util.NoSuchElementException
            dup
            ldc "next() called, but the iterator is exhausted"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.count:I
         3: .line 1647
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.handledZero:Z
            ifne 7
         4: .line 1649
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.handledZero:Z
         5: .line 1650
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            iconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.containsKey:(B)Z
            ifeq 7
         6: .line 1652
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues.zeroValue:I
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(BI)Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
            areturn
         7: .line 1655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.handledOne:Z
            ifne 11
         8: .line 1657
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.handledOne:Z
         9: .line 1658
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            iconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.containsKey:(B)Z
            ifeq 11
        10: .line 1660
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues.oneValue:I
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(BI)Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
            areturn
        11: .line 1664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.keys:[B
            astore 1 /* keys */
        start local 1 // byte[] keys
        12: .line 1665
            goto 14
        13: .line 1667
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
        14: .line 1665
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
            baload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.isNonSentinel:(B)Z
            ifeq 13
        15: .line 1669
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
            baload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.values:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
            iaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(BI)Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.tuple.primitive.ByteIntPair result
        16: .line 1670
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
        17: .line 1671
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.tuple.primitive.ByteIntPair result
        end local 1 // byte[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator;
           12   18     1    keys  [B
           16   18     2  result  Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
         0: .line 1677
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call remove() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
         0: .line 1683
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.size:()I
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator;

  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 org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator.next:()Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;>;
SourceFile: "ByteIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap
InnerClasses:
  protected SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap
  private KeyValuesView = org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView of org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap
  public InternalKeyValuesIterator = org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView$InternalKeyValuesIterator of org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap$KeyValuesView