Package | Description |
---|---|
com.danielbchapman.groups |
Modifier and Type | Class and Description |
---|---|
class |
Group
A collection is a set of items that have been serialized in some manner
and can be accessed by thier id and queried.
|
class |
SubGroup
A temporary group that can be used to search against or as a smaller set of data.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGroup.remove(AbstractGroup group) |
static java.util.List<Item> |
AbstractGroup.sort(AbstractGroup group,
java.lang.String... fields) |
Constructor and Description |
---|
AbstractGroup(AbstractGroup group) |
SubGroup(AbstractGroup group) |