- Direct Known Subclasses:
Struct
, Tuple
public abstract class Container
extends Object
This class is the super class of both Structs and Tuples
and holds common methods.
-
Method Summary
final boolean
Returns the struct contents in order.
Returns this struct as a string.
-
Method Details
-
getParameters
public final Object[] getParameters()
Returns the struct contents in order.
- Returns:
- object array
-
toString
public final String toString()
Returns this struct as a string.
- Overrides:
toString
in class Object
-