Uses of Class
net.dontcode.core.MapOrString
Packages that use MapOrString
-
Uses of MapOrString in net.dontcode.core
Fields in net.dontcode.core with type parameters of type MapOrStringMethods in net.dontcode.core that return MapOrStringModifier and TypeMethodDescriptionstatic MapOrStringModels.findAtPosition(Map<String, MapOrString> src, String position, boolean create) static MapOrStringModels.findAtPosition(MapOrString src, String position, boolean create) static MapOrStringMapOrString.fromObject(Object from) Methods in net.dontcode.core that return types with arguments of type MapOrStringModifier and TypeMethodDescriptionstatic Map<String,MapOrString> Models.applyChange(Map<String, MapOrString> orig, Change toApply) Merge the change into the model and returns the updated model.MapOrString.getMap()Methods in net.dontcode.core with parameters of type MapOrStringModifier and TypeMethodDescriptionstatic MapOrStringModels.findAtPosition(MapOrString src, String position, boolean create) voidMapOrString.mapInsert(String key, MapOrString val, String beforeKey) voidMapOrString.mapPut(String key, MapOrString val) protected static voidModels.recursiveApplyChange(Map<String, MapOrString> orig, Change toApply, MapOrString oldContent, MapOrString newContent, String position, boolean isRoot) Method parameters in net.dontcode.core with type arguments of type MapOrStringModifier and TypeMethodDescriptionstatic Map<String,MapOrString> Models.applyChange(Map<String, MapOrString> orig, Change toApply) Merge the change into the model and returns the updated model.static MapOrStringModels.findAtPosition(Map<String, MapOrString> src, String position, boolean create) protected static voidModels.recursiveApplyChange(Map<String, MapOrString> orig, Change toApply, MapOrString oldContent, MapOrString newContent, String position, boolean isRoot) Constructor parameters in net.dontcode.core with type arguments of type MapOrString