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