Uses of Class
com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
Packages that use ContiguousCharArrayArray
Package
Description
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ContiguousCharArrayArrayModifier and TypeFieldDescriptionprotected ContiguousCharArrayArrayDecoder._characterContentChunkTableThe character content chunk table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionprivate voidDecoder.decodeTableItems(ContiguousCharArrayArray array) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionstatic voidPrintTable.printArray(String title, ContiguousCharArrayArray a) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as ContiguousCharArrayArrayModifier and TypeFieldDescriptionprivate ContiguousCharArrayArrayContiguousCharArrayArray._readOnlyArrayMethods in com.sun.xml.fastinfoset.util with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionfinal voidContiguousCharArrayArray.setReadOnlyArray(ContiguousCharArrayArray readOnlyArray, boolean clear) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as ContiguousCharArrayArrayModifier and TypeFieldDescriptionfinal ContiguousCharArrayArrayParserVocabulary.characterContentChunkMethods in com.sun.xml.fastinfoset.vocab with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionprivate voidParserVocabulary.addToTable(String s, ContiguousCharArrayArray a) private voidParserVocabulary.addToTable(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 ContiguousCharArrayArrayModifier and TypeMethodDescriptionprivate voidVocabularyGenerator.addToTable(String s, CharArrayIntMap m, ContiguousCharArrayArray a) Deprecated.