- Bekannte direkte Unterklassen:
Struct
, Tuple
public abstract class Container
extends Object
This class is the super class of both Structs and Tuples
and holds common methods.
-
Methodenübersicht
final boolean
Returns the struct contents in order.
int
Returns this struct as a string.
-
Methodendetails
-
getParameters
public final Object[] getParameters()
Returns the struct contents in order.
- Gibt zurück:
- object array
-
toString
public final String toString()
Returns this struct as a string.
- Setzt außer Kraft:
toString
in Klasse Object
-
equals
public final boolean equals(Object _other)
- Setzt außer Kraft:
equals
in Klasse Object
-
hashCode
public int hashCode()
- Setzt außer Kraft:
hashCode
in Klasse Object