-
- All Implemented Interfaces:
-
java.io.Serializable,java.util.RandomAccess,kotlin.Cloneable,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.List,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableList
public final class AndroidRootResolver.ListenableArrayList extends ArrayList<View>
-
-
Constructor Summary
Constructors Constructor Description AndroidRootResolver.ListenableArrayList()
-
Method Summary
Modifier and Type Method Description IntegergetSize()final UnitsetListener(AndroidRootResolver.Listener listener)Booleanadd(View value)Booleanremove(View value)ViewremoveAt(Integer index)-
Methods inherited from class com.facebook.internal.logging.dumpsys.AndroidRootResolver.ListenableArrayList
add, addAll, addAll, clear, clone, contains, elementData, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray, trimToSize -
Methods inherited from class java.util.AbstractList
containsAll, toString -
Methods inherited from class java.util.ArrayList
equals, hashCode -
Methods inherited from class kotlin.collections.MutableCollection
parallelStream, stream -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-