public static interface IntervalPileup.Insert
Modifier and Type | Method and Description |
---|---|
byte[] |
bases() |
int |
column() |
default int |
copyBases(byte[] dest) |
default int |
copyBases(int offset,
byte[] dest,
int destOffset) |
int |
copyBases(int offset,
byte[] dest,
int destOffset,
int maxLength) |
default int |
copyQuals(byte[] dest) |
default int |
copyQuals(int offset,
byte[] dest,
int destOffset) |
int |
copyQuals(int offset,
byte[] dest,
int destOffset,
int maxLength) |
boolean |
equals(java.lang.Object other)
Returns true iff and only iff the
other object is also an insert and
has exactly the same bases and qualities. |
int |
hashCode()
Must be overrided in agreement with equals.
|
int |
length() |
byte[] |
quals() |
int column()
int length()
byte[] bases()
byte[] quals()
boolean equals(java.lang.Object other)
other
object is also an insert and
has exactly the same bases and qualities.equals
in class java.lang.Object
other
- hashCode()
int hashCode()
hashCode
in class java.lang.Object
int copyBases(int offset, byte[] dest, int destOffset, int maxLength)
default int copyBases(int offset, byte[] dest, int destOffset)
default int copyBases(byte[] dest)
int copyQuals(int offset, byte[] dest, int destOffset, int maxLength)
default int copyQuals(int offset, byte[] dest, int destOffset)
default int copyQuals(byte[] dest)