Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. package de.LoginVerwaltung;
  2.  
  3. import de.za.BinarySearchTree;
  4.  
  5. public class LoginVerwaltung {
  6.  
  7.     private BinarySearchTree logins;
  8.  
  9.     public LoginVerwaltung() {
  10.  
  11.     }
  12.  
  13.     public void nutzerAnlegen(String vorname, String nachname) {
  14.  
  15.     }
  16.  
  17.     public void nutzerSortiertAusgeben() {
  18.  
  19.     }
  20.  
  21. }
Add Comment
Please, Sign In to add comment