public class MRUCacheEntryMetadata
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
id
Id
|
int |
level
Level
|
int[] |
transformation
Transformation
|
Constructor and Description |
---|
MRUCacheEntryMetadata(Transformation<?> transformation)
Creates a new instance
|
public final int[] transformation
public final int level
public final java.lang.Object id
public MRUCacheEntryMetadata(Transformation<?> transformation)
transformation
-