HomeSort by relevance Sort by last modified time
    Searched full:immutableentries (Results 1 - 1 of 1) sorted by null

  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java 46 // TODO(gak): investigate avoiding the creation of ImmutableEntries since we
48 RegularImmutableMap(Entry<?, ?>... immutableEntries) {
49 int size = immutableEntries.length;
60 Entry<K, V> entry = (Entry<K, V>) immutableEntries[entryIndex];

Completed in 147 milliseconds