|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gwe.utils.CompressedObject<VALUE_TYPE>
public class CompressedObject<VALUE_TYPE extends java.io.Serializable>
Constructor Summary | |
---|---|
CompressedObject()
|
|
CompressedObject(VALUE_TYPE target)
|
Method Summary | |
---|---|
VALUE_TYPE |
getTarget()
|
VALUE_TYPE |
getTargetBlindly()
|
void |
setTarget(VALUE_TYPE target)
|
void |
setTargetBlindly(VALUE_TYPE target)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressedObject()
public CompressedObject(VALUE_TYPE target) throws CompressionException
CompressionException
Method Detail |
---|
public void setTargetBlindly(VALUE_TYPE target)
public void setTarget(VALUE_TYPE target) throws CompressionException
CompressionException
public VALUE_TYPE getTargetBlindly()
public VALUE_TYPE getTarget() throws CompressionException
CompressionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |