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