Uses of Class
nl.tue.storage.compressor.BitMask
-
Packages that use BitMask Package Description nl.tue.astar nl.tue.astar.impl nl.tue.astar.util nl.tue.storage.compressor -
-
Uses of BitMask in nl.tue.astar
Methods in nl.tue.astar with parameters of type BitMask Modifier and Type Method Description gnu.trove.TIntCollectionTrace. getNextEvents(BitMask bitMask)Returns a TIntCollection containing all events that are currently enabled, given a bitmask for a boolean -
Uses of BitMask in nl.tue.astar.impl
Methods in nl.tue.astar.impl that return BitMask Modifier and Type Method Description protected static BitMaskAbstractCompressor. makeBitMask(int size, short[] values)protected static BitMaskAbstractCompressor. makeBitMask(int size, ShortShortMultiset indices)protected static BitMaskAbstractCompressor. makeShortListBitMask(int size, short[] marking)protected BitMaskAbstractCompressor. readMask(java.io.InputStream stream, int length, int numBytes) -
Uses of BitMask in nl.tue.astar.util
Methods in nl.tue.astar.util with parameters of type BitMask Modifier and Type Method Description gnu.trove.TIntCollectionAbstractTrace. getNextEvents(BitMask bitMask)gnu.trove.TIntCollectionPartiallyOrderedTrace. getNextEvents(BitMask bitMask) -
Uses of BitMask in nl.tue.storage.compressor
Methods in nl.tue.storage.compressor that return BitMask Modifier and Type Method Description BitMaskBitMask. clone()protected BitMaskAbstractFixedLengthListCompressor. getBitMask(java.util.List<K> vector)static BitMaskBitMask. makeBitMask(int size, int... indices)Flag the bits at the given indicesstatic BitMaskBitMask. makeBitMask(int size, short... indices)Flag the bits at the given indicesstatic BitMaskBitMask. makeBitMask(int size, gnu.trove.set.TIntSet indices)Flag the bits at the given indicesstatic BitMaskBitMask. makeBitMask(int size, java.util.Collection<java.lang.Integer> indices)Flag the bits at the given indicesprotected BitMaskAbstractFixedLengthListCompressor. readMask(java.io.InputStream stream)Methods in nl.tue.storage.compressor with parameters of type BitMask Modifier and Type Method Description static int[]BitMask. getIndices(BitMask bitmask)return the indices flagged by this bitmask
-