CellId.java 文件源码

java
阅读 20 收藏 0 点赞 0 评论 0

项目:tabulae 作者:
public static void fill(TheDictionary map, CellIdentityCdma value) throws Exception {
    if (value != null) {
        map.put("type", "1");
        int i;
        i = value.getBasestationId();
        if (i != Integer.MAX_VALUE) map.put("basestation_id", i);
        i = value.getLatitude();
        if (i != Integer.MAX_VALUE) map.put("latitude", i);
        i = value.getLongitude();
        if (i != Integer.MAX_VALUE) map.put("longitude", i);
        i = value.getNetworkId();
        if (i != Integer.MAX_VALUE) map.put("network_id", i);
        i = value.getSystemId();
        if (i != Integer.MAX_VALUE) map.put("system_id", i);
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号