public class Vector256 extends ArrayList<Hash256> implements SerializedType
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Vector256.Translator |
| 限定符和类型 | 字段和说明 |
|---|---|
static Vector256Field |
Amendments |
static Vector256Field |
Hashes |
static Vector256Field |
Indexes |
static Vector256.Translator |
translate |
modCount| 构造器和说明 |
|---|
Vector256() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
removeUnstable(Hash256 ledgerIndex)
This method puts the last element in the removed elements slot, and
pops off the back, thus preserving contiguity but losing ordering.
|
byte[] |
toBytes() |
void |
toBytesSink(BytesSink to) |
String |
toHex() |
Object |
toJSON() |
org.json.JSONArray |
toJSONArray() |
Type |
type() |
static Vector256Field |
vector256Field(Field f) |
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 static Vector256.Translator translate
public static Vector256Field Indexes
public static Vector256Field Hashes
public static Vector256Field Amendments
public Object toJSON()
toJSON 在接口中 SerializedTypepublic org.json.JSONArray toJSONArray()
public byte[] toBytes()
toBytes 在接口中 SerializedTypepublic String toHex()
toHex 在接口中 SerializedTypepublic void toBytesSink(BytesSink to)
toBytesSink 在接口中 SerializedTypepublic Type type()
type 在接口中 SerializedTypepublic boolean removeUnstable(Hash256 ledgerIndex)
ledgerIndex - the ledger entry index to removepublic static Vector256Field vector256Field(Field f)
Copyright © 2021. All rights reserved.