org.geotools.data.collection
Interface ResourceList

All Superinterfaces:
java.util.Collection, java.util.List, ResourceCollection
All Known Implementing Classes:
AbstractResourceList

public interface ResourceList
extends java.util.List, ResourceCollection


Method Summary
 void removeRange(int fromIndex, int toIndex)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface org.geotools.data.collection.ResourceCollection
close, iterator, purge
 

Method Detail

removeRange

public void removeRange(int fromIndex,
                        int toIndex)


Copyright © GeoTools. All Rights Reserved.