Package com.evolveum.concepts
Interface Identifiable<I>
public interface Identifiable<I>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,
V extends Identifiable<K>>
Map<K,V> identifierMap
(Iterable<? extends V> identifiables) static <K,
V extends Identifiable<K>>
voidputAll
(com.google.common.collect.ImmutableMap.Builder<K, V> map, Iterable<? extends V> identifiables) static <K,
V extends Identifiable<K>>
void
-
Method Details
-
identifier
I identifier() -
identifierMap
-
putAll
static <K,V extends Identifiable<K>> void putAll(com.google.common.collect.ImmutableMap.Builder<K, V> map, Iterable<? extends V> identifiables) -
putAll
static <K,V extends Identifiable<K>> void putAll(Map<K, V> map, Iterable<? extends V> identifiables)
-