Uses of Interface
inonit.domain.game.card.hearts.Intelligence.Environment.Storage

Packages that use Intelligence.Environment.Storage
inonit.domain.game.card.hearts Classes related to the card game Hearts. 
 

Uses of Intelligence.Environment.Storage in inonit.domain.game.card.hearts
 

Methods in inonit.domain.game.card.hearts that return Intelligence.Environment.Storage
 Intelligence.Environment.Storage Game.Participant.createStorage(int size)
           
 Intelligence.Environment.Storage Entrant.createStorage(int size)
           
 Intelligence.Environment.Storage Intelligence.Environment.getStorage()
          Returns a Storage from which data may be read, or to which data may be written, which will persist after an Intelligence is destroyed.