Interface SV<V>
-
- Type Parameters:
V
- vertex type
- All Known Subinterfaces:
LV<V>
- All Known Implementing Classes:
LVI
,SVI
,SyntheticLV
,SyntheticLV
,SyntheticSV
public interface SV<V>
Interface for a delegate class for a generic type V
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description V
getVertex()
static <V> SV<V>
of(V vertex)
-