class com.google.common.collect.Multimaps$TransformedEntriesMultimap$1 implements com.google.common.collect.Maps$EntryTransformer<K, java.util.Collection<V1>, java.util.Collection<V2>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.Multimaps$TransformedEntriesMultimap$1
  super_class: java.lang.Object
{
  final com.google.common.collect.Multimaps$TransformedEntriesMultimap this$1;
    descriptor: Lcom/google/common/collect/Multimaps$TransformedEntriesMultimap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.Multimaps$TransformedEntriesMultimap);
    descriptor: (Lcom/google/common/collect/Multimaps$TransformedEntriesMultimap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Multimaps$TransformedEntriesMultimap$1 this
         0: .line 1471
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.Multimaps$TransformedEntriesMultimap$1.this$1:Lcom/google/common/collect/Multimaps$TransformedEntriesMultimap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.collect.Multimaps$TransformedEntriesMultimap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Multimaps$TransformedEntriesMultimap$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Collection<V2> transformEntry(K, java.util.Collection<V1>);
    descriptor: (Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.Multimaps$TransformedEntriesMultimap$1 this
        start local 1 // java.lang.Object key
        start local 2 // java.util.Collection value
         0: .line 1474
            aload 0 /* this */
            getfield com.google.common.collect.Multimaps$TransformedEntriesMultimap$1.this$1:Lcom/google/common/collect/Multimaps$TransformedEntriesMultimap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual com.google.common.collect.Multimaps$TransformedEntriesMultimap.transform:(Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 2 // java.util.Collection value
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.Multimaps$TransformedEntriesMultimap$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/Multimaps$TransformedEntriesMultimap$1;
            0    1     1    key  TK;
            0    1     2  value  Ljava/util/Collection<TV1;>;
    Signature: (TK;Ljava/util/Collection<TV1;>;)Ljava/util/Collection<TV2;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.Object transformEntry(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.util.Collection
            invokevirtual com.google.common.collect.Multimaps$TransformedEntriesMultimap$1.transformEntry:(Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/collect/Maps$EntryTransformer<TK;Ljava/util/Collection<TV1;>;Ljava/util/Collection<TV2;>;>;
SourceFile: "Multimaps.java"
EnclosingMethod: com.google.common.collect.Multimaps$TransformedEntriesMultimap.createAsMap:()Ljava/util/Map;
NestHost: com.google.common.collect.Multimaps
InnerClasses:
  public abstract EntryTransformer = com.google.common.collect.Maps$EntryTransformer of com.google.common.collect.Maps
  private TransformedEntriesMultimap = com.google.common.collect.Multimaps$TransformedEntriesMultimap of com.google.common.collect.Multimaps
  com.google.common.collect.Multimaps$TransformedEntriesMultimap$1