question about next() and nextAll()

question about next() and nextAll()

i understand that next() returns the very next sibling and nextAll() will return all next siblings.
is there a way to return the next sibling (not all) when it is not immediately next?