Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Tang.Util.MonotonicHashSet< T > Class Template Reference

Inherits HashSet< T >.

Public Member Functions

 MonotonicHashSet ()
 
 MonotonicHashSet (IEnumerable< T > collection)
 
 MonotonicHashSet (T[] collection)
 
new bool Add (T e)
 
bool AddAll (ICollection< T > c)
 
bool ContainsAll (ICollection< T > c)
 
new void Clear ()
 
bool Remove (object o)
 

Constructor & Destructor Documentation

◆ MonotonicHashSet() [1/3]

◆ MonotonicHashSet() [2/3]

Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.MonotonicHashSet ( IEnumerable< T >  collection)
inline

◆ MonotonicHashSet() [3/3]

Member Function Documentation

◆ Add()

new bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.Add ( e)
inline

◆ AddAll()

bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.AddAll ( ICollection< T >  c)
inline

◆ Clear()

new void Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.Clear ( )
inline

◆ ContainsAll()

bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.ContainsAll ( ICollection< T >  c)
inline

◆ Remove()

bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.Remove ( object  o)
inline

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