Package | Description |
---|---|
com.google.inject.internal.util |
Modifier and Type | Method and Description |
---|---|
<K,V> ConcurrentMap<K,V> |
MapMaker.makeComputingMap(Function<? super K,? extends V> computer)
Builds a map that supports atomic, on-demand computation of values.
|
static <F,T> Iterable<T> |
Iterables.transform(Iterable<F> fromIterable,
Function<? super F,? extends T> function)
Returns an iterable that applies
function to each element of fromIterable . |
static <F,T> Iterator<T> |
Iterators.transform(Iterator<F> fromIterator,
Function<? super F,? extends T> function)
Returns an iterator that applies
function to each element of fromIterator . |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.