| Package | Description |
|---|---|
| com.phloc.commons.mutable | |
| com.phloc.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 |
ChangeWithValue<DATATYPE>
Wraps a change indicator and an arbitrary value.
|
class |
SuccessWithValue<DATATYPE>
Wraps a success indicator and an arbitrary value.
|
Copyright © 2006–2014 phloc systems. All rights reserved.