Searched refs:Value (Results 1 – 2 of 2) sorted by relevance
63 private static final HashMap<Variable,Value> theEnvironment;76 Value.valueOf(environ[i])); in Variable.valueOf()97 ((Map<Variable,Value>)(theEnvironment.clone())); in environment()102 return new StringEnvironment(new HashMap<Variable,Value>(capacity)); in emptyEnvironment()187 private static class Value class in ProcessEnvironment188 extends ExternalData implements Comparable<Value>190 protected Value(String str, byte[] bytes) { in Value() method in ProcessEnvironment.Value194 public static Value valueOfQueryOnly(Object str) { in valueOfQueryOnly()198 public static Value valueOfQueryOnly(String str) { in valueOfQueryOnly()199 return new Value(str, str.getBytes()); in valueOfQueryOnly()[all …]
261 private interface Value<V> extends Supplier<V> {} interface in WeakCache268 private static final class LookupValue<V> implements Value<V> {288 obj instanceof Value && in equals()289 this.value == ((Value<?>) obj).get(); // compare by identity in equals()297 extends WeakReference<V> implements Value<V>315 obj instanceof Value && in equals()318 value == ((Value<?>) obj).get(); // compare by identity in equals()