From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- .../TurnControl.HandStonePositionComparator.html | 272 +++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 doc/jrummikub/control/TurnControl.HandStonePositionComparator.html (limited to 'doc/jrummikub/control/TurnControl.HandStonePositionComparator.html') diff --git a/doc/jrummikub/control/TurnControl.HandStonePositionComparator.html b/doc/jrummikub/control/TurnControl.HandStonePositionComparator.html new file mode 100644 index 0000000..a691289 --- /dev/null +++ b/doc/jrummikub/control/TurnControl.HandStonePositionComparator.html @@ -0,0 +1,272 @@ + + + + + + +TurnControl.HandStonePositionComparator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.control +
+Class TurnControl.HandStonePositionComparator

+
+java.lang.Object
+  extended by jrummikub.control.TurnControl.HandStonePositionComparator
+
+
+
All Implemented Interfaces:
java.util.Comparator<Pair<Stone,Position>>
+
+
+
Enclosing class:
TurnControl
+
+
+
+
static class TurnControl.HandStonePositionComparator
extends java.lang.Object
implements java.util.Comparator<Pair<Stone,Position>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TurnControl.HandStonePositionComparator() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ intcompare(Pair<Stone,Position> pair1, + Pair<Stone,Position> pair2) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Comparator
equals
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TurnControl.HandStonePositionComparator

+
+TurnControl.HandStonePositionComparator()
+
+
+ + + + + + + + +
+Method Detail
+ +

+compare

+
+public int compare(Pair<Stone,Position> pair1,
+                   Pair<Stone,Position> pair2)
+
+
+
Specified by:
compare in interface java.util.Comparator<Pair<Stone,Position>>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3