Package io.deephaven.chunk.util.hashing
package io.deephaven.chunk.util.hashing
-
ClassDescriptionByteToIntegerCast<T extends Any>Cast the values in the input chunk to an int.ByteToIntegerCastWithOffset<T extends Any>Cast the values in the input chunk to an int and add the specified offset.ByteToLongCast<T extends Any>Cast the values in the input chunk to a long.ByteToLongCastWithOffset<T extends Any>Cast the values in the input chunk to an long and add the specified offset.CharToIntegerCast<T extends Any>Cast the values in the input chunk to an int.CharToIntegerCastWithOffset<T extends Any>Cast the values in the input chunk to an int and add the specified offset.CharToLongCast<T extends Any>Cast the values in the input chunk to a long.CharToLongCastWithOffset<T extends Any>Cast the values in the input chunk to an long and add the specified offset.IntToIntegerCast<T extends Any>Cast the values in the input chunk to an int.IntToIntegerCastWithOffset<T extends Any>Cast the values in the input chunk to an int and add the specified offset.IntToLongCast<T extends Any>Cast the values in the input chunk to a long.IntToLongCastWithOffset<T extends Any>Cast the values in the input chunk to an long and add the specified offset.LongToIntegerCast<T extends Any>Cast the values in the input chunk to an int.LongToIntegerCastWithOffset<T extends Any>Cast the values in the input chunk to an int and add the specified offset.LongToLongCast<T extends Any>Cast the values in the input chunk to a long.LongToLongCastWithOffset<T extends Any>Cast the values in the input chunk to an long and add the specified offset.ShortToIntegerCast<T extends Any>Cast the values in the input chunk to an int.ShortToIntegerCastWithOffset<T extends Any>Cast the values in the input chunk to an int and add the specified offset.ShortToLongCast<T extends Any>Cast the values in the input chunk to a long.ShortToLongCastWithOffset<T extends Any>Cast the values in the input chunk to an long and add the specified offset.ToIntegerCast<T extends Any>ToIntFunctor<T extends Any>A function that transforms a Chunk to an IntChunk.ToIntFunctor.Identity<T extends Any>ToLongCast<T extends Any>ToLongFunctor<T extends Any>A function that transforms a Chunk to an LongChunk.ToLongFunctor.Identity<T extends Any>