org.ckkloverdos.hint
Class BinaryHint
java.lang.Object
org.ckkloverdos.tuple.TupleSkeleton
org.ckkloverdos.tuple.Pair
org.ckkloverdos.hint.BinaryHint
- All Implemented Interfaces:
- IHint, IPair, ITuple
public class BinaryHint
- extends Pair
- implements IHint
Default implementation for a IHint
represented
by two objects.
- Author:
- Christos KK Loverdos
Fields inherited from class org.ckkloverdos.tuple.Pair |
a, b |
Constructor Summary |
BinaryHint(java.lang.Object hintA,
java.lang.Object hintB)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BinaryHint
public BinaryHint(java.lang.Object hintA,
java.lang.Object hintB)
getHintA
public java.lang.Object getHintA()
setHintA
public void setHintA(java.lang.Object hintA)
getHintB
public java.lang.Object getHintB()
setHintB
public void setHintB(java.lang.Object hintB)
isNullA
public boolean isNullA()
isNullB
public boolean isNullB()
fromHint
public static final BinaryHint fromHint(java.lang.Object hints)
Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.