|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItemScatterPolicy<E extends Serializable>
| Method Summary | |
|---|---|
int |
selectBucket(int count,
E item)
Returns a bucket index in the range 0 to (count - 1) to which an item should be assigned. |
| Method Detail |
|---|
int selectBucket(int count,
E item)
count - exclusive maximum indexitem - the item we are scattering across the buckets
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||