Searched defs:Properties (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DProperties.java30 public class Properties { class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DProperties.java31 public class Properties { class
/openjdk7/jdk/src/share/classes/java/util/
H A DProperties.java39 * The <code>Properties</code> class represents a persistent set of
40 * properties. The <code>Properties</code> can be saved to a stream
48 * Because <code>Properties</code> inherits from <code>Hashtable</code>, the
50 * <code>Properties</code> object. Their use is strongly discouraged as they
54 * on a "compromised" <code>Properties</code> object that contains a
57 * will fail if it is called on a "compromised" <code>Properties</code>
106 * <tt>Properties</tt> object without the need for external synchronization.
117 class Properties extends Hashtable<Object,Object> { class in inherits:Hashtable
129 protected Properties defaults;
134 public Properties() { method in class:Properties
143 public Properties(Properties defaults) { method in class:Properties
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java39 public class Properties implements Serializable, Iterable<Property> { class in inherits:Serializable,Iterable
44 public Properties() { method in class:Properties
49 if (!(o instanceof Properties)) {
53 Properties p = (Properties) o;
71 public Properties(String name, String value) { method in class:Properties
76 public Properties(String name, String value, String name1, String value1) { method in class:Properties
81 public Properties(String name, String value, String name1, String value1, String name2, String value2) { method in class:Properties
86 public Properties(Properties method in class:Properties
[all...]

Completed in 52 milliseconds