由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: strange exception
相关主题
折腾了一天,实在是绝望了,请教请教Re: Confused!
return type, map or objectList, LinkedList and Vector
要随机返回一个Set的里的元素, 如何操作呢?关于Vector的土问题
String[] a = c.toArray(new String[0])thanks Re: 关于Vector的土问题
what's inside an java object?Array of vector, help
How to know the size of a java object ?Re: Is there any way to uniquely identif
is there anyway that i can return...a garbage collection question
made a low-level mistake请教java定义变量
相关话题的讨论汇总
话题: array话题: object话题: vector话题: toarray话题: returns
进入Java版参与讨论
1 (共1页)
m*****e
发帖数: 126
1
Copied from Java API Document:
public Object[] toArray()
Returns an array containing all of the elements in this Vector in the
correct order.
public Object[] toArray(Object[] a)
Returns an array containing all of the elements in this Vector in the
correct order. The runtime type of the returned array is that of the
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
specified array. If the Vector fits in the specified array, it is returned
^^^^^^^^^^^^^^^ !!!!!!!!!!!!
therein.
1 (共1页)
进入Java版参与讨论
相关主题
请教java定义变量what's inside an java object?
[合集] a question about data structureHow to know the size of a java object ?
VECTOR一问is there anyway that i can return...
问一道关于Vector的题made a low-level mistake
折腾了一天,实在是绝望了,请教请教Re: Confused!
return type, map or objectList, LinkedList and Vector
要随机返回一个Set的里的元素, 如何操作呢?关于Vector的土问题
String[] a = c.toArray(new String[0])thanks Re: 关于Vector的土问题
相关话题的讨论汇总
话题: array话题: object话题: vector话题: toarray话题: returns