Class LigatureTree.Lignode

  • Enclosing class:
    LigatureTree

    static class LigatureTree.Lignode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Lignode()  
      Lignode​(int target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.Writer w, int indent)  
      (package private) int getLigature()  
      (package private) void insert​(int[] chars, int index)  
      (package private) boolean isMatch()  
      (package private) java.lang.String ligatureString​(int[] chars)  
      (package private) LigatureTree.Lignode subnode​(int c)  
      void walk​(TreeWalker walker)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lignode

        Lignode()
      • Lignode

        Lignode​(int target)
    • Method Detail

      • isMatch

        boolean isMatch()
      • getLigature

        int getLigature()
      • ligatureString

        java.lang.String ligatureString​(int[] chars)
      • insert

        void insert​(int[] chars,
                    int index)
      • dump

        public void dump​(java.io.Writer w,
                         int indent)