ArraySequence Funzionante

This commit is contained in:
2014-04-01 14:21:13 +02:00
parent eb15d53208
commit c8254693f9
3 changed files with 9 additions and 5 deletions

View File

@@ -8,7 +8,8 @@ import exceptions.*;
*/
//Copyright (c) 2003 Brown University, Providence, RI
//Additional modifications and methods by xgiovio
public interface PositionList<E> {
public interface PositionList<E> {
public int size();