public interface com.google.common.collect.Multiset<E> extends java.util.Collection<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.collect.Multiset
  super_class: java.lang.Object
{
  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int count(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.google.errorprone.annotations.CompatibleWith(value = "E")
    MethodParameters:
         Name  Flags
      element  

  public abstract int add(E, );
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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 abstract boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
         Name  Flags
      element  

  public abstract int remove(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.google.errorprone.annotations.CompatibleWith(value = "E")
      1:
    MethodParameters:
             Name  Flags
      element      
      occurrences  

  public abstract boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
         Name  Flags
      element  

  public abstract int setCount(E, );
    descriptor: (Ljava/lang/Object;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;I)I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
         Name  Flags
      element  
      count    

  public abstract boolean setCount(E, int, );
    descriptor: (Ljava/lang/Object;II)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;II)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
          Name  Flags
      element   
      oldCount  
      newCount  

  public abstract java.util.Set<E> elementSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<TE;>;

  public abstract java.util.Set<com.google.common.collect.Multiset$Entry<E>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Lcom/google/common/collect/Multiset$Entry<TE;>;>;

  public void forEachEntry(java.util.function.ObjIntConsumer<? super E>);
    descriptor: (Ljava/util/function/ObjIntConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Multiset this
        start local 1 // java.util.function.ObjIntConsumer action
         0: .line 338
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 339
            aload 0 /* this */
            invokeinterface com.google.common.collect.Multiset.entrySet:()Ljava/util/Set;
            aload 1 /* action */
            invokedynamic accept(Ljava/util/function/ObjIntConsumer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/google/common/collect/Multiset.lambda$0(Ljava/util/function/ObjIntConsumer;Lcom/google/common/collect/Multiset$Entry;)V (6 itf)
                  (Lcom/google/common/collect/Multiset$Entry;)V
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         2: .line 340
            return
        end local 1 // java.util.function.ObjIntConsumer action
        end local 0 // com.google.common.collect.Multiset this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/common/collect/Multiset<TE;>;
            0    3     1  action  Ljava/util/function/ObjIntConsumer<-TE;>;
    Signature: (Ljava/util/function/ObjIntConsumer<-TE;>;)V
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
    MethodParameters:
        Name  Flags
      action  

  public abstract boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public abstract int hashCode();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<TE;>;

  public abstract boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
         Name  Flags
      element  

  public abstract boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
          Name  Flags
      elements  

  public abstract boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<*>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
      Name  Flags
      c     

  public abstract boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/Collection<*>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
      Name  Flags
      c     

  public void forEach(java.util.function.Consumer<? super E>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Multiset this
        start local 1 // java.util.function.Consumer action
         0: .line 459
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 460
            aload 0 /* this */
            invokeinterface com.google.common.collect.Multiset.entrySet:()Ljava/util/Set;
         2: .line 462
            aload 1 /* action */
            invokedynamic accept(Ljava/util/function/Consumer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/google/common/collect/Multiset.lambda$1(Ljava/util/function/Consumer;Lcom/google/common/collect/Multiset$Entry;)V (6 itf)
                  (Lcom/google/common/collect/Multiset$Entry;)V
         3: .line 461
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         4: .line 469
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // com.google.common.collect.Multiset this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/common/collect/Multiset<TE;>;
            0    5     1  action  Ljava/util/function/Consumer<-TE;>;
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    MethodParameters:
        Name  Flags
      action  

  public java.util.Spliterator<E> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Multiset this
         0: .line 473
            aload 0 /* this */
            invokestatic com.google.common.collect.Multisets.spliteratorImpl:(Lcom/google/common/collect/Multiset;)Ljava/util/Spliterator;
            areturn
        end local 0 // com.google.common.collect.Multiset this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Multiset<TE;>;
    Signature: ()Ljava/util/Spliterator<TE;>;

  private static void lambda$0(java.util.function.ObjIntConsumer, com.google.common.collect.Multiset$Entry);
    descriptor: (Ljava/util/function/ObjIntConsumer;Lcom/google/common/collect/Multiset$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // com.google.common.collect.Multiset$Entry entry
         0: .line 339
            aload 0
            aload 1 /* entry */
            invokeinterface com.google.common.collect.Multiset$Entry.getElement:()Ljava/lang/Object;
            aload 1 /* entry */
            invokeinterface com.google.common.collect.Multiset$Entry.getCount:()I
            invokeinterface java.util.function.ObjIntConsumer.accept:(Ljava/lang/Object;I)V
            return
        end local 1 // com.google.common.collect.Multiset$Entry entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  entry  Lcom/google/common/collect/Multiset$Entry<TE;>;

  private static void lambda$1(java.util.function.Consumer, com.google.common.collect.Multiset$Entry);
    descriptor: (Ljava/util/function/Consumer;Lcom/google/common/collect/Multiset$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=2
        start local 1 // com.google.common.collect.Multiset$Entry entry
         0: .line 463
            aload 1 /* entry */
            invokeinterface com.google.common.collect.Multiset$Entry.getElement:()Ljava/lang/Object;
            astore 2 /* elem */
        start local 2 // java.lang.Object elem
         1: .line 464
            aload 1 /* entry */
            invokeinterface com.google.common.collect.Multiset$Entry.getCount:()I
            istore 3 /* count */
        start local 3 // int count
         2: .line 465
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 466
      StackMap locals: java.lang.Object int int
      StackMap stack:
            aload 0
            aload 2 /* elem */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         5: .line 465
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 4
        end local 4 // int i
        end local 3 // int count
        end local 2 // java.lang.Object elem
         7: .line 468
            return
        end local 1 // com.google.common.collect.Multiset$Entry entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     1  entry  Lcom/google/common/collect/Multiset$Entry<TE;>;
            1    7     2   elem  TE;
            2    7     3  count  I
            3    7     4      i  I
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Collection<TE;>;
SourceFile: "Multiset.java"
NestMembers:
  com.google.common.collect.Multiset$Entry
InnerClasses:
  public abstract Entry = com.google.common.collect.Multiset$Entry of com.google.common.collect.Multiset
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()