public final class LeafListKey extends NodeKey<LeafListKey> implements Comparable<LeafListKey>
| Modifier and Type | Class and Description |
|---|---|
static class |
LeafListKey.LeafListKeyBuilder
Represents Leaf list key builder.
|
NodeKey.NodeKeyBuilder<B extends NodeKey.NodeKeyBuilder<B>>| Modifier and Type | Method and Description |
|---|---|
String |
asString()
Returns value as string, for usage in serializers.
|
LeafListKey |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
Object |
value()
Returns value of node, this is only valid for multi-instance leaf, node.
|
finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic Object value()
public String asString()
public LeafListKey clone() throws CloneNotSupportedException
clone in class NodeKey<LeafListKey>CloneNotSupportedException - if the object's class does not
support the Cloneable interfacepublic int hashCode()
hashCode in class NodeKey<LeafListKey>public boolean equals(Object obj)
equals in class NodeKey<LeafListKey>public String toString()
toString in class NodeKey<LeafListKey>Copyright © 2018. All rights reserved.