Package org.jboss.marshalling
Class TraceInformation.IndexInfo
- java.lang.Object
-
- org.jboss.marshalling.TraceInformation.Info
-
- org.jboss.marshalling.TraceInformation.IndexInfo
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TraceInformation
public static final class TraceInformation.IndexInfo extends TraceInformation.Info implements java.io.Serializable
Information about an index in an array or collection.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
idx
private TraceInformation.IndexType
kind
private static long
serialVersionUID
private int
size
-
Constructor Summary
Constructors Constructor Description IndexInfo(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
toString(java.lang.StringBuilder builder)
-
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
idx
private final int idx
-
size
private final int size
-
kind
private final TraceInformation.IndexType kind
-
-
Constructor Detail
-
IndexInfo
IndexInfo(TraceInformation.Info cause, int idx, int size, TraceInformation.IndexType kind)
-
-
Method Detail
-
toString
protected void toString(java.lang.StringBuilder builder)
- Overrides:
toString
in classTraceInformation.Info
-
-