
public class ODictionary<T> extends Object
| Constructor and Description |
|---|
ODictionary(OIndex<OIdentifiable> iIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String iKey) |
<RET extends T> |
get(String iKey) |
<RET extends T> |
get(String iKey,
String iFetchPlan) |
OIndex<OIdentifiable> |
getIndex() |
void |
put(String iKey,
Object iValue) |
boolean |
remove(String iKey) |
long |
size() |
public ODictionary(OIndex<OIdentifiable> iIndex)
public boolean containsKey(String iKey)
public boolean remove(String iKey)
public long size()
public OIndex<OIdentifiable> getIndex()
Copyright © 2009–2025 OrientDB. All rights reserved.