public class RlpList extends ArrayList<RlpElement> implements RlpElement
| 限定符和类型 | 字段和说明 |
|---|---|
static byte[] |
EMPTY_BYTE_ARRAY |
modCount| 构造器和说明 |
|---|
RlpList() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getRlpData()
Get rlp data with bytes
|
void |
setRlpData(byte[] rlpData) |
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, toStringcontainsAll, equals, hashCodeparallelStream, streampublic byte[] getRlpData()
RlpElementgetRlpData 在接口中 RlpElementpublic void setRlpData(byte[] rlpData)
Copyright © 2022. All rights reserved.