vooga.social.socialInfo
Class Score

java.lang.Object
  extended by vooga.social.socialInfo.Score
All Implemented Interfaces:
IDataConverter

public class Score
extends java.lang.Object
implements IDataConverter

Sorts a list of strings which contain score and user and returns the top 5 scores and the users associated with them.

Author:
Heidi Slater

Constructor Summary
Score()
           
 
Method Summary
 java.lang.Object convertData(java.util.List<java.lang.String> list)
          Returns an object associated with the contents of the list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Score

public Score()
Method Detail

convertData

public java.lang.Object convertData(java.util.List<java.lang.String> list)
Description copied from interface: IDataConverter
Returns an object associated with the contents of the list.

Specified by:
convertData in interface IDataConverter
Returns: