Searched refs:interner (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DInternersBenchmark.java28 Interner<String> interner = Interners.newWeakInterner();
30 interner.intern(Double.toHexString(Math.random()));
36 Interner<String> interner = Interners.newStrongInterner();
38 interner.intern(Double.toHexString(Math.random()));
/external/guava/guava/src/com/google/common/collect/
H A DInterners.java38 * Returns a new thread-safe interner which retains a strong reference to each instance it has
41 * unlike {@link String#intern}, using this interner does not consume memory in the permanent
55 * Returns a new thread-safe interner which retains a weak reference to each instance it has
59 * String#intern}, using this interner does not consume memory in the permanent generation.
103 * Returns a function that delegates to the {@link Interner#intern} method of the given interner.
107 public static <E> Function<E, E> asFunction(Interner<E> interner) { argument
108 return new InternerFunction<E>(checkNotNull(interner));
113 private final Interner<E> interner; field in class:Interners.InternerFunction
115 public InternerFunction(Interner<E> interner) { argument
116 this.interner
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 565 milliseconds