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