public class GroupContainer extends ListWithCallbacks<Group>
modCount| Constructor and Description |
|---|
GroupContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
added(Group group)
Called to notify subclasses of item addition.
|
Group |
getByName(String name)
Retrieve a given group by name.
|
protected void |
removed(Group group)
Called to notify subclasses of item removal.
|
add, add, clear, get, remove, replaced, set, sizeaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected void added(Group group)
ListWithCallbacksadded in class ListWithCallbacks<Group>group - added itemprotected void removed(Group group)
ListWithCallbacksremoved in class ListWithCallbacks<Group>group - removed itemCopyright © 2000–2025 MPXJ. All rights reserved.