Show / Hide Table of Contents

Class EvolvableHolder

Storage for evolvable classes.

Inheritance
object
EvolvableHolder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
True
if this holder is empty,
False
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

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.