| return Collections.unmodifiableList(alternates); | return ImmutableList.copyOf(alternates); | Collections.unmodifiableList(alternates) | ImmutableList.copyOf(alternates) | closure-compiler | 9f5879787b31acec4115b401dd0469bcdbad8c6e | com.google.javascript.rhino.jstype.UnionTypeBuilder |  | | _1 | getAlternates | 
|---|
 | _2 | getAlternates | 
|---|
 
  |  | - com.google.common.collect.ImmutableList
 
  |  | Returns | True |