public abstract class AbstractImageFileSortUnit extends java.lang.Object implements ImageFileSortUnit
Modifier and Type | Field and Description |
---|---|
protected ImageFileStorage |
storage |
Constructor and Description |
---|
AbstractImageFileSortUnit(ImageFileStorage X) |
Modifier and Type | Method and Description |
---|---|
abstract int |
compareTo(java.lang.Object x) |
ImageFileStorage |
getStorage() |
protected ImageFileStorage storage
public AbstractImageFileSortUnit(ImageFileStorage X)
public ImageFileStorage getStorage()
getStorage
in interface ImageFileSortUnit
public abstract int compareTo(java.lang.Object x)
compareTo
in interface java.lang.Comparable