Uses of Interface
nl.tue.storage.CompressedStore
-
Packages that use CompressedStore Package Description nl.tue.astar nl.tue.astar.impl nl.tue.astar.impl.memefficient nl.tue.storage nl.tue.storage.compressor nl.tue.storage.impl -
-
Uses of CompressedStore in nl.tue.astar
Methods in nl.tue.astar with parameters of type CompressedStore Modifier and Type Method Description <S> TailTail. getNextTailFromStorage(Delegate<? extends Head,? extends Tail> d, CompressedStore<S> store, long index, int modelMove, int logMove, int activity)constructs the new tail based on the two operations from the old state, which is stored in the given store at the given index.<H extends Head,T extends Tail>
State<H,T>Record. getState(CompressedStore<State<H,T>> storage)retrieves the state stored at index getState() from the storage. -
Uses of CompressedStore in nl.tue.astar.impl
Methods in nl.tue.astar.impl with parameters of type CompressedStore Modifier and Type Method Description booleanStateCompressor. equals(State<H,T> object, CompressedStore<State<H,T>> store, long l)protected booleanAbstractCompressor. equalsDeflating(H head, CompressedStore<?> store, long l)intStateCompressor. getHashCode(CompressedStore<State<H,T>> store, long l)<S> TailDijkstraTail. getNextTailFromStorage(Delegate<? extends Head,? extends Tail> d, CompressedStore<S> store, long index, int modelMove, int logMove, int activity)Constructors in nl.tue.astar.impl with parameters of type CompressedStore Constructor Description DotGraphAStarObserver(java.io.File outputFile, CompressedStore<? extends State<?,?>> store) -
Uses of CompressedStore in nl.tue.astar.impl.memefficient
Fields in nl.tue.astar.impl.memefficient declared as CompressedStore Modifier and Type Field Description protected CompressedStore<State<H,T>>MemoryEfficientStorageHandler. storeMethods in nl.tue.astar.impl.memefficient that return CompressedStore Modifier and Type Method Description CompressedStore<State<H,T>>MemoryEfficientAStarAlgorithm. getStore() -
Uses of CompressedStore in nl.tue.storage
Methods in nl.tue.storage that return CompressedStore Modifier and Type Method Description CompressedStore<K>CompressedHashSet. getBackingStore()Returns the CompressedStore used by this Set.Methods in nl.tue.storage with parameters of type CompressedStore Modifier and Type Method Description booleanEqualOperation.Default. equals(K object, CompressedStore<K> store, long l)Check for equality between a given object and a location in the store.booleanEqualOperation. equals(K object, CompressedStore<K> store, long l)Check for equality between a given object and a location in the store.intHashOperation.Default. getHashCode(CompressedStore<K> store, long l)Retrieve the object from the store and return its hashCode.intHashOperation. getHashCode(CompressedStore<K> store, long l)Returns the hashCode of the object stored in the store at index l. -
Uses of CompressedStore in nl.tue.storage.compressor
Methods in nl.tue.storage.compressor with parameters of type CompressedStore Modifier and Type Method Description booleanAbstractFixedLengthListCompressor. equals(java.util.List<K> vector, CompressedStore<java.util.List<K>> store, long l)booleanCompressableCompressor. equals(C object, CompressedStore<C> store, long l)intAbstractFixedLengthListCompressor. getHashCode(CompressedStore<java.util.List<K>> store, long l)Retrieve the object from the store and return its hashCode.intCompressableCompressor. getHashCode(CompressedStore<C> store, long l)Retrieve the object from the store and return its hashCode. -
Uses of CompressedStore in nl.tue.storage.impl
Classes in nl.tue.storage.impl that implement CompressedStore Modifier and Type Class Description classCompressedStoreImpl<T>Methods in nl.tue.storage.impl that return CompressedStore Modifier and Type Method Description CompressedStore<K>CompressedStoreHashSetImpl. getBackingStore()
-