public class StorableUtils extends Object
| Constructor and Description |
|---|
StorableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsId(Collection<Storable> collection,
Object id)
TODO: Add JavaDoc.
|
static <T> void |
fillCollection(Collection<T> to,
Collection<? extends T> from)
TODO: Add JavaDoc.
|
static <T,U> void |
fillMap(Map<T,U> to,
Map<? extends T,? extends U> from)
TODO: Add JavaDoc.
|
public static boolean containsId(Collection<Storable> collection, Object id)
public static <T,U> void fillMap(@Nonnull Map<T,U> to, @Nullable Map<? extends T,? extends U> from)
public static <T> void fillCollection(@Nonnull Collection<T> to, @Nullable Collection<? extends T> from)
Copyright © 2025. All rights reserved.