Commit bea1ffdc by rencuicui

no message

parent 7d408b1c
......@@ -76,7 +76,7 @@ public class CCDemo {
User userB = new User((long)2, "zhangsan", 32);
User userC = new User((long)3, "dfefa", 32);
linkedList.add(userA);
linkedList.add(userB)
linkedList.add(userB);
for (Iterator iter = linkedList.iterator(); iter.hasNext(); )
System.out.print(JSON.toJSON(iter.next()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment