Uses of Class
eu.bandm.tools.umod.runtime.CheckedMap_D
Packages that use CheckedMap_D
Package
Description
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of CheckedMap_D in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as CheckedMap_DModifier and TypeFieldDescriptionprotected CheckedMap_D<String, ImportContext> ImportContext.subsGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type CheckedMap_DModifier and TypeFieldDescriptionstatic final Function<ImportContext, CheckedMap_D<String, ImportContext>> ImportContext.get_subsDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return CheckedMap_DModifier and TypeMethodDescriptionImportContext.get_subs()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with parameters of type CheckedMap_DModifier and TypeMethodDescriptionbooleanImportContext.set_subs(CheckedMap_D<String, ImportContext> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type CheckedMap_DModifier and TypeMethodDescriptionstatic Pattern<ImportContext> ImportContext.get_subs(Pattern<? super CheckedMap_D<String, ImportContext>> p) Lifts a pattern which matches the field value to one which matches this whole object.