public class Tuple0
extends java.lang.Object
| Constructor and Description |
|---|
Tuple0() |
| Modifier and Type | Method and Description |
|---|---|
static TypeDescriptor<Tuple0> |
_typeDescriptor() |
static Tuple0 |
create() |
static Tuple0 |
Default() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public static TypeDescriptor<Tuple0> _typeDescriptor()
public static Tuple0 Default()
public static Tuple0 create()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object