public class IndexedEdge<T> extends Object implements Comparable, Serializable
int
index
T
source
target
IndexedEdge(T source, T target, int index)
compareTo(Object t)
boolean
equals(Object o)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public T source
public T target
public int index
public IndexedEdge(T source, T target, int index)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public int compareTo(Object t)
compareTo
Comparable
Copyright © 2022 The Apache Software Foundation. All rights reserved.