Uses of Interface
org.refcodes.struct.Keys.MutableKeys
-
Uses of Keys.MutableKeys in org.refcodes.struct
Subinterfaces of Keys.MutableKeys in org.refcodes.struct Modifier and Type Interface Description static interfaceCanonicalMap.CanonicalMapBuilderThe Interface CanonicalMapBuilder.static interfaceCanonicalMap.MutableCanonicalMapThe Interface MutableCanonicalMap.static interfaceClassStructMap.ClassStructMapBuilderThe Interface ClassStructMapBuilder.static interfaceClassStructMap.MutableClassStructMapThe Interface MutableClassStructMap.static interfaceDictionary.MutableDictionary<K,V>Extends theDictionarywith mutable (writable) functionality, especially by providingKeys.MutableValues.put(Object, Object)anddelete(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 interfaceInterOperableMap.InterOperableMapBuilder<T>TheInterOperableMap.InterOperableMapBuilderprovides convenience accessor default methods for supporting primitive data types.static interfaceInterOperableMap.MutableInterOperableMap<T>TheInterOperableMap.InterOperableMapBuilderprovides convenience accessor default methods for supporting primitive data types.static interfaceKeys.MutableValues<K,V>Mixin for mutable functionality accompanying theKeysinterface.static interfacePathMap.MutablePathMap<T>ThePathMap.MutablePathMapadds mutable functionality to thePathMap.static interfacePathMap.PathMapBuilder<T>ThePathMap.PathMapBuilderadds builder functionality to thePathMap.MutablePathMap.static interfaceSimpleTypeMap.MutableSimpleTypeMapTheSimpleTypeMap.MutableSimpleTypeMapadds functionality for manipulating the internal state to theSimpleTypeMap.static interfaceSimpleTypeMap.SimpleTypeMapBuilderASimpleTypeMap.SimpleTypeMapBuildersets builder functionality (as of the builder pattern) on top of theSimpleTypeMap.MutableSimpleTypeMap.Classes in org.refcodes.struct that implement Keys.MutableKeys Modifier and Type Class Description classCanonicalMapBuilderImplThe Class CanonicalMapBuilderImpl.classClassStructMapBuilderImplThe Class ClassStructBuilderImpl.classPathMapBuilderImpl<T>The Class PathMapBuilderImpl.classSimpleTypeMapBuilderImplAn implementation of theSimpleTypeMap.SimpleTypeMapBuilder.