Uses of Class
org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedNode
-
Packages that use AbstractImmutableNormalizedNode Package Description org.opendaylight.yangtools.yang.data.impl.schema.builder.impl org.opendaylight.yangtools.yang.data.impl.schema.nodes -
-
Uses of AbstractImmutableNormalizedNode in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Subclasses of AbstractImmutableNormalizedNode in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl Modifier and Type Class Description protected static classImmutableContainerNodeBuilder.ImmutableContainerNodeprotected static classImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T>protected static classImmutableMapNodeBuilder.ImmutableMapNodeprotected static classImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T>protected static classImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNodeprotected static classImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNodeprotected static classImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNodeprotected static classImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNodeMethods in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl with parameters of type AbstractImmutableNormalizedNode Modifier and Type Method Description protected booleanImmutableLeafSetNodeBuilder.ImmutableLeafSetNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected booleanImmutableMapNodeBuilder.ImmutableMapNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected booleanImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected booleanImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected booleanImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected booleanImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other) -
Uses of AbstractImmutableNormalizedNode in org.opendaylight.yangtools.yang.data.impl.schema.nodes
Subclasses of AbstractImmutableNormalizedNode in org.opendaylight.yangtools.yang.data.impl.schema.nodes Modifier and Type Class Description classAbstractImmutableDataContainerNode<K extends org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument>classAbstractImmutableNormalizedSimpleValueNode<K extends org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,V>classAbstractImmutableNormalizedValueNode<K extends org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,V>Methods in org.opendaylight.yangtools.yang.data.impl.schema.nodes with parameters of type AbstractImmutableNormalizedNode Modifier and Type Method Description protected booleanAbstractImmutableDataContainerNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected abstract booleanAbstractImmutableNormalizedNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)protected booleanAbstractImmutableNormalizedSimpleValueNode. valueEquals(AbstractImmutableNormalizedNode<?,?> other)
-