|
Apache REEF
0.16.0
Retainable Evaluator Execution Framework
|
An implementation of a set that is read only. More...
Inherits IReadOnlyCollection< T >, and ISet< T >.
Public Member Functions | |
| ReadOnlySet (IEnumerable< T > enumerable) | |
| IEnumerator< T > | GetEnumerator () |
| bool | Add (T item) |
| void | UnionWith (IEnumerable< T > other) |
| void | IntersectWith (IEnumerable< T > other) |
| void | ExceptWith (IEnumerable< T > other) |
| void | SymmetricExceptWith (IEnumerable< T > other) |
| bool | IsSubsetOf (IEnumerable< T > other) |
| bool | IsSupersetOf (IEnumerable< T > other) |
| bool | IsProperSupersetOf (IEnumerable< T > other) |
| bool | IsProperSubsetOf (IEnumerable< T > other) |
| bool | Overlaps (IEnumerable< T > other) |
| bool | SetEquals (IEnumerable< T > other) |
| void | Clear () |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
An implementation of a set that is read only.
Backed by a HashSet.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
get |
|
get |
1.8.14