Uses of Class
org.jibx.runtime.impl.StringIntHashMap

Packages that use StringIntHashMap
org.jibx.runtime   
org.jibx.runtime.impl   
 

Uses of StringIntHashMap in org.jibx.runtime
 

Methods in org.jibx.runtime that return StringIntHashMap
 StringIntHashMap IBindingFactory.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
 StringIntHashMap BindingFactoryBase.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
StringIntHashMap(StringIntHashMap base)
          Copy (clone) constructor.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.