Class AbstractImmutableNormalizedValueNode<K extends org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,​V>

    • Constructor Detail

      • AbstractImmutableNormalizedValueNode

        protected AbstractImmutableNormalizedValueNode​(K nodeIdentifier,
                                                       @NonNull V value)
    • Method Detail

      • getValue

        public final V getValue()
      • value

        protected final @NonNull V value()
      • wrapValue

        protected V wrapValue​(V valueToWrap)