Interface CSVList
- All Superinterfaces:
AutoCloseable,Closeable,Collection<List<String>>,org.gvsig.tools.util.GetItem<List<String>>,org.gvsig.tools.util.GetItem64<List<String>>,org.gvsig.tools.util.GetItemWithSize<List<String>>,org.gvsig.tools.util.GetItemWithSize64<List<String>>,Iterable<List<String>>,List<List<String>>,SequencedCollection<List<String>>,org.gvsig.tools.util.Size,org.gvsig.tools.util.Size64
- All Known Implementing Classes:
AbstractCSVList,ApacheCommonsCSVList,SuperCSVList
public interface CSVList
extends List<List<String>>, Closeable, org.gvsig.tools.util.GetItemWithSize<List<String>>, org.gvsig.tools.util.GetItemWithSize64<List<String>>
- Author:
- gvSIG Team
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.gvsig.tools.util.GetItem
getMethods inherited from interface org.gvsig.tools.util.GetItem64
get64Methods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface org.gvsig.tools.util.Size
sizeMethods inherited from interface org.gvsig.tools.util.Size64
size64