public class NodeKey extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
NodeKey.Externalizer |
static class |
NodeKey.Type |
Constructor and Description |
---|
NodeKey(Fqn fqn,
NodeKey.Type contents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
NodeKey.Type |
getContents() |
Fqn |
getFqn() |
int |
hashCode() |
String |
toString() |
public NodeKey(Fqn fqn, NodeKey.Type contents)
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.