public final class Inv extends MRData
Modifier and Type | Method and Description |
---|---|
static int |
compare(byte[] x,
int xs,
int xl,
byte[] y,
int ys,
int yl,
int[] size) |
int |
compareTo(MRData x) |
boolean |
equals(Object x) |
int |
hashCode() |
void |
materializeAll() |
static Inv |
read(DataInput in) |
void |
readFields(DataInput in) |
String |
toString() |
MRData |
value() |
void |
write(DataOutput out) |
public Inv()
Inv(MRData v)
public void materializeAll()
materializeAll
in class MRData
public MRData value()
public final void write(DataOutput out) throws IOException
IOException
public static final Inv read(DataInput in) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public int compareTo(MRData x)
public static final int compare(byte[] x, int xs, int xl, byte[] y, int ys, int yl, int[] size)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.