|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntList | |
---|---|
jgroup.util |
Uses of IntList in jgroup.util |
---|
Methods in jgroup.util that return IntList | |
---|---|
IntList |
IntList.copy()
Deep clone this IntList . |
IntList |
IntList.split(int key)
Split the IntList at position key ,
leaving the upper part in this IntList , while
returning the lower part of the list, key inclusive. |
Methods in jgroup.util with parameters of type IntList | |
---|---|
void |
IntList.merge(IntList addend)
Merge IntList addend to the IntList . |
void |
IntList.remove(IntList removed)
Remove IntList removed from the IntList . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |