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) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamCopyright © 2015 Molindo GmbH. All Rights Reserved.