| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.core.Handle<T>
public class Handle<T>
This class simply holds a reference to a object. The goal is to simulate the passing of a parameter by reference when this is useful. It simply holds a reference to an object (with public access).
| Field Summary | |
|---|---|
|  T | obj | 
| Constructor Summary | |
|---|---|
| Handle() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public T obj
| Constructor Detail | 
|---|
public Handle()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||