Uses of Class
org.jcodings.util.CaseInsensitiveBytesHash
-
Packages that use CaseInsensitiveBytesHash Package Description org.jcodings org.jcodings.constants org.jcodings.transcode -
-
Uses of CaseInsensitiveBytesHash in org.jcodings
Methods in org.jcodings that return CaseInsensitiveBytesHash Modifier and Type Method Description static CaseInsensitiveBytesHash<EncodingDB.Entry>EncodingDB. getAliases()static CaseInsensitiveBytesHash<EncodingDB.Entry>EncodingDB. getEncodings() -
Uses of CaseInsensitiveBytesHash in org.jcodings.constants
Fields in org.jcodings.constants declared as CaseInsensitiveBytesHash Modifier and Type Field Description static CaseInsensitiveBytesHash<Integer>PosixBracket. PBSTableUpper -
Uses of CaseInsensitiveBytesHash in org.jcodings.transcode
Fields in org.jcodings.transcode declared as CaseInsensitiveBytesHash Modifier and Type Field Description static CaseInsensitiveBytesHash<CaseInsensitiveBytesHash<TranscoderDB.Entry>>TranscoderDB. transcodersFields in org.jcodings.transcode with type parameters of type CaseInsensitiveBytesHash Modifier and Type Field Description static CaseInsensitiveBytesHash<CaseInsensitiveBytesHash<TranscoderDB.Entry>>TranscoderDB. transcoders
-