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

Inherits Dictionary< T, U >.

Public Member Functions

new void Add (T key, U value)
 
void AddAll (IDictionary< T, U > m)
 
bool IsEmpty ()
 
Get (T key)
 
new void Clear ()
 
new bool Remove (T key)
 

Member Function Documentation

new void Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Add ( key,
value 
)
inline
void Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.AddAll ( IDictionary< T, U >  m)
inline
new void Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Clear ( )
inline
U Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Get ( key)
inline
bool Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.IsEmpty ( )
inline
new bool Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Remove ( key)
inline

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