K
- vertex ID typepublic static final class TriangleEnumerator.Triad<K> extends Tuple3<K,K,K>
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 |
---|---|
K |
getFirstVertex() |
K |
getSecondVertex() |
K |
getThirdVertex() |
void |
setFirstVertex(K vertex1) |
void |
setSecondVertex(K vertex2) |
void |
setThirdVertex(K vertex3) |
copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
getFieldNotNull, getTupleClass, newInstance
public static final int V1
public static final int V2
public static final int V3
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.