| Package | Description |
|---|---|
| net.sourceforge.jaulp.collections |
In this package are helper classes for the collection framework.
|
| net.sourceforge.jaulp.collections.modifications |
Provides helper classes for tracking modifications in collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ModifiedCollections<T> |
ListUtils.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 © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.