@DefaultCoder(value=Groupings.CompoundKeyCoder.class) public abstract static class Groupings.CompoundKey extends Object
| Constructor and Description |
|---|
CompoundKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<org.opennms.nephron.Groupings.Ref> |
getKeys()
Ordered list of references from which the key is composed
|
abstract Groupings.CompoundKey |
getOuterKey()
Build the parent, or "outer" key for the current key.
|
abstract void |
visit(Groupings.Visitor visitor) |
public abstract void visit(Groupings.Visitor visitor)
public abstract List<org.opennms.nephron.Groupings.Ref> getKeys()
public abstract Groupings.CompoundKey getOuterKey()
Copyright © 2020. All rights reserved.