
public final class HjEurekaImpl<T> extends Object implements edu.rice.hj.experimental.api.HjEureka<T>
| Constructor and Description |
|---|
HjEurekaImpl()
No args constructor.
|
HjEurekaImpl(T initialValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Return the value stored in the eureka object.
|
boolean |
resolved()
Return true if the eureka has been resolved.
|
protected void |
set(Object obj)
Sets the value of the eureka object.
|
public HjEurekaImpl()
public HjEurekaImpl(T initialValue)
initialValue - The initial value of the eureka.public boolean resolved()
resolved in interface edu.rice.hj.experimental.api.HjEureka<T>protected void set(Object obj)
obj - The value of the eureka.Copyright © 2014 Rice University - Department of Computer Science. All rights reserved.