Livejournal
Log in
Post
Friends
My journal
redis
in
code_wtf
Пройдемся по листу
Mar 04, 2015 16:58
Java:
Iterator iterator = batch.iterator();
while (iterator.hasNext()) {
message = iterator.next();
iterator.remove();
}
return message;
(batch - List)
Leave a comment
Read comments 6
Previous post
Next post
Up