Package com.google.api.client.util
Class Collections2
- java.lang.Object
-
- com.google.api.client.util.Collections2
-
@Deprecated public final class Collections2 extends java.lang.ObjectDeprecated.use Guava'sCollections2Static utility methods pertaining toCollectioninstances.- Since:
- 1.14
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCollections2()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description (package private) static <T> java.util.Collection<T>cast(java.lang.Iterable<T> iterable)Deprecated.Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557.
-