|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cb.jset.MatchingSetFinder
Helps to find sets of matching cards in a List of cards.
Constructor Summary | |
MatchingSetFinder()
|
Method Summary | |
CardSet[] |
findSets(java.util.List cards)
Find the matching sets in the specified list of cards. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MatchingSetFinder()
Method Detail |
public CardSet[] findSets(java.util.List cards)
cards
- the list of cards. May contain null elements.
CardSet
s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |