| Package | Description |
|---|---|
| de.alpharogroup.collections |
In this package are helper classes for the collection framework.
|
| de.alpharogroup.collections.modifications |
Provides helper classes for tracking modifications in collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ModifiedCollections<T> |
ListExtensions.getModifiedCollections(Collection<T> previous,
Collection<T> next)
Gets the modified lists. finding from an old list which elements have been removed and which
have been added.
|
| Modifier and Type | Method and Description |
|---|---|
ModifiedCollections<T> |
ModifiedCollections.getModifiedLists(Collection<T> previous,
Collection<T> next)
Gets the modified lists.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.