Package org.protelis.vm.impl
Class DefaultTimeEfficientCodePath
- java.lang.Object
-
- org.protelis.vm.impl.DefaultTimeEfficientCodePath
-
- All Implemented Interfaces:
java.io.Serializable,CodePath
public final class DefaultTimeEfficientCodePath extends java.lang.Object implements CodePath
A CodePath whose focus is on time performance. Not space efficient, not meant to be used for real world networking.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultTimeEfficientCodePath(gnu.trove.list.TIntList source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-