This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Tang.Util.MonotonicMultiHashMap< K, V > Class Template Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Tang.Util.MonotonicMultiHashMap< K, V > Class Template Reference

Inherits Org.Apache.REEF.Tang.Util.AbstractMonotonicMultiMap< K, V >.

Public Member Functions

 MonotonicMultiHashMap ()
 
- Public Member Functions inherited from Org.Apache.REEF.Tang.Util.AbstractMonotonicMultiMap< K, V >
void Add (K key, V val)
 
ISet< V > GetValuesForKey (K key)
 
bool Contains (K key, V val)
 
bool Add (KeyValuePair< K, V > e)
 
bool AddAll (ICollection< KeyValuePair< K, V >> c)
 
void Clear ()
 
bool Contains (object o)
 
bool ContainsAll< T > (ICollection< T > c)
 
bool IsEmpty ()
 
ISet< V > Values ()
 
int Size ()
 
bool ContainsKey (K k)
 
void CopyTo (KeyValuePair< K, V >[] array, int arrayIndex)
 
bool Remove (KeyValuePair< K, V > item)
 
bool Contains (KeyValuePair< K, V > item)
 
IEnumerator< KeyValuePair< K, V > > GetEnumerator ()
 

Additional Inherited Members

- Protected Member Functions inherited from Org.Apache.REEF.Tang.Util.AbstractMonotonicMultiMap< K, V >
 AbstractMonotonicMultiMap (IDictionary< K, ISet< V >> map)
 
- Properties inherited from Org.Apache.REEF.Tang.Util.AbstractMonotonicMultiMap< K, V >
ICollection< K > Keys [get]
 
int Count [get]
 
bool IsReadOnly [get]
 

Constructor & Destructor Documentation


The documentation for this class was generated from the following file: