This project has retired. For details please refer to its Attic page.
MaterializableMap (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.materialize
Class MaterializableMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.apache.crunch.materialize.MaterializableMap<K,V>
All Implemented Interfaces:
Map<K,V>

public class MaterializableMap<K,V>
extends AbstractMap<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
MaterializableMap(Iterable<Pair<K,V>> iterable)
           
 
Method Summary
 Set<Map.Entry<K,V>> entrySet()
           
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaterializableMap

public MaterializableMap(Iterable<Pair<K,V>> iterable)
Method Detail

entrySet

public Set<Map.Entry<K,V>> entrySet()
Specified by:
entrySet in interface Map<K,V>
Specified by:
entrySet in class AbstractMap<K,V>


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.