Package org.jboss.marshalling
Class TraceInformation.IndexInfo
java.lang.Object
org.jboss.marshalling.TraceInformation.Info
org.jboss.marshalling.TraceInformation.IndexInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TraceInformation
public static final class TraceInformation.IndexInfo
extends TraceInformation.Info
implements Serializable
Information about an index in an array or collection.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final TraceInformation.IndexType
private static final long
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionIndexInfo
(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind) -
Method Summary
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
idx
private final int idx -
size
private final int size -
kind
-
-
Constructor Details
-
IndexInfo
IndexInfo(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind)
-
-
Method Details
-
toString
- Overrides:
toString
in classTraceInformation.Info
-