Package org.spout.api.datatable

Examples of org.spout.api.datatable.ManagedHashMap


  private final String name;
  private final ManagedMap data;
  private final Set<String> playerNames = new HashSet<String>();

  protected Team(Scoreboard scoreboard, String name) {
    this.data = new ManagedHashMap();
    this.scoreboard = scoreboard;
    this.name = name;
  }
View Full Code Here

TOP

Related Classes of org.spout.api.datatable.ManagedHashMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.