Class ItemBuilder.Item1
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.ItemBuilder.Item1
-
- All Implemented Interfaces:
IItem
- Direct Known Subclasses:
ItemBuilder.Item3
- Enclosing class:
- ItemBuilder
private static class ItemBuilder.Item1 extends java.lang.Object implements IItem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IType<IItem>getType()The type of this item (analogous toObject.getClass()).java.lang.StringtoString()protected java.lang.StringtoString(java.lang.Object o)
-
-
-
Method Detail
-
getType
public IType<IItem> getType()
Description copied from interface:IItemThe type of this item (analogous toObject.getClass()).
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toString
protected java.lang.String toString(java.lang.Object o)
-
-