References
summary | ||
public |
F ArrayNode(degree: *, value: *) |
|
public |
F ObjectNode(value: *) |
|
public |
F SimpleTrie(root: *) |
|
public |
F * enumerate(root: *) |
|
public |
|
|
public |
F getClosestAncestor(ancestor: *, key: *): undefined[] |
|
public |
F getReference(current: *, key: *): * |
|
public |
F has(root: *, key: *) |
|
public |
F makeNonExistingPath(current: *, key: *): * |
|
public |
F makePath(current: *, key: *): * |
|
public |
F readPath(root: *, key: *): * |
|
public |
F writePath(root: *, key: *, value: *): * |