final class org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy<T> extends org.eclipse.collections.impl.set.immutable.AbstractImmutableSet<T> implements java.io.Serializable, org.eclipse.collections.impl.parallel.BatchIterable<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
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.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> delegate;
descriptor: Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
private void <init>(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T>);
descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 3 1 delegate Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;)V
MethodParameters:
Name Flags
delegate
public static <T> org.eclipse.collections.api.set.ImmutableSet<T> newSetWith(org.eclipse.collections.api.block.HashingStrategy<? super T>, T[]);
descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;[Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
dup
aload 0
aload 1
invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSetWith:(Lorg/eclipse/collections/api/block/HashingStrategy;[Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 hashingStrategy Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
0 1 1 elements [Ljava/lang/Object;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;[TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
hashingStrategy
elements
public static <T> org.eclipse.collections.api.set.ImmutableSet<T> newSet(org.eclipse.collections.api.block.HashingStrategy<? super T>, java.lang.Iterable<? extends T>);
descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
dup
aload 0
aload 1
invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 hashingStrategy Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
0 1 1 iterable Ljava/lang/Iterable<+TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
hashingStrategy
iterable
public static <T> org.eclipse.collections.api.set.ImmutableSet<T> newSet(org.eclipse.collections.api.block.HashingStrategy<? super T>, int);
descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;I)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
dup
aload 0
iload 1
invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 hashingStrategy Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
0 1 1 capacity I
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;I)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
MethodParameters:
Name Flags
hashingStrategy
capacity
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
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 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
aload 1
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 1 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 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
aload 1
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.contains:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 1 1 object Ljava/lang/Object;
MethodParameters:
Name Flags
object
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.UnmodifiableIteratorAdapter
dup
aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.iterator:()Ljava/util/Iterator;
invokespecial org.eclipse.collections.impl.UnmodifiableIteratorAdapter.<init>:(Ljava/util/Iterator;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
public T getFirst();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getFirst:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<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 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getLast:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
Signature: ()TT;
public T getOnly();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getOnly:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
Signature: ()TT;
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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
aload 1
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 2 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 int getBatchCount(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
iload 1
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getBatchCount:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 1 1 batchSize I
MethodParameters:
Name Flags
batchSize
public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super T>, int, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
aload 1
iload 2
iload 3
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.batchForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
0 2 2 sectionIndex I
0 2 3 sectionCount I
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;II)V
MethodParameters:
Name Flags
procedure
sectionIndex
sectionCount
private java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy
dup
aload 0
aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
public org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> asParallel(java.util.concurrent.ExecutorService, int);
descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
0 1 1 executorService Ljava/util/concurrent/ExecutorService;
0 1 2 batchSize I
Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TT;>;
MethodParameters:
Name Flags
executorService
batchSize
public org.eclipse.collections.api.set.ParallelSetIterable asParallel(java.util.concurrent.ExecutorService, int);
descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet<TT;>;Ljava/io/Serializable;Lorg/eclipse/collections/impl/parallel/BatchIterable<TT;>;
SourceFile: "ImmutableUnifiedSetWithHashingStrategy.java"