This project has retired. For details please refer to its
Attic page.
MaterializableMap (Apache Crunch 0.9.0 API)
org.apache.crunch.materialize
Class MaterializableMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.apache.crunch.materialize.MaterializableMap<K,V>
- All Implemented Interfaces:
- Map<K,V>
public class MaterializableMap<K,V>
- extends AbstractMap<K,V>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
MaterializableMap
public MaterializableMap(Iterable<Pair<K,V>> iterable)
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 © 2014 The Apache Software Foundation. All Rights Reserved.