Class CharUtil.CharJoin

  • Enclosing class:
    CharUtil

    public static final class CharUtil.CharJoin
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CharJoin​(java.lang.Object srcLeft, int offLeft, int cchLeft, java.lang.Object srcRight, int offRight)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int depth()  
      boolean isValid​(int off, int cch)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _srcLeft

        public final java.lang.Object _srcLeft
      • _offLeft

        public final int _offLeft
      • _cchLeft

        public final int _cchLeft
      • _srcRight

        public final java.lang.Object _srcRight
      • _offRight

        public final int _offRight
      • _depth

        public final int _depth
    • Constructor Detail

      • CharJoin

        public CharJoin​(java.lang.Object srcLeft,
                        int offLeft,
                        int cchLeft,
                        java.lang.Object srcRight,
                        int offRight)
    • Method Detail

      • depth

        public int depth()
      • isValid

        public boolean isValid​(int off,
                               int cch)