Package org.locationtech.jtstest.test
Class TestCaseList
java.lang.Object
org.locationtech.jtstest.test.TestCaseList
- Version:
- 1.7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tests
ArrayList tests
-
-
Constructor Details
-
TestCaseList
public TestCaseList()
-
-
Method Details
-
getList
-
size
public int size() -
get
-
add
-
add
-
add
-
remove
public void remove(int i) -
arrayAdd
A shim for ArrayList.add(Object, int)- Parameters:
list
- ArrayList to add too
- object to addindex
- index to add at
-