org.aksw.commons.collections
Interface IClosable

All Known Subinterfaces:
IClosableIterator<T>
All Known Implementing Classes:
WindowedSorterIterator

public interface IClosable

An interface for closing stuff. Maybe we shouldn't introduce the 100000000 version of this interface, and reuse it from some common package.


Method Summary
 void close()
           
 

Method Detail

close

void close()


Copyright © 2011. All Rights Reserved.