Uses of Interface
com.evolveum.concepts.Identifiable
- 
Packages that use Identifiable Package Description com.evolveum.concepts 
- 
- 
Uses of Identifiable in com.evolveum.conceptsMethods in com.evolveum.concepts with type parameters of type Identifiable Modifier and Type Method Description static <K,V extends Identifiable<K>>
 Map<K,V>Identifiable. identifierMap(Iterable<? extends V> identifiables)static <K,V extends Identifiable<K>>
 voidIdentifiable. putAll(com.google.common.collect.ImmutableMap.Builder<K,V> map, Iterable<? extends V> identifiables)static <K,V extends Identifiable<K>>
 voidIdentifiable. putAll(Map<K,V> map, Iterable<? extends V> identifiables)
 
-