|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.crunch.impl.spark.ByteArray
public class ByteArray
Field Summary | |
---|---|
byte[] |
value
|
Constructor Summary | |
---|---|
ByteArray(byte[] value)
|
Method Summary | |
---|---|
int |
compareTo(ByteArray other)
|
boolean |
equals(Object o)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final byte[] value
Constructor Detail |
---|
public ByteArray(byte[] value)
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(ByteArray other)
compareTo
in interface Comparable<ByteArray>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |