sbrt.shell.io
Interface MapInputFile<K,V>

Type Parameters:
K - the key type.
V - the value type.
All Superinterfaces:
InputFile<java.util.Map<K,V>>, java.lang.Iterable<java.util.Map<K,V>>, SbrtFile
All Known Subinterfaces:
MapTextInputFile<K,V>
All Known Implementing Classes:
AbstractMapInputFile, ComiFile, FluxCapInputFile, ProcessInputFile, RomiFile, SerializedMapInputFile

public interface MapInputFile<K,V>
extends InputFile<java.util.Map<K,V>>

This interface is used to represent input files that contain maps.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 
Methods inherited from interface sbrt.shell.io.SbrtFile
close, getCanonicalName, getOriginalName, isClosed
 
Methods inherited from interface java.lang.Iterable
iterator