Search:

Type: Posts; User: Porknbeans

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    2,035

    How to sort a Map.Entry in a for loop?

    Hello, I have this Map in a for loop:

    for (Map.Entry<String, List<String>> entry : storage.entrySet()) {
    sendGroupStrings(sender, entry.getValue(), entry.getKey());
    }

    The...
  2. Replies
    1
    Views
    790

    Porknbeans here!

    Hello, my name is Porknbeans. I've been a Java programmer on and off for the last year, but I have about 3 years(on and off) experience in C++, as well as Objective-C. I'm mainly here to help better...
Results 1 to 2 of 2