Package nallar.collections

Examples of nallar.collections.ConcurrentQueueList


    super(par1ILogAgent, par2Socket, par3Str, par4NetHandler);
  }

  public void construct() {
    try {
      readPackets = new ConcurrentQueueList();
    } catch (NoSuchFieldError ignored) {
      // Already using sane collection in MCPC+.
    }
  }
View Full Code Here

TOP

Related Classes of nallar.collections.ConcurrentQueueList

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.