class com.google.common.collect.RegularImmutableMultiset<E> extends com.google.common.collect.ImmutableMultiset<E>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.RegularImmutableMultiset
super_class: com.google.common.collect.ImmutableMultiset
{
static final com.google.common.collect.ImmutableMultiset<java.lang.Object> EMPTY;
descriptor: Lcom/google/common/collect/ImmutableMultiset;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Signature: Lcom/google/common/collect/ImmutableMultiset<Ljava/lang/Object;>;
static final double MAX_LOAD_FACTOR;
descriptor: D
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1.0
RuntimeInvisibleAnnotations:
com.google.common.annotations.VisibleForTesting()
static final double HASH_FLOODING_FPP;
descriptor: D
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 0.001
RuntimeInvisibleAnnotations:
com.google.common.annotations.VisibleForTesting()
static final int MAX_HASH_BUCKET_LENGTH;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 9
RuntimeInvisibleAnnotations:
com.google.common.annotations.VisibleForTesting()
private final transient com.google.common.collect.Multisets$ImmutableEntry<E>[] entries;
descriptor: [Lcom/google/common/collect/Multisets$ImmutableEntry;
flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
Signature: [Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;
private final transient com.google.common.collect.Multisets$ImmutableEntry<E>[] hashTable;
descriptor: [Lcom/google/common/collect/Multisets$ImmutableEntry;
flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
Signature: [Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;
RuntimeVisibleTypeAnnotations:
FIELD
org.checkerframework.checker.nullness.qual.Nullable()
private final transient int size;
descriptor: I
flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
private final transient int hashCode;
descriptor: I
flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
private transient com.google.common.collect.ImmutableSet<E> elementSet;
descriptor: Lcom/google/common/collect/ImmutableSet;
flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
Signature: Lcom/google/common/collect/ImmutableSet<TE;>;
RuntimeVisibleAnnotations:
com.google.errorprone.annotations.concurrent.LazyInit()
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
invokestatic com.google.common.collect.RegularImmutableMultiset.create:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableMultiset;
putstatic com.google.common.collect.RegularImmutableMultiset.EMPTY:Lcom/google/common/collect/ImmutableMultiset;
1: return
LocalVariableTable:
Start End Slot Name Signature
static <E> com.google.common.collect.ImmutableMultiset<E> create(java.util.Collection<? extends com.google.common.collect.Multiset$Entry<? extends E>>);
descriptor: (Ljava/util/Collection;)Lcom/google/common/collect/ImmutableMultiset;
flags: (0x0008) ACC_STATIC
Code:
stack=7, locals=19, args_size=1
start local 0 0: aload 0
invokeinterface java.util.Collection.size:()I
istore 1
start local 1 1: iload 1
anewarray com.google.common.collect.Multisets$ImmutableEntry
astore 2
start local 2 2: iload 1
ifne 4
3: new com.google.common.collect.RegularImmutableMultiset
dup
aload 2
aconst_null
iconst_0
iconst_0
invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
invokespecial com.google.common.collect.RegularImmutableMultiset.<init>:([Lcom/google/common/collect/Multisets$ImmutableEntry;[Lcom/google/common/collect/Multisets$ImmutableEntry;IILcom/google/common/collect/ImmutableSet;)V
areturn
4: StackMap locals: int com.google.common.collect.Multisets$ImmutableEntry[]
StackMap stack:
iload 1
dconst_1
invokestatic com.google.common.collect.Hashing.closedTableSize:(ID)I
istore 3
start local 3 5: iload 3
iconst_1
isub
istore 4
start local 4 6: iload 3
anewarray com.google.common.collect.Multisets$ImmutableEntry
astore 5
start local 5 7: iconst_0
istore 6
start local 6 8: iconst_0
istore 7
start local 7 9: lconst_0
lstore 8
start local 8 10: aload 0
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 11
goto 32
StackMap locals: java.util.Collection int com.google.common.collect.Multisets$ImmutableEntry[] int int com.google.common.collect.Multisets$ImmutableEntry[] int int long top java.util.Iterator
StackMap stack:
11: aload 11
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.common.collect.Multiset$Entry
astore 10
start local 10 12: aload 10
invokeinterface com.google.common.collect.Multiset$Entry.getElement:()Ljava/lang/Object;
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
astore 12
start local 12 13: aload 10
invokeinterface com.google.common.collect.Multiset$Entry.getCount:()I
istore 13
start local 13 14: aload 12
invokevirtual java.lang.Object.hashCode:()I
istore 14
start local 14 15: iload 14
invokestatic com.google.common.collect.Hashing.smear:(I)I
iload 4
iand
istore 15
start local 15 16: aload 5
iload 15
aaload
astore 16
start local 16 17: aload 16
ifnonnull 27
18: aload 10
instanceof com.google.common.collect.Multisets$ImmutableEntry
ifeq 20
aload 10
instanceof com.google.common.collect.RegularImmutableMultiset$NonTerminalEntry
ifne 20
19: iconst_1
goto 21
StackMap locals: java.util.Collection int com.google.common.collect.Multisets$ImmutableEntry[] int int com.google.common.collect.Multisets$ImmutableEntry[] int int long com.google.common.collect.Multiset$Entry java.util.Iterator java.lang.Object int int int com.google.common.collect.Multisets$ImmutableEntry
StackMap stack:
20: iconst_0
StackMap locals:
StackMap stack: int
21: istore 18
start local 18 22: iload 18
ifeq 24
23: aload 10
checkcast com.google.common.collect.Multisets$ImmutableEntry
goto 25
24: StackMap locals: java.util.Collection int com.google.common.collect.Multisets$ImmutableEntry[] int int com.google.common.collect.Multisets$ImmutableEntry[] int int long com.google.common.collect.Multiset$Entry java.util.Iterator java.lang.Object int int int com.google.common.collect.Multisets$ImmutableEntry top int
StackMap stack:
new com.google.common.collect.Multisets$ImmutableEntry
dup
aload 12
iload 13
invokespecial com.google.common.collect.Multisets$ImmutableEntry.<init>:(Ljava/lang/Object;I)V
25: StackMap locals:
StackMap stack: com.google.common.collect.Multisets$ImmutableEntry
astore 17
end local 18 start local 17 26: goto 28
end local 17 27: StackMap locals: java.util.Collection int com.google.common.collect.Multisets$ImmutableEntry[] int int com.google.common.collect.Multisets$ImmutableEntry[] int int long com.google.common.collect.Multiset$Entry java.util.Iterator java.lang.Object int int int com.google.common.collect.Multisets$ImmutableEntry
StackMap stack:
new com.google.common.collect.RegularImmutableMultiset$NonTerminalEntry
dup
aload 12
iload 13
aload 16
invokespecial com.google.common.collect.RegularImmutableMultiset$NonTerminalEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/Multisets$ImmutableEntry;)V
astore 17
start local 17 28: StackMap locals: com.google.common.collect.Multisets$ImmutableEntry
StackMap stack:
iload 7
iload 14
iload 13
ixor
iadd
istore 7
29: aload 2
iload 6
iinc 6 1
aload 17
aastore
30: aload 5
iload 15
aload 17
aastore
31: lload 8
iload 13
i2l
ladd
lstore 8
end local 17 end local 16 end local 15 end local 14 end local 13 end local 12 end local 10 32: StackMap locals: java.util.Collection int com.google.common.collect.Multisets$ImmutableEntry[] int int com.google.common.collect.Multisets$ImmutableEntry[] int int long top java.util.Iterator
StackMap stack:
aload 11
invokeinterface java.util.Iterator.hasNext:()Z
ifne 11
33: aload 5
invokestatic com.google.common.collect.RegularImmutableMultiset.hashFloodingDetected:([Lcom/google/common/collect/Multisets$ImmutableEntry;)Z
ifeq 35
34: aload 2
invokestatic com.google.common.collect.ImmutableList.asImmutableList:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
invokestatic com.google.common.collect.JdkBackedImmutableMultiset.create:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableMultiset;
goto 38
35: StackMap locals: java.util.Collection int com.google.common.collect.Multisets$ImmutableEntry[] int int com.google.common.collect.Multisets$ImmutableEntry[] int int long
StackMap stack:
new com.google.common.collect.RegularImmutableMultiset
dup
36: aload 2
aload 5
lload 8
invokestatic com.google.common.primitives.Ints.saturatedCast:(J)I
iload 7
aconst_null
37: invokespecial com.google.common.collect.RegularImmutableMultiset.<init>:([Lcom/google/common/collect/Multisets$ImmutableEntry;[Lcom/google/common/collect/Multisets$ImmutableEntry;IILcom/google/common/collect/ImmutableSet;)V
38: StackMap locals:
StackMap stack: com.google.common.collect.ImmutableMultiset
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 entries Ljava/util/Collection<+Lcom/google/common/collect/Multiset$Entry<+TE;>;>;
1 39 1 distinct I
2 39 2 entryArray [Lcom/google/common/collect/Multisets$ImmutableEntry;
5 39 3 tableSize I
6 39 4 mask I
7 39 5 hashTable [Lcom/google/common/collect/Multisets$ImmutableEntry;
8 39 6 index I
9 39 7 hashCode I
10 39 8 size J
12 32 10 entry Lcom/google/common/collect/Multiset$Entry<+TE;>;
13 32 12 element TE;
14 32 13 count I
15 32 14 hash I
16 32 15 bucket I
17 32 16 bucketHead Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;
26 27 17 newEntry Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;
28 32 17 newEntry Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;
22 26 18 canReuseEntry Z
Signature: <E:Ljava/lang/Object;>(Ljava/util/Collection<+Lcom/google/common/collect/Multiset$Entry<+TE;>;>;)Lcom/google/common/collect/ImmutableMultiset<TE;>;
MethodParameters:
Name Flags
entries
private static boolean hashFloodingDetected(com.google.common.collect.Multisets$ImmutableEntry<?>[]);
descriptor: ([Lcom/google/common/collect/Multisets$ImmutableEntry;)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 11
2: StackMap locals: int
StackMap stack:
iconst_0
istore 2
start local 2 3: aload 0
iload 1
aaload
astore 3
start local 3 4: goto 9
5: StackMap locals: int com.google.common.collect.Multisets$ImmutableEntry
StackMap stack:
iinc 2 1
6: iload 2
bipush 9
if_icmple 8
7: iconst_1
ireturn
8: StackMap locals:
StackMap stack:
aload 3
invokevirtual com.google.common.collect.Multisets$ImmutableEntry.nextInBucket:()Lcom/google/common/collect/Multisets$ImmutableEntry;
astore 3
9: StackMap locals:
StackMap stack:
aload 3
ifnonnull 5
end local 3 end local 2 10: iinc 1 1
StackMap locals:
StackMap stack:
11: iload 1
aload 0
arraylength
if_icmplt 2
end local 1 12: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 hashTable [Lcom/google/common/collect/Multisets$ImmutableEntry;
1 12 1 i I
3 10 2 bucketLength I
4 10 3 entry Lcom/google/common/collect/Multisets$ImmutableEntry<*>;
Signature: ([Lcom/google/common/collect/Multisets$ImmutableEntry<*>;)Z
MethodParameters:
Name Flags
hashTable
private void <init>(com.google.common.collect.Multisets$ImmutableEntry<E>[], com.google.common.collect.Multisets$ImmutableEntry<E>[], int, int, com.google.common.collect.ImmutableSet<E>);
descriptor: ([Lcom/google/common/collect/Multisets$ImmutableEntry;[Lcom/google/common/collect/Multisets$ImmutableEntry;IILcom/google/common/collect/ImmutableSet;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial com.google.common.collect.ImmutableMultiset.<init>:()V
1: aload 0
aload 1
putfield com.google.common.collect.RegularImmutableMultiset.entries:[Lcom/google/common/collect/Multisets$ImmutableEntry;
2: aload 0
aload 2
putfield com.google.common.collect.RegularImmutableMultiset.hashTable:[Lcom/google/common/collect/Multisets$ImmutableEntry;
3: aload 0
iload 3
putfield com.google.common.collect.RegularImmutableMultiset.size:I
4: aload 0
iload 4
putfield com.google.common.collect.RegularImmutableMultiset.hashCode:I
5: aload 0
aload 5
putfield com.google.common.collect.RegularImmutableMultiset.elementSet:Lcom/google/common/collect/ImmutableSet;
6: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
0 7 1 entries [Lcom/google/common/collect/Multisets$ImmutableEntry;
0 7 2 hashTable [Lcom/google/common/collect/Multisets$ImmutableEntry;
0 7 3 size I
0 7 4 hashCode I
0 7 5 elementSet Lcom/google/common/collect/ImmutableSet<TE;>;
Signature: ([Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;[Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;IILcom/google/common/collect/ImmutableSet<TE;>;)V
MethodParameters:
Name Flags
entries
hashTable
size
hashCode
elementSet
boolean isPartialView();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
public int count(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.RegularImmutableMultiset.hashTable:[Lcom/google/common/collect/Multisets$ImmutableEntry;
astore 2
start local 2 1: aload 1
ifnull 2
aload 2
ifnonnull 3
2: StackMap locals: com.google.common.collect.Multisets$ImmutableEntry[]
StackMap stack:
iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 1
invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
istore 3
start local 3 4: aload 2
arraylength
iconst_1
isub
istore 4
start local 4 5: aload 2
iload 3
iload 4
iand
aaload
astore 5
start local 5 6: goto 10
7: StackMap locals: int int com.google.common.collect.Multisets$ImmutableEntry
StackMap stack:
aload 1
aload 5
invokevirtual com.google.common.collect.Multisets$ImmutableEntry.getElement:()Ljava/lang/Object;
invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 9
8: aload 5
invokevirtual com.google.common.collect.Multisets$ImmutableEntry.getCount:()I
ireturn
9: StackMap locals:
StackMap stack:
aload 5
invokevirtual com.google.common.collect.Multisets$ImmutableEntry.nextInBucket:()Lcom/google/common/collect/Multisets$ImmutableEntry;
astore 5
10: StackMap locals:
StackMap stack:
aload 5
ifnonnull 7
end local 5 11: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
0 12 1 element Ljava/lang/Object;
1 12 2 hashTable [Lcom/google/common/collect/Multisets$ImmutableEntry;
4 12 3 hash I
5 12 4 mask I
6 11 5 entry Lcom/google/common/collect/Multisets$ImmutableEntry<TE;>;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
element
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.RegularImmutableMultiset.size:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
public com.google.common.collect.ImmutableSet<E> elementSet();
descriptor: ()Lcom/google/common/collect/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.RegularImmutableMultiset.elementSet:Lcom/google/common/collect/ImmutableSet;
astore 1
start local 1 1: aload 1
ifnonnull 2
aload 0
new com.google.common.collect.ImmutableMultiset$ElementSet
dup
aload 0
getfield com.google.common.collect.RegularImmutableMultiset.entries:[Lcom/google/common/collect/Multisets$ImmutableEntry;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
aload 0
invokespecial com.google.common.collect.ImmutableMultiset$ElementSet.<init>:(Ljava/util/List;Lcom/google/common/collect/Multiset;)V
dup_x1
putfield com.google.common.collect.RegularImmutableMultiset.elementSet:Lcom/google/common/collect/ImmutableSet;
goto 3
StackMap locals: com.google.common.collect.ImmutableSet
StackMap stack:
2: aload 1
StackMap locals:
StackMap stack: com.google.common.collect.ImmutableSet
3: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
1 4 1 result Lcom/google/common/collect/ImmutableSet<TE;>;
Signature: ()Lcom/google/common/collect/ImmutableSet<TE;>;
com.google.common.collect.Multiset$Entry<E> getEntry(int);
descriptor: (I)Lcom/google/common/collect/Multiset$Entry;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.RegularImmutableMultiset.entries:[Lcom/google/common/collect/Multisets$ImmutableEntry;
iload 1
aaload
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
0 1 1 index I
Signature: (I)Lcom/google/common/collect/Multiset$Entry<TE;>;
MethodParameters:
Name Flags
index
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.RegularImmutableMultiset.hashCode:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableMultiset<TE;>;
public java.util.Set elementSet();
descriptor: ()Ljava/util/Set;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.RegularImmutableMultiset.elementSet:()Lcom/google/common/collect/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableMultiset<TE;>;
SourceFile: "RegularImmutableMultiset.java"
NestMembers:
com.google.common.collect.RegularImmutableMultiset$NonTerminalEntry
InnerClasses:
final ElementSet = com.google.common.collect.ImmutableMultiset$ElementSet of com.google.common.collect.ImmutableMultiset
public abstract Entry = com.google.common.collect.Multiset$Entry of com.google.common.collect.Multiset
ImmutableEntry = com.google.common.collect.Multisets$ImmutableEntry of com.google.common.collect.Multisets
private final NonTerminalEntry = com.google.common.collect.RegularImmutableMultiset$NonTerminalEntry of com.google.common.collect.RegularImmutableMultiset
RuntimeInvisibleAnnotations:
com.google.common.annotations.GwtCompatible(emulated = true, serializable = true)