public class ResultRow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
hashCode
Deprecated.
|
private java.util.ArrayList<Locator> |
roles
Deprecated.
|
private Locator |
type
Deprecated.
|
private java.util.ArrayList<java.lang.Object> |
values
Deprecated.
|
Constructor and Description |
---|
ResultRow(Locator type,
java.util.List<Locator> roles,
java.util.List<java.lang.Object> values)
Deprecated.
Creates a new instance of ResultRow
|
ResultRow(Locator type,
Locator firstRole,
java.lang.Object firstPlayer,
java.lang.Object... rolesAndValues)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
getNumValues()
Deprecated.
|
Locator |
getPlayer(int index)
Deprecated.
|
Locator |
getPlayer(Locator role)
Deprecated.
|
Locator |
getRole(int index)
Deprecated.
|
java.lang.String |
getText(int index)
Deprecated.
|
java.lang.String |
getText(Locator role)
Deprecated.
|
Locator |
getType()
Deprecated.
|
java.lang.Object |
getValue(int index)
Deprecated.
|
java.lang.Object |
getValue(Locator role)
Deprecated.
|
java.util.ArrayList<java.lang.Object> |
getValues()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static ResultRow |
joinRows(ResultRow... rows)
Deprecated.
|
private Locator type
private java.util.ArrayList<Locator> roles
private java.util.ArrayList<java.lang.Object> values
private int hashCode
public ResultRow(Locator type, java.util.List<Locator> roles, java.util.List<java.lang.Object> values)
public Locator getType()
public int getNumValues()
public Locator getPlayer(int index)
public java.lang.String getText(int index)
public java.lang.Object getValue(int index)
public Locator getRole(int index)
public java.lang.String getText(Locator role)
public java.lang.Object getValue(Locator role)
public java.util.ArrayList<java.lang.Object> getValues()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright 2004-2015 Wandora Team