T - Target data typeK - Target key type@Beta public class KeyedInstanceIdentifier<T extends TreeNode,K> extends InstanceIdentifier<T>
InstanceIdentifier, which has a list key attached at its last path
 element.pathArguments| Modifier and Type | Method and Description | 
|---|---|
InstanceIdentifierBuilder<T> | 
builder()
Create a builder rooted at this key. 
 | 
protected boolean | 
fastNonEqual(InstanceIdentifier<?> other)
Perform class-specific fast checks for non-equality. 
 | 
K | 
getKey()
Return the key attached to this identifier. 
 | 
addToStringAttributes, augmentation, builder, builder, builder, child, child, contains, containsWildcarded, create, create, equals, firstIdentifierOf, firstKeyOf, firstKeyOf, getPath, getPathArguments, getTargetType, hashCode, isWildcarded, keyOf, toStringpublic final K getKey()
InstanceIdentifier.keyOf(InstanceIdentifier).public final InstanceIdentifierBuilder<T> builder()
InstanceIdentifierbuilder in class InstanceIdentifier<T extends TreeNode>protected boolean fastNonEqual(InstanceIdentifier<?> other)
InstanceIdentifierfastNonEqual in class InstanceIdentifier<T extends TreeNode>other - The other identifier, guaranteed to be the same classCopyright © 2018 OpenDaylight. All rights reserved.