Class UserList

java.lang.Object
example.app.entitylist.EntityList<User>
example.app.entitylist.UserList

public class UserList extends EntityList<User>

Class UserList

This class represents a list of users. It extends the EntityList class. It creates an abstraction for doing FileDatabase related operations that is related to users. It also provides some other methods that is related to a user list but not necessarily to a particular user.