Uses of Interface
org.refcodes.structure.Keys.MutableValues
-
-
Uses of Keys.MutableValues in org.refcodes.structure
Subinterfaces of Keys.MutableValues in org.refcodes.structure Modifier and Type Interface Description static interfaceCanonicalMap.CanonicalMapBuilderThe Interface CanonicalMapBuilder.static interfaceCanonicalMap.MutableCanonicalMapThe Interface MutableCanonicalMap.static interfaceDictionary.MutableDictionary<K,V>Extends theDictionarywith mutable (writable) functionality, especially by providingput(Object, Object)andKeys.MutableKeys.delete(String)methods.static interfaceDictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>Provides a builder method for aRelationproperty returning the builder for applying multiple build operations.static interfacePathMap.MutablePathMap<T>ThePathMap.MutablePathMapadds mutable functionality to thePathMap.static interfacePathMap.PathMapBuilder<T>ThePathMap.PathMapBuilderadds builder functionality to thePathMap.MutablePathMap.static interfacePropertiesAccessorMixin.PropertiesBuilderMixin<T>static interfacePropertiesAccessorMixin.PropertiesMixinMixin with lots of accessing and mutating default methods forStringkey/valueMaporDictionaryimplementations.static interfacePropertiesAccessorMixin.PropertiesMutatorMixinClasses in org.refcodes.structure that implement Keys.MutableValues Modifier and Type Class Description classCanonicalMapBuilderImplThe Class CanonicalMapBuilderImpl.classPathMapBuilderImpl<T>The Class PathMapBuilderImpl.
-