Class EvolvableHolder
Storage for evolvable classes.
Inherited Members
Namespace: Tangosol.IO.Pof
Assembly: Coherence.dll
Syntax
public class EvolvableHolder
Properties
IsEmpty
Return
True if this holder is empty.
Declaration
public bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| bool | if this holder is empty, otherwise.
|
TypeIds
Return type identifiers for all the IEvolvables within this holder.
Declaration
public ICollection<int> TypeIds { get; }
Property Value
| Type | Description |
|---|---|
| ICollection<int> | Type identifiers for all the Evolvables within this holder. |
Methods
GetEvolvable(int)
Return IEvolvable for the specified type id.
Declaration
public IEvolvable GetEvolvable(int typeId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | typeId | Type identifier |
Returns
| Type | Description |
|---|---|
| IEvolvable | IEvolvable instance |