Apache REEF  0.16.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

◆ Add()

new void Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Add ( key,
value 
)
inline

◆ AddAll()

void Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.AddAll ( IDictionary< T, U >  m)
inline

◆ Clear()

new void Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Clear ( )
inline

◆ Get()

U Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Get ( key)
inline

◆ IsEmpty()

bool Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.IsEmpty ( )
inline

◆ Remove()

new bool Org.Apache.REEF.Tang.Util.MonotonicHashMap< T, U >.Remove ( key)
inline

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