O - instance typeV - value typepublic class Grex<O,V> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Res<O,V> |
genRes |
protected Set<Object> |
validObjectIDs
optional set of object ids
|
| Constructor and Description |
|---|
Grex() |
Grex(Class<O> type,
String path,
Object... objectIDs) |
Grex(Res<O,V> genericRes,
Object... objectIDs) |
| Modifier and Type | Method and Description |
|---|---|
Set<Res<O,V>> |
createNewParts(Object... objectIds) |
Set<? extends Res<O,V>> |
createParts() |
Res<O,V> |
createResForId(Object objectId) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isPart(Res<O,V> res) |
String |
toString() |
Copyright © 2012–2020. All rights reserved.