Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/utils/SetMap.java |
---|
28,7 → 28,7 |
Unmodifiable(CollectionMap2Itf<K, Set<V>, V> delegate) { |
super(delegate, new UnmodifiableCollectionMap.UnmodifiableMap<K, Set<V>>(delegate) { |
@Override |
protected Set<V> toUnmodifiable(Set<V> coll) { |
protected Set<V> nonNullToUnmodifiable(Set<V> coll) { |
return Collections.unmodifiableSet(coll); |
} |
}); |