Interface ObjectGraphWalker.Visitor

    • Method Detail

      • visit

        long visit​(java.lang.Object object)
        The visit method executed on each node
        Parameters:
        object - the reference at that node
        Returns:
        a long for you to do things with...