X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.api%2Fsrc%2Forg%2Fargeo%2Fapi%2Ftabular%2FTabularRowIterator.java;fp=org.argeo.api%2Fsrc%2Forg%2Fargeo%2Fapi%2Ftabular%2FTabularRowIterator.java;h=0000000000000000000000000000000000000000;hb=b71546ddc74d6ca49d252806aafd491c75dfe1fb;hp=27a9c6fdb916b19f480a673bfe4124862c3257fa;hpb=4185ff8826f893a4a1f054f61a11b89333c3e85d;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.api/src/org/argeo/api/tabular/TabularRowIterator.java b/org.argeo.api/src/org/argeo/api/tabular/TabularRowIterator.java deleted file mode 100644 index 27a9c6fdb..000000000 --- a/org.argeo.api/src/org/argeo/api/tabular/TabularRowIterator.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.argeo.api.tabular; - -import java.util.Iterator; - -/** Navigation of rows */ -public interface TabularRowIterator extends Iterator { - /** - * Current row number, has to be incremented by each call to next() ; starts at 0, will - * therefore be 1 for the first row returned. - */ - public Long getCurrentRowNumber(); -}