org.mapdb
Class HTreeMap.KeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<K>
org.mapdb.HTreeMap.KeySet
- All Implemented Interfaces:
- Iterable<K>, Collection<K>, Set<K>
- Enclosing class:
- HTreeMap<K,V>
protected class HTreeMap.KeySet
- extends AbstractSet<K>
HTreeMap.KeySet
protected HTreeMap.KeySet()
size
public int size()
- Specified by:
size in interface Collection<K>- Specified by:
size in interface Set<K>- Specified by:
size in class AbstractCollection<K>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<K>- Specified by:
isEmpty in interface Set<K>- Overrides:
isEmpty in class AbstractCollection<K>
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection<K>- Specified by:
contains in interface Set<K>- Overrides:
contains in class AbstractCollection<K>
iterator
public Iterator<K> iterator()
- Specified by:
iterator in interface Iterable<K>- Specified by:
iterator in interface Collection<K>- Specified by:
iterator in interface Set<K>- Specified by:
iterator in class AbstractCollection<K>
add
public boolean add(K k)
- Specified by:
add in interface Collection<K>- Specified by:
add in interface Set<K>- Overrides:
add in class AbstractCollection<K>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<K>- Specified by:
remove in interface Set<K>- Overrides:
remove in class AbstractCollection<K>
clear
public void clear()
- Specified by:
clear in interface Collection<K>- Specified by:
clear in interface Set<K>- Overrides:
clear in class AbstractCollection<K>
parent
public HTreeMap<K,V> parent()
hashCode
public int hashCode()
- Specified by:
hashCode in interface Collection<K>- Specified by:
hashCode in interface Set<K>- Overrides:
hashCode in class AbstractSet<K>
Copyright © 2014. All Rights Reserved.