Datenstrukturen: Unterschied zwischen den Versionen
Aus Das Sopra Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{Stub}} | {{Stub}} | ||
<table width="100%" class="default"> | |||
<tr><td class="blank"></td><th colspan="5">Laufzeiten von Methoden</th></tr> | |||
<tr><td class="blank"></td><th>Add</th><th>Remove</th><th>Contains</th><th>Clear</th><th>Count</th><th>Bemerkungen</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/bb359438.aspx HashSet<T>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/he2s3bh7.aspx LinkedList<T>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/6sh2ey19.aspx List<T>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/7977ey2c.aspx Queue<T>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/3278tedw.aspx Stack<T>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/ms668265.aspx SynchronizedCollection<T>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/xfhwa508.aspx Dictionary<TKey, TValue>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/f7fta44c.aspx SortedDictionary<TKey, TValue>]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/system.collections.hashtable.aspx Hashtable]</th></tr> | |||
<tr><th>[http://msdn.microsoft.com/en-us/library/ms132319.aspx SortedList<TKey, TValue>]</th></tr> | |||
</table> | |||
Version vom 18. April 2009, 15:49 Uhr
Laufzeiten von Methoden | ||||||
---|---|---|---|---|---|---|
Add | Remove | Contains | Clear | Count | Bemerkungen | |
HashSet<T> | ||||||
LinkedList<T> | ||||||
List<T> | ||||||
Queue<T> | ||||||
Stack<T> | ||||||
SynchronizedCollection<T> | ||||||
Dictionary<TKey, TValue> | ||||||
SortedDictionary<TKey, TValue> | ||||||
Hashtable | ||||||
SortedList<TKey, TValue> |