protected class ImmutableTreeMap.ImmutableSortedMapKeySet
extends java.util.AbstractSet<K>
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ImmutableTreeMap.ImmutableSortedMapKeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(K key) |
boolean |
addAll(java.util.Collection<? extends K> collection) |
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> collection) |
java.util.Iterator<K> |
iterator() |
boolean |
remove(java.lang.Object key) |
boolean |
removeAll(java.util.Collection<?> collection) |
boolean |
retainAll(java.util.Collection<?> collection) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
protected java.lang.Object |
writeReplace() |
protected ImmutableTreeMap.ImmutableSortedMapKeySet()
public boolean contains(java.lang.Object o)
public boolean containsAll(java.util.Collection<?> collection)
public int size()
public java.util.Iterator<K> iterator()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(K key)
public boolean addAll(java.util.Collection<? extends K> collection)
public boolean remove(java.lang.Object key)
public boolean removeAll(java.util.Collection<?> collection)
public void clear()
public boolean retainAll(java.util.Collection<?> collection)
protected java.lang.Object writeReplace()