Package com.facebook.presto.jdbc.internal.guava.collect

Examples of com.facebook.presto.jdbc.internal.guava.collect.MapMaker


    LazyStriped(int stripes, Supplier<L> supplier) {
      super(stripes);
      this.size = (mask == ALL_SET) ? Integer.MAX_VALUE : mask + 1;
      this.supplier = supplier;
      this.locks = new MapMaker().weakValues().makeMap();
    }
View Full Code Here

TOP

Related Classes of com.facebook.presto.jdbc.internal.guava.collect.MapMaker

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.