public class NodeDescriptor extends Descriptor
| Constructor and Description |
|---|
NodeDescriptor(int tag,
Collection<Descriptor> children) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWrite(ByteBuffer out) |
static <T> T |
findByTag(Descriptor es,
int tag) |
Collection<Descriptor> |
getChildren() |
writepublic NodeDescriptor(int tag,
Collection<Descriptor> children)
protected void doWrite(ByteBuffer out)
doWrite in class Descriptorpublic Collection<Descriptor> getChildren()
public static <T> T findByTag(Descriptor es, int tag)
Copyright © 2019. All rights reserved.