HashMap

Discussion in 'Plugin Development' started by sipsi133, Jan 17, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    sipsi133

    I store player names in hashmap. How i can get number of names in it?
     
  2. Offline

    Yonas

    Code:
    yourHashMap.size();
    
     
  3. jthort that's what he does already o.o
     
    jthort likes this.
  4. Offline

    jthort

Thread Status:
Not open for further replies.

Share This Page