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, size
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected void added(Group group)
ListWithCallbacks
added
in class ListWithCallbacks<Group>
group
- added itemprotected void removed(Group group)
ListWithCallbacks
removed
in class ListWithCallbacks<Group>
group
- removed itemCopyright © 2000–2024 Packwood Software. All rights reserved.