Package com.evolveum.concepts
Interface Identifiable<I>
public interface Identifiable<I>
- 
Method SummaryModifier 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- 
identifierI identifier()
- 
identifierMap
- 
putAllstatic <K,V extends Identifiable<K>> void putAll(com.google.common.collect.ImmutableMap.Builder<K, V> map, Iterable<? extends V> identifiables) 
- 
putAllstatic <K,V extends Identifiable<K>> void putAll(Map<K, V> map, Iterable<? extends V> identifiables) 
 
-