com.bigdata.btree
Class BigdataMap.EntrySet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Map.Entry<K,V>>
          extended by 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).

Constructor Summary
protected BigdataMap.EntrySet()
           
 
Method Summary
 Iterator<Map.Entry<K,V>> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

BigdataMap.EntrySet

protected BigdataMap.EntrySet()
Method Detail

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.