Searched defs:defaultVal (Results 1 – 5 of 5) sorted by relevance
52 private String defaultVal; field in GetPropertyAction71 public GetPropertyAction(String theProp, String defaultVal) { in GetPropertyAction()
69 private int defaultVal; field in GetIntegerAction89 public GetIntegerAction(String theProp, int defaultVal) { in GetIntegerAction()
106 final String defaultVal; field in DefaultProxySelector.NonProxyInfo
238 private static boolean getBooleanProperty(String prop, boolean defaultVal) { in getBooleanProperty()
2504 void readTreeSet(int size, java.io.ObjectInputStream s, V defaultVal) in readTreeSet()2510 void addAllForTreeSet(SortedSet<? extends K> set, V defaultVal) { in addAllForTreeSet()2512 buildFromSorted(set.size(), set.iterator(), null, defaultVal); in addAllForTreeSet() local2551 V defaultVal) in buildFromSorted()2577 V defaultVal) in buildFromSorted()