Class KeyedInstanceIdentifier<T extends EntryObject<T,K>,K extends Key<T>>

Type Parameters:
T - Target data type
K - Target key type
All Implemented Interfaces:
Serializable, DataObjectReference<T>, DataObjectReference.WithKey<T,K>, KeyAware<K>, HierarchicalIdentifier<InstanceIdentifier<? extends DataObject>>, Identifier, Immutable

public final class KeyedInstanceIdentifier<T extends EntryObject<T,K>,K extends Key<T>> extends InstanceIdentifier<T> implements DataObjectReference.WithKey<T,K>
An InstanceIdentifier, which has a list key attached at its last path element.
See Also: