Given a list of the following:
public interface Node{ int getCount(); String getName(); }
and a limit: int limit = 10
int limit = 10