public class NhoodMappedValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
Index |
int |
Key |
java.lang.Object |
Value |
Constructor and Description |
---|
NhoodMappedValue(int key,
int index,
java.lang.Object value) |