Class Iterator<K, V>
Inheritance
System.Object
Iterator<K, V>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SCTP4CS.Utils
Assembly: SIPSorcery.dll
Syntax
public class Iterator<K, V>
Type Parameters
| Name | Description |
|---|---|
| K | |
| V |
Constructors
| Improve this Doc View SourceIterator(Dictionary<K, V>)
Declaration
public Iterator(Dictionary<K, V> dict)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Dictionary<K, V> | dict |
Methods
| Improve this Doc View SourcehasNext()
Declaration
public bool hasNext()
Returns
| Type | Description |
|---|---|
| System.Boolean |
next()
Declaration
public V next()
Returns
| Type | Description |
|---|---|
| V |
remove()
Declaration
public void remove()