class com.google.protobuf.ByteString$1 implements java.util.Comparator<com.google.protobuf.ByteString>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.ByteString$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/ByteString$1;
public int compare(com.google.protobuf.ByteString, com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual com.google.protobuf.ByteString.iterator:()Lcom/google/protobuf/ByteString$ByteIterator;
astore 3
start local 3 1: aload 2
invokevirtual com.google.protobuf.ByteString.iterator:()Lcom/google/protobuf/ByteString$ByteIterator;
astore 4
start local 4 2: goto 7
3: StackMap locals: com.google.protobuf.ByteString$ByteIterator com.google.protobuf.ByteString$ByteIterator
StackMap stack:
aload 3
invokeinterface com.google.protobuf.ByteString$ByteIterator.nextByte:()B
invokestatic com.google.protobuf.ByteString.toInt:(B)I
aload 4
invokeinterface com.google.protobuf.ByteString$ByteIterator.nextByte:()B
invokestatic com.google.protobuf.ByteString.toInt:(B)I
invokestatic java.lang.Integer.compare:(II)I
4: istore 5
start local 5 5: iload 5
ifeq 7
6: iload 5
ireturn
end local 5 7: StackMap locals:
StackMap stack:
aload 3
invokeinterface com.google.protobuf.ByteString$ByteIterator.hasNext:()Z
ifeq 8
aload 4
invokeinterface com.google.protobuf.ByteString$ByteIterator.hasNext:()Z
ifne 3
8: StackMap locals:
StackMap stack:
aload 1
invokevirtual com.google.protobuf.ByteString.size:()I
aload 2
invokevirtual com.google.protobuf.ByteString.size:()I
invokestatic java.lang.Integer.compare:(II)I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/google/protobuf/ByteString$1;
0 9 1 former Lcom/google/protobuf/ByteString;
0 9 2 latter Lcom/google/protobuf/ByteString;
1 9 3 formerBytes Lcom/google/protobuf/ByteString$ByteIterator;
2 9 4 latterBytes Lcom/google/protobuf/ByteString$ByteIterator;
5 7 5 result I
MethodParameters:
Name Flags
former
latter
public int compare(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.google.protobuf.ByteString
aload 2
checkcast com.google.protobuf.ByteString
invokevirtual com.google.protobuf.ByteString$1.compare:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ByteString;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lcom/google/protobuf/ByteString;>;
SourceFile: "ByteString.java"
EnclosingMethod: com.google.protobuf.ByteString
NestHost: com.google.protobuf.ByteString
InnerClasses:
com.google.protobuf.ByteString$1
public abstract ByteIterator = com.google.protobuf.ByteString$ByteIterator of com.google.protobuf.ByteString