Changeset 13231 in josm for trunk/src/javax/json/JsonObject.java
- Timestamp:
- 2017-12-23T02:40:43+01:00 (8 years ago)
- File:
-
- 1 edited
-
trunk/src/javax/json/JsonObject.java (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/javax/json/JsonObject.java
r6756 r13231 2 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 3 3 * 4 * Copyright (c) 2011-201 3Oracle and/or its affiliates. All rights reserved.4 * Copyright (c) 2011-2017 Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * The contents of this file are subject to the terms of either the GNU … … 9 9 * may not use this file except in compliance with the License. You can 10 10 * obtain a copy of the License at 11 * https:// glassfish.dev.java.net/public/CDDL+GPL_1_1.html12 * or packager/legal/LICENSE.txt. See the License for the specific11 * https://oss.oracle.com/licenses/CDDL+GPL-1.1 12 * or LICENSE.txt. See the License for the specific 13 13 * language governing permissions and limitations under the License. 14 14 * 15 15 * When distributing the software, include this License Header Notice in each 16 * file and include the License file at packager/legal/LICENSE.txt.16 * file and include the License file at LICENSE.txt. 17 17 * 18 18 * GPL Classpath Exception: … … 125 125 * name/value pairs are added to the corresponding builder or the order 126 126 * in which name/value pairs appear in the corresponding stream. 127 *128 * @author Jitendra Kotamraju129 127 */ 130 128 public interface JsonObject extends JsonStructure, Map<String, JsonValue> { … … 266 264 * 267 265 * @param name name whose associated value is checked 268 * @return return true if the associated value is {@code JsonValue.NUL}, 266 * @return return true if the associated value is {@code JsonValue.NULL}, 269 267 * otherwise false 270 268 * @throws NullPointerException if the specified name doesn't have any
Note:
See TracChangeset
for help on using the changeset viewer.
