vectormethod.java
来自「一些常用的java程序,包括swing.net.io,matrix等」· Java 代码 · 共 19 行
JAVA
19 行
package vectorAndArray;
public class VectorMethod
{
/*
* public int size() : get the Vector's length, not index
* public E remove(int index): min index is 0, not 1
* public int index(Object elem):
* public E elementAt(int index)
* public E get(int index)
*/
public static void main(String[] args)
{
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?