public static class EnumTrianglesDataTypes.Triad extends org.apache.flink.api.java.tuple.Tuple3<Integer,Integer,Integer>
| Modifier and Type | Field and Description |
|---|---|
static int |
V1 |
static int |
V2 |
static int |
V3 |
| Constructor and Description |
|---|
Triad() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFirstVertex(Integer vertex1) |
void |
setSecondVertex(Integer vertex2) |
void |
setThirdVertex(Integer vertex3) |
copy, equals, getArity, getField, hashCode, of, setField, setFields, toStringpublic static final int V1
public static final int V2
public static final int V3
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.