Class SortedSetSlice
Object
org.anchoranalysis.plugin.io.multifile.SortedSetSlice
- All Implemented Interfaces:
Comparable<SortedSetSlice>
public class SortedSetSlice extends Object implements Comparable<SortedSetSlice>
-
Constructor Summary
Constructors Constructor Description SortedSetSlice(String filePath, int zSliceNum) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)intcompareTo(SortedSetSlice arg0)booleanequals(Object o)StringgetFilePath()intgetZSliceNum()inthashCode()voidsetFilePath(String filePath)voidsetZSliceNum(int zSliceNum)
-
Constructor Details
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<SortedSetSlice>
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getFilePath
-
setFilePath
-
getZSliceNum
public int getZSliceNum() -
setZSliceNum
public void setZSliceNum(int zSliceNum)
-