Class DuplicateEntry

java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
All Implemented Interfaces:
Identifiable<YangInstanceIdentifier>

public final class DuplicateEntry extends Object implements Identifiable<YangInstanceIdentifier>
Entry describing a duplicate found in a NormalizedNode tree. Note this class leaks mutable collections, so users are advised either not to share it.