Class PathFinder.Secondary

    • Field Detail

      • next

        private Path next
        The next path to be returned by next() if any, i.e. if hasNext() returns true; otherwise this field is null.
      • encl

        private final PathFinder encl
        The source finder from which the stream of paths is read. **** this is superfluous if this is not static
    • Constructor Detail

      • Secondary

        Secondary​(PathFinder encl,
                  PathFinder.Filter filter)
        Create a finder receiving a stream of paths from encl and passing them further via next() if they pass the filter filter.
    • Method Detail

      • updateNext

        protected void updateNext()
      • getNext

        protected Path getNext()