final class org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy<T> extends org.eclipse.collections.impl.set.immutable.AbstractImmutableSet<T> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy
  super_class: org.eclipse.collections.impl.set.immutable.AbstractImmutableSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy;
    descriptor: Lorg/eclipse/collections/api/block/HashingStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;

  void <init>(org.eclipse.collections.api.block.HashingStrategy<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         0: .line 41
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* hashingStrategy */
            putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
         2: .line 44
            return
        end local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    3     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;)V
    MethodParameters:
                 Name  Flags
      hashingStrategy  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Object other
         0: .line 49
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 51
            iconst_1
            ireturn
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof java.util.Set
            ifeq 3
            aload 1 /* other */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    4     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 59
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;

  public org.eclipse.collections.api.set.ImmutableSet<T> newWith(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Object element
         0: .line 65
            getstatic org.eclipse.collections.impl.factory.HashingStrategySets.immutable:Lorg/eclipse/collections/api/factory/set/strategy/ImmutableHashingStrategySetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* element */
            aastore
            invokeinterface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactory.with:(Lorg/eclipse/collections/api/block/HashingStrategy;[Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.ImmutableSet<T> newWithAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Iterable elements
         0: .line 71
            getstatic org.eclipse.collections.impl.factory.HashingStrategySets.immutable:Lorg/eclipse/collections/api/factory/set/strategy/ImmutableHashingStrategySetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 1 /* elements */
            invokeinterface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactory.withAll:(Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.ImmutableSet<T> newWithout(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Object element
         0: .line 77
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.ImmutableSet<T> newWithoutAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Iterable elements
         0: .line 83
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 89
            iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Object object
         0: .line 95
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 101
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 106
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 111
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 116
            invokestatic org.eclipse.collections.impl.EmptyIterator.getInstance:()Lorg/eclipse/collections/impl/EmptyIterator;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public T min(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.util.Comparator comparator
         0: .line 122
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  comparator  Ljava/util/Comparator<-TT;>;
    Signature: (Ljava/util/Comparator<-TT;>;)TT;
    MethodParameters:
            Name  Flags
      comparator  

  public T max(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.util.Comparator comparator
         0: .line 128
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  comparator  Ljava/util/Comparator<-TT;>;
    Signature: (Ljava/util/Comparator<-TT;>;)TT;
    MethodParameters:
            Name  Flags
      comparator  

  public T min();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 134
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public T max();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 140
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public <V extends java.lang.Comparable<? super V>> T minBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 146
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
    MethodParameters:
          Name  Flags
      function  

  public <V extends java.lang.Comparable<? super V>> T maxBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 152
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
    MethodParameters:
          Name  Flags
      function  

  public <S, R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, S>>> R zip(java.lang.Iterable<S>, );
    descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.lang.Iterable that
        start local 2 // java.util.Collection target
         0: .line 158
            aload 2 /* target */
            areturn
        end local 2 // java.util.Collection target
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1    that  Ljava/lang/Iterable<TS;>;
            0    1     2  target  TR;
    Signature: <S:Ljava/lang/Object;R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;>(Ljava/lang/Iterable<TS;>;TR;)TR;
    MethodParameters:
        Name  Flags
      that    
      target  

  public <R extends java.util.Collection<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>>> R zipWithIndex();
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
        start local 1 // java.util.Collection target
         0: .line 164
            aload 1 /* target */
            areturn
        end local 1 // java.util.Collection target
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
            0    1     1  target  TR;
    Signature: <R::Ljava/util/Collection<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;>(TR;)TR;
    MethodParameters:
        Name  Flags
      target  

  public T getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 170
            aconst_null
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 176
            aconst_null
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public T getOnly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 182
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size must be 1 but was "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;
    Signature: ()TT;

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
         0: .line 187
            new org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.<init>:(Lorg/eclipse/collections/api/set/ImmutableSet;Lorg/eclipse/collections/api/block/HashingStrategy;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableEmptySetWithHashingStrategy<TT;>;

  public org.eclipse.collections.api.collection.ImmutableCollection newWithout(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.newWithout:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection newWithAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.newWithAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection newWith(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.newWith:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection newWithoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategy.newWithoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet<TT;>;Ljava/io/Serializable;
SourceFile: "ImmutableEmptySetWithHashingStrategy.java"