Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/341.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 在hashmap中去掉逗号_Java_Android - Fatal编程技术网

Java 在hashmap中去掉逗号

Java 在hashmap中去掉逗号,java,android,Java,Android,我在Java中的Hashmap中有一个键值对,我以下面的方式遍历该映射 ArrayList<String> mysection = new ArrayList<String>(); ArrayList<String> temp = new ArrayList<String>(); Iterator it = Map.entrySet().iterator(); while (it.hasNext()){

我在Java中的Hashmap中有一个键值对,我以下面的方式遍历该映射

    ArrayList<String> mysection = new ArrayList<String>();
    ArrayList<String> temp = new ArrayList<String>();

    Iterator it = Map.entrySet().iterator();

    while (it.hasNext()){   
        Map.Entry pairs = (Map.Entry)it.next();                 
        System.out.println(" = " + pairs.getValue());                   

        mysection.add(pairs.getKey().toString());
        temp.add(pairs.getValue().toString());

        it.remove(); // avoids a ConcurrentModificationException        

    }
                                    05-12 12:14:01.387: I/System.out(433): EAMCET: caution on punctuality, 
            05-12 12:14:01.387: I/System.out(433): Delay by even a minute can cost one year for the aspirants, warn the officials making it clear that they need to report at least 45 minutes in advance for the EAMCET to be held on May 12. Th...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.387: I/System.out(433): Shankar Rao takes on Kiran , 
            05-12 12:14:01.387: I/System.out(433): Former Minister P. Shankar Rao on Friday opened a new front in his fight against Chief Minister N. Kiran Kumar Reddy by submitting a notice of breach of privilege against the latter for preventing...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Police fear more Maoist attacks , 
            05-12 12:14:01.458: I/System.out(433): Uneasy calm prevails in villages tucked away along the shores of the Godavari adjoining neighbouring Chhattisgarh after the Maoists conducted a â??Praja Courtâ? in the interior Mukunur village of Maha...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): 'Science in danger of regressing' , 
            05-12 12:14:01.458: I/System.out(433): Askok Ganguly delivers 'A.V. Rama Rao Tech Award Lecture' 
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Global firms pick up ISB students , 
            05-12 12:14:01.458: I/System.out(433): Average annual salary offered is Rs.18.83 lakh, 8 p.c. more than last year
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Telugu varsity to make its courses job-oriented, 
            05-12 12:14:01.458: I/System.out(433): Potti Sreeramulu Telugu University is planning to attract more students to pursue higher education by offering employment oriented courses.The university was exploring chances to embed info...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Kiran sharpens attack on Jagan, 
            05-12 12:14:01.458: I/System.out(433): Ruling Congress has launched a three-cornered attack on its two arch rivals -- YSRCP president Y.S. Jaganmohan Reddy and TDP chief N. Chandrababu Naidu at Tirupati on Friday in its run up to the b...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): RINL to get Central nod soon for mining in Rajasthan, 
            05-12 12:14:01.458: I/System.out(433): The Centre will give its nod soon for granting lease for iron ore mining to Rashtriya Ispat Nigam Limited (RINL), the corporate entity of Visakhapatnam Steel Plant.
            05-12 12:14:01.458: I/System.out(433): â??After the Rajasthan g...
以下是输出的图像:
我试图理解代码。
                                    05-12 12:14:01.387: I/System.out(433): EAMCET: caution on punctuality, 
            05-12 12:14:01.387: I/System.out(433): Delay by even a minute can cost one year for the aspirants, warn the officials making it clear that they need to report at least 45 minutes in advance for the EAMCET to be held on May 12. Th...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.387: I/System.out(433): Shankar Rao takes on Kiran , 
            05-12 12:14:01.387: I/System.out(433): Former Minister P. Shankar Rao on Friday opened a new front in his fight against Chief Minister N. Kiran Kumar Reddy by submitting a notice of breach of privilege against the latter for preventing...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Police fear more Maoist attacks , 
            05-12 12:14:01.458: I/System.out(433): Uneasy calm prevails in villages tucked away along the shores of the Godavari adjoining neighbouring Chhattisgarh after the Maoists conducted a â??Praja Courtâ? in the interior Mukunur village of Maha...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): 'Science in danger of regressing' , 
            05-12 12:14:01.458: I/System.out(433): Askok Ganguly delivers 'A.V. Rama Rao Tech Award Lecture' 
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Global firms pick up ISB students , 
            05-12 12:14:01.458: I/System.out(433): Average annual salary offered is Rs.18.83 lakh, 8 p.c. more than last year
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Telugu varsity to make its courses job-oriented, 
            05-12 12:14:01.458: I/System.out(433): Potti Sreeramulu Telugu University is planning to attract more students to pursue higher education by offering employment oriented courses.The university was exploring chances to embed info...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Kiran sharpens attack on Jagan, 
            05-12 12:14:01.458: I/System.out(433): Ruling Congress has launched a three-cornered attack on its two arch rivals -- YSRCP president Y.S. Jaganmohan Reddy and TDP chief N. Chandrababu Naidu at Tirupati on Friday in its run up to the b...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): RINL to get Central nod soon for mining in Rajasthan, 
            05-12 12:14:01.458: I/System.out(433): The Centre will give its nod soon for granting lease for iron ore mining to Rashtriya Ispat Nigam Limited (RINL), the corporate entity of Visakhapatnam Steel Plant.
            05-12 12:14:01.458: I/System.out(433): â??After the Rajasthan g...
