public class org.apache.fop.hyphenation.TernaryTree implements java.lang.Cloneable, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.hyphenation.TernaryTree
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3175412271203716160

  protected char[] lo;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected char[] hi;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected char[] eq;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected char[] sc;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.fop.hyphenation.CharVector kv;
    descriptor: Lorg/apache/fop/hyphenation/CharVector;
    flags: (0x0004) ACC_PROTECTED

  protected char root;
    descriptor: C
    flags: (0x0004) ACC_PROTECTED

  protected char freenode;
    descriptor: C
    flags: (0x0004) ACC_PROTECTED

  protected int length;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected static final int BLOCK_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2048

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 123
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 124
            aload 0 /* this */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.init:()V
         2: .line 125
            return
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/hyphenation/TernaryTree;

  protected void init();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 129
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.hyphenation.TernaryTree.root:C
         1: .line 130
            aload 0 /* this */
            iconst_1
            putfield org.apache.fop.hyphenation.TernaryTree.freenode:C
         2: .line 131
            aload 0 /* this */
            iconst_0
            putfield org.apache.fop.hyphenation.TernaryTree.length:I
         3: .line 132
            aload 0 /* this */
            sipush 2048
            newarray 5
            putfield org.apache.fop.hyphenation.TernaryTree.lo:[C
         4: .line 133
            aload 0 /* this */
            sipush 2048
            newarray 5
            putfield org.apache.fop.hyphenation.TernaryTree.hi:[C
         5: .line 134
            aload 0 /* this */
            sipush 2048
            newarray 5
            putfield org.apache.fop.hyphenation.TernaryTree.eq:[C
         6: .line 135
            aload 0 /* this */
            sipush 2048
            newarray 5
            putfield org.apache.fop.hyphenation.TernaryTree.sc:[C
         7: .line 136
            aload 0 /* this */
            new org.apache.fop.hyphenation.CharVector
            dup
            invokespecial org.apache.fop.hyphenation.CharVector.<init>:()V
            putfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
         8: .line 137
            return
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/fop/hyphenation/TernaryTree;

  public void insert(java.lang.String, char);
    descriptor: (Ljava/lang/String;C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // java.lang.String key
        start local 2 // char val
         0: .line 151
            aload 1 /* key */
            invokevirtual java.lang.String.length:()I
         1: .line 152
            iconst_1
         2: .line 151
            iadd
            istore 3 /* len */
        start local 3 // int len
         3: .line 153
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            iload 3 /* len */
            iadd
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            arraylength
            if_icmple 5
         4: .line 154
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            arraylength
            sipush 2048
            iadd
            invokevirtual org.apache.fop.hyphenation.TernaryTree.redimNodeArrays:(I)V
         5: .line 156
      StackMap locals: int
      StackMap stack:
            iload 3 /* len */
            iinc 3 /* len */ -1
            newarray 5
            astore 4 /* strkey */
        start local 4 // char[] strkey
         6: .line 157
            aload 1 /* key */
            iconst_0
            iload 3 /* len */
            aload 4 /* strkey */
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         7: .line 158
            aload 4 /* strkey */
            iload 3 /* len */
            iconst_0
            castore
         8: .line 159
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.root:C
            aload 4 /* strkey */
            iconst_0
            iload 2 /* val */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(C[CIC)C
            putfield org.apache.fop.hyphenation.TernaryTree.root:C
         9: .line 160
            return
        end local 4 // char[] strkey
        end local 3 // int len
        end local 2 // char val
        end local 1 // java.lang.String key
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/apache/fop/hyphenation/TernaryTree;
            0   10     1     key  Ljava/lang/String;
            0   10     2     val  C
            3   10     3     len  I
            6   10     4  strkey  [C
    MethodParameters:
      Name  Flags
      key   
      val   

  public void insert(char[], int, char);
    descriptor: ([CIC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // char[] key
        start local 2 // int start
        start local 3 // char val
         0: .line 169
            aload 1 /* key */
            invokestatic org.apache.fop.hyphenation.TernaryTree.strlen:([C)I
            iconst_1
            iadd
            istore 4 /* len */
        start local 4 // int len
         1: .line 170
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            iload 4 /* len */
            iadd
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            arraylength
            if_icmple 3
         2: .line 171
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            arraylength
            sipush 2048
            iadd
            invokevirtual org.apache.fop.hyphenation.TernaryTree.redimNodeArrays:(I)V
         3: .line 173
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.root:C
            aload 1 /* key */
            iload 2 /* start */
            iload 3 /* val */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(C[CIC)C
            putfield org.apache.fop.hyphenation.TernaryTree.root:C
         4: .line 174
            return
        end local 4 // int len
        end local 3 // char val
        end local 2 // int start
        end local 1 // char[] key
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/fop/hyphenation/TernaryTree;
            0    5     1    key  [C
            0    5     2  start  I
            0    5     3    val  C
            1    5     4    len  I
    MethodParameters:
       Name  Flags
      key    
      start  
      val    

  private char insert(char, char[], int, char);
    descriptor: (C[CIC)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // char p
        start local 2 // char[] key
        start local 3 // int start
        start local 4 // char val
         0: .line 180
            aload 2 /* key */
            iload 3 /* start */
            invokestatic org.apache.fop.hyphenation.TernaryTree.strlen:([CI)I
            istore 5 /* len */
        start local 5 // int len
         1: .line 181
            iload 1 /* p */
            ifne 16
         2: .line 185
            aload 0 /* this */
            dup
            getfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            dup_x1
            iconst_1
            iadd
            i2c
            putfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            istore 1 /* p */
         3: .line 186
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            iload 4 /* val */
            castore
         4: .line 187
            aload 0 /* this */
            dup
            getfield org.apache.fop.hyphenation.TernaryTree.length:I
            iconst_1
            iadd
            putfield org.apache.fop.hyphenation.TernaryTree.length:I
         5: .line 188
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 1 /* p */
            iconst_0
            castore
         6: .line 189
            iload 5 /* len */
            ifle 13
         7: .line 190
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            ldc 65535
            castore
         8: .line 191
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            iload 5 /* len */
         9: .line 192
            iconst_1
            iadd
        10: .line 191
            invokevirtual org.apache.fop.hyphenation.CharVector.alloc:(I)I
            i2c
            castore
        11: .line 193
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            caload
            aload 2 /* key */
            iload 3 /* start */
            invokestatic org.apache.fop.hyphenation.TernaryTree.strcpy:([CI[CI)V
        12: .line 194
            goto 15
        13: .line 195
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            iconst_0
            castore
        14: .line 196
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            iconst_0
            castore
        15: .line 198
      StackMap locals:
      StackMap stack:
            iload 1 /* p */
            ireturn
        16: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            caload
            ldc 65535
            if_icmpne 38
        17: .line 205
            aload 0 /* this */
            dup
            getfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            dup_x1
            iconst_1
            iadd
            i2c
            putfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            istore 6 /* pp */
        start local 6 // char pp
        18: .line 206
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 6 /* pp */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            caload
            castore
        19: .line 207
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 6 /* pp */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            caload
            castore
        20: .line 208
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            iconst_0
            castore
        21: .line 209
            iload 5 /* len */
            ifle 32
        22: .line 210
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 6 /* pp */
            caload
            invokevirtual org.apache.fop.hyphenation.CharVector.get:(I)C
            castore
        23: .line 211
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            iload 6 /* pp */
            castore
        24: .line 212
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 6 /* pp */
            dup2
            caload
            iconst_1
            iadd
            i2c
            castore
        25: .line 213
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 6 /* pp */
            caload
            invokevirtual org.apache.fop.hyphenation.CharVector.get:(I)C
            ifne 30
        26: .line 215
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 6 /* pp */
            iconst_0
            castore
        27: .line 216
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 6 /* pp */
            iconst_0
            castore
        28: .line 217
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 6 /* pp */
            iconst_0
            castore
        29: .line 218
            goto 38
        30: .line 220
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 6 /* pp */
            ldc 65535
            castore
        31: .line 222
            goto 38
        32: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 6 /* pp */
            ldc 65535
            castore
        33: .line 226
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 1 /* p */
            iload 6 /* pp */
            castore
        34: .line 227
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            iconst_0
            castore
        35: .line 228
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            iload 4 /* val */
            castore
        36: .line 229
            aload 0 /* this */
            dup
            getfield org.apache.fop.hyphenation.TernaryTree.length:I
            iconst_1
            iadd
            putfield org.apache.fop.hyphenation.TernaryTree.length:I
        37: .line 230
            iload 1 /* p */
            ireturn
        end local 6 // char pp
        38: .line 233
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 3 /* start */
            caload
            istore 6 /* s */
        start local 6 // char s
        39: .line 234
            iload 6 /* s */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            caload
            if_icmpge 42
        40: .line 235
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 1 /* p */
            caload
            aload 2 /* key */
            iload 3 /* start */
            iload 4 /* val */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(C[CIC)C
            castore
        41: .line 236
            goto 49
      StackMap locals: int
      StackMap stack:
        42: iload 6 /* s */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 1 /* p */
            caload
            if_icmpne 48
        43: .line 237
            iload 6 /* s */
            ifeq 46
        44: .line 238
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            caload
            aload 2 /* key */
            iload 3 /* start */
            iconst_1
            iadd
            iload 4 /* val */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(C[CIC)C
            castore
        45: .line 239
            goto 49
        46: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 1 /* p */
            iload 4 /* val */
            castore
        47: .line 243
            goto 49
        48: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 1 /* p */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 1 /* p */
            caload
            aload 2 /* key */
            iload 3 /* start */
            iload 4 /* val */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(C[CIC)C
            castore
        49: .line 246
      StackMap locals:
      StackMap stack:
            iload 1 /* p */
            ireturn
        end local 6 // char s
        end local 5 // int len
        end local 4 // char val
        end local 3 // int start
        end local 2 // char[] key
        end local 1 // char p
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   50     0   this  Lorg/apache/fop/hyphenation/TernaryTree;
            0   50     1      p  C
            0   50     2    key  [C
            0   50     3  start  I
            0   50     4    val  C
            1   50     5    len  I
           18   38     6     pp  C
           39   50     6      s  C
    MethodParameters:
       Name  Flags
      p      
      key    
      start  
      val    

  public static int strcmp(char[], int, char[], int);
    descriptor: ([CI[CI)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // char[] a
        start local 1 // int startA
        start local 2 // char[] b
        start local 3 // int startB
         0: .line 258
            goto 4
         1: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            iload 1 /* startA */
            caload
            ifne 3
         2: .line 260
            iconst_0
            ireturn
         3: .line 258
      StackMap locals:
      StackMap stack:
            iinc 1 /* startA */ 1
            iinc 3 /* startB */ 1
      StackMap locals:
      StackMap stack:
         4: aload 0 /* a */
            iload 1 /* startA */
            caload
            aload 2 /* b */
            iload 3 /* startB */
            caload
            if_icmpeq 1
         5: .line 263
            aload 0 /* a */
            iload 1 /* startA */
            caload
            aload 2 /* b */
            iload 3 /* startB */
            caload
            isub
            ireturn
        end local 3 // int startB
        end local 2 // char[] b
        end local 1 // int startA
        end local 0 // char[] a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  [C
            0    6     1  startA  I
            0    6     2       b  [C
            0    6     3  startB  I
    MethodParameters:
        Name  Flags
      a       
      startA  
      b       
      startB  

  public static int strcmp(java.lang.String, char[], int);
    descriptor: (Ljava/lang/String;[CI)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // java.lang.String str
        start local 1 // char[] a
        start local 2 // int start
         0: .line 276
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            istore 5 /* len */
        start local 5 // int len
         1: .line 277
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 9
         3: .line 278
      StackMap locals: java.lang.String char[] int int top int
      StackMap stack:
            aload 0 /* str */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            aload 1 /* a */
            iload 2 /* start */
            iload 3 /* i */
            iadd
            caload
            isub
            istore 4 /* d */
        start local 4 // int d
         4: .line 279
            iload 4 /* d */
            ifeq 6
         5: .line 280
            iload 4 /* d */
            ireturn
         6: .line 282
      StackMap locals: java.lang.String char[] int int int int
      StackMap stack:
            aload 1 /* a */
            iload 2 /* start */
            iload 3 /* i */
            iadd
            caload
            ifne 8
         7: .line 283
            iload 4 /* d */
            ireturn
         8: .line 277
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 4 // int d
      StackMap locals: java.lang.String char[] int int top int
      StackMap stack:
         9: iload 3 /* i */
            iload 5 /* len */
            if_icmplt 3
        10: .line 286
            aload 1 /* a */
            iload 2 /* start */
            iload 3 /* i */
            iadd
            caload
            ifeq 12
        11: .line 287
            aload 1 /* a */
            iload 2 /* start */
            iload 3 /* i */
            iadd
            caload
            ineg
            ireturn
        12: .line 289
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // int len
        end local 3 // int i
        end local 2 // int start
        end local 1 // char[] a
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0    str  Ljava/lang/String;
            0   13     1      a  [C
            0   13     2  start  I
            2   13     3      i  I
            4    9     4      d  I
            1   13     5    len  I
    MethodParameters:
       Name  Flags
      str    
      a      
      start  

  public static void strcpy(char[], int, char[], int);
    descriptor: ([CI[CI)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // char[] dst
        start local 1 // int di
        start local 2 // char[] src
        start local 3 // int si
         0: .line 300
            goto 2
         1: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* dst */
            iload 1 /* di */
            iinc 1 /* di */ 1
            aload 2 /* src */
            iload 3 /* si */
            iinc 3 /* si */ 1
            caload
            castore
         2: .line 300
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            iload 3 /* si */
            caload
            ifne 1
         3: .line 303
            aload 0 /* dst */
            iload 1 /* di */
            iconst_0
            castore
         4: .line 304
            return
        end local 3 // int si
        end local 2 // char[] src
        end local 1 // int di
        end local 0 // char[] dst
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   dst  [C
            0    5     1    di  I
            0    5     2   src  [C
            0    5     3    si  I
    MethodParameters:
      Name  Flags
      dst   
      di    
      src   
      si    

  public static int strlen(char[], int);
    descriptor: ([CI)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // char[] a
        start local 1 // int start
         0: .line 312
            iconst_0
            istore 2 /* len */
        start local 2 // int len
         1: .line 313
            iload 1 /* start */
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 314
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* len */ 1
         4: .line 313
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* a */
            arraylength
            if_icmpge 6
            aload 0 /* a */
            iload 3 /* i */
            caload
            ifne 3
        end local 3 // int i
         6: .line 316
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            ireturn
        end local 2 // int len
        end local 1 // int start
        end local 0 // char[] a
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0      a  [C
            0    7     1  start  I
            1    7     2    len  I
            2    6     3      i  I
    MethodParameters:
       Name  Flags
      a      
      start  

  public static int strlen(char[]);
    descriptor: ([C)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // char[] a
         0: .line 324
            aload 0 /* a */
            iconst_0
            invokestatic org.apache.fop.hyphenation.TernaryTree.strlen:([CI)I
            ireturn
        end local 0 // char[] a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  [C
    MethodParameters:
      Name  Flags
      a     

  public int find(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // java.lang.String key
         0: .line 333
            aload 1 /* key */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 334
            iload 2 /* len */
            iconst_1
            iadd
            newarray 5
            astore 3 /* strkey */
        start local 3 // char[] strkey
         2: .line 335
            aload 1 /* key */
            iconst_0
            iload 2 /* len */
            aload 3 /* strkey */
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         3: .line 336
            aload 3 /* strkey */
            iload 2 /* len */
            iconst_0
            castore
         4: .line 338
            aload 0 /* this */
            aload 3 /* strkey */
            iconst_0
            invokevirtual org.apache.fop.hyphenation.TernaryTree.find:([CI)I
            ireturn
        end local 3 // char[] strkey
        end local 2 // int len
        end local 1 // java.lang.String key
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/fop/hyphenation/TernaryTree;
            0    5     1     key  Ljava/lang/String;
            1    5     2     len  I
            2    5     3  strkey  [C
    MethodParameters:
      Name  Flags
      key   

  public int find(char[], int);
    descriptor: ([CI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // char[] key
        start local 2 // int start
         0: .line 349
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.root:C
            istore 4 /* p */
        start local 4 // char p
         1: .line 350
            iload 2 /* start */
            istore 5 /* i */
        start local 5 // int i
         2: .line 353
            goto 19
         3: .line 354
      StackMap locals: org.apache.fop.hyphenation.TernaryTree char[] int top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 4 /* p */
            caload
            ldc 65535
            if_icmpne 7
         4: .line 355
            aload 1 /* key */
            iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 4 /* p */
            caload
            invokestatic org.apache.fop.hyphenation.TernaryTree.strcmp:([CI[CI)I
            ifne 6
         5: .line 356
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 4 /* p */
            caload
            ireturn
         6: .line 358
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         7: .line 361
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            iload 5 /* i */
            caload
            istore 6 /* c */
        start local 6 // char c
         8: .line 362
            iload 6 /* c */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 4 /* p */
            caload
            isub
            istore 3 /* d */
        start local 3 // int d
         9: .line 363
            iload 3 /* d */
            ifne 15
        10: .line 364
            iload 6 /* c */
            ifne 12
        11: .line 365
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 4 /* p */
            caload
            ireturn
        12: .line 367
      StackMap locals: org.apache.fop.hyphenation.TernaryTree char[] int int int int int
      StackMap stack:
            iinc 5 /* i */ 1
        13: .line 368
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 4 /* p */
            caload
            istore 4 /* p */
        14: .line 369
            goto 19
      StackMap locals:
      StackMap stack:
        15: iload 3 /* d */
            ifge 18
        16: .line 370
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 4 /* p */
            caload
            istore 4 /* p */
        17: .line 371
            goto 19
        18: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 4 /* p */
            caload
            istore 4 /* p */
        end local 6 // char c
        end local 3 // int d
        19: .line 353
      StackMap locals: org.apache.fop.hyphenation.TernaryTree char[] int top int int
      StackMap stack:
            iload 4 /* p */
            ifne 3
        20: .line 375
            iconst_m1
            ireturn
        end local 5 // int i
        end local 4 // char p
        end local 2 // int start
        end local 1 // char[] key
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lorg/apache/fop/hyphenation/TernaryTree;
            0   21     1    key  [C
            0   21     2  start  I
            9   19     3      d  I
            1   21     4      p  C
            2   21     5      i  I
            8   19     6      c  C
    MethodParameters:
       Name  Flags
      key    
      start  

  public boolean knows(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // java.lang.String key
         0: .line 383
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.find:(Ljava/lang/String;)I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.String key
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/hyphenation/TernaryTree;
            0    2     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  private void redimNodeArrays(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // int newsize
         0: .line 388
            iload 1 /* newsize */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            arraylength
            if_icmpge 1
            iload 1 /* newsize */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* len */
        start local 2 // int len
         3: .line 389
            iload 1 /* newsize */
            newarray 5
            astore 3 /* na */
        start local 3 // char[] na
         4: .line 390
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iconst_0
            aload 3 /* na */
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 391
            aload 0 /* this */
            aload 3 /* na */
            putfield org.apache.fop.hyphenation.TernaryTree.lo:[C
         6: .line 392
            iload 1 /* newsize */
            newarray 5
            astore 3 /* na */
         7: .line 393
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iconst_0
            aload 3 /* na */
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 394
            aload 0 /* this */
            aload 3 /* na */
            putfield org.apache.fop.hyphenation.TernaryTree.hi:[C
         9: .line 395
            iload 1 /* newsize */
            newarray 5
            astore 3 /* na */
        10: .line 396
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iconst_0
            aload 3 /* na */
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 397
            aload 0 /* this */
            aload 3 /* na */
            putfield org.apache.fop.hyphenation.TernaryTree.eq:[C
        12: .line 398
            iload 1 /* newsize */
            newarray 5
            astore 3 /* na */
        13: .line 399
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iconst_0
            aload 3 /* na */
            iconst_0
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 400
            aload 0 /* this */
            aload 3 /* na */
            putfield org.apache.fop.hyphenation.TernaryTree.sc:[C
        15: .line 401
            return
        end local 3 // char[] na
        end local 2 // int len
        end local 1 // int newsize
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/apache/fop/hyphenation/TernaryTree;
            0   16     1  newsize  I
            3   16     2      len  I
            4   16     3       na  [C
    MethodParameters:
         Name  Flags
      newsize  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 405
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.length:I
            ireturn
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/hyphenation/TernaryTree;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 410
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.apache.fop.hyphenation.TernaryTree
            astore 1 /* t */
        start local 1 // org.apache.fop.hyphenation.TernaryTree t
         1: .line 411
            aload 1 /* t */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            invokevirtual char[].clone:()Ljava/lang/Object;
            checkcast char[]
            putfield org.apache.fop.hyphenation.TernaryTree.lo:[C
         2: .line 412
            aload 1 /* t */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            invokevirtual char[].clone:()Ljava/lang/Object;
            checkcast char[]
            putfield org.apache.fop.hyphenation.TernaryTree.hi:[C
         3: .line 413
            aload 1 /* t */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            invokevirtual char[].clone:()Ljava/lang/Object;
            checkcast char[]
            putfield org.apache.fop.hyphenation.TernaryTree.eq:[C
         4: .line 414
            aload 1 /* t */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            invokevirtual char[].clone:()Ljava/lang/Object;
            checkcast char[]
            putfield org.apache.fop.hyphenation.TernaryTree.sc:[C
         5: .line 415
            aload 1 /* t */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.clone:()Ljava/lang/Object;
            checkcast org.apache.fop.hyphenation.CharVector
            putfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
         6: .line 417
            aload 1 /* t */
            areturn
        end local 1 // org.apache.fop.hyphenation.TernaryTree t
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/fop/hyphenation/TernaryTree;
            1    7     1     t  Lorg/apache/fop/hyphenation/TernaryTree;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  protected void insertBalanced(java.lang.String[], char[], int, int);
    descriptor: ([Ljava/lang/String;[CII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // java.lang.String[] k
        start local 2 // char[] v
        start local 3 // int offset
        start local 4 // int n
         0: .line 432
            iload 4 /* n */
            iconst_1
            if_icmpge 2
         1: .line 433
            return
         2: .line 435
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iconst_1
            ishr
            istore 5 /* m */
        start local 5 // int m
         3: .line 437
            aload 0 /* this */
            aload 1 /* k */
            iload 5 /* m */
            iload 3 /* offset */
            iadd
            aaload
            aload 2 /* v */
            iload 5 /* m */
            iload 3 /* offset */
            iadd
            caload
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(Ljava/lang/String;C)V
         4: .line 438
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            iload 3 /* offset */
            iload 5 /* m */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insertBalanced:([Ljava/lang/String;[CII)V
         5: .line 440
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            iload 3 /* offset */
            iload 5 /* m */
            iadd
            iconst_1
            iadd
            iload 4 /* n */
            iload 5 /* m */
            isub
            iconst_1
            isub
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insertBalanced:([Ljava/lang/String;[CII)V
         6: .line 441
            return
        end local 5 // int m
        end local 4 // int n
        end local 3 // int offset
        end local 2 // char[] v
        end local 1 // java.lang.String[] k
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/fop/hyphenation/TernaryTree;
            0    7     1       k  [Ljava/lang/String;
            0    7     2       v  [C
            0    7     3  offset  I
            0    7     4       n  I
            3    7     5       m  I
    MethodParameters:
        Name  Flags
      k       
      v       
      offset  
      n       

  public void balance();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 450
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 451
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.length:I
            istore 2 /* n */
        start local 2 // int n
         2: .line 452
            iload 2 /* n */
            anewarray java.lang.String
            astore 3 /* k */
        start local 3 // java.lang.String[] k
         3: .line 453
            iload 2 /* n */
            newarray 5
            astore 4 /* v */
        start local 4 // char[] v
         4: .line 454
            new org.apache.fop.hyphenation.TernaryTree$Iterator
            dup
            aload 0 /* this */
            invokespecial org.apache.fop.hyphenation.TernaryTree$Iterator.<init>:(Lorg/apache/fop/hyphenation/TernaryTree;)V
            astore 5 /* iter */
        start local 5 // org.apache.fop.hyphenation.TernaryTree$Iterator iter
         5: .line 455
            goto 8
         6: .line 456
      StackMap locals: org.apache.fop.hyphenation.TernaryTree int int java.lang.String[] char[] org.apache.fop.hyphenation.TernaryTree$Iterator
      StackMap stack:
            aload 4 /* v */
            iload 1 /* i */
            aload 5 /* iter */
            invokevirtual org.apache.fop.hyphenation.TernaryTree$Iterator.getValue:()C
            castore
         7: .line 457
            aload 3 /* k */
            iload 1 /* i */
            iinc 1 /* i */ 1
            aload 5 /* iter */
            invokevirtual org.apache.fop.hyphenation.TernaryTree$Iterator.nextElement:()Ljava/lang/Object;
            checkcast java.lang.String
            aastore
         8: .line 455
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokevirtual org.apache.fop.hyphenation.TernaryTree$Iterator.hasMoreElements:()Z
            ifne 6
         9: .line 459
            aload 0 /* this */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.init:()V
        10: .line 460
            aload 0 /* this */
            aload 3 /* k */
            aload 4 /* v */
            iconst_0
            iload 2 /* n */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insertBalanced:([Ljava/lang/String;[CII)V
        11: .line 464
            return
        end local 5 // org.apache.fop.hyphenation.TernaryTree$Iterator iter
        end local 4 // char[] v
        end local 3 // java.lang.String[] k
        end local 2 // int n
        end local 1 // int i
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/fop/hyphenation/TernaryTree;
            1   12     1     i  I
            2   12     2     n  I
            3   12     3     k  [Ljava/lang/String;
            4   12     4     v  [C
            5   12     5  iter  Lorg/apache/fop/hyphenation/TernaryTree$Iterator;

  public void trimToSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 481
            aload 0 /* this */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.balance:()V
         1: .line 484
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            invokevirtual org.apache.fop.hyphenation.TernaryTree.redimNodeArrays:(I)V
         2: .line 487
            new org.apache.fop.hyphenation.CharVector
            dup
            invokespecial org.apache.fop.hyphenation.CharVector.<init>:()V
            astore 1 /* kx */
        start local 1 // org.apache.fop.hyphenation.CharVector kx
         3: .line 488
            aload 1 /* kx */
            iconst_1
            invokevirtual org.apache.fop.hyphenation.CharVector.alloc:(I)I
            pop
         4: .line 489
            new org.apache.fop.hyphenation.TernaryTree
            dup
            invokespecial org.apache.fop.hyphenation.TernaryTree.<init>:()V
            astore 2 /* map */
        start local 2 // org.apache.fop.hyphenation.TernaryTree map
         5: .line 490
            aload 0 /* this */
            aload 1 /* kx */
            aload 2 /* map */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.root:C
            invokevirtual org.apache.fop.hyphenation.TernaryTree.compact:(Lorg/apache/fop/hyphenation/CharVector;Lorg/apache/fop/hyphenation/TernaryTree;C)V
         6: .line 491
            aload 0 /* this */
            aload 1 /* kx */
            putfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
         7: .line 492
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.trimToSize:()V
         8: .line 493
            return
        end local 2 // org.apache.fop.hyphenation.TernaryTree map
        end local 1 // org.apache.fop.hyphenation.CharVector kx
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/fop/hyphenation/TernaryTree;
            3    9     1    kx  Lorg/apache/fop/hyphenation/CharVector;
            5    9     2   map  Lorg/apache/fop/hyphenation/TernaryTree;

  private void compact(org.apache.fop.hyphenation.CharVector, org.apache.fop.hyphenation.TernaryTree, char);
    descriptor: (Lorg/apache/fop/hyphenation/CharVector;Lorg/apache/fop/hyphenation/TernaryTree;C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
        start local 1 // org.apache.fop.hyphenation.CharVector kx
        start local 2 // org.apache.fop.hyphenation.TernaryTree map
        start local 3 // char p
         0: .line 497
            iload 3 /* p */
            ifne 2
         1: .line 498
            return
         2: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 3 /* p */
            caload
            ldc 65535
            if_icmpne 10
         3: .line 501
            aload 2 /* map */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 3 /* p */
            caload
            invokevirtual org.apache.fop.hyphenation.TernaryTree.find:([CI)I
            istore 4 /* k */
        start local 4 // int k
         4: .line 502
            iload 4 /* k */
            ifge 8
         5: .line 503
            aload 1 /* kx */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 3 /* p */
            caload
            invokestatic org.apache.fop.hyphenation.TernaryTree.strlen:([CI)I
            iconst_1
            iadd
            invokevirtual org.apache.fop.hyphenation.CharVector.alloc:(I)I
            istore 4 /* k */
         6: .line 504
            aload 1 /* kx */
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            iload 4 /* k */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 3 /* p */
            caload
            invokestatic org.apache.fop.hyphenation.TernaryTree.strcpy:([CI[CI)V
         7: .line 505
            aload 2 /* map */
            aload 1 /* kx */
            invokevirtual org.apache.fop.hyphenation.CharVector.getArray:()[C
            iload 4 /* k */
            iload 4 /* k */
            i2c
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:([CIC)V
         8: .line 507
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 3 /* p */
            iload 4 /* k */
            i2c
            castore
         9: .line 508
            goto 14
        end local 4 // int k
        10: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* kx */
            aload 2 /* map */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.lo:[C
            iload 3 /* p */
            caload
            invokevirtual org.apache.fop.hyphenation.TernaryTree.compact:(Lorg/apache/fop/hyphenation/CharVector;Lorg/apache/fop/hyphenation/TernaryTree;C)V
        11: .line 510
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.sc:[C
            iload 3 /* p */
            caload
            ifeq 13
        12: .line 511
            aload 0 /* this */
            aload 1 /* kx */
            aload 2 /* map */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.eq:[C
            iload 3 /* p */
            caload
            invokevirtual org.apache.fop.hyphenation.TernaryTree.compact:(Lorg/apache/fop/hyphenation/CharVector;Lorg/apache/fop/hyphenation/TernaryTree;C)V
        13: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* kx */
            aload 2 /* map */
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.hi:[C
            iload 3 /* p */
            caload
            invokevirtual org.apache.fop.hyphenation.TernaryTree.compact:(Lorg/apache/fop/hyphenation/CharVector;Lorg/apache/fop/hyphenation/TernaryTree;C)V
        14: .line 515
      StackMap locals:
      StackMap stack:
            return
        end local 3 // char p
        end local 2 // org.apache.fop.hyphenation.TernaryTree map
        end local 1 // org.apache.fop.hyphenation.CharVector kx
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/fop/hyphenation/TernaryTree;
            0   15     1    kx  Lorg/apache/fop/hyphenation/CharVector;
            0   15     2   map  Lorg/apache/fop/hyphenation/TernaryTree;
            0   15     3     p  C
            4   10     4     k  I
    MethodParameters:
      Name  Flags
      kx    
      map   
      p     

  public java.util.Enumeration keys();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 519
            new org.apache.fop.hyphenation.TernaryTree$Iterator
            dup
            aload 0 /* this */
            invokespecial org.apache.fop.hyphenation.TernaryTree$Iterator.<init>:(Lorg/apache/fop/hyphenation/TernaryTree;)V
            areturn
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/hyphenation/TernaryTree;

  public void printStats();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.fop.hyphenation.TernaryTree this
         0: .line 716
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Number of keys = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.length:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 717
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Node count = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.freenode:C
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 719
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Key Array length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 720
            aload 0 /* this */
            getfield org.apache.fop.hyphenation.TernaryTree.kv:Lorg/apache/fop/hyphenation/CharVector;
            invokevirtual org.apache.fop.hyphenation.CharVector.length:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 719
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 733
            return
        end local 0 // org.apache.fop.hyphenation.TernaryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/fop/hyphenation/TernaryTree;

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 741
            new org.apache.fop.hyphenation.TernaryTree
            dup
            invokespecial org.apache.fop.hyphenation.TernaryTree.<init>:()V
            astore 1 /* tt */
        start local 1 // org.apache.fop.hyphenation.TernaryTree tt
         1: .line 742
            aload 1 /* tt */
            ldc "Carlos"
            bipush 67
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(Ljava/lang/String;C)V
         2: .line 743
            aload 1 /* tt */
            ldc "Car"
            bipush 114
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(Ljava/lang/String;C)V
         3: .line 744
            aload 1 /* tt */
            ldc "palos"
            bipush 108
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(Ljava/lang/String;C)V
         4: .line 745
            aload 1 /* tt */
            ldc "pa"
            bipush 112
            invokevirtual org.apache.fop.hyphenation.TernaryTree.insert:(Ljava/lang/String;C)V
         5: .line 746
            aload 1 /* tt */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.trimToSize:()V
         6: .line 747
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 1 /* tt */
            ldc "Car"
            invokevirtual org.apache.fop.hyphenation.TernaryTree.find:(Ljava/lang/String;)I
            i2c
            invokevirtual java.io.PrintStream.println:(C)V
         7: .line 748
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 1 /* tt */
            ldc "Carlos"
            invokevirtual org.apache.fop.hyphenation.TernaryTree.find:(Ljava/lang/String;)I
            i2c
            invokevirtual java.io.PrintStream.println:(C)V
         8: .line 749
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 1 /* tt */
            ldc "alto"
            invokevirtual org.apache.fop.hyphenation.TernaryTree.find:(Ljava/lang/String;)I
            i2c
            invokevirtual java.io.PrintStream.println:(C)V
         9: .line 750
            aload 1 /* tt */
            invokevirtual org.apache.fop.hyphenation.TernaryTree.printStats:()V
        10: .line 751
            return
        end local 1 // org.apache.fop.hyphenation.TernaryTree tt
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  args  [Ljava/lang/String;
            1   11     1    tt  Lorg/apache/fop/hyphenation/TernaryTree;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "TernaryTree.java"
NestMembers:
  org.apache.fop.hyphenation.TernaryTree$Iterator  org.apache.fop.hyphenation.TernaryTree$Iterator$Item
InnerClasses:
  public Iterator = org.apache.fop.hyphenation.TernaryTree$Iterator of org.apache.fop.hyphenation.TernaryTree