mutable Java,MutableLong.java
发布日期:2021-06-24 17:42:20 浏览次数:2 分类:技术文章

本文共 1688 字,大约阅读时间需要 5 分钟。

/*

* Copyright (C) 2011 The Android Open Source Project

*

* Licensed under the Apache License, Version 2.0 (the "License");

* you may not use this file except in compliance with the License.

* You may obtain a copy of the License at

*

* http://www.apache.org/licenses/LICENSE-2.0

*

* Unless required by applicable law or agreed to in writing, software

* distributed under the License is distributed on an "AS IS" BASIS,

* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

* See the License for the specific language governing permissions and

* limitations under the License.

*/

package android.util;

/**

* @deprecated This class will be removed from a future version of the Android API.

*/

@Deprecated

public final class MutableLong {

public long value;

public MutableLong(long value) {

this.value = value;

}

}

Java程序

|

30行

|

878 B

/*

* Copyright (C) 2011 The Android Open Source Project

*

* Licensed under the Apache License, Version 2.0 (the "License");

* you may not use this file except in compliance with the License.

* You may obtain a copy of the License at

*

* http://www.apache.org/licenses/LICENSE-2.0

*

* Unless required by applicable law or agreed to in writing, software

* distributed under the License is distributed on an "AS IS" BASIS,

* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

* See the License for the specific language governing permissions and

* limitations under the License.

*/

package android.util;

/**

* @deprecated This class will be removed from a future version of the Android API.

*/

@Deprecated

public final class MutableLong {

public long value;

public MutableLong(long value) {

this.value = value;

}

}

转载地址:https://blog.csdn.net/weixin_34190683/article/details/115844778 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:mysql dlz驱动,安装wddns3 /dlz_mysql_driver.c:76:19: 错误:mysql.h:没有那个文件或目录...
下一篇:matlab可清零的定时器,[转载]MATLAB 定时器

发表评论

最新留言

能坚持,总会有不一样的收获!
[***.219.124.196]2024年04月20日 19时55分59秒