gpt4 book ai didi

xapi.collect.X_Collect.newStringMap()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-19 20:38:40 25 4
gpt4 key购买 nike

本文整理了Java中xapi.collect.X_Collect.newStringMap()方法的一些代码示例,展示了X_Collect.newStringMap()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。X_Collect.newStringMap()方法的具体详情如下:
包路径:xapi.collect.X_Collect
类名称:X_Collect
方法名:newStringMap

X_Collect.newStringMap介绍

暂无

代码示例

代码示例来源:origin: net.wetheinter/xapi-core-model

public AbstractModelCache() {
 models = X_Collect.newStringMap(Model.class);
}

代码示例来源:origin: net.wetheinter/xapi-core-model

protected StringTo<Object> newStringMap() {
 return X_Collect.newStringMap(Object.class);
}

代码示例来源:origin: net.wetheinter/xapi-core-collect

@SuppressWarnings("unchecked")
protected StringTo<X> newMap() {
 return X_Collect.newStringMap(Class.class.cast(componentClass));
}

代码示例来源:origin: net.wetheinter/xapi-core-model

public ModelModule() {
 manifests = X_Collect.newStringMap(ModelManifest.class);
 strongNames = X_Collect.newList(String.class);
}

代码示例来源:origin: net.wetheinter/xapi-core-model

public ClusteringPrimitiveSerializer(final PrimitiveSerializer primitives, final CharBuffer out) {
 super(primitives);
 this.size = new CharBuffer();
 this.out = new CharBuffer();
 out.addToEnd(this.size);
 out.addToEnd(this.out);
 strings = X_Collect.newStringMap(Integer.class);
}

代码示例来源:origin: net.wetheinter/xapi-core-ui-autoui

public String applyTemplate(String name, Object val) {
 StringTo<Object> map = newStringMap(Object.class);
 BeanValueProvider bean = getBeanValueProvider();
 MappedTemplate template = getTemplate();
 bean.fillMap(name, template, map, val);
 return template.applyMap(map.entries());
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com