final class org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
  super_class: java.lang.Object
{
  private java.lang.Object zero;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object one;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object two;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object three;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
         0: .line 1856
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1858
            return
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;

  private void <init>(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
        start local 1 // java.lang.Object first
        start local 2 // java.lang.Object second
         0: .line 1860
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1862
            aload 0 /* this */
            aload 1 /* first */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         2: .line 1863
            aload 0 /* this */
            aload 2 /* second */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         3: .line 1864
            return
        end local 2 // java.lang.Object second
        end local 1 // java.lang.Object first
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0    4     1   first  Ljava/lang/Object;
            0    4     2  second  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      first   
      second  

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
        start local 1 // int i
         0: .line 1868
            iload 1 /* i */
            iconst_3
            if_icmple 3
         1: .line 1870
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_3
            isub
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLongChain:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)V
         2: .line 1871
            goto 16
         3: .line 1874
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 4
                    1: 6
                    2: 8
                    3: 10
              default: 15
          }
         4: .line 1877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         5: .line 1878
            return
         6: .line 1880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         7: .line 1881
            return
         8: .line 1883
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
         9: .line 1884
            return
        10: .line 1886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        11: .line 1888
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            iconst_3
            isub
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLongChain:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)V
        12: .line 1889
            return
        13: .line 1891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        14: .line 1892
            return
        15: .line 1894
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 1897
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   17     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private void removeLongChain(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, int);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        start local 2 // int i
         0: .line 1903
      StackMap locals:
      StackMap stack:
            aload 1 /* oldBucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         1: .line 1904
            iload 2 /* i */
            tableswitch { // 0 - 3
                    0: 2
                    1: 4
                    2: 6
                    3: 8
              default: 14
          }
         2: .line 1907
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         3: .line 1908
            return
         4: .line 1910
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         5: .line 1911
            return
         6: .line 1913
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
         7: .line 1914
            return
         8: .line 1916
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
         9: .line 1918
            iinc 2 /* i */ -3
        10: .line 1919
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        11: .line 1920
            goto 0
        12: .line 1922
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        13: .line 1923
            return
        14: .line 1925
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 18
        15: .line 1927
            iinc 2 /* i */ -3
        16: .line 1928
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        17: .line 1929
            goto 0
        18: .line 1931
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 2 // int i
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   19     1  oldBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   19     2          i  I
            1   19     3     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    MethodParameters:
           Name  Flags
      oldBucket  
      i          

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
        start local 1 // int i
         0: .line 1939
            aload 0 /* this */
            astore 2 /* bucket */
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         1: .line 1940
            goto 4
         2: .line 1942
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
         3: .line 1943
            iinc 1 /* i */ -3
         4: .line 1940
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            iconst_3
            if_icmple 5
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifne 2
         5: .line 1947
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            tableswitch { // 0 - 4
                    0: 6
                    1: 7
                    2: 8
                    3: 9
                    4: 14
              default: 15
          }
         6: .line 1950
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            areturn
         7: .line 1952
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            areturn
         8: .line 1954
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            areturn
         9: .line 1956
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        10: .line 1958
            iinc 1 /* i */ -3
        11: .line 1959
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
        12: .line 1960
            goto 5
        13: .line 1962
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            areturn
        14: .line 1964
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        15: .line 1966
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 1 // int i
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   16     1       i  I
            1   16     2  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    MethodParameters:
      Name  Flags
      i     

  public java.lang.Object removeLast(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
        start local 1 // int cur
         0: .line 1974
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 2
         1: .line 1976
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Ljava/lang/Object;
            areturn
         2: .line 1978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnull 8
         3: .line 1980
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         4: .line 1981
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         5: .line 1982
            iload 1 /* cur */
            iconst_3
            if_icmpne 6
            aconst_null
            goto 7
      StackMap locals: java.lang.Object
      StackMap stack:
         6: aload 2 /* result */
      StackMap locals:
      StackMap stack: java.lang.Object
         7: areturn
        end local 2 // java.lang.Object result
         8: .line 1984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnull 14
         9: .line 1986
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
        10: .line 1987
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        11: .line 1988
            iload 1 /* cur */
            iconst_2
            if_icmpne 12
            aconst_null
            goto 13
      StackMap locals: java.lang.Object
      StackMap stack:
        12: aload 2 /* result */
      StackMap locals:
      StackMap stack: java.lang.Object
        13: areturn
        end local 2 // java.lang.Object result
        14: .line 1990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnull 20
        15: .line 1992
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
        16: .line 1993
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        17: .line 1994
            iload 1 /* cur */
            iconst_1
            if_icmpne 18
            aconst_null
            goto 19
      StackMap locals: java.lang.Object
      StackMap stack:
        18: aload 2 /* result */
      StackMap locals:
      StackMap stack: java.lang.Object
        19: areturn
        end local 2 // java.lang.Object result
        20: .line 1996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
        21: .line 1997
            aconst_null
            areturn
        end local 1 // int cur
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   22     1     cur  I
            4    8     2  result  Ljava/lang/Object;
           10   14     2  result  Ljava/lang/Object;
           16   20     2  result  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      cur   

  private java.lang.Object removeLast(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
         0: .line 2004
      StackMap locals:
      StackMap stack:
            aload 1 /* oldBucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         1: .line 2005
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 4
         2: .line 2007
            aload 2 /* bucket */
            astore 1 /* oldBucket */
         3: .line 2008
            goto 0
         4: .line 2010
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnull 8
         5: .line 2012
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            astore 3 /* result */
        start local 3 // java.lang.Object result
         6: .line 2013
            aload 2 /* bucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         7: .line 2014
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
         8: .line 2016
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnull 12
         9: .line 2018
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            astore 3 /* result */
        start local 3 // java.lang.Object result
        10: .line 2019
            aload 2 /* bucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        11: .line 2020
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        12: .line 2022
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnull 16
        13: .line 2024
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            astore 3 /* result */
        start local 3 // java.lang.Object result
        14: .line 2025
            aload 2 /* bucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        15: .line 2026
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        16: .line 2028
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            astore 3 /* result */
        start local 3 // java.lang.Object result
        17: .line 2029
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        18: .line 2030
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   19     1  oldBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            1   19     2     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            6    8     3     result  Ljava/lang/Object;
           10   12     3     result  Ljava/lang/Object;
           14   16     3     result  Ljava/lang/Object;
           17   19     3     result  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      oldBucket  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket copy();
    descriptor: ()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
         0: .line 2037
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:()V
            astore 1 /* result */
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket result
         1: .line 2038
            aload 1 /* result */
            astore 2 /* dest */
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket dest
         2: .line 2039
            aload 0 /* this */
            astore 3 /* src */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket src
         3: .line 2042
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 2 /* dest */
            aload 3 /* src */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         4: .line 2043
            aload 2 /* dest */
            aload 3 /* src */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         5: .line 2044
            aload 2 /* dest */
            aload 3 /* src */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
         6: .line 2045
            aload 3 /* src */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 11
         7: .line 2047
            aload 2 /* dest */
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:()V
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         8: .line 2048
            aload 3 /* src */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 3 /* src */
         9: .line 2049
            aload 2 /* dest */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* dest */
        10: .line 2050
            goto 3
        11: .line 2052
      StackMap locals:
      StackMap stack:
            aload 2 /* dest */
            aload 3 /* src */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        12: .line 2053
            aload 1 /* result */
            areturn
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket src
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket dest
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket result
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            1   13     1  result  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            2   13     2    dest  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            3   13     3     src  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
}
SourceFile: "UnifiedSetWithHashingStrategy.java"
NestHost: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
InnerClasses:
  private final ChainedBucket = org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket of org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy