HomeSort by relevance Sort by last modified time
    Searched defs:TransformedImmutableList (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/collect/
TransformedImmutableList.java 34 abstract class TransformedImmutableList<D, E> extends ImmutableList<E> {
35 private class TransformedView extends TransformedImmutableList<D, E> {
41 return TransformedImmutableList.this.transform(d);
47 TransformedImmutableList(ImmutableList<D> backingList) {
84 return TransformedImmutableList.this.get(index);
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 109 milliseconds