From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/model/IStoneTray.html | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) (limited to 'doc/jrummikub/model/IStoneTray.html') diff --git a/doc/jrummikub/model/IStoneTray.html b/doc/jrummikub/model/IStoneTray.html index f2a07c7..341c384 100644 --- a/doc/jrummikub/model/IStoneTray.html +++ b/doc/jrummikub/model/IStoneTray.html @@ -2,12 +2,12 @@ - + IStoneTray - + @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -94,7 +94,7 @@ Interface IStoneTray<E extends
Type Parameters:
E - Objects held by the IStoneTray
-
All Superinterfaces:
java.lang.Cloneable, java.lang.Iterable<Pair<E,Position>>
+
All Superinterfaces:
java.lang.Cloneable, java.lang.Iterable<Pair<E,Position>>, java.io.Serializable
All Known Subinterfaces:
IHand, ITable
@@ -104,7 +104,7 @@ Interface IStoneTray<E extends
-
public interface IStoneTray<E extends Sizeable>
extends java.lang.Iterable<Pair<E,Position>>, java.lang.Cloneable
+
public interface IStoneTray<E extends Sizeable>
extends java.lang.Iterable<Pair<E,Position>>, java.lang.Cloneable, java.io.Serializable

@@ -134,6 +134,14 @@ Interface for the + boolean +contains(E object) + +
+          Search for an object within the stone tray + + +  void drop(E object, Position position) @@ -271,6 +279,23 @@ int getSize()

Returns:
number of objects
+
+ +

+contains

+
+boolean contains(E object)
+
+
Search for an object within the stone tray +

+

+
+
+
+
Parameters:
object - object to search for +
Returns:
object found in stone tray
+
+

@@ -302,7 +327,7 @@ int getSize() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   -- cgit v1.2.3