public class LinkedIntArray extends Object
构造器和说明 |
---|
LinkedIntArray() |
LinkedIntArray(int size) |
限定符和类型 | 方法和说明 |
---|---|
LinkedIntArray |
clear() |
int |
first() |
int |
get(int index) |
boolean |
isEmpty() |
int |
last() |
int |
popFirst() |
int |
popLast() |
LinkedIntArray |
popLast(int num) |
LinkedIntArray |
push(int e) |
LinkedIntArray |
set(int index,
int e) |
LinkedIntArray |
setLast(int e) |
int |
size() |
int[] |
toArray() |
byte[] |
toByteArray() |
String |
toJson() |
String |
toString() |
public LinkedIntArray push(int e)
public int popFirst()
public int popLast()
public LinkedIntArray popLast(int num)
public int first()
public int last()
public LinkedIntArray set(int index, int e)
public LinkedIntArray setLast(int e)
public LinkedIntArray clear()
public int get(int index)
public boolean isEmpty()
public int size()
public int[] toArray()
public byte[] toByteArray()
public String toJson()
Copyright © 2017. All rights reserved.