Interface INeighborStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionGets the collection of vectors to check for neighbor nodes.
-
Method Details
-
getOffsets
Iterable<PathVector> getOffsets()Gets the collection of vectors to check for neighbor nodes.- Returns:
- An iterable of PathVectors.
-