public class CachedIteratorArrayListTest extends Object
| Constructor and Description |
|---|
CachedIteratorArrayListTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
test()
test iterations work
|
void |
testRemove() |
void |
testSameness() |
void |
testSorting()
tests the Collections.sort method because that is used
in the router and internally creates iterators
|
public void setUp()
public void test()
public void testSameness()
public void testRemove()
public void testSorting()