com.bigdata.btree
Class BigdataMap.EntrySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
com.bigdata.btree.BigdataMap.EntrySet
- All Implemented Interfaces:
- Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
- Enclosing class:
- BigdataMap<K,V>
protected class BigdataMap.EntrySet
- extends AbstractSet<Map.Entry<K,V>>
Implementation supporting BigdataMap.entrySet().
- Version:
- $Id: BigdataMap.java 3672 2010-09-28 23:39:42Z thompsonbry $
- Author:
- Bryan Thompson
- TODO:
- override methods that are being overriden by
BigdataSet for
efficiency (basically those that should be using ordered reads or
ordered writes).
| Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
BigdataMap.EntrySet
protected BigdataMap.EntrySet()
iterator
public Iterator<Map.Entry<K,V>> iterator()
- Specified by:
iterator in interface Iterable<Map.Entry<K,V>>- Specified by:
iterator in interface Collection<Map.Entry<K,V>>- Specified by:
iterator in interface Set<Map.Entry<K,V>>- Specified by:
iterator in class AbstractCollection<Map.Entry<K,V>>
size
public int size()
- Specified by:
size in interface Collection<Map.Entry<K,V>>- Specified by:
size in interface Set<Map.Entry<K,V>>- Specified by:
size in class AbstractCollection<Map.Entry<K,V>>
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.