class jdk.internal.jline.console.history.MemoryHistory$EntryImpl implements jdk.internal.jline.console.history.History$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.jline.console.history.MemoryHistory$EntryImpl
  super_class: java.lang.Object
{
  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.CharSequence value;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.lang.CharSequence);
    descriptor: (ILjava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
        start local 1 // int index
        start local 2 // java.lang.CharSequence value
         0: .line 170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 171
            aload 0 /* this */
            iload 1 /* index */
            putfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.index:I
         2: .line 172
            aload 0 /* this */
            aload 2 /* value */
            putfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.value:Ljava/lang/CharSequence;
         3: .line 173
            return
        end local 2 // java.lang.CharSequence value
        end local 1 // int index
        end local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;
            0    4     1  index  I
            0    4     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      index  
      value  

  public int index();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
         0: .line 176
            aload 0 /* this */
            getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.index:I
            ireturn
        end local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;

  public java.lang.CharSequence value();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
         0: .line 180
            aload 0 /* this */
            getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.value:Ljava/lang/CharSequence;
            areturn
        end local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
         0: .line 185
            ldc "%d: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.jline.console.history.MemoryHistory$EntryImpl.value:Ljava/lang/CharSequence;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.jline.console.history.MemoryHistory$EntryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/jline/console/history/MemoryHistory$EntryImpl;
}
SourceFile: "MemoryHistory.java"
NestHost: jdk.internal.jline.console.history.MemoryHistory
InnerClasses:
  public abstract Entry = jdk.internal.jline.console.history.History$Entry of jdk.internal.jline.console.history.History
  private EntryImpl = jdk.internal.jline.console.history.MemoryHistory$EntryImpl of jdk.internal.jline.console.history.MemoryHistory