Class RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>>

    • Field Detail

      • SERIALIZATION_NON_SHARED

        public static final int SERIALIZATION_NON_SHARED
        See Also:
        Constant Field Values
      • _serialization

        protected final int _serialization
        Value that indicates basic aspects of pool for JDK serialization; either marker for shared/non-shared, or possibly bounded size; depends on sub-class.
    • Constructor Detail

      • StatefulImplBase

        protected StatefulImplBase​(int serialization)