Searched defs:Variable (Results 1 – 1 of 1) sorted by relevance
179 private static class Variable class in ProcessEnvironment182 protected Variable(String str, byte[] bytes) { in Variable() method in ProcessEnvironment.Variable253 public StringEnvironment(Map<Variable,Value> m) {this.m = m;} in StringEnvironment()331 public StringEntry(Map.Entry<Variable,Value> e) {this.e = e;} in StringEntry()349 public StringEntrySet(Set<Map.Entry<Variable,Value>> s) {this.s = s;} in StringEntrySet()