public class UserCollection extends AbstractCollection<User>
| Constructor and Description |
|---|
UserCollection(String[] elements)
Constructs a new UserCollection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<User> |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic UserCollection(String[] elements)
public Iterator<User> iterator()
iterator in interface Iterable<User>iterator in interface Collection<User>iterator in class AbstractCollection<User>public int size()
size in interface Collection<User>size in class AbstractCollection<User>Copyright © 2003-2008 Jive Software.