Uses of Interface
org.refcodes.struct.PathMap.MutablePathMap
-
-
Uses of PathMap.MutablePathMap in org.refcodes.struct
Subinterfaces of PathMap.MutablePathMap in org.refcodes.struct Modifier and Type Interface Description static interface
CanonicalMap.CanonicalMapBuilder
The Interface CanonicalMapBuilder.static interface
CanonicalMap.MutableCanonicalMap
The Interface MutableCanonicalMap.static interface
ClassStructMap.ClassStructMapBuilder
The Interface ClassStructMapBuilder.static interface
ClassStructMap.MutableClassStructMap
The Interface MutableClassStructMap.static interface
InterOperableMap.InterOperableMapBuilder<T>
TheInterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types.static interface
InterOperableMap.MutableInterOperableMap<T>
TheInterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types.static interface
PathMap.PathMapBuilder<T>
ThePathMap.PathMapBuilder
adds builder functionality to thePathMap.MutablePathMap
.static interface
SimpleTypeMap.MutableSimpleTypeMap
TheSimpleTypeMap.MutableSimpleTypeMap
adds functionality for manipulating the internal state to theSimpleTypeMap
.static interface
SimpleTypeMap.SimpleTypeMapBuilder
ASimpleTypeMap.SimpleTypeMapBuilder
sets builder functionality (as of the builder pattern) on top of theSimpleTypeMap.MutableSimpleTypeMap
.Classes in org.refcodes.struct that implement PathMap.MutablePathMap Modifier and Type Class Description class
CanonicalMapBuilderImpl
The Class CanonicalMapBuilderImpl.class
ClassStructMapBuilderImpl
The Class ClassStructBuilderImpl.class
PathMapBuilderImpl<T>
The Class PathMapBuilderImpl.class
SimpleTypeMapBuilderImpl
An implementation of theSimpleTypeMap.SimpleTypeMapBuilder
.
-