Uses of Class
org.jboss.marshalling.util.IdentityIntMap
Packages that use IdentityIntMap
Package
Description
The River protocol implementation package.
-
Uses of IdentityIntMap in org.jboss.marshalling.cloner
Fields in org.jboss.marshalling.cloner declared as IdentityIntMapModifier and TypeFieldDescriptionprivate static final IdentityIntMap<Class<?>> SerializingCloner.PRIMITIVE_ARRAYS -
Uses of IdentityIntMap in org.jboss.marshalling.river
Fields in org.jboss.marshalling.river declared as IdentityIntMapModifier and TypeFieldDescriptionprivate static final IdentityIntMap<Class<?>> RiverMarshaller.BASIC_CLASSES_V2private static final IdentityIntMap<Class<?>> RiverMarshaller.BASIC_CLASSES_V3private final IdentityIntMap<Class<?>> RiverMarshaller.classCacheprivate final IdentityIntMap<Object> RiverMarshaller.instanceCacheMethods in org.jboss.marshalling.river that return IdentityIntMapModifier and TypeMethodDescriptionprivate static IdentityIntMap<Class<?>> RiverMarshaller.getBasicClasses(int configuredVersion) -
Uses of IdentityIntMap in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as IdentityIntMapModifier and TypeFieldDescriptionprivate final IdentityIntMap<Class<?>> SerialMarshaller.descriptorCacheprivate final IdentityIntMap<Object> SerialMarshaller.instanceCacheprivate static final IdentityIntMap<Class<?>> SerialMarshaller.primitives -
Uses of IdentityIntMap in org.jboss.marshalling.util
Methods in org.jboss.marshalling.util that return IdentityIntMap