org.sat4j.minisat.core
Class Handle<T>

java.lang.Object
  extended by org.sat4j.minisat.core.Handle<T>
All Implemented Interfaces:
java.io.Serializable

public class Handle<T>
extends java.lang.Object
implements java.io.Serializable

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).

Author:
roussel
See Also:
Serialized Form

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

obj

public T obj
Constructor Detail

Handle

public Handle()