Uses of Class
com.sun.xml.bind.v2.model.impl.ArrayInfoImpl

Packages that use ArrayInfoImpl
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Uses of ArrayInfoImpl in com.sun.xml.bind.v2.model.impl
 

Subclasses of ArrayInfoImpl in com.sun.xml.bind.v2.model.impl
(package private)  class RuntimeArrayInfoImpl
           
 

Methods in com.sun.xml.bind.v2.model.impl that return ArrayInfoImpl
protected  ArrayInfoImpl<T,C,F,M> ModelBuilder.createArrayInfo(Locatable upstream, T arrayType)
           
 

Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type ArrayInfoImpl
 Map<? extends T,? extends ArrayInfoImpl<T,C,F,M>> TypeInfoSetImpl.arrays()
           
 

Methods in com.sun.xml.bind.v2.model.impl with parameters of type ArrayInfoImpl
 void TypeInfoSetImpl.add(ArrayInfoImpl<T,C,F,M> ai)