public class TabCompletion extends Object implements Serializable
| Constructor and Description |
|---|
TabCompletion(Collection<String> candidates,
int cursor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCandidates() |
int |
getCursor() |
public TabCompletion(Collection<String> candidates, int cursor)
public Collection<String> getCandidates()
public int getCursor()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.