public class SpinedBufferTest extends Object
Constructor and Description |
---|
SpinedBufferTest() |
Modifier and Type | Method and Description |
---|---|
Object[][] |
createDoubleSpinedBuffer() |
Object[][] |
createIntSpinedBuffer() |
Object[][] |
createLongSpinedBuffer() |
Object[][] |
createSpinedBuffer() |
void |
testDoubleSpinedBuffer() |
void |
testDoubleSpliterator(double[] array,
SpinedBuffer.OfDouble sb) |
void |
testIntLastSplit(int[] array,
SpinedBuffer.OfInt sb) |
void |
testIntSpinedBuffer() |
void |
testIntSpliterator(int[] array,
SpinedBuffer.OfInt sb) |
void |
testLastSplit(int[] array,
SpinedBuffer<Integer> sb) |
void |
testLongLastSplit(double[] array,
SpinedBuffer.OfDouble sb) |
void |
testLongLastSplit(long[] array,
SpinedBuffer.OfLong sb) |
void |
testLongSpinedBuffer() |
void |
testLongSpliterator(long[] array,
SpinedBuffer.OfLong sb) |
void |
testSpinedBuffer() |
void |
testSpliterator(int[] array,
SpinedBuffer<Integer> sb) |
public Object[][] createSpinedBuffer()
public void testSpliterator(int[] array, SpinedBuffer<Integer> sb)
public void testLastSplit(int[] array, SpinedBuffer<Integer> sb)
public void testSpinedBuffer()
public Object[][] createIntSpinedBuffer()
public void testIntSpliterator(int[] array, SpinedBuffer.OfInt sb)
public void testIntLastSplit(int[] array, SpinedBuffer.OfInt sb)
public void testIntSpinedBuffer()
public Object[][] createLongSpinedBuffer()
public void testLongSpliterator(long[] array, SpinedBuffer.OfLong sb)
public void testLongLastSplit(long[] array, SpinedBuffer.OfLong sb)
public void testLongSpinedBuffer()
public Object[][] createDoubleSpinedBuffer()
public void testDoubleSpliterator(double[] array, SpinedBuffer.OfDouble sb)
public void testLongLastSplit(double[] array, SpinedBuffer.OfDouble sb)
public void testDoubleSpinedBuffer()