org.vizzini.util
Interface ICollection

All Superinterfaces:
Collection, Iterable, Serializable
All Known Subinterfaces:
IAgentCollection, ICardCollection, ITeamCollection, ITokenCollection
All Known Implementing Classes:
AbstractCollection, AbstractList, AbstractMap, ActionCollection, AgentCollection, CardCollection, ChessTokenCollection, PokerDeck, TeamCollection, TokenArrayCollection, TokenCollection, TokenPositionCollection

public interface ICollection
extends Collection, Serializable

Defines methods required by collections in the game framework.

Since:
v0.1
Version:
v0.1
Author:
Jeffrey M. Thompson

Method Summary
 String toString()
          Return a string representation of this object.
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

toString

String toString()
Return a string representation of this object.

Overrides:
toString in class Object
Since:
v0.1


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