Interface AtomizableIterator

    • Method Detail

      • setIsAtomizing

        void setIsAtomizing​(boolean atomizing)
        Indicate that any nodes returned in the sequence will be atomized. This means that if it wishes to do so, the implementation can return the typed values of the nodes rather than the nodes themselves. The implementation is free to ignore this hint.
        Parameters:
        atomizing - true if the caller of this iterator will atomize any nodes that are returned, and is therefore willing to accept the typed value of the nodes instead of the nodes themselves.