public class Range
extends Object
| Constructor and Description |
|---|
Range(long start,
long end,
long total) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContentRange() |
long |
getEnd() |
long |
getLength() |
long |
getStart() |
long |
getTotal() |
int |
hashCode() |
void |
setEnd(long end) |
void |
setLength(long length) |
void |
setStart(long start) |
void |
setTotal(long total) |
public boolean equals(Object obj)
equals in class Objectpublic String getContentRange()
public long getEnd()
public long getLength()
public long getStart()
public long getTotal()
public int hashCode()
hashCode in class Objectpublic void setEnd(long end)
public void setLength(long length)
public void setStart(long start)
public void setTotal(long total)