- java.lang.Object
-
- com.orientechnologies.orient.client.remote.TreeEntry<EK,EV>
-
-
Constructor Summary
Constructors
| Constructor and Description |
TreeEntry(EK key,
EV value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
-
-
Method Detail
-
getKey
public EK getKey()
- Specified by:
getKey in interface java.util.Map.Entry<EK,EV>
-
getValue
public EV getValue()
- Specified by:
getValue in interface java.util.Map.Entry<EK,EV>
Copyright © 2009–2023 OrientDB. All rights reserved.