Concurrent, distributed implementation of IListTIList
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.9
Syntax
public interface IHList<E> : IList<E>, IHCollection<E>, ICollection<E>, IEnumerable<E>, IEnumerable, IDistributedObject
Type Parameters
- E
The IHListE type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(T) |
Adds the specified item.
(Inherited from IHCollectionT.) |
![]() | Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionE.) |
![]() | Add(Int32, E) | |
![]() | AddAllT(ICollectionT) | (Inherited from IHCollectionT.) |
![]() | AddAll_T0(Int32, ICollection_T0) | |
![]() | AddItemListener | Adds an item listener for this collection. (Inherited from IHCollectionT.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionE.) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionE.) |
![]() | ContainsAllT |
Determines whether this collection contains all of the elements in the specified collection.
(Inherited from IHCollectionT.) |
![]() | CopyTo | (Inherited from ICollectionE.) |
![]() | Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) |
![]() | Get | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableE.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetName | Returns the unique name for this IDistributedObject. (Inherited from IDistributedObject.) |
![]() | GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. (Inherited from IDistributedObject.) |
![]() | GetServiceName | Returns the service name for this object. (Inherited from IDistributedObject.) |
![]() | IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListE.) |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListE.) |
![]() | IsEmpty |
Determines whether this instance is empty.
(Inherited from IHCollectionT.) |
![]() | LastIndexOf | |
![]() | Remove(T) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionE.) |
![]() | Remove(Int32) | |
![]() | RemoveAllT |
Removes all of the elements in the specified collection from this collection.
(Inherited from IHCollectionT.) |
![]() | RemoveAt | Removes the IListT item at the specified index. (Inherited from IListE.) |
![]() | RemoveItemListener | Removes the specified item listener. (Inherited from IHCollectionT.) |
![]() | RetainAllT |
Retains only the elements in this collection that are contained in the specified collection (optional operation).
(Inherited from IHCollectionT.) |
![]() | Set | |
![]() | Size |
Gets the number of elements contained in the collection.
(Inherited from IHCollectionT.) |
![]() | SubList | |
![]() | ToArray |
Returns an array containing all of the elements in this collection.
(Inherited from IHCollectionT.) |
![]() | ToArrayT(T) |
Returns an array containing all of the elements in this collection
the runtime type of the returned array is that of the specified array
(Inherited from IHCollectionT.) |
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionE.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionE.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from IListE.) |
See Also