Uses of Class
com.sun.xml.fastinfoset.util.CharArrayIntMap
Packages that use CharArrayIntMap
Package
Description
-
Uses of CharArrayIntMap in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type CharArrayIntMapModifier and TypeMethodDescriptionbooleanEncoder.canAddCharacterContentToTable(int length, CharArrayIntMap map) Checks whether character content table has enough memory to store character content chunk with the given lengthprotected final voidEncoder.encodeNonIdentifyingStringOnFirstBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone) Encode a non identifying string on the first bit of an octet.protected final voidEncoder.encodeNonIdentifyingStringOnFirstBit(String s, CharArrayIntMap map, boolean addToTable) Encode a non identifying string on the first bit of an octet.protected final voidEncoder.encodeNonIdentifyingStringOnThirdBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone) Encode a non identifying string on the third bit of an octet. -
Uses of CharArrayIntMap in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as CharArrayIntMapMethods in com.sun.xml.fastinfoset.util with parameters of type CharArrayIntMapModifier and TypeMethodDescriptionfinal voidCharArrayIntMap.setReadOnlyMap(CharArrayIntMap readOnlyMap, boolean clear) -
Uses of CharArrayIntMap in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as CharArrayIntMapModifier and TypeFieldDescriptionfinal CharArrayIntMapSerializerVocabulary.characterContentChunkfinal CharArrayIntMapSerializerVocabulary.otherStringMethods in com.sun.xml.fastinfoset.vocab with parameters of type CharArrayIntMapModifier and TypeMethodDescriptionprivate voidSerializerVocabulary.addToTable(String s, CharArrayIntMap m) private voidSerializerVocabulary.addToTable(Iterator i, CharArrayIntMap m) -
Uses of CharArrayIntMap in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency with parameters of type CharArrayIntMapModifier and TypeMethodDescriptionprivate voidVocabularyGenerator.addToTable(String s, CharArrayIntMap m, ContiguousCharArrayArray a) Deprecated.