问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

java中list的使用方法

发布网友 发布时间:2022-04-27 00:01

我来回答

2个回答

热心网友 时间:2022-06-20 19:26

LIST是个容器接口,可以理解为动态数组,传统数组必须定义好数组的个数才可以使用,而容器对象无须定义好数组下标总数,用add()方法即可添加新的成员对象,他可以添加的仅仅只能为对象,不能添加基本数据类型,容器还对应get(),remove()方法来获取和删除数据成员

热心网友 时间:2022-06-20 19:26

import java.io.*;
import java.awt.*; // AWT classes for the demo program
import javax.swing.*; // Swing GUI classes for the demo

/**
* This class contains a useful static method for listing all threads
* and threadgroups in the VM. It also has a simple main() method so it
* can be run as a standalone program.
**/
public class ThreadLister {
/** Display information about a thread. */
private static void printThreadInfo(PrintWriter out, Thread t,
String indent) {
if (t == null) return;
out.println(indent + "Thread: " + t.getName() +
" Priority: " + t.getPriority() +
(t.isDaemon()?" Daemon":"") +
(t.isAlive()?"":" Not Alive"));
}

/** Display info about a thread group and its threads and groups */
private static void printGroupInfo(PrintWriter out, ThreadGroup g,
String indent) {
if (g == null) return;
int num_threads = g.activeCount();
int num_groups = g.activeGroupCount();
Thread[] threads = new Thread[num_threads];
ThreadGroup[] groups = new ThreadGroup[num_groups];

g.enumerate(threads, false);
g.enumerate(groups, false);

out.println(indent + "Thread Group: " + g.getName() +
" Max Priority: " + g.getMaxPriority() +
(g.isDaemon()?" Daemon":""));

for(int i = 0; i < num_threads; i++)
printThreadInfo(out, threads[i], indent + " ");
for(int i = 0; i < num_groups; i++)
printGroupInfo(out, groups[i], indent + " ");
}

/** Find the root thread group and list it recursively */
public static void listAllThreads(PrintWriter out) {
ThreadGroup current_thread_group;
ThreadGroup root_thread_group;
ThreadGroup parent;

// Get the current thread group
current_thread_group = Thread.currentThread().getThreadGroup();

// Now go find the root thread group
root_thread_group = current_thread_group;
parent = root_thread_group.getParent();
while(parent != null) {
root_thread_group = parent;
parent = parent.getParent();
}

// And list it, recursively
printGroupInfo(out, root_thread_group, "");
}

/**
* The main() method create a simple graphical user interface to display
* the threads in. This allows us to see the "event dispatch thread" used
* by AWT and Swing.
**/
public static void main(String[] args) {
// Create a simple Swing GUI
JFrame frame = new JFrame("ThreadLister Demo");
JTextArea textarea = new JTextArea();
frame.getContentPane().add(new JScrollPane(textarea),
BorderLayout.CENTER);
frame.setSize(500, 400);
frame.setVisible(true);

// Get the threadlisting as a string using a StringWriter stream
StringWriter sout = new StringWriter(); // To capture the listing
PrintWriter out = new PrintWriter(sout);
ThreadLister.listAllThreads(out); // List threads to stream
out.close();
String threadListing = sout.toString(); // Get listing as a string

// Finally, display the thread listing in the GUI
textarea.setText(threadListing);
}
}
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
玉米仁子饭产自哪里 中国期货交易所的交易品种有哪些? 历史要怎么读,有啥诀窍 高中历史诀窍 年终会活动策划方案 深度解析:第一财经回放,探索财经新风向 逆水寒手游庄园怎么邀请好友同住 逆水寒手游 逆水寒不同区可以一起组队吗? 逆水寒手游 逆水寒怎么进入好友世界? 逆水寒手游 逆水寒怎么去别人的庄园? java中 如何从LIST 查找指定元素的位置 java中List怎么用 java中list后面加&lt;&gt;是什么意思? java中list集合中contains()的用法,啥意思 java把一个list中的内容添加到另一个list中 java中List的用法?尽量详细解释,包括例子。 java中List这个是什么? java中List&lt;?&gt;是什么意思? Java中List和ArrayList的区别 用手机看电视剧怎样把那个收款码那个声音关掉? java中list的用法 微信怎么关掉收款声音呀? 华为手机无法系统更新怎么办? 华为手机退回系统后无法继续升级? 华为手机不能升级系统怎么办? 华为手机长时间没用,无法更新怎么办? 华为手机升级失败怎么处理 华为手机助手为什么不能升级系统? 为什么我的华为手机不能更新系统? 水煮花生和毛豆有营养吗?会发胖吗? 请教Java集合中List的用法 java中的list集合怎么用 谁能说明一下java里list这个类怎么用,要详细 苹果手机有ID有什么作用,没ID和有ID有什么区别? 现在什么自热火锅最好吃?知道的推荐一下 自热火锅好吃吗? 中国农商银行是国企吗 西安高新统计数据采集系统企业月报一个月未填怎么补填 统计局要省高新企业统计数据,请问工业总产值怎么算啊,简单明了点的,网上我搜到的我不是很明白! 西安高新社会保险网上经办系统 高新技术企业统计年报? 有中国农商银行吗,中国农商银行和济南农商银行是一个东西吗? 怎么找到西安市高新产业的详细数据 中国农商银行等于中国农业银行吗? 急...区外高新技术企业统计报表如何保存至电脑 跟本就找不到中国农商银行,你懂不懂 有关我国高新技术企业的数据在哪儿可以查到? 西安市高新区2011年常住人口是多少? 西安高新技术产业开发区数字园区发展中心怎么样? 94和57互质吗?