public class DownNodeClass<Id> extends ValueMixin implements DownNode<Id>
| Constructor and Description |
|---|
DownNodeClass(Id id,
com.google.common.collect.ImmutableSet<Id> childIds) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Id> |
childIds()
The node's child ids.
|
Object[] |
fields()
An array of alternating field names and field values.
|
Id |
id()
The node's id.
|
equals, hashCode, isEntityarray, objectHelper, toStringpublic Object[] fields()
ObjectMixinfields in class ObjectMixinCopyright © 2014. All rights reserved.