| Package | Description | 
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and
 other utilities for working with collections. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <R> Stream<R> | Streams. mapWithIndex(LongStream stream,
            Streams.LongFunctionWithIndex<R> function)Returns a stream consisting of the results of applying the given function to the elements of
  streamand their indexes in the stream. | 
Copyright © 2010-2017. All Rights Reserved.