网页
图片
视频
学术
词典
地图
更多
航班
笔记本
array list
美
英
un.
数组表
网络
数组列表;动态数组;集合
英汉
网络释义
un.
1.
数组表
1.
数组列表
从
数组列表
(
ArrayList
)获得数组(Array)当使用ArrayList时,有时想要获得一个实际的数组,这个数组包含了列表的内容。 …
www.itpub.net
|
基于193个网页
2.
动态数组
已知
动态数组
(
ArrayList
)有一个student对象但是学生对象里面的score属性没有值,请将student对象的score属性赋值,然后 …
zhidao.baidu.com
|
基于176个网页
3.
数组表
测量学专业词汇英语翻译(十四) ... 数字显示器 nixie display
数组表
arraylist
数组说明 array declaration ...
www.zftrans.com
|
基于77个网页
4.
集合
它与
集合
(如
ArrayList
)相比,主要优点在于,它的类型很稳定 — 当您从集合中取得一个值时,它是 String,而不是 Object, …
www.cnblogs.com
|
基于71个网页
5.
数组集合类
《完全手册: C#... ... 9.1 System.Collections 命名空间 9.2
ArrayList
数组集合类
9.3 Queue 队列类 ...
www.verycd.com
|
基于17个网页
6.
链表
泛型编程入门1 - warensoft的专栏 -... ... HashTable( 哈希表)
ArrayList
(
链表
) Queue( 队列) ...
blog.csdn.net
|
基于9个网页
7.
数组序列
数组序列
(
ArrayList
)是一种较为复杂的数组, 其实现了可变大小的一维数组。常用属性和方法 如图所示。
wenku.baidu.com
|
基于7个网页
更多释义
收起释义
例句
释义:
全部
全部
,
数组表
数组表
,
数组列表
数组列表
,
动态数组
动态数组
,
集合
集合
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
This
means
that you
can
store
anything
in
an
ArrayList
,
even if
,
for
a
given
application
,
it
makes
sense
to
store
only
a
specific
type
.
这
意味
着
可
在
ArrayList
中
存储
任何内容
(
即使
对于
给定
的
应用程序
)
,
它
使
只
存储
某
种
特定
的
类型
才有
意义
。
msdn2.microsoft.com
2.
The
get
method
can
then
produce
a list
of
suggestions
and
return
it
to
the
client
in
an
ArrayList
object
.
Get
方法
能够
产生
推荐
列表
并
在
ArrayList
对象
中
返回
给
客户端
。
www.ibm.com
3.
The
query
-
string
elements
are
gathered
up
in
an
ArrayList
and
then
joined
together with
an
ampersand
.
查询
字符串
元素
先
集中
在
一个
ArrayList
里
,
然后
和
一个
&
符号
连接
起来
。
www.ibm.com
4.
Remember
that
this
input
should
be
the
ArrayList
of
your
data
model
.
记住
,
此
输入
必须
是
数据
模型
的
ArrayList
。
www.ibm.com
5.
As you
add
elements
,
the
capacity
of
the
ArrayList
object
expands
automatically
.
在
添加
元素
时
,
ArrayList
对象
的
容量
将
自动
扩展
。
www.ibm.com
6.
When
a
dynamic
length
of
an
array
is
needed
,
think
ArrayList
.
当
需要
动态
长度
的
数组
时
,
请
考虑
ArrayList
。
www.ibm.com
7.
Before
they
can be
stored
into
the
ArrayList
,
they
have
to go
through
a
process
called
"
boxing
,
"
which
converts
the
integer
to
an
object
.
在
将
它们
存储
到
ArrayList
中
之前
,
它们
必须
经历
一个
称为
“
装箱
”
的
过程
,
这个
过程
将
integer
转换
为
object
。
msdn2.microsoft.com
8.
The
ArrayList
of
Products
has
been
translated
into
a
sequence
of
anonymous
elements
in the XML Schema
definition
.
Products
的
ArrayList
已经
被
翻译
成
了
XMLSchema
定义
中
的
匿名
元素
序列
。
www.ibm.com
9.
In
this
example
,
the DisplayAction
class
sets
the
ArrayList
object
's
state
and
status
with
a few
values
.
本
例
中
,
DisplayAction
类
用
几个
值
来
设置
ArrayList
对象
的
state
和
status
。
www.ibm.com
10.
As
elements
are
added
to
a
ArrayList
,
the
capacity
is
automatically
increased
as
required
by
reallocating
the
internal
array
.
向
ArrayList
添加
元素
时
,
将
通过
重新分配
内部
数组
,
根据
需要
自动
增大
容量
。
msdn2.microsoft.com
1
2
3
4
5