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_V2
private static final IdentityIntMap<Class<?>>
RiverMarshaller.BASIC_CLASSES_V3
private final IdentityIntMap<Class<?>>
RiverMarshaller.classCache
private final IdentityIntMap<Object>
RiverMarshaller.instanceCache
Methods 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.descriptorCache
private final IdentityIntMap<Object>
SerialMarshaller.instanceCache
private static final IdentityIntMap<Class<?>>
SerialMarshaller.primitives
-
Uses of IdentityIntMap in org.jboss.marshalling.util
Methods in org.jboss.marshalling.util that return IdentityIntMap