Package com.evolveum.concepts
Interface Identifiable<I>
-
public interface Identifiable<I>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description I
identifier()
static <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>>
voidputAll(Map<K,V> map, Iterable<? extends V> identifiables)
-
-
-
Method Detail
-
identifier
I identifier()
-
identifierMap
static <K,V extends Identifiable<K>> Map<K,V> identifierMap(Iterable<? extends V> identifiables)
-
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)
-
-