java.io.Serializable
, java.lang.Comparable<ByteShortPair>
, ByteShortPair
public class ByteShortPairImpl extends java.lang.Object implements ByteShortPair
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(ByteShortPair that) |
|
boolean |
equals(java.lang.Object o) |
|
byte |
getOne() |
|
short |
getTwo() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public byte getOne()
getOne
in interface ByteShortPair
public short getTwo()
getTwo
in interface ByteShortPair
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(ByteShortPair that)
compareTo
in interface java.lang.Comparable<ByteShortPair>
Copyright © 2004–2017. All rights reserved.