public class HTreeMap.KeySet extends AbstractSet<K>
Constructor and Description |
---|
HTreeMap.KeySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(K k) |
void |
clear() |
boolean |
contains(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<K> |
iterator() |
HTreeMap<K,V> |
parent() |
boolean |
remove(Object o) |
int |
size() |
long |
sizeLong() |
equals, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
public 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>
Copyright © 2016. All Rights Reserved.