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