ArraySequence Funzionante
This commit is contained in:
@@ -17,9 +17,12 @@ public class ArraySequenceTest {
|
||||
ArraySequence<test_object> a = new ArraySequence<test_object>(10);
|
||||
|
||||
a.addFirst(new test_object(3));
|
||||
|
||||
Position<test_object> p = a.addAfter(a.first(), new test_object(6));
|
||||
System.out.print(a);
|
||||
|
||||
System.out.print (a.indexOf( a.next( a.first())));
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user