Uses of Interface
org.opendaylight.yangtools.concepts.Mutable
-
-
Uses of Mutable in org.opendaylight.yangtools.concepts
Subinterfaces of Mutable in org.opendaylight.yangtools.concepts Modifier and Type Interface Description interface
Builder<P>
Builder object which produces a product.interface
CheckedBuilder<P,E extends Exception>
Builder object which produces a product.interface
ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>>
Deprecated, for removal: This API element is subject to removal in a future version.interface
ProductAwareBuilder<P>
Deprecated, for removal: This API element is subject to removal in a future version.This interface never reached its intended use and is scheduled for removal. -
Uses of Mutable in org.opendaylight.yangtools.rfc7952.data.util
Classes in org.opendaylight.yangtools.rfc7952.data.util that implement Mutable Modifier and Type Class Description static class
ImmutableNormalizedMetadata.Builder
Builder
ofImmutableNormalizedMetadata
instances. -
Uses of Mutable in org.opendaylight.yangtools.util
Subinterfaces of Mutable in org.opendaylight.yangtools.util Modifier and Type Interface Description interface
ModifiableMapPhase<K,V>
AMap
which can be modified and supports efficient conversion to an unmodifiable map.Classes in org.opendaylight.yangtools.util that implement Mutable Modifier and Type Class Description class
HashCodeBuilder<T>
Utility class for incrementally building object hashCode by hashing together component objects, one by one.class
ListenerRegistry<T extends EventListener>
A registry of EventListeners, maintaining a set of registrations.class
MutableOffsetMap<K,V>
A mutable version ofImmutableOffsetMap
. -
Uses of Mutable in org.opendaylight.yangtools.yang.common
Classes in org.opendaylight.yangtools.yang.common that implement Mutable Modifier and Type Class Description class
RpcResultBuilder<T>
A builder for creating RpcResult instances. -
Uses of Mutable in org.opendaylight.yangtools.yang.data.api
Subinterfaces of Mutable in org.opendaylight.yangtools.yang.data.api Modifier and Type Interface Description static interface
YangInstanceIdentifier.InstanceIdentifierBuilder
Fluent Builder of Instance Identifier instances. -
Uses of Mutable in org.opendaylight.yangtools.yang.data.api.schema.builder
Subinterfaces of Mutable in org.opendaylight.yangtools.yang.data.api.schema.builder Modifier and Type Interface Description interface
CollectionNodeBuilder<V extends NormalizedNode,R extends NormalizedNode>
interface
DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode>
interface
ListNodeBuilder<T,V extends LeafSetNode<T>>
interface
NormalizedNodeBuilder<I extends YangInstanceIdentifier.PathArgument,V,R extends NormalizedNode>
interface
NormalizedNodeContainerBuilder<K extends YangInstanceIdentifier.PathArgument,CK extends YangInstanceIdentifier.PathArgument,CV extends NormalizedNode,P extends NormalizedNode>
-
Uses of Mutable in org.opendaylight.yangtools.yang.data.api.schema.tree
Classes in org.opendaylight.yangtools.yang.data.api.schema.tree that implement Mutable Modifier and Type Class Description static class
DataTreeConfiguration.Builder
-
Uses of Mutable in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Classes in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl that implement Mutable Modifier and Type Class Description class
ImmutableAnydataNodeBuilder<V>
class
ImmutableAnyXmlNodeBuilder
class
ImmutableAugmentationNodeBuilder
class
ImmutableChoiceNodeBuilder
class
ImmutableContainerNodeBuilder
class
ImmutableLeafNodeBuilder<T>
class
ImmutableLeafSetEntryNodeBuilder<T>
class
ImmutableLeafSetNodeBuilder<T>
class
ImmutableMapEntryNodeBuilder
class
ImmutableMapNodeBuilder
class
ImmutableUnkeyedListEntryNodeBuilder
class
ImmutableUnkeyedListNodeBuilder
class
ImmutableUserLeafSetNodeBuilder<T>
class
ImmutableUserMapNodeBuilder
class
SchemaAwareImmutableContainerNodeBuilder
-
Uses of Mutable in org.opendaylight.yangtools.yang.model.export
Classes in org.opendaylight.yangtools.yang.model.export that implement Mutable Modifier and Type Class Description static class
DeclaredStatementFormatter.Builder
Builder class for instantiation of a customizedDeclaredStatementFormatter
. -
Uses of Mutable in org.opendaylight.yangtools.yang.model.repo.api
Classes in org.opendaylight.yangtools.yang.model.repo.api that implement Mutable Modifier and Type Class Description static class
SchemaContextFactoryConfiguration.Builder
-
Uses of Mutable in org.opendaylight.yangtools.yang.model.ri.type
-
Uses of Mutable in org.opendaylight.yangtools.yang.model.spi.meta
Classes in org.opendaylight.yangtools.yang.model.spi.meta that implement Mutable Modifier and Type Class Description static class
EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
-
Uses of Mutable in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement Mutable Modifier and Type Class Description class
SchemaInferenceStack
A state tracking utility for walkingEffectiveModelContext
's contents along schema/grouping namespaces. -
Uses of Mutable in org.opendaylight.yangtools.yang.parser.api
Classes in org.opendaylight.yangtools.yang.parser.api that implement Mutable Modifier and Type Class Description static class
YangParserConfiguration.Builder
-
Uses of Mutable in org.opendaylight.yangtools.yang.parser.rfc7950.antlr
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.antlr that implement Mutable Modifier and Type Class Description class
AbstractParserErrorListener<E extends Exception>
Abstract base type for converting ANTLRErrorListener errors to Exceptions. -
Uses of Mutable in org.opendaylight.yangtools.yang.parser.rfc7950.reactor
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.reactor that implement Mutable Modifier and Type Class Description class
CustomCrossSourceStatementReactorBuilder
-
Uses of Mutable in org.opendaylight.yangtools.yang.parser.spi.meta
Classes in org.opendaylight.yangtools.yang.parser.spi.meta that implement Mutable Modifier and Type Class Description static class
StatementSupportBundle.Builder
-
Uses of Mutable in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement Mutable Modifier and Type Class Description static class
CrossSourceStatementReactor.Builder
-