public TextEditor() { this.trie = new Trie <Stack <string> >(); this.loggedUsers = new List <string>(); this.allUsers = new List <string>(); }
public TextEditor() { this.users = new Trie <BigList <char> >(); this.bin = new Trie <Stack <string> >(); }