Package rx.observers

Class SerializedObserver.FastList

  • Enclosing class:
    SerializedObserver<T>

    static final class SerializedObserver.FastList
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object[] array  
      (package private) int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      FastList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • array

        java.lang.Object[] array
      • size

        int size
    • Constructor Detail

      • FastList

        FastList()
    • Method Detail

      • add

        public void add​(java.lang.Object o)