Package 

Class AndroidRootResolver.ListenableArrayList

  • 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>
                        
    • Method Summary

      Modifier and Type Method Description
      Integer getSize()
      final Unit setListener(AndroidRootResolver.Listener listener)
      Boolean add(View value)
      Boolean remove(View value)
      View removeAt(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