Searched defs:mapMaker (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DPlatform.java91 static MapMaker tryWeakKeys(MapMaker mapMaker) { argument
92 return mapMaker.weakKeys();
H A DConcurrentHashMultiset.java99 * Creates a new, empty {@code ConcurrentHashMultiset} using {@code mapMaker}
120 GenericMapMaker<? super E, ? super Number> mapMaker) {
121 return new ConcurrentHashMultiset<E>(mapMaker.<E, AtomicInteger>makeMap());
119 create( GenericMapMaker<? super E, ? super Number> mapMaker) argument
H A DComputingConcurrentHashMap.java383 ComputingMapAdapter(MapMaker mapMaker, argument
385 super(mapMaker, computingFunction);
440 MapMaker mapMaker = readMapMaker(in);
441 delegate = mapMaker.makeComputingMap(computingFunction);
H A DMapMaker.java845 NullConcurrentMap(MapMaker mapMaker) { argument
846 removalListener = mapMaker.getRemovalListener();
847 removalCause = mapMaker.nullRemovalCause;
923 MapMaker mapMaker, Function<? super K, ? extends V> computingFunction) {
924 super(mapMaker);
922 NullComputingConcurrentMap( MapMaker mapMaker, Function<? super K, ? extends V> computingFunction) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DPlatform.java49 static MapMaker tryWeakKeys(MapMaker mapMaker) { argument
50 return mapMaker;

Completed in 108 milliseconds