Package org.vietspider.common.io

Examples of org.vietspider.common.io.ConcurrentSetIntCacher


  private ConcurrentSetInt nguyen;
  private ConcurrentSetInt le;
  private int divide = 1000000;
 
  public ConcurrentSetInt1() {
    nguyen = new ConcurrentSetIntCacher();
    le = new ConcurrentSetIntCacher();
  }
View Full Code Here

TOP

Related Classes of org.vietspider.common.io.ConcurrentSetIntCacher

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.