Uses of Interface
nl.tue.astar.impl.memefficient.StorageAwareDelegate
-
Packages that use StorageAwareDelegate Package Description nl.tue.astar.impl nl.tue.astar.impl.memefficient -
-
Uses of StorageAwareDelegate in nl.tue.astar.impl
Methods in nl.tue.astar.impl with parameters of type StorageAwareDelegate Modifier and Type Method Description <H extends Head>
intDijkstraTail. inflateEstimate(StorageAwareDelegate<H,DijkstraTail> delegate, H head, java.io.InputStream stream)Constructors in nl.tue.astar.impl with parameters of type StorageAwareDelegate Constructor Description StateCompressor(StorageAwareDelegate<H,T> delegate) -
Uses of StorageAwareDelegate in nl.tue.astar.impl.memefficient
Subinterfaces of StorageAwareDelegate in nl.tue.astar.impl.memefficient Modifier and Type Interface Description interfaceCachedStorageAwareDelegate<H extends Head,T extends FastLowerBoundTail>Fields in nl.tue.astar.impl.memefficient declared as StorageAwareDelegate Modifier and Type Field Description protected StorageAwareDelegate<H,T>MemoryEfficientStorageHandler. delegateMethods in nl.tue.astar.impl.memefficient that return StorageAwareDelegate Modifier and Type Method Description StorageAwareDelegate<H,T>MemoryEfficientAStarAlgorithm. getDelegate()Methods in nl.tue.astar.impl.memefficient with parameters of type StorageAwareDelegate Modifier and Type Method Description <H extends Head>
intTailInflater. inflateEstimate(StorageAwareDelegate<H,T> delegate, H head, java.io.InputStream stream)Constructors in nl.tue.astar.impl.memefficient with parameters of type StorageAwareDelegate Constructor Description MemoryEfficientAStarAlgorithm(StorageAwareDelegate<H,T> delegate)MemoryEfficientAStarAlgorithm(StorageAwareDelegate<H,T> delegate, int blocksize, int initialCapacity, int alignment)
-