public class PathSet extends ArrayList<PathSet.Path> implements SerializedType
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PathSet.Hop |
static class |
PathSet.Path |
static class |
PathSet.Translator |
| 限定符和类型 | 字段和说明 |
|---|---|
static byte |
PATH_SEPARATOR_BYTE |
static PathSetField |
Paths |
static byte |
PATHSET_END_BYTE |
static PathSet.Translator |
translate |
modCount| 构造器和说明 |
|---|
PathSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PathSetField |
pathsetField(Field f) |
byte[] |
toBytes() |
void |
toBytesSink(BytesSink buffer) |
String |
toHex() |
Object |
toJSON() |
org.json.JSONArray |
toJSONArray() |
Type |
type() |
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 byte PATH_SEPARATOR_BYTE
public static byte PATHSET_END_BYTE
public static PathSet.Translator translate
public static PathSetField Paths
public org.json.JSONArray toJSONArray()
public Object toJSON()
toJSON 在接口中 SerializedTypepublic void toBytesSink(BytesSink buffer)
toBytesSink 在接口中 SerializedTypepublic Type type()
type 在接口中 SerializedTypepublic String toHex()
toHex 在接口中 SerializedTypepublic byte[] toBytes()
toBytes 在接口中 SerializedTypepublic static PathSetField pathsetField(Field f)
Copyright © 2021. All rights reserved.