Skip to content

Instantly share code, notes, and snippets.

@eyalgo
Created February 16, 2014 20:38
Show Gist options
  • Save eyalgo/9040334 to your computer and use it in GitHub Desktop.
Save eyalgo/9040334 to your computer and use it in GitHub Desktop.
Set<String> attributeValues = item.getAttributes().get(attributeName);
String singleValue = attributeValues.iterator().next();
// String singleValue = item.getAttributes().get(attributeName).iterator().next();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment