Uses of Class
org.jibx.runtime.impl.StringIntHashMap
-
Packages that use StringIntHashMap Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of StringIntHashMap in org.jibx.runtime
Methods in org.jibx.runtime that return StringIntHashMap Modifier and Type Method Description StringIntHashMapIBindingFactory. getClassIndexMap()Get map from fully-qualified class name to the index number of the class used for accessing the arrays of class names. -
Uses of StringIntHashMap in org.jibx.runtime.impl
Methods in org.jibx.runtime.impl that return StringIntHashMap Modifier and Type Method Description StringIntHashMapBindingFactoryBase. getClassIndexMap()Get map from fully-qualified class name to the index number of the class used for accessing the arrays of class names.Constructors in org.jibx.runtime.impl with parameters of type StringIntHashMap Constructor Description StringIntHashMap(StringIntHashMap base)Copy (clone) constructor.
-