public class EvolvableHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,Evolvable> |
m_mapEvolvable
Map of Evolvable objects, keyed by type id.
|
| Constructor and Description |
|---|
EvolvableHolder() |
| Modifier and Type | Method and Description |
|---|---|
Evolvable |
get(Integer idType)
Return an
Evolvable for the specified type id. |
Set<Integer> |
getTypeIds()
Return type identifiers for all the Evolvables within this holder.
|
boolean |
isEmpty()
Return
true if this holder is empty. |
public Evolvable get(Integer idType)
Evolvable for the specified type id.idType - type identifierpublic Set<Integer> getTypeIds()
public boolean isEmpty()
true if this holder is empty.true if this holder is empty, false otherwise