Uses of Class
ca.mcgill.cs.postina.util.LinkedHashSet

Packages that use LinkedHashSet
ca.mcgill.cs.postina.scribe   
 

Uses of LinkedHashSet in ca.mcgill.cs.postina.scribe
 

Fields in ca.mcgill.cs.postina.scribe declared as LinkedHashSet
private  LinkedHashSet<MessageID> ScribeApplication.messageHandler.receivedMessagesIDs
          The list receivedMessagesIDs contains the IDs of received messages to guarantee that each message is delivered only once.