public class Edge<V,T> extends Object
Edge(V source, V target, T value)
boolean
equals(Object o)
int
hashCode()
Edge<V,T>
reverse()
V
source()
target()
String
toString()
T
value()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(V source, V target, T value)
public Edge<V,T> reverse()
public V source()
public V target()
public T value()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2026 Confluent, Inc.. All rights reserved.