- Enclosing class:
- CharUtil
public static final class CharUtil.CharJoin
extends Object
-
-
Constructor Summary
Constructors
Constructor |
Description |
CharJoin(Object srcLeft,
int offLeft,
int cchLeft,
Object srcRight,
int offRight) |
|
-
Method Summary
Modifier and Type |
Method |
Description |
int |
depth() |
|
boolean |
isValid(int off,
int cch) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
public final int _offLeft
-
public final int _cchLeft
-
-
public final int _offRight
-
-
Constructor Details
-
public CharJoin(
Object srcLeft,
int offLeft,
int cchLeft,
Object srcRight,
int offRight)
-
Method Details
-
-
public boolean isValid(int off,
int cch)