Package nallar.collections

Examples of nallar.collections.SynchronizedList


  private List<TileEntity> toInvalidate;

  public void construct() {
    for (int i = 0; i < entityLists.length; i++) {
      entityLists[i] = new SynchronizedList();
    }
    toInvalidate = new ArrayList<TileEntity>();
    tileMap = ((CHashMap) chunkTileEntityMap).concurrentHashMap();
  }
View Full Code Here

TOP

Related Classes of nallar.collections.SynchronizedList

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.