Public Member Functions | |
IntString () | |
IntString (int e1, String e2) | |
IntString (IntString value) | |
int | getE1 () |
void | setE1 (int e1) |
String | getE2 () |
void | setE2 (String e2) |
void | set (int e1, String e2) |
void | copyFrom (Pointer buffer) |
void | copyTo (Pointer buffer) |
boolean | parseFrom (Scanner sc) |
PrintStream | printTo (PrintStream stream) |
Memory | getSharedMemory () |
int | getSerializedSize () |
int | hashCode () |
boolean | equals (Object obj) |
Static Public Attributes | |
static final int | NATIVE_TYPE_ID = 251 |
Private Attributes | |
int | e1 |
String | e2 |
Static Private Attributes | |
static final int | OFFSET_E2 = Value.SIZEOF_INT |
static final int | SIZEOF_STRING_SIZE = Value.SIZEOF_SHORT |
Definition at line 14 of file IntString.java.
de::aitools::aq::value::pair::IntString::IntString | ( | ) | [inline] |
Definition at line 22 of file IntString.java.
References e2.
de::aitools::aq::value::pair::IntString::IntString | ( | int | e1, | |
String | e2 | |||
) | [inline] |
Definition at line 26 of file IntString.java.
de::aitools::aq::value::pair::IntString::IntString | ( | IntString | value | ) | [inline] |
Definition at line 30 of file IntString.java.
void de::aitools::aq::value::pair::IntString::copyFrom | ( | Pointer | buffer | ) | [inline] |
Definition at line 57 of file IntString.java.
References e1, e2, OFFSET_E2, and SIZEOF_STRING_SIZE.
void de::aitools::aq::value::pair::IntString::copyTo | ( | Pointer | buffer | ) | [inline] |
Definition at line 65 of file IntString.java.
References e1, e2, OFFSET_E2, and SIZEOF_STRING_SIZE.
boolean de::aitools::aq::value::pair::IntString::equals | ( | Object | obj | ) | [inline] |
Definition at line 111 of file IntString.java.
int de::aitools::aq::value::pair::IntString::getE1 | ( | ) | [inline] |
Definition at line 34 of file IntString.java.
References e1.
String de::aitools::aq::value::pair::IntString::getE2 | ( | ) | [inline] |
Definition at line 42 of file IntString.java.
References e2.
int de::aitools::aq::value::pair::IntString::getSerializedSize | ( | ) | [inline] |
Definition at line 97 of file IntString.java.
References e2, OFFSET_E2, and SIZEOF_STRING_SIZE.
Referenced by getSharedMemory().
Memory de::aitools::aq::value::pair::IntString::getSharedMemory | ( | ) | [inline] |
Definition at line 92 of file IntString.java.
References getSerializedSize().
int de::aitools::aq::value::pair::IntString::hashCode | ( | ) | [inline] |
Definition at line 102 of file IntString.java.
boolean de::aitools::aq::value::pair::IntString::parseFrom | ( | Scanner | sc | ) | [inline] |
Definition at line 74 of file IntString.java.
PrintStream de::aitools::aq::value::pair::IntString::printTo | ( | PrintStream | stream | ) | [inline] |
Definition at line 83 of file IntString.java.
void de::aitools::aq::value::pair::IntString::set | ( | int | e1, | |
String | e2 | |||
) | [inline] |
void de::aitools::aq::value::pair::IntString::setE1 | ( | int | e1 | ) | [inline] |
Definition at line 38 of file IntString.java.
Referenced by set().
void de::aitools::aq::value::pair::IntString::setE2 | ( | String | e2 | ) | [inline] |
Definition at line 46 of file IntString.java.
Referenced by set().
int de::aitools::aq::value::pair::IntString::e1 [private] |
Definition at line 129 of file IntString.java.
Referenced by copyFrom(), copyTo(), equals(), getE1(), hashCode(), IntString(), parseFrom(), printTo(), and set().
String de::aitools::aq::value::pair::IntString::e2 [private] |
Definition at line 130 of file IntString.java.
Referenced by copyFrom(), copyTo(), equals(), getE2(), getSerializedSize(), hashCode(), IntString(), parseFrom(), printTo(), and set().
final int de::aitools::aq::value::pair::IntString::NATIVE_TYPE_ID = 251 [static] |
Definition at line 16 of file IntString.java.
final int de::aitools::aq::value::pair::IntString::OFFSET_E2 = Value.SIZEOF_INT [static, private] |
Definition at line 18 of file IntString.java.
Referenced by copyFrom(), copyTo(), and getSerializedSize().
final int de::aitools::aq::value::pair::IntString::SIZEOF_STRING_SIZE = Value.SIZEOF_SHORT [static, private] |
Definition at line 20 of file IntString.java.
Referenced by copyFrom(), copyTo(), and getSerializedSize().