E - type of elements stored in the setpublic class Key1Set<E,K> extends Key1Collection<E,K> implements java.util.Set<E>
Key1Collection,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
Key1Set.Builder<E,K>
Builder to construct KeyCollection instances.
|
KeyCollectionImpl.BuilderImpl<E>| Modifier | Constructor and Description |
|---|---|
protected |
Key1Set()
Protected constructor used by builder or derived collections.
|
| Modifier and Type | Method and Description |
|---|---|
Key1Set<E,K> |
copy()
Returns a copy of this collection with all its elements.
|
Key1Set<E,K> |
crop()
Returns a copy of this collection but without elements.
|
Key1Set<E,K> |
getAll(E elem)
Returns all equal elements.
|
Key1Set<E,K> |
getAllByKey1(K key)
Returns all elements with specified key.
|
protected Key1Set.Builder<E,K> |
getBuilder() |
asMap1, containsKey1, getAllKeys1, getByKey1, getCount, getCountByKey1, getDistinct, getDistinctKeys1, getKey1Mapper, invalidate, invalidateKey1, put, putByKey1, removeAll, removeAllByKey1, removeByKey1add, addAll, asSet, clear, clone, contains, containsAll, containsKey, doRemoveByKey, equals, getAllByKey, getAllByKey, getAllKeys, getByKey, getCountByKey, getDistinctKeys, getKeyMapper, hashCode, initClone, invalidateKey, isEmpty, isSorted, iterator, putByKey, remove, removeAll, removeAllByKey, removeAllByKey, removeByKey, retainAll, size, toArray, toArray, toList, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprotected Key1Set()
protected Key1Set.Builder<E,K> getBuilder()
getBuilder in class Key1Collection<E,K>public Key1Set<E,K> copy()
KeyCollectionImplcopy in class Key1Collection<E,K>public Key1Set<E,K> crop()
KeyCollectionImplcrop in class Key1Collection<E,K>public Key1Set<E,K> getAll(E elem)
KeyCollectionImplgetAll in class Key1Collection<E,K>elem - elementpublic Key1Set<E,K> getAllByKey1(K key)
Key1CollectiongetAllByKey1 in class Key1Collection<E,K>key - key