public interface IBusinessKeySet<K,V extends IBusinessKey<K>> extends Set<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAllKeys(Iterable<K> keys) |
boolean |
containsKey(K key) |
IBusinessKeyMap<K,V> |
getMap() |
boolean |
removeAllKeys(Iterable<K> keys) |
boolean |
removeKey(K key) |
boolean |
retainAllKeys(Collection<K> keys) |
Copyright © 2014 Molindo GmbH. All Rights Reserved.