org.vizzini.game
Interface ITeamCollection

All Superinterfaces:
Cloneable, Collection, ICollection, Iterable, Serializable
All Known Implementing Classes:
TeamCollection

public interface ITeamCollection
extends ICollection, Cloneable

Defines methods required by collections that hold ITeams.

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

Method Summary
 ITeam findByName(String name)
          Return the team with the given name.
 
Methods inherited from interface org.vizzini.util.ICollection
toString
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

findByName

ITeam findByName(String name)
Return the team with the given name.

Since:
v0.1


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