public abstract class MaplEach extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Integer> |
arrayIndex |
protected LinkedList<String> |
paths |
| Constructor and Description |
|---|
MaplEach() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
DLR(String path,
Object item)
前序
|
protected void |
each(Object obj)
转换对象
|
protected abstract void |
LRD(String path,
Object item)
后序
|
protected LinkedList<String> paths
protected LinkedList<Integer> arrayIndex
Copyright © 2017. All rights reserved.