class com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues extends com.google.common.collect.Maps$Values<C, java.util.Map<R, V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues
super_class: com.google.common.collect.Maps$Values
{
final com.google.common.collect.StandardTable$ColumnMap this$1;
descriptor: Lcom/google/common/collect/StandardTable$ColumnMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.StandardTable$ColumnMap);
descriptor: (Lcom/google/common/collect/StandardTable$ColumnMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
1: aload 0
aload 1
invokespecial com.google.common.collect.Maps$Values.<init>:(Ljava/util/Map;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapValues;
MethodParameters:
Name Flags
this$0 final
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokevirtual com.google.common.collect.StandardTable$ColumnMap.entrySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 3
goto 5
StackMap locals: com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues java.lang.Object top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 2
start local 2 2: aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast java.util.Map
aload 1
invokeinterface java.util.Map.equals:(Ljava/lang/Object;)Z
ifeq 5
3: aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
invokevirtual com.google.common.collect.StandardTable.removeColumn:(Ljava/lang/Object;)Ljava/util/Map;
pop
4: iconst_1
ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
6: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapValues;
0 7 1 obj Ljava/lang/Object;
2 5 2 entry Ljava/util/Map$Entry<TC;Ljava/util/Map<TR;TV;>;>;
MethodParameters:
Name Flags
obj
public boolean removeAll(java.util.Collection<?>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: iconst_0
istore 2
start local 2 2: aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
invokevirtual com.google.common.collect.StandardTable.columnKeySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
invokestatic com.google.common.collect.Lists.newArrayList:(Ljava/util/Iterator;)Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
astore 4
goto 7
StackMap locals: com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues java.util.Collection int top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 3
start local 3 4: aload 1
aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
aload 3
invokevirtual com.google.common.collect.StandardTable.column:(Ljava/lang/Object;)Ljava/util/Map;
invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
ifeq 7
5: aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
aload 3
invokevirtual com.google.common.collect.StandardTable.removeColumn:(Ljava/lang/Object;)Ljava/util/Map;
pop
6: iconst_1
istore 2
end local 3 7: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
8: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapValues;
0 9 1 c Ljava/util/Collection<*>;
2 9 2 changed Z
4 7 3 columnKey TC;
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
c
public boolean retainAll(java.util.Collection<?>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: iconst_0
istore 2
start local 2 2: aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
invokevirtual com.google.common.collect.StandardTable.columnKeySet:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
invokestatic com.google.common.collect.Lists.newArrayList:(Ljava/util/Iterator;)Ljava/util/ArrayList;
invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
astore 4
goto 7
StackMap locals: com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues java.util.Collection int top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 3
start local 3 4: aload 1
aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
aload 3
invokevirtual com.google.common.collect.StandardTable.column:(Ljava/lang/Object;)Ljava/util/Map;
invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
ifne 7
5: aload 0
getfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues.this$1:Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
aload 3
invokevirtual com.google.common.collect.StandardTable.removeColumn:(Ljava/lang/Object;)Ljava/util/Map;
pop
6: iconst_1
istore 2
end local 3 7: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
8: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapValues;
0 9 1 c Ljava/util/Collection<*>;
2 9 2 changed Z
4 7 3 columnKey TC;
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
c
}
Signature: Lcom/google/common/collect/Maps$Values<TC;Ljava/util/Map<TR;TV;>;>;
SourceFile: "StandardTable.java"
NestHost: com.google.common.collect.StandardTable
InnerClasses:
Values = com.google.common.collect.Maps$Values of com.google.common.collect.Maps
private ColumnMap = com.google.common.collect.StandardTable$ColumnMap of com.google.common.collect.StandardTable
private ColumnMapValues = com.google.common.collect.StandardTable$ColumnMap$ColumnMapValues of com.google.common.collect.StandardTable$ColumnMap
public abstract Entry = java.util.Map$Entry of java.util.Map