|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BitSetMapping
An object that implements a bijection between whole numbers and objects.
Method Summary | |
---|---|
int |
getMappedIndex(Object o)
Return the number of a given object. |
Object |
getMappedObject(int n)
Return the object numbered n. |
int |
getMappingSize()
Return the size of the domain of the bijection. |
Method Detail |
---|
Object getMappedObject(int n)
int getMappedIndex(Object o)
int getMappingSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |