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

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

Introduction

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

Usage

From source file com.complexible.common.hash.AbstractPrimitiveSink.java

/**
 * <p>Abstract implementation of a {@link PrimitiveSink} whose methods all throw UnsupportedOperationException.  Intended for cases where you
 * want to implement a PrimitiveSink that will only ever accept certain types of values.</p>
 *
 * @author Michael Grove
 * @since   2.3

From source file com.complexible.common.hash.ConcatenatedPrimitiveSink.java

/**
 * <p>An implementation of {@link PrimitiveSink} which has a number of 'child' sinks to which each call to this Sink is
 * delegated.  Intended to make it easy to multiplex results to a list of sinks.</p>
 *
 * @author   Michael Grove
 * @since   2.3