endrov.util.collection
Class StrongReference<E>

java.lang.Object
  extended by endrov.util.collection.StrongReference<E>

public class StrongReference<E>
extends java.lang.Object

In analogy with other references - Just used as a singleton container


Constructor Summary
StrongReference()
           
StrongReference(E e)
           
 
Method Summary
 E get()
           
 void set(E e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrongReference

public StrongReference()

StrongReference

public StrongReference(E e)
Method Detail

get

public E get()

set

public void set(E e)