Interface NeighbourConsumer

  • All Known Implementing Classes:
    TargetNodeFilter

    public interface NeighbourConsumer
    During KNN execution, this listener is offered every neighbour we encounter.
    • Method Detail

      • offer

        void offer​(long element,
                   double priority)