public class TraversalMap extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELIM_PATH |
static String |
WILDCARD |
| Constructor and Description |
|---|
TraversalMap(DataAccessProviderName providerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value)
Appends the given string value to an underlying array of values
for the given key.
|
void |
add(String key,
String[] values)
Appends or merges the given values to an underlying array of values
for the given key.
|
String[] |
asFieldArray() |
int |
calculateDepth() |
int |
count(String key) |
String |
dump() |
String[] |
get(String key) |
Iterator<String> |
iterator() |
Map<Object,String[]> |
toClassMap() |
public TraversalMap(DataAccessProviderName providerName)
public int calculateDepth()
public int count(String key)
public void add(String key, String[] values)
key - the string key mapped to an arrayvalue - the string valuepublic void add(String key, String value)
key - the string key mapped to an arrayvalue - the string valuepublic String[] asFieldArray()
public String dump()
Copyright © 2017. All rights reserved.