Uses of Class
org.jcodings.util.IntHash
-
Packages that use IntHash Package Description org.jcodings.exception org.jcodings.unicode -
-
Uses of IntHash in org.jcodings.exception
Fields in org.jcodings.exception declared as IntHash Modifier and Type Field Description private static IntHash<EncodingError>
EncodingError. CODE_TO_ERROR
-
Uses of IntHash in org.jcodings.unicode
Fields in org.jcodings.unicode declared as IntHash Modifier and Type Field Description (package private) static IntHash<UnicodeEncoding.CodeList>
UnicodeEncoding.CaseFold. Values
(package private) static IntHash<UnicodeEncoding.CodeList>
UnicodeEncoding.CaseUnfold11. Values
Methods in org.jcodings.unicode that return IntHash Modifier and Type Method Description (package private) static IntHash<UnicodeEncoding.CodeList>
UnicodeEncoding.CaseUnfold11. initializeUnfold1Hash()
(package private) static IntHash<UnicodeEncoding.CodeList>
UnicodeEncoding.CaseFold. read(java.lang.String table)
-