public abstract class Struct extends AbstractStructReader implements Serializable
Implements
SerializableStatic Methods
newBuilder()
public static Struct.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Builder |
Methods
equals(Object arg0)
public boolean equals(Object arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getStruct(int arg0)
public Struct getStruct(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
Struct |
getStruct(String arg0)
public Struct getStruct(String arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
String |
Returns | |
---|---|
Type | Description |
Struct |
getStructInternal(int arg0)
protected abstract Struct getStructInternal(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
Struct |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |