EmulatedFieldsForLoading.java | 33 // The actual representation, with a more powerful API (set&get) 100 public byte get(String name, byte defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 102 return emulatedFields.get(name, defaultValue); 123 public char get(String name, char defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 125 return emulatedFields.get(name, defaultValue); 146 public double get(String name, double defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 148 return emulatedFields.get(name, defaultValue); 169 public float get(String name, float defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 171 return emulatedFields.get(name, defaultValue); 192 public int get(String name, int defaultValue) throws IOException method in class:EmulatedFieldsForLoading 215 public long get(String name, long defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 238 public Object get(String name, Object defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 261 public short get(String name, short defaultValue) throws IOException, method in class:EmulatedFieldsForLoading 285 public boolean get(String name, boolean defaultValue) throws IOException, method in class:EmulatedFieldsForLoading [all...] |