@Deprecated
public class LongArrayList
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
LongArrayList()
Deprecated.
use TLongArrayList instead
|
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
long element)
Deprecated.
|
void |
add(long o)
Deprecated.
|
void |
clear()
Deprecated.
|
java.lang.Object |
clone()
Deprecated.
|
boolean |
contains(long elem)
Deprecated.
|
void |
ensureCapacity(int minCapacity)
Deprecated.
|
long |
get(int index)
Deprecated.
|
int |
indexOf(long elem)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
int |
lastIndexOf(long elem)
Deprecated.
|
long |
remove(int index)
Deprecated.
|
protected void |
removeRange(int fromIndex,
int toIndex)
Deprecated.
|
long |
set(int index,
long element)
Deprecated.
|
int |
size()
Deprecated.
|
long[] |
toArray()
Deprecated.
|
long[] |
toArray(long[] a)
Deprecated.
|
void |
trimToSize()
Deprecated.
|
@Deprecated public LongArrayList()
public void trimToSize()
public void ensureCapacity(int minCapacity)
public int size()
public boolean isEmpty()
public boolean contains(long elem)
public int indexOf(long elem)
public int lastIndexOf(long elem)
public java.lang.Object clone()
clone
in class java.lang.Object
public long[] toArray()
public long[] toArray(long[] a)
public long get(int index)
public long set(int index, long element)
public void add(long o)
public void add(int index, long element)
public long remove(int index)
public void clear()
protected void removeRange(int fromIndex, int toIndex)