Searched refs:Variable (Results 1 – 1 of 1) sorted by relevance
99 Map<Variable, Value> env = new HashMap<>(environ.length / 2 + 3); in buildEnvironment()103 env.put(Variable.valueOf(environ[i-1]), in buildEnvironment()127 return new StringEnvironment(new HashMap<Variable,Value>(capacity)); in emptyEnvironment()179 private static class Variable class in ProcessEnvironment180 extends ExternalData implements Comparable<Variable>182 protected Variable(String str, byte[] bytes) { in Variable() method in ProcessEnvironment.Variable186 public static Variable valueOfQueryOnly(Object str) { in valueOfQueryOnly()190 public static Variable valueOfQueryOnly(String str) { in valueOfQueryOnly()191 return new Variable(str, str.getBytes()); in valueOfQueryOnly()194 public static Variable valueOf(String str) { in valueOf()[all …]