Deprecated API


Contents
Deprecated Methods
com.google.common.collect.Ordering.from(Ordering)
          no need to use this 
com.google.common.collect.ImmutableSet.of(E[])
          use ImmutableSet.copyOf(Object[]). 
com.google.common.collect.ImmutableList.of(E[])
          use ImmutableList.copyOf(Object[]) 
com.google.common.collect.ImmutableSortedSet.of(E[])
          use ImmutableSortedSet.copyOf(Comparable[]). 
 



Copyright © 2010 Google. All Rights Reserved.