|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.nih.nlm.nls.gspell.IntList
IntList is a container for an int[] that has been created, but where not all the cells may have been filled.
Notes:
| Constructor Summary | |
(package private) |
IntList()
This is a constructor for IntList |
(package private) |
IntList(int initSize)
This is a constructor for IntList |
| Method Summary | |
(package private) void |
add(int pKey,
int pVal)
Method add |
(package private) void |
fill(int pVal)
Method fill initializes the list |
(package private) int |
get(int pKey)
Method get |
(package private) int |
length()
Method length |
(package private) void |
set(int pKey,
int pVal)
Method set adds or sets the pVal to the pKeyed slot. |
(package private) int[] |
toIntArray()
Method toIntArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
IntList(int initSize)
IntList()
| Method Detail |
void add(int pKey,
int pVal)
pKey - pVal - void fill(int pVal)
pVal - int get(int pKey)
pKey -
int length()
int[] toIntArray()
void set(int pKey,
int pVal)
pKey - pVal -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||