Uses of Interface
org.refcodes.structure.Dictionary
-
-
Uses of Dictionary in org.refcodes.structure
Subinterfaces of Dictionary in org.refcodes.structure Modifier and Type Interface Description interfaceCanonicalMapTheCanonicalMapis an "intermediate" type adding type and Data-Structure related functionality to any implementing class.static interfaceCanonicalMap.CanonicalMapBuilderThe Interface CanonicalMapBuilder.static interfaceCanonicalMap.MutableCanonicalMapThe Interface MutableCanonicalMap.static interfaceDictionary.MutableDictionary<K,V>Extends theDictionarywith mutable (writable) functionality, especially by providingKeys.MutableValues.put(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.interfacePathMap<T>static interfacePathMap.MutablePathMap<T>ThePathMap.MutablePathMapadds mutable functionality to thePathMap.static interfacePathMap.PathMapBuilder<T>ThePathMap.PathMapBuilderadds builder functionality to thePathMap.MutablePathMap.Classes in org.refcodes.structure that implement Dictionary Modifier and Type Class Description classCanonicalMapBuilderImplThe Class CanonicalMapBuilderImpl.classCanonicalMapImplThe Class CanonicalMapImpl.classPathMapBuilderImpl<T>The Class PathMapBuilderImpl.classPathMapImpl<T>The Class PathMapImpl.
-