Class GarbageCollectorAgent.Pick

  • Enclosing class:
    GarbageCollectorAgent

    public class GarbageCollectorAgent.Pick
    extends java.lang.Object
    The goal for picking up waste. Tries endlessly to pick up.
    • Constructor Summary

      Constructors 
      Constructor Description
      Pick()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkDrop()  
      • Methods inherited from class java.lang.Object

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

      • Pick

        public Pick()
    • Method Detail

      • checkDrop

        public boolean checkDrop()