Beispiel #1
0
 @Override
 @GwtIncompatible("NavigableSet")
 Collection<V> unmodifiableCollectionSubclass(Collection<V> collection) {
   return Sets.unmodifiableNavigableSet((NavigableSet<V>) collection);
 }