
public class ODictionaryWrapper extends ODictionary<Object>
| Constructor and Description |
|---|
ODictionaryWrapper(ODatabaseObject iDatabase,
OIndex<OIdentifiable> index) |
| Modifier and Type | Method and Description |
|---|---|
<RET> RET |
get(String iKey,
String iFetchPlan) |
void |
put(String iKey,
Object iValue) |
containsKey, get, getIndex, remove, sizepublic ODictionaryWrapper(ODatabaseObject iDatabase, OIndex<OIdentifiable> index)
public <RET> RET get(String iKey, String iFetchPlan)
get in class ODictionary<Object>public void put(String iKey, Object iValue)
put in class ODictionary<Object>Copyright © 2009–2025 OrientDB. All rights reserved.