博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Runnable接口介绍(中文文档)
阅读量:5968 次
发布时间:2019-06-19

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

AnimationDrawable

An object used to create frame-by-frame animations, defined by a series of Drawable objects, which can be used as a View object's background.

一个常常创建被一系列Drawable对象定义的帧动画对象, 它能被用来作为一个视图对象的背景。

CookieSyncManager

The CookieSyncManager is used to synchronize the browser cookie store between RAM and permanent storage.

CookieSyncManager常常同步浏览器储存在随机存储器和永久存储器之间的cookie。

FutureTask<V>

A cancellable asynchronous computation.

一个可删除的异步计算。

HandlerThread

Handy class for starting a new thread that has a looper.

开始一个有looper的新线程的便利类。

RefQueueWorker

A worker thread for processing queued references.

一个处理队列引用的worker线程。

RenderScript.RSErrorHandler

Runtime error base class.

运行时错误基类。

RenderScript.RSMessageHandler

Base class application should derive from for handling RS messages coming from their scripts.

RunnableFuture<V>

A Future that is Runnable.

RunnableScheduledFuture<V>

A ScheduledFuture that is Runnable.

Thread

A Thread is a concurrent unit of execution.

线程是一个同时执行单元。

TimerTask

The TimerTask class represents a task to run at a specified time.

TimerTask类代表一个运行在指定时间的任务。

转载于:https://www.cnblogs.com/zhaolizhe/p/6924030.html

你可能感兴趣的文章
常用符号的英文名
查看>>
Laravel - Artisan 个人常用总结
查看>>
重温一遍数据结构之单链表(golang版)
查看>>
使用git修复线上指定版本的问题
查看>>
【Node核心模块HTTP】
查看>>
CSS > 关于雪碧图预处理和后处理方案的讨论
查看>>
Laravel php artisan optimize 源码解读
查看>>
在虚拟机安装OpenSuse Tumbleweed
查看>>
新颖交互形式的H5案例浅析(技术分析)
查看>>
华为敏捷 DevOps 实践:产品经理如何开好敏捷回顾会议
查看>>
让IE兼容background-size的方法_background-size ie下使用
查看>>
中国发布自主开发的域名系统基础软件 “红枫”
查看>>
优秀程序员必须知道的32个算法,提高你的开发效率
查看>>
在WPF中实现平滑滚动
查看>>
java并发编程实践 part 01 --&gt; 线程创建方式
查看>>
zabbix自定义监控脚本,显示权限不足
查看>>
国内元老级病毒研究论坛发文号召会员抵制瑞星产品
查看>>
使用 MYSQLBINLOG 来恢复数据
查看>>
深入Oracle的left join中on和where的区别详解
查看>>
框架集成
查看>>