Class Recycler


  • public abstract class Recycler
    extends java.lang.Object
    • Constructor Detail

      • Recycler

        public Recycler​(int maxSize)
      • Recycler

        public Recycler()
    • Method Detail

      • createRecyclable

        protected abstract Recyclable createRecyclable()
      • checkIn

        public void checkIn​(Recyclable recyclable)
      • clear

        public void clear()