class sun.text.normalizer.Trie2$1 implements sun.text.normalizer.Trie2$ValueMapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.text.normalizer.Trie2$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.Trie2$1 this
         0: .line 281
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.normalizer.Trie2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/Trie2$1;

  public int map(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.text.normalizer.Trie2$1 this
        start local 1 // int in
         0: .line 283
            iload 1 /* in */
            ireturn
        end local 1 // int in
        end local 0 // sun.text.normalizer.Trie2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/Trie2$1;
            0    1     1    in  I
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "Trie2.java"
EnclosingMethod: sun.text.normalizer.Trie2
NestHost: sun.text.normalizer.Trie2
InnerClasses:
  sun.text.normalizer.Trie2$1
  public abstract ValueMapper = sun.text.normalizer.Trie2$ValueMapper of sun.text.normalizer.Trie2