| Modifier and Type | Class and Description |
|---|---|
static class |
KeySet.Builder |
| Modifier and Type | Field and Description |
|---|---|
static KeySet |
EMPTY_SET |
protected Set<Object> |
keySet |
| Constructor and Description |
|---|
KeySet(KeySet clone)
Create a new KeySet which is an unmodifiable copy of the original keyset.
|
KeySet(Object... keys)
Construct a static KeySet composed of the specified keys
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<Object> |
iterator() |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final KeySet EMPTY_SET
public KeySet(KeySet clone)
clone - KeySet to copypublic KeySet(Object... keys)
keys - public boolean contains(Object key)
public int size()
Copyright © 2015. All Rights Reserved.