Skip to content

Instantly share code, notes, and snippets.

@nwillc
Created May 30, 2018 01:09
Show Gist options
  • Save nwillc/882380972d57340a71bfae44025ff9d6 to your computer and use it in GitHub Desktop.
Save nwillc/882380972d57340a71bfae44025ff9d6 to your computer and use it in GitHub Desktop.
NodeList interface
public interface NodeList {
public Node item(int index);
public int getLength();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment