abstract class com.google.common.collect.AbstractMultiset<E> extends java.util.AbstractCollection<E> implements com.google.common.collect.Multiset<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.collect.AbstractMultiset
  super_class: java.util.AbstractCollection
{
  private transient java.util.Set<E> elementSet;
    descriptor: Ljava/util/Set;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/Set<TE;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private transient java.util.Set<com.google.common.collect.Multiset$Entry<E>> entrySet;
    descriptor: Ljava/util/Set;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/Set<Lcom/google/common/collect/Multiset$Entry<TE;>;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 45
            aload 0 /* this */
            invokespecial java.util.AbstractCollection.<init>:()V
            return
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/AbstractMultiset<TE;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 50
            aload 0 /* this */
            invokevirtual com.google.common.collect.AbstractMultiset.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ireturn
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/AbstractMultiset<TE;>;

  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 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
         0: .line 55
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual com.google.common.collect.AbstractMultiset.count:(Ljava/lang/Object;)I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    2     1  element  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
         Name  Flags
      element  

  public final boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
         0: .line 62
            aload 0 /* this */
            aload 1 /* element */
            iconst_1
            invokevirtual com.google.common.collect.AbstractMultiset.add:(Ljava/lang/Object;I)I
            pop
         1: .line 63
            iconst_1
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    2     1  element  TE;
    Signature: (TE;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
         Name  Flags
      element  

  public int add(E, );
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
        start local 2 // int occurrences
         0: .line 69
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int occurrences
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1      element  TE;
            0    1     2  occurrences  I
    Signature: (TE;I)I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
             Name  Flags
      element      
      occurrences  

  public final boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
         0: .line 75
            aload 0 /* this */
            aload 1 /* element */
            iconst_1
            invokevirtual com.google.common.collect.AbstractMultiset.remove:(Ljava/lang/Object;I)I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    2     1  element  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
         Name  Flags
      element  

  public int remove(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
        start local 2 // int occurrences
         0: .line 81
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int occurrences
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1      element  Ljava/lang/Object;
            0    1     2  occurrences  I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
             Name  Flags
      element      
      occurrences  

  public int setCount(E, );
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
        start local 2 // int count
         0: .line 87
            aload 0 /* this */
            aload 1 /* element */
            iload 2 /* count */
            invokestatic com.google.common.collect.Multisets.setCountImpl:(Lcom/google/common/collect/Multiset;Ljava/lang/Object;I)I
            ireturn
        end local 2 // int count
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1  element  TE;
            0    1     2    count  I
    Signature: (TE;I)I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
         Name  Flags
      element  
      count    

  public boolean setCount(E, int, );
    descriptor: (Ljava/lang/Object;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object element
        start local 2 // int oldCount
        start local 3 // int newCount
         0: .line 93
            aload 0 /* this */
            aload 1 /* element */
            iload 2 /* oldCount */
            iload 3 /* newCount */
            invokestatic com.google.common.collect.Multisets.setCountImpl:(Lcom/google/common/collect/Multiset;Ljava/lang/Object;II)Z
            ireturn
        end local 3 // int newCount
        end local 2 // int oldCount
        end local 1 // java.lang.Object element
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1   element  TE;
            0    1     2  oldCount  I
            0    1     3  newCount  I
    Signature: (TE;II)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
          Name  Flags
      element   
      oldCount  
      newCount  

  public final boolean addAll(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.util.Collection elementsToAdd
         0: .line 107
            aload 0 /* this */
            aload 1 /* elementsToAdd */
            invokestatic com.google.common.collect.Multisets.addAllImpl:(Lcom/google/common/collect/Multiset;Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection elementsToAdd
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1  elementsToAdd  Ljava/util/Collection<+TE;>;
    Signature: (Ljava/util/Collection<+TE;>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
               Name  Flags
      elementsToAdd  

  public final boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.util.Collection elementsToRemove
         0: .line 113
            aload 0 /* this */
            aload 1 /* elementsToRemove */
            invokestatic com.google.common.collect.Multisets.removeAllImpl:(Lcom/google/common/collect/Multiset;Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection elementsToRemove
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1  elementsToRemove  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                  Name  Flags
      elementsToRemove  

  public final boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.util.Collection elementsToRetain
         0: .line 119
            aload 0 /* this */
            aload 1 /* elementsToRetain */
            invokestatic com.google.common.collect.Multisets.retainAllImpl:(Lcom/google/common/collect/Multiset;Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection elementsToRetain
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1  elementsToRetain  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                  Name  Flags
      elementsToRetain  

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.util.Set<E> elementSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 131
            aload 0 /* this */
            getfield com.google.common.collect.AbstractMultiset.elementSet:Ljava/util/Set;
            astore 1 /* result */
        start local 1 // java.util.Set result
         1: .line 132
            aload 1 /* result */
            ifnonnull 3
         2: .line 133
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.AbstractMultiset.createElementSet:()Ljava/util/Set;
            dup
            astore 1 /* result */
            putfield com.google.common.collect.AbstractMultiset.elementSet:Ljava/util/Set;
         3: .line 135
      StackMap locals: java.util.Set
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.util.Set result
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            1    4     1  result  Ljava/util/Set<TE;>;
    Signature: ()Ljava/util/Set<TE;>;

  java.util.Set<E> createElementSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 143
            new com.google.common.collect.AbstractMultiset$ElementSet
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractMultiset$ElementSet.<init>:(Lcom/google/common/collect/AbstractMultiset;)V
            areturn
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/AbstractMultiset<TE;>;
    Signature: ()Ljava/util/Set<TE;>;

  abstract java.util.Iterator<E> elementIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.util.Set<com.google.common.collect.Multiset$Entry<E>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 165
            aload 0 /* this */
            getfield com.google.common.collect.AbstractMultiset.entrySet:Ljava/util/Set;
            astore 1 /* result */
        start local 1 // java.util.Set result
         1: .line 166
            aload 1 /* result */
            ifnonnull 3
         2: .line 167
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.AbstractMultiset.createEntrySet:()Ljava/util/Set;
            dup
            astore 1 /* result */
            putfield com.google.common.collect.AbstractMultiset.entrySet:Ljava/util/Set;
         3: .line 169
      StackMap locals: java.util.Set
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.util.Set result
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            1    4     1  result  Ljava/util/Set<Lcom/google/common/collect/Multiset$Entry<TE;>;>;
    Signature: ()Ljava/util/Set<Lcom/google/common/collect/Multiset$Entry<TE;>;>;

  java.util.Set<com.google.common.collect.Multiset$Entry<E>> createEntrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 191
            new com.google.common.collect.AbstractMultiset$EntrySet
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractMultiset$EntrySet.<init>:(Lcom/google/common/collect/AbstractMultiset;)V
            areturn
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/AbstractMultiset<TE;>;
    Signature: ()Ljava/util/Set<Lcom/google/common/collect/Multiset$Entry<TE;>;>;

  abstract java.util.Iterator<com.google.common.collect.Multiset$Entry<E>> entryIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<Lcom/google/common/collect/Multiset$Entry<TE;>;>;

  abstract int distinctElements();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.AbstractMultiset this
        start local 1 // java.lang.Object object
         0: .line 208
            aload 0 /* this */
            aload 1 /* object */
            invokestatic com.google.common.collect.Multisets.equalsImpl:(Lcom/google/common/collect/Multiset;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/collect/AbstractMultiset<TE;>;
            0    1     1  object  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 218
            aload 0 /* this */
            invokevirtual com.google.common.collect.AbstractMultiset.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/AbstractMultiset<TE;>;

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.AbstractMultiset this
         0: .line 229
            aload 0 /* this */
            invokevirtual com.google.common.collect.AbstractMultiset.entrySet:()Ljava/util/Set;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.collect.AbstractMultiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/AbstractMultiset<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractCollection<TE;>;Lcom/google/common/collect/Multiset<TE;>;
SourceFile: "AbstractMultiset.java"
NestMembers:
  com.google.common.collect.AbstractMultiset$ElementSet  com.google.common.collect.AbstractMultiset$EntrySet
InnerClasses:
  ElementSet = com.google.common.collect.AbstractMultiset$ElementSet of com.google.common.collect.AbstractMultiset
  EntrySet = com.google.common.collect.AbstractMultiset$EntrySet of com.google.common.collect.AbstractMultiset
  public abstract Entry = com.google.common.collect.Multiset$Entry of com.google.common.collect.Multiset
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()