T
- the type of the wrapped objectpublic abstract class AbstractWrappingObject<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractWrappingObject()
A default constructor allowing to set the wrapped object later.
|
|
AbstractWrappingObject(T wrapped) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected T |
getWrapped() |
int |
hashCode() |
protected T |
resolveWrapped() |
String |
toString() |
public AbstractWrappingObject(T wrapped)
wrapped
- the wrapped objectprotected AbstractWrappingObject()
Copyright © 2004–2021 XWiki. All rights reserved.