What is “passive data structure” in Android/Java?

Posted 天长地久-无为

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了What is “passive data structure” in Android/Java?相关的知识,希望对你有一定的参考价值。

From the android developer web link: http://developer.android.com/reference/android/content/Intent.html, you can find that it says "It (Intent) is basically a passive data structure holding an abstract description of an action to be performed." But I don‘t understand what is "passive data structure"? 

 

A passive data structure (opposite of active data structure, or functional data structure) is one that is managed exclusively by external threads. That is to say, it does not have some associated thread which performs operations on it.

Basically, it‘s like a container of information; you create it, set all its information, and it just exists to be accessed by other processes (in Android, Activity objects, usually). Hence, it is not actively being access (so it‘s not "active"), and it is not being operated on (not "functional"), so it should be considered passive.

https://stackoverflow.com/questions/12452930/what-is-passive-data-structure-in-android-java

以上是关于What is “passive data structure” in Android/Java?的主要内容,如果未能解决你的问题,请参考以下文章

what is feeding and what is 读扩散 and 写扩散?

What is Zeebe?

高中必修3Module 3 Period 1 Reading— What Is a Tornado?翻译!急!急!!急!!!

What is Heterogeneous Computing?

What is representation learning?

What is representation learning?