Class BooleanObjectPairImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.tuple.primitive.BooleanObjectPairImpl<T>
-
- All Implemented Interfaces:
Serializable,Comparable<BooleanObjectPair<T>>,BooleanObjectPair<T>
public class BooleanObjectPairImpl<T> extends Object implements BooleanObjectPair<T>
This file was automatically generated from template file primitiveObjectPairImpl.stg- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BooleanObjectPair<T> that)booleanequals(Object o)booleangetOne()TgetTwo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getOne
public boolean getOne()
- Specified by:
getOnein interfaceBooleanObjectPair<T>
-
getTwo
public T getTwo()
- Specified by:
getTwoin interfaceBooleanObjectPair<T>
-
compareTo
public int compareTo(BooleanObjectPair<T> that)
- Specified by:
compareToin interfaceComparable<T>
-
-