com.github.andrewoma.dexx.collection.internal.adapter
Class Adapters
java.lang.Object
com.github.andrewoma.dexx.collection.internal.adapter.Adapters
public class Adapters
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Adapters
public Adapters()
containsAll
public static <E> boolean containsAll(@NotNull
Traversable<E> traversable,
@NotNull
Collection<?> c)
contains
public static <E> boolean contains(@NotNull
Traversable<E> traversable,
Object o)
toArray
public static <T,E> T[] toArray(@NotNull
Traversable<E> traversable,
T[] a)
Copyright © 2014. All Rights Reserved.