Searched defs:ArrayImmutableCollection (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableCollection.java217 private static class ArrayImmutableCollection<E> class in class:ImmutableCollection
221 ArrayImmutableCollection(E[] elements) { method in class:ImmutableCollection.ArrayImmutableCollection
260 : new ArrayImmutableCollection<Object>(Platform.clone(elements));

Completed in 67 milliseconds