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

Inherits SortedSet< T >.

Public Member Functions

 MonotonicSet ()
 
 MonotonicSet (ICollection< T > c)
 
 MonotonicSet (IComparer< T > c)
 
new bool Add (T e)
 
bool AddAll (ICollection< T > c)
 
bool ContainsAll (ICollection< T > c)
 
bool AddAllIgnoreDuplicates (ICollection< T > c)
 
override void Clear ()
 
bool Remove (object o)
 

Constructor & Destructor Documentation

◆ MonotonicSet() [1/3]

◆ MonotonicSet() [2/3]

Org.Apache.REEF.Tang.Util.MonotonicSet< T >.MonotonicSet ( ICollection< T >  c)
inline

◆ MonotonicSet() [3/3]

Org.Apache.REEF.Tang.Util.MonotonicSet< T >.MonotonicSet ( IComparer< T >  c)
inline

Member Function Documentation

◆ Add()

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

◆ AddAll()

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

◆ AddAllIgnoreDuplicates()

bool Org.Apache.REEF.Tang.Util.MonotonicSet< T >.AddAllIgnoreDuplicates ( ICollection< T >  c)
inline

◆ Clear()

override void Org.Apache.REEF.Tang.Util.MonotonicSet< T >.Clear ( )
inline

◆ ContainsAll()

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

◆ Remove()

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

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