我怀疑问题在于map对象以及如何为其填充数据。也许您的映射只有一个语句中的长字符串条目

                                    05-12 12:14:01.387: I/System.out(433): EAMCET: caution on punctuality, 
            05-12 12:14:01.387: I/System.out(433): Delay by even a minute can cost one year for the aspirants, warn the officials making it clear that they need to report at least 45 minutes in advance for the EAMCET to be held on May 12. Th...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.387: I/System.out(433): Shankar Rao takes on Kiran , 
            05-12 12:14:01.387: I/System.out(433): Former Minister P. Shankar Rao on Friday opened a new front in his fight against Chief Minister N. Kiran Kumar Reddy by submitting a notice of breach of privilege against the latter for preventing...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Police fear more Maoist attacks , 
            05-12 12:14:01.458: I/System.out(433): Uneasy calm prevails in villages tucked away along the shores of the Godavari adjoining neighbouring Chhattisgarh after the Maoists conducted a â??Praja Courtâ? in the interior Mukunur village of Maha...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): 'Science in danger of regressing' , 
            05-12 12:14:01.458: I/System.out(433): Askok Ganguly delivers 'A.V. Rama Rao Tech Award Lecture' 
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Global firms pick up ISB students , 
            05-12 12:14:01.458: I/System.out(433): Average annual salary offered is Rs.18.83 lakh, 8 p.c. more than last year
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Telugu varsity to make its courses job-oriented, 
            05-12 12:14:01.458: I/System.out(433): Potti Sreeramulu Telugu University is planning to attract more students to pursue higher education by offering employment oriented courses.The university was exploring chances to embed info...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Kiran sharpens attack on Jagan, 
            05-12 12:14:01.458: I/System.out(433): Ruling Congress has launched a three-cornered attack on its two arch rivals -- YSRCP president Y.S. Jaganmohan Reddy and TDP chief N. Chandrababu Naidu at Tirupati on Friday in its run up to the b...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): RINL to get Central nod soon for mining in Rajasthan, 
            05-12 12:14:01.458: I/System.out(433): The Centre will give its nod soon for granting lease for iron ore mining to Rashtriya Ispat Nigam Limited (RINL), the corporate entity of Visakhapatnam Steel Plant.
            05-12 12:14:01.458: I/System.out(433): â??After the Rajasthan g...

所以…至少,您可以发布地图数据填充的代码。希望解决这个问题不会那么困难。

好的,我已经完成了……实际上有很多方法可以在地图上迭代,这一种并不是最适合我想要的。因此,更改了另一种方法的迭代实现,现在它工作顺利。

您应该添加代码以明确代码中的temp和mysection。我们无法告诉您正在使用
mysection
temp
执行什么操作。请给出一个简短但完整的程序(只是普通的Java)来演示这个问题。你应该解释一下你是如何得出这个结论的。
                                    05-12 12:14:01.387: I/System.out(433): EAMCET: caution on punctuality, 
            05-12 12:14:01.387: I/System.out(433): Delay by even a minute can cost one year for the aspirants, warn the officials making it clear that they need to report at least 45 minutes in advance for the EAMCET to be held on May 12. Th...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.387: I/System.out(433): Shankar Rao takes on Kiran , 
            05-12 12:14:01.387: I/System.out(433): Former Minister P. Shankar Rao on Friday opened a new front in his fight against Chief Minister N. Kiran Kumar Reddy by submitting a notice of breach of privilege against the latter for preventing...
            05-12 12:14:01.387: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Police fear more Maoist attacks , 
            05-12 12:14:01.458: I/System.out(433): Uneasy calm prevails in villages tucked away along the shores of the Godavari adjoining neighbouring Chhattisgarh after the Maoists conducted a â??Praja Courtâ? in the interior Mukunur village of Maha...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): 'Science in danger of regressing' , 
            05-12 12:14:01.458: I/System.out(433): Askok Ganguly delivers 'A.V. Rama Rao Tech Award Lecture' 
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Global firms pick up ISB students , 
            05-12 12:14:01.458: I/System.out(433): Average annual salary offered is Rs.18.83 lakh, 8 p.c. more than last year
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Telugu varsity to make its courses job-oriented, 
            05-12 12:14:01.458: I/System.out(433): Potti Sreeramulu Telugu University is planning to attract more students to pursue higher education by offering employment oriented courses.The university was exploring chances to embed info...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): Kiran sharpens attack on Jagan, 
            05-12 12:14:01.458: I/System.out(433): Ruling Congress has launched a three-cornered attack on its two arch rivals -- YSRCP president Y.S. Jaganmohan Reddy and TDP chief N. Chandrababu Naidu at Tirupati on Friday in its run up to the b...
            05-12 12:14:01.458: I/System.out(433): , 
            05-12 12:14:01.458: I/System.out(433): RINL to get Central nod soon for mining in Rajasthan, 
            05-12 12:14:01.458: I/System.out(433): The Centre will give its nod soon for granting lease for iron ore mining to Rashtriya Ispat Nigam Limited (RINL), the corporate entity of Visakhapatnam Steel Plant.
            05-12 12:14:01.458: I/System.out(433): â??After the Rajasthan g...