com.pmease.quickbuild.util
Class Single<T>

java.lang.Object
  extended by com.pmease.quickbuild.util.Single<T>
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Single()
           
Single(T value)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 T getValue()
           
 int hashCode()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Single

public Single()

Single

public Single(T value)
Method Detail

getValue

public T getValue()

setValue

public void setValue(T value)

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.