|
iText 8.0.1 API
|
Concurrent weak hash map implementation. More...
Public Member Functions |
|
| IEnumerator< KeyValuePair< K, V > > | GetEnumerator () |
| void | Add (KeyValuePair< K, V > item) |
| void | Clear () |
| bool | Contains (KeyValuePair< K, V > item) |
| void | CopyTo (KeyValuePair< K, V >[] array, int arrayIndex) |
| bool | Remove (KeyValuePair< K, V > item) |
| bool | ContainsKey (K key) |
| void | Add (K key, V value) |
| bool | Remove (K key) |
| bool | TryGetValue (K key, out V value) |
Public Attributes |
|
| int | Count => throw new NotSupportedException(UNSUPPORTED_OPERATION) |
| bool | IsReadOnly => throw new NotSupportedException(UNSUPPORTED_OPERATION) |
| ICollection< K > | Keys => throw new NotSupportedException(UNSUPPORTED_OPERATION) |
| ICollection< V > | Values => throw new NotSupportedException(UNSUPPORTED_OPERATION) |
Properties |
|
| V | this[K key] [get, set] |
Concurrent weak hash map implementation.
| K | type of the keys |
| V | type of the values |
| K | : | class | |
| V | : | class |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int iText.Commons.Datastructures.ConcurrentWeakMap< K, V >.Count => throw new NotSupportedException(UNSUPPORTED_OPERATION) |
| bool iText.Commons.Datastructures.ConcurrentWeakMap< K, V >.IsReadOnly => throw new NotSupportedException(UNSUPPORTED_OPERATION) |
| ICollection |
| ICollection |
|
getset |