Uses of Interface
nl.tue.astar.FastLowerBoundTail
-
Packages that use FastLowerBoundTail Package Description nl.tue.astar.impl nl.tue.astar.impl.memefficient -
-
Uses of FastLowerBoundTail in nl.tue.astar.impl
Methods in nl.tue.astar.impl with type parameters of type FastLowerBoundTail Modifier and Type Method Description <TT extends FastLowerBoundTail>
voidAbstractAStarThread.StorageHandler. reComputeFastLowerboundTail(Record rec, TT tail, H head, int storedEstimate)implementations may assume that TT == T<TT extends FastLowerBoundTail>
voidJavaCollectionStorageHandler. reComputeFastLowerboundTail(Record rec, TT tail, H head, int storedEstimate) -
Uses of FastLowerBoundTail in nl.tue.astar.impl.memefficient
Classes in nl.tue.astar.impl.memefficient with type parameters of type FastLowerBoundTail Modifier and Type Interface Description interfaceCachedStorageAwareDelegate<H extends Head,T extends FastLowerBoundTail>Methods in nl.tue.astar.impl.memefficient with type parameters of type FastLowerBoundTail Modifier and Type Method Description <TT extends FastLowerBoundTail>
voidMemoryEfficientStorageHandler. reComputeFastLowerboundTail(Record rec, TT tail, H head, int storedEstimate)
-