| Package | Description |
|---|---|
| de.alpharogroup.collections.modifications |
Provides helper classes for tracking modifications in collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ModifiedState |
ModifiedState.isModified(Collection<T> previous,
Collection<T> next)
Checks if the given previous(for instance in the past) Collection is modified comparing the
next(for instance now) Collection.
|
static ModifiedState |
ModifiedState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifiedState[] |
ModifiedState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.