public class ComplexBufferPerformanceTestNoCommonIf
extends java.lang.Object
Performance test for mutable complex numbers with no common interface
with immutable complex numbers.
Shows that having a common interface to mutable and immutable
complex numbers has practically no performance penalty.