|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joni.CaseFoldCodeItem
public class CaseFoldCodeItem
Field Summary | |
---|---|
int |
byteLen
|
int[] |
code
|
int |
codeLen
|
Constructor Summary | |
---|---|
CaseFoldCodeItem(int byteLen,
int codeLen,
int[] code)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int byteLen
public final int codeLen
public final int[] code
Constructor Detail |
---|
public CaseFoldCodeItem(int byteLen, int codeLen, int[] code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |