E - type of elements stored in the setpublic class KeySet<E> extends KeyCollection<E> implements java.util.Set<E>
Key1Collection,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
KeySet.Builder<E>
Builder to construct KeyCollection instances.
|
KeyCollectionImpl.BuilderImpl<E>| Modifier | Constructor and Description |
|---|---|
protected |
KeySet()
Protected constructor used by builder or derived collections.
|
| Modifier and Type | Method and Description |
|---|---|
KeySet<E> |
copy()
Returns a copy of this collection with all its elements.
|
KeySet<E> |
crop()
Returns a copy of this collection but without elements.
|
KeySet<E> |
getAll(E elem)
Returns all equal elements.
|
protected KeySet.Builder<E> |
getBuilder() |
getCount, getDistinct, invalidate, put, removeAlladd, 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 KeySet()
protected KeySet.Builder<E> getBuilder()
getBuilder in class KeyCollection<E>public KeySet<E> copy()
KeyCollectionImplcopy in class KeyCollection<E>public KeySet<E> crop()
KeyCollectionImplcrop in class KeyCollection<E>public KeySet<E> getAll(E elem)
KeyCollectionImplgetAll in class KeyCollection<E>elem - element