T
- ID typepublic static class TriangleListing.Result<T> extends TertiaryResultBase<T> implements PrintableResult
Modifier and Type | Field and Description |
---|---|
static int |
HASH_SEED |
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |
String |
toPrintableString()
A human-readable representation of this value.
|
String |
toString()
Object.toString() must be overridden to write POJO values in the
same form as Tuple . |
getVertexId0, getVertexId1, getVertexId2, setVertexId0, setVertexId1, setVertexId2, translate
public static final int HASH_SEED
public String toString()
ResultBase
Object.toString()
must be overridden to write POJO values in the
same form as Tuple
. Values are
comma-separated and enclosed in parenthesis, e.g. "(f0,f1)".toString
in class ResultBase
public String toPrintableString()
PrintableResult
toPrintableString
in interface PrintableResult
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.