OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 68 milliseconds