Class SortedSetChannel
Object
org.anchoranalysis.plugin.io.multifile.SortedSetChannel
- All Implemented Interfaces:
Comparable<SortedSetChannel>,Iterable<SortedSetSlice>
public class SortedSetChannel extends Object implements Comparable<SortedSetChannel>, Iterable<SortedSetSlice>
-
Constructor Summary
Constructors Constructor Description SortedSetChannel() -
Method Summary
Modifier and Type Method Description voidadd(int sliceNum, String filePath)protected booleancanEqual(Object other)intcompareTo(SortedSetChannel arg0)booleanequals(Object o)intgetChannelNum()inthashCode()Iterator<SortedSetSlice>iterator()intnumSlices()
-
Constructor Details
-
SortedSetChannel
public SortedSetChannel()
-
-
Method Details
-
numSlices
public int numSlices() -
add
-
compareTo
- Specified by:
compareToin interfaceComparable<SortedSetChannel>
-
iterator
- Specified by:
iteratorin interfaceIterable<SortedSetSlice>
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getChannelNum
public int getChannelNum()
-