Uses of Interface
org.vizzini.util.ICollection

Packages that use ICollection
org.vizzini.game Provides core game classes for the game framework. 
org.vizzini.game.action Provides action classes for games in the game framework. 
org.vizzini.game.boardgame.chess Provides core chess game classes for the game framework. 
org.vizzini.game.cardgame Provides core game classes for card games in the game framework. 
org.vizzini.util Provides utility classes for the game framework. 
 

Uses of ICollection in org.vizzini.game
 

Subinterfaces of ICollection in org.vizzini.game
 interface IAgentCollection
          Defines methods required by collections that hold IAgent s.
 interface ITeamCollection
          Defines methods required by collections that hold ITeams.
 interface ITokenCollection
          Defines methods required by collections that hold IToken s.
 

Classes in org.vizzini.game that implement ICollection
 class AgentCollection
          Provides a collection to hold IAgent s.
 class TeamCollection
          Provides a collection to hold ITeam s.
 class TokenArrayCollection
          Provides a collection to hold IToken s, where the tokens are stored by their position in a three dimensional array.
 class TokenCollection
          Provides a collection to hold IToken s.
 class TokenPositionCollection
          Provides a collection to hold IToken s, where the tokens are stored by their position.
 

Uses of ICollection in org.vizzini.game.action
 

Classes in org.vizzini.game.action that implement ICollection
 class ActionCollection
          Provides a collection to hold IAction s.
 

Uses of ICollection in org.vizzini.game.boardgame.chess
 

Classes in org.vizzini.game.boardgame.chess that implement ICollection
 class ChessTokenCollection
          Provides a token collection for chess tokens.
 

Uses of ICollection in org.vizzini.game.cardgame
 

Subinterfaces of ICollection in org.vizzini.game.cardgame
 interface ICardCollection
          Defines methods required by a card collection.
 

Classes in org.vizzini.game.cardgame that implement ICollection
 class CardCollection
          Provides a card collection.
 class PokerDeck
          Provides a poker card deck for card games in the game framework.
 

Uses of ICollection in org.vizzini.util
 

Classes in org.vizzini.util that implement ICollection
 class AbstractCollection
          Provides base functionality for collections in the game framework.
 class AbstractList
          Provides base functionality for lists in the game framework.
 class AbstractMap
          Provides base functionality for maps in the game framework.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02