public final class ListKey extends NodeKey<ListKey> implements Comparable<ListKey>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListKey.ListKeyBuilder
Represents list key builder.
|
NodeKey.NodeKeyBuilder<B extends NodeKey.NodeKeyBuilder<B>>| Modifier and Type | Method and Description |
|---|---|
ListKey |
clone()
Creates and returns a deep copy of this object.
|
int |
compareTo(ListKey o) |
boolean |
equals(Object obj) |
int |
hashCode() |
List<KeyLeaf> |
keyLeafs()
Returns the list of key leaf nodes of a multi instance node, which
uniquely identifies the branching node entry corresponding to a multi
instance schema definition.
|
String |
toString() |
public List<KeyLeaf> keyLeafs()
public ListKey clone() throws CloneNotSupportedException
clone in class NodeKey<ListKey>CloneNotSupportedException - if the object's class does not
support the Cloneable interfacepublic int compareTo(ListKey o)
compareTo in interface Comparable<ListKey>Copyright © 2018. All rights reserved.