Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created September 18, 2012 08:30
Show Gist options
  • Save johnmay/3742030 to your computer and use it in GitHub Desktop.
Save johnmay/3742030 to your computer and use it in GitHub Desktop.
public List<IAtom> getAtoms() {
return Collections.unmodifiableList(atoms);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment