@FunctionalInterface
public interface ValueContainerInputRemapping
inputId
-s stored in ValueContainerImpl
to fileIds.
Usually it is just an identity mapping and inputId == fileId
.
But sometimes it can be hashId -> many fileId-s
,
when multiple files have the same content hash.
Modifier and Type | Field and Description |
---|---|
static ValueContainerInputRemapping |
IDENTITY |
Modifier and Type | Method and Description |
---|---|
int [] |
remap(int inputId) |
static final ValueContainerInputRemapping IDENTITY