Skip to content

Instantly share code, notes, and snippets.

@jorgelbg
Created August 30, 2014 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgelbg/4b35f92c3be41e351045 to your computer and use it in GitHub Desktop.
Save jorgelbg/4b35f92c3be41e351045 to your computer and use it in GitHub Desktop.
Iterator<Inlink> iterator = inlinks.iterator();
while (iterator.hasNext()) {
String linkUrl = iterator.next().getFromUrl();
doc.add("inlinks", linkUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment