Implementato Iterator in NodePositionList e aggiunto solo i prototipi nelle altre classe che implementano Sequence

This commit is contained in:
2014-04-01 15:12:42 +02:00
parent c8254693f9
commit 56672f3b94
5 changed files with 102 additions and 3 deletions

View File

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