This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Tang.Util.MonotonicHashSet< T > Class Template Reference
Apache REEF  0.15.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

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

Member Function Documentation

new bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.Add ( e)
inline
bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.AddAll ( ICollection< T >  c)
inline
new void Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.Clear ( )
inline
bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.ContainsAll ( ICollection< T >  c)
inline
bool Org.Apache.REEF.Tang.Util.MonotonicHashSet< T >.Remove ( object  o)
inline

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