storm.trident.util
Class IndexedEdge<T>
java.lang.Object
storm.trident.util.IndexedEdge<T>
- All Implemented Interfaces:
- Serializable, Comparable
public class IndexedEdge<T>
- extends Object
- implements Comparable, Serializable
- See Also:
- Serialized Form
source
public T source
target
public T target
index
public int index
IndexedEdge
public IndexedEdge(T source,
T target,
int index)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
compareTo
public int compareTo(Object t)
- Specified by:
compareTo in interface Comparable
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.