Package gov.nih.mipav.model.file
Class FileInfoDicom.LengthStorageUnit
java.lang.Object
gov.nih.mipav.model.file.FileInfoDicom.LengthStorageUnit
- Enclosing class:
FileInfoDicom
This class is a basic storage unit for a primitive integer variable. By creating this storage unit,
modified map values that are stored using this method only need to be accessed once.
- Author:
- senseneyj
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLengthStorageUnit(int i) Creates a storage wrapper for a primitive integer variable. -
Method Summary
-
Field Details
-
value
private int valueInternal integer value stored by this unit.
-
-
Constructor Details
-
LengthStorageUnit
public LengthStorageUnit(int i) Creates a storage wrapper for a primitive integer variable.
-
-
Method Details