public class HTreeMap.KeySet extends AbstractSet<K> implements Closeable, Serializable
| Constructor and Description |
|---|
HTreeMap.KeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(K k) |
void |
clear() |
void |
close() |
boolean |
contains(Object o) |
HTreeMap |
getHTreeMap() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<K> |
iterator() |
HTreeMap<K,V> |
parent() |
boolean |
remove(Object o) |
int |
size() |
long |
sizeLong() |
equals, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic int size()
size in interface Collection<K>size in interface Set<K>size in class AbstractCollection<K>public long sizeLong()
public boolean isEmpty()
isEmpty in interface Collection<K>isEmpty in interface Set<K>isEmpty in class AbstractCollection<K>public boolean contains(Object o)
contains in interface Collection<K>contains in interface Set<K>contains in class AbstractCollection<K>public boolean add(K k)
add in interface Collection<K>add in interface Set<K>add in class AbstractCollection<K>public boolean remove(Object o)
remove in interface Collection<K>remove in interface Set<K>remove in class AbstractCollection<K>public void clear()
clear in interface Collection<K>clear in interface Set<K>clear in class AbstractCollection<K>public int hashCode()
hashCode in interface Collection<K>hashCode in interface Set<K>hashCode in class AbstractSet<K>public void close()
close in interface Closeableclose in interface AutoCloseablepublic HTreeMap getHTreeMap()
Copyright © 2015. All Rights Reserved.