public final class NormalStructure extends ArrayList<LinkedHashMap<String,Object>> implements DataStructure
modCount| 构造器和说明 |
|---|
NormalStructure() |
NormalStructure(int minCapacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
NormalStructure |
toNormal() |
PlainStructure |
toPlain() |
TableStructure |
toTable() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringstructurecontainsAll, equals, hashCodeparallelStream, streampublic NormalStructure()
public NormalStructure(int minCapacity)
public NormalStructure toNormal()
toNormal 在接口中 DataStructurepublic TableStructure toTable()
toTable 在接口中 DataStructurepublic PlainStructure toPlain()
toPlain 在接口中 DataStructureCopyright © 2023. All rights reserved.