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