Class BaseEagerLoadingArchiveAnalyzer.FullForestContext

    • Constructor Detail

      • FullForestContext

        protected FullForestContext()
    • Method Detail

      • remember

        public void remember​(Set<E> elements)
        This method remembers the children of all the elements in the provided set (recursively) and clears out the children of each of the elements. This is so that we don't end up with elements that don't match the filter in the final results.
        Parameters:
        elements - the elements to remember