Example usage for com.google.common.hash HashFunction interface-usage

List of usage examples for com.google.common.hash HashFunction interface-usage

Introduction

In this page you can find the example usage for com.google.common.hash HashFunction interface-usage.

Usage

From source file ome.util.checksum.NonGuavaHashFunctionImpl.java

/**
 * Wrapper class around a {@link NonGuavaHasherImpl} object and the
 * {@link Checksum} Java interface object. The purpose of this entity is to
 * serve as an interface between the consuming class that expects an
 * object of type {@link HashFunction} and the underlying implementation
 * of type {@link Hasher}. All the hash computation is done in the delegate