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

本文共 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

你可能感兴趣的文章
IO多路复用(二) -- select、poll、epoll实现TCP反射程序
查看>>
ECMAScript6(11):Set 与 Map
查看>>
Spring
查看>>
redis系列:通过队列案例学习list命令
查看>>
关于如何把项目做得更好的一次思考
查看>>
webpack4 配置解析和实战
查看>>
Mac OS 使用iTerm2实现服务器间文件的上传下载
查看>>
react学习笔记二----nodejs服务器搭建及异常处理
查看>>
PHP 操作 Beanstalkd 方法及参数注释
查看>>
Elasticsearch Java High Level REST Client(入门)
查看>>
开了香槟的Kubernetes并不打算放慢成功的脚步
查看>>
AngularJs与Angular 常用的指令写法的区别;
查看>>
如何在Angular6下使用ng-zorro-antd
查看>>
【React进阶系列】从零开始手把手教你实现一个Virtual DOM(一)
查看>>
区块链概念 That You Must Know 第一期.md
查看>>
webpack3.0 前端工程化
查看>>
ES2018 新特征之:异步迭代器 for-await-of
查看>>
在Vue中使用highCharts绘制3d饼图
查看>>
vue+webpack+nginx 部署在服务器非根目录下访问404问题
查看>>
观麦在 Webpack 的经验
查看>>