diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..3e0fb27
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/src/debug/ContainerArray.java b/src/debug/ContainerArray.java
index 124ece6..0ba62ac 100755
--- a/src/debug/ContainerArray.java
+++ b/src/debug/ContainerArray.java
@@ -1,33 +1,46 @@
package debug;
+import java.util.ArrayList;
+import java.util.List;
public class ContainerArray {
- private int initialCapacity = 10;
- private int currentSize = 0;
- private Object[] internalArray;
+ private int limit;
+ private List