Package org.ojalgo.netio
Class SegmentedFile.Segment
java.lang.Object
org.ojalgo.netio.SegmentedFile.Segment
- All Implemented Interfaces:
Comparable<SegmentedFile.Segment>
- Enclosing class:
SegmentedFile
public static final class SegmentedFile.Segment
extends Object
implements Comparable<SegmentedFile.Segment>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
public final long offset -
size
public final long size
-
-
Constructor Details
-
Segment
Segment(long offset, long size)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SegmentedFile.Segment>
-
equals
-
hashCode
public int hashCode() -
limit
public long limit() -
toString
-