Uses of Class
com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
-
Packages that use ContiguousCharArrayArray Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab com.sun.xml.fastinfoset.vocab.frequency -
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ContiguousCharArrayArray Modifier and Type Field Description protected ContiguousCharArrayArrayDecoder. _characterContentChunkTableThe character content chunk table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type ContiguousCharArrayArray Modifier and Type Method Description private voidDecoder. decodeTableItems(ContiguousCharArrayArray array) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type ContiguousCharArrayArray Modifier and Type Method Description static voidPrintTable. printArray(java.lang.String title, ContiguousCharArrayArray a) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as ContiguousCharArrayArray Modifier and Type Field Description private ContiguousCharArrayArrayContiguousCharArrayArray. _readOnlyArrayMethods in com.sun.xml.fastinfoset.util with parameters of type ContiguousCharArrayArray Modifier and Type Method Description voidContiguousCharArrayArray. setReadOnlyArray(ContiguousCharArrayArray readOnlyArray, boolean clear) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as ContiguousCharArrayArray Modifier and Type Field Description ContiguousCharArrayArrayParserVocabulary. characterContentChunkMethods in com.sun.xml.fastinfoset.vocab with parameters of type ContiguousCharArrayArray Modifier and Type Method Description private voidParserVocabulary. addToTable(java.lang.String s, ContiguousCharArrayArray a)private voidParserVocabulary. addToTable(java.util.Iterator i, ContiguousCharArrayArray a) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency with parameters of type ContiguousCharArrayArray Modifier and Type Method Description private voidVocabularyGenerator. addToTable(java.lang.String s, CharArrayIntMap m, ContiguousCharArrayArray a)Deprecated.
-