Example usage for com.google.common.collect RangeMap interface-usage

List of usage examples for com.google.common.collect RangeMap interface-usage

Introduction

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

Usage

From source file org.cinchapi.common.util.NonBlockingRangeMap.java

/**
 * A {@link NonBlockingRangeMap} is one that focuses on high throughput in the
 * face of concurrent access.
 * 
 * @author jnelson
 */