public static class EdgeKVStorage.KeyValue extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
bwd |
boolean |
fwd |
String |
key |
static String |
STREET_DESTINATION |
static String |
STREET_DESTINATION_REF |
static String |
STREET_NAME |
static String |
STREET_REF |
Object |
value |
| Constructor and Description |
|---|
KeyValue(String key,
Object value) |
KeyValue(String key,
Object value,
boolean fwd,
boolean bwd) |
| Modifier and Type | Method and Description |
|---|---|
static List<EdgeKVStorage.KeyValue> |
createKV(String key,
Object value) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public static final String STREET_NAME
public static final String STREET_REF
public static final String STREET_DESTINATION
public static final String STREET_DESTINATION_REF
public String key
public Object value
public boolean fwd
public boolean bwd
public static List<EdgeKVStorage.KeyValue> createKV(String key, Object value)
Copyright © 2012–2022. All rights reserved.