KEY - type of keysVALUE - type of valuespublic interface Hit<KEY,VALUE>
GBPTree.seek(Object, Object). There's no guarantee about whether or
not the instances returned from key() and value() are immutable, so if multiple keys/values
are stored temporarily during the seek then it's recommended to take copies of them.| Modifier and Type | Method and Description |
|---|---|
KEY |
key() |
VALUE |
value() |
KEY key()
VALUE value()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.