| Package | Description |
|---|---|
| com.helger.commons.mutable | |
| com.helger.commons.scopes | |
| com.helger.commons.state.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWrapper<DATATYPE>
Base interface for mutable wrapping an object within another object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Wrapper<DATATYPE>
This is a stupid wrapper around any object.
|
| Constructor and Description |
|---|
Wrapper(IReadonlyWrapper<DATATYPE> aRhs)
Copy constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopeRenewalAwareWrapper<DATATYPE extends Serializable>
This is a wrapper around any object that is scope renewal aware.
|
| Constructor and Description |
|---|
ScopeRenewalAwareWrapper(IReadonlyWrapper<DATATYPE> rhs)
Copy constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeWithValue<DATATYPE>
Wraps a change indicator and an arbitrary value.
|
class |
SuccessWithValue<DATATYPE>
Wraps a success indicator and an arbitrary value.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.