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

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

Introduction

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

Usage

From source file org.elasticsearch.search.aggregations.bucket.range.InternalRange.java

/**
 *
 */
public class InternalRange<B extends InternalRange.Bucket> extends InternalAggregation implements Range {

    static final Factory FACTORY = new Factory();