Class Collections2

java.lang.Object
com.google.api.client.util.Collections2

@Deprecated public final class Collections2 extends Object
Deprecated.
use Guava's Collections2
Static utility methods pertaining to Collection instances.
Since:
1.14
  • Constructor Details

    • Collections2

      private Collections2()
      Deprecated.
  • Method Details

    • cast

      static <T> Collection<T> cast(Iterable<T> iterable)
      Deprecated.
      Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557.