public final class AuthorityServiceImpl.UserAuthoritySet extends AbstractSet<String>
Constructor and Description |
---|
UserAuthoritySet(String username) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(String e) |
void |
clear() |
boolean |
contains(Object o) |
Object |
getUsername() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
equals, hashCode
addAll, containsAll, isEmpty, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, isEmpty, spliterator, toArray, toArray
parallelStream, removeIf, stream
public UserAuthoritySet(String username)
username
- Stringpublic boolean removeAll(Collection<?> c)
removeAll
in interface Collection<String>
removeAll
in interface Set<String>
removeAll
in class AbstractSet<String>
public boolean add(String e)
add
in interface Collection<String>
add
in interface Set<String>
add
in class AbstractCollection<String>
public void clear()
clear
in interface Collection<String>
clear
in interface Set<String>
clear
in class AbstractCollection<String>
public boolean contains(Object o)
contains
in interface Collection<String>
contains
in interface Set<String>
contains
in class AbstractCollection<String>
public boolean remove(Object o)
remove
in interface Collection<String>
remove
in interface Set<String>
remove
in class AbstractCollection<String>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<String>
retainAll
in interface Set<String>
retainAll
in class AbstractCollection<String>
public int size()
size
in interface Collection<String>
size
in interface Set<String>
size
in class AbstractCollection<String>
public Object getUsername()
Copyright © 2005–2017 Alfresco Software. All rights reserved.