Uses of Class
userManager.user.User

Packages that use User
userManager   
userManager.active   
userManager.user   
 

Uses of User in userManager
 

Fields in userManager declared as User
 User UserManager.user
           
 

Methods in userManager that return types with arguments of type User
 ArrayList<User> ActiveInterface.getUsers()
          This method will return ArrayList of User objects that are in the ActiveList.
 

Methods in userManager with parameters of type User
 void ActiveInterface.insert(User user)
          Method will insert a user object into the Active ArrayList.
 

Uses of User in userManager.active
 

Methods in userManager.active that return types with arguments of type User
 ArrayList<User> Active.getUsers()
          This method will return ArrayList of User objects that are in the ActiveList.
 

Methods in userManager.active with parameters of type User
 void Active.insert(User user)
          Method will insert a user object into the Active ArrayList.
 

Uses of User in userManager.user
 

Methods in userManager.user that return User
 User Builder.build(String username)
          This method will build the user class.