请教一道java小题
Function:
provides array manipulation utilities
provides collection manipulation utilities
defines base methods for all array objects
defines base methods for all collection objects
provides a concrete implementation of an ordered set
defines base methods for an ordered set
defines methods for linear access to a collection
defines methods for radom access to a collection
Collection Type:
java.util.SortedSet
java.util.Arrays
java.util.Iterator
java.util.TreeSet
java.util.Collection连接题,请教一下大家?
舍子意思哟!
provides array manipulation utilities ——————java.util.Arrays
provides collection manipulation utilities ————java.util.Collectiondefines base methods for all collection objects ————java.util.Collection
provides aconcrete implementation of an ordered set ————java.util.SortedSet
defines base methods for an ordered set ———java.util.TreeSet
defines methods for linear access to a collection———— java.util.Iterator
defines methods for radom access to a collection————无相对的
大家看看对吗?
2,provides collection manipulation utilities 集合操作的工具集
不对应E,java.util.Collection 它吗?
2,provides colle
相关问答:
我现在想用ssh整合来做一个论坛,但数据库方面不行,我主要不会涉及数据库,不知道发帖表,和回帖表要如何设计和区分。不知道谁有一个简单的思路,来设计这些表。谢谢了。
发帖和回帖用同一张表 。发帖 id user ......
字符流的读和写最终在底层都是通过字节流来完成的吗? 读写文本文件字符流应该就可以了吧。。
各位大哥大姐帮帮忙阿
Java流包括字节流和字符流,字节流通过IO设备以字节数据的方式读入,而字符流则是通过字节流 ......
当知道一个日期,如何把这个日期所在旬的前后两个日期取出
比如输入20090905,就输入20090901 20090910
输出20090901 20090910
取得天数后作一下判断再把这个方法用下void set(int field, int value)
......
在安装Java编译器的Eclipse的时候,对环境变量进行了配置,在安装MySQl的时候也要对环境变量进行配置;那么后面的配置会影响前面的Eclipse的配置吗?
请大家多指教~!谢谢!
不会把,我这都装了的 我系统里 还装了 ......
我希望在编辑文字后把发送键改到屏幕中间,具体说就是
在kb.class中的部分作出修改
部分代码:
V = new TextBox(ld.a(383), "", 190, 0);
X = new Comma ......