| Modifier and Type | Method and Description |
|---|---|
void |
add(Object item)
添加元素
|
void |
addAll(Collection<?> c) |
JsonDiff |
get(int index)
获取key对应的值
|
int |
size()
获取key集合
|
int size()
JsonDiff get(int index)
index - 索引void add(Object item)
item - 元素void addAll(Collection<?> c)
Copyright © 2024. All rights reserved.