锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲精品在线三区,www在线免费观看,成人h动漫精品一区二区http://www.aygfsteel.com/ccj-999/archive/2006/04/04/37350.html#39243闂叉潵瑙備簯闂叉潵瑙備簯Tue, 04 Apr 2006 12:13:00 GMThttp://www.aygfsteel.com/ccj-999/archive/2006/04/04/37350.html#39243
/*
* @(#)Boolean.java 1.51 04/05/11
*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/

package java.lang;

public final class Boolean implements java.io.Serializable,
Comparable<Boolean>
{

private final boolean value;

public Boolean(boolean value) {
this.value = value;
}

public Boolean(String s) {
this(toBoolean(s));
}

public boolean booleanValue() {
return value;
}

public static boolean parseBoolean(String s) {
return toBoolean(s);
}

private static boolean toBoolean(String name) {
return ((name != null) && name.equalsIgnoreCase("true"));
}


闂叉潵瑙備簯 2006-04-04 20:13 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 曲阜市| 祥云县| 卓资县| 延寿县| 长治县| 稻城县| 嘉善县| 习水县| 漾濞| 沙河市| 环江| 安康市| 盖州市| 资源县| 海口市| 沾化县| 北海市| 竹溪县| 阜阳市| 饶河县| 安徽省| 和政县| 阆中市| 广昌县| 澜沧| 林州市| 兰州市| 宜兴市| 永川市| 田阳县| 恭城| 阳泉市| 大冶市| 上思县| 山丹县| 海安县| 常州市| 平定县| 浑源县| 灵寿县| 高阳县|