|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.util.PrimitiveLongSet
public class PrimitiveLongSet
Constructor Summary | |
---|---|
PrimitiveLongSet()
|
|
PrimitiveLongSet(int capacity)
|
Method Summary | |
---|---|
void |
add(long value)
|
void |
addAll(long[] values)
|
long[] |
getArray()
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveLongSet()
public PrimitiveLongSet(int capacity)
Method Detail |
---|
public void add(long value)
public void addAll(long[] values)
public long[] getArray()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |