public class Triple<S1,S2,S3> extends Object
| Modifier and Type | Field and Description |
|---|---|
S2 |
destination
Destination vertex.
|
S3 |
edge
Object to hold in the edge.
|
S1 |
source
Source vertex.
|
| Constructor and Description |
|---|
Triple() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns true IFF sources, destinations, and edges match.
|
Copyright © 2021 Eduworks Corporation. All rights reserved.