Gets the system property indicated by the specified key.
(java.lang.String key)
| 154 | * Gets the system property indicated by the specified key. |
| 155 | */ |
| 156 | public static java.lang.String getProperty(java.lang.String key){ |
| 157 | return null; |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode(). The hashcode for the null reference is zero. |
no outgoing calls