Skip to content

Instantly share code, notes, and snippets.

@andresrc
Created May 21, 2011 18:15
Show Gist options
  • Save andresrc/984741 to your computer and use it in GitHub Desktop.
Save andresrc/984741 to your computer and use it in GitHub Desktop.
Group Object
public class Group {
public int getHits();
public Set<String> getGroupNames();
public Group getGroup(String name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment