Uses of Class
com.sun.xml.fastinfoset.util.CharArrayIntMap

Packages that use CharArrayIntMap
com.sun.xml.fastinfoset   
com.sun.xml.fastinfoset.util   
com.sun.xml.fastinfoset.vocab   
 

Uses of CharArrayIntMap in com.sun.xml.fastinfoset
 

Methods in com.sun.xml.fastinfoset with parameters of type CharArrayIntMap
protected  void Encoder.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  void Encoder.encodeNonIdentifyingStringOnFirstBit(String s, CharArrayIntMap map, boolean addToTable)
          Encode a non identifying string on the first bit of an octet.
protected  void Encoder.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.
 boolean Encoder.isCharacterContentChunkLengthMathesLimit(int length, CharArrayIntMap map)
          Checks whether character content chunk (its length) matches limits: length limit itself and limit for total capacity of specified CharArrayIntMap
 

Uses of CharArrayIntMap in com.sun.xml.fastinfoset.util
 

Methods in com.sun.xml.fastinfoset.util with parameters of type CharArrayIntMap
 void CharArrayIntMap.setReadOnlyMap(CharArrayIntMap readOnlyMap, boolean clear)
           
 

Uses of CharArrayIntMap in com.sun.xml.fastinfoset.vocab
 

Fields in com.sun.xml.fastinfoset.vocab declared as CharArrayIntMap
 CharArrayIntMap SerializerVocabulary.characterContentChunk
           
 CharArrayIntMap SerializerVocabulary.otherString
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.