pickUp(object) in StoneTray implementiert und getestet
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@78 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
42a8b91c4d
commit
2b09ff6ec5
2 changed files with 20 additions and 0 deletions
|
@ -209,4 +209,11 @@ public class StoneTray<E extends Sizeable> implements
|
|||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @param object
|
||||
*/
|
||||
public void pickUp(E object) {
|
||||
objects.remove(object);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue