Interface FollowerFunction<ELEMENT>
-
- All Known Implementing Classes:
FollowerFunctionImpl
public interface FollowerFunction<ELEMENT>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<ELEMENT>getFollowers(ELEMENT element)java.lang.Iterable<ELEMENT>getStarts(ELEMENT root)
-