Package nl.tue.astar.impl.memefficient
Interface TailInflater<T extends Tail>
-
- All Superinterfaces:
Inflater<T>
- All Known Implementing Classes:
DijkstraTail
public interface TailInflater<T extends Tail> extends Inflater<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <H extends Head>
intinflateEstimate(StorageAwareDelegate<H,T> delegate, H head, java.io.InputStream stream)
-
-
-
Method Detail
-
inflateEstimate
<H extends Head> int inflateEstimate(StorageAwareDelegate<H,T> delegate, H head, java.io.InputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-