public class BytesWrapper extends AbstractWrapper<byte[]>
byte[] class.basicClass, value| Constructor and Description |
|---|
BytesWrapper() |
BytesWrapper(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
<R,P,Q,TH extends java.lang.Throwable> |
accept(WrapperVisitor<R,P,Q,TH> visitor,
P p,
Q q)
Accept a visitor.
|
protected byte[] |
doGetCopy() |
protected boolean |
doHasEqualValue(java.lang.Object otherValue) |
doGet, doSet, get, getBasicClass, getCopy, getDefault, hasEqualValue, set, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisPrimitiveWrapperpublic BytesWrapper()
public BytesWrapper(byte[] value)
protected byte[] doGetCopy()
doGetCopy in class AbstractWrapper<byte[]>protected boolean doHasEqualValue(java.lang.Object otherValue)
doHasEqualValue in class AbstractWrapper<byte[]>public <R,P,Q,TH extends java.lang.Throwable> R accept(WrapperVisitor<R,P,Q,TH> visitor, P p, Q q) throws TH extends java.lang.Throwable
WrapperR - The resultP - The first parameter typeQ - The second parameter typeTH - The error or exception typevisitor - the visitorp - the first parameterq - the second parameterTH - the error or exception typeTH extends java.lang.Throwable