Search:

Type: Posts; User: Jergetson

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,402

    Re: Best way avoiding ConcurrentModifications

    Theres 24 players and I want to report to each of them how much time is left each second. It's a plugin for a game, so if you kill someone you get the time which the other person had, and so on. So...
  2. Replies
    4
    Views
    1,402

    Best way avoiding ConcurrentModifications

    Hey.

    I have a HashMap like this:

    HashMap<Player, Integer> players = new HashMap<Player, Integer>();

    The int is for the amount of seconds the player has left. Each second one second is...
Results 1 to 2 of 2