public class StringWrapper extends AbstractWrapper<java.lang.String>
String class.basicClass, value| Constructor and Description |
|---|
StringWrapper() |
StringWrapper(java.lang.String 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.
|
doGet, doGetCopy, doHasEqualValue, doSet, get, getBasicClass, getCopy, getDefault, hasEqualValue, set, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisPrimitiveWrapperpublic StringWrapper()
public StringWrapper(java.lang.String value)
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