HomeSort by relevance Sort by last modified time
    Searched refs:Strategy (Results 1 - 4 of 4) sorted by null

  /external/guava/src/com/google/common/base/
Splitter.java 94 private final Strategy strategy; field in class:Splitter
96 private Splitter(Strategy strategy) {
97 this(strategy, false, CharMatcher.NONE);
100 private Splitter(Strategy strategy, boolean omitEmptyStrings,
102 this.strategy = strategy;
132 return new Splitter(new Strategy() {
    [all...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 44 * instance. Client libraries implement {@link Strategy}, and this class
74 * <p>For example, the following strategy emulates the behavior of
79 * implements CustomConcurrentHashMap.Strategy<K, V,
119 * To create a {@link java.util.concurrent.ConcurrentMap} using the strategy
197 * Creates a new concurrent hash map backed by the given strategy.
199 * @param strategy used to implement and manipulate the entries
205 * @throws NullPointerException if strategy is null
207 public <K, V, E> ConcurrentMap<K, V> buildMap(Strategy<K, V, E> strategy) {
208 if (strategy == null)
572 final Strategy<K, V, E> strategy; field in class:CustomConcurrentHashMap.Impl
1908 static final Field strategy = findField("strategy"); field in class:CustomConcurrentHashMap.Impl.Fields
1927 Strategy<K, V, E> strategy = (Strategy<K, V, E>) in.readObject(); local
    [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 69 Q_ENUMS(Policy Strategy)
79 enum Strategy {
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 184 milliseconds