Uses of Interface
org.opendaylight.yangtools.concepts.Mutable
-
Packages that use Mutable Package Description org.opendaylight.yangtools.concepts org.opendaylight.yangtools.rfc7952.data.util org.opendaylight.yangtools.util org.opendaylight.yangtools.yang.common org.opendaylight.yangtools.yang.data.api org.opendaylight.yangtools.yang.data.api.schema.tree org.opendaylight.yangtools.yang.data.impl.schema.builder.api org.opendaylight.yangtools.yang.data.impl.schema.builder.impl org.opendaylight.yangtools.yang.model.export org.opendaylight.yangtools.yang.model.repo.api org.opendaylight.yangtools.yang.model.util.type org.opendaylight.yangtools.yang.parser.rfc7950.antlr org.opendaylight.yangtools.yang.parser.rfc7950.reactor Base RFC7950 reactor and supporting classes.org.opendaylight.yangtools.yang.parser.spi.meta Provides base abstract classes, interfaces and common implementation used by the statement parser.org.opendaylight.yangtools.yang.parser.stmt.reactor Contains the implementation of the parser reactorCrossSourceStatementReactor
. -
-
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>>
interface
ProductAwareBuilder<P>
An extension of theBuilder
concept which allows an implementation of this interface to be used in collections instead of the product. -
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.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.api
Subinterfaces of Mutable in org.opendaylight.yangtools.yang.data.impl.schema.builder.api Modifier and Type Interface Description interface
CollectionNodeBuilder<V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>>
interface
DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>>
interface
ListNodeBuilder<T,V>
interface
NormalizedNodeBuilder<I extends YangInstanceIdentifier.PathArgument,V,R extends NormalizedNode<I,?>>
interface
NormalizedNodeContainerBuilder<K extends YangInstanceIdentifier.PathArgument,CK extends YangInstanceIdentifier.PathArgument,CV extends NormalizedNode<? extends CK,?>,P extends NormalizedNode<K,?>>
-
Uses of Mutable in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
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.util.type
-
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
class
SourceSpecificContext
-