| Interface | Description |
|---|---|
| IReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> |
Represents an abstract triple (an object with exactly three element) that is
readonly.
|
| ITriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> |
Represents an abstract triple (an object with exactly three element) that is
writable.
|
| Class | Description |
|---|---|
| ReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> |
A generic triple class.
|
| Triple<DATA1TYPE,DATA2TYPE,DATA3TYPE> |
A generic writable triple class.
|
Copyright © 2006–2015 phloc systems. All rights reserved.