 |
Changeset 3870
- Timestamp:
- 08/10/08 22:29:17
(4 months ago)
- Author:
- kris
- Message:
deprecated old package. Please use tango.util.container instead
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3463 |
r3870 |
|
| 52 | 52 | **/ |
|---|
| 53 | 53 | |
|---|
| 54 | | public class ArrayBag(T) : BagCollection!(T) |
|---|
| | 54 | deprecated public class ArrayBag(T) : BagCollection!(T) |
|---|
| 55 | 55 | { |
|---|
| 56 | 56 | alias CLCell!(T[]) CLCellT; |
|---|
| r3463 |
r3870 |
|
| 50 | 50 | **/ |
|---|
| 51 | 51 | |
|---|
| 52 | | public class ArraySeq(T) : SeqCollection!(T), Sortable!(T) |
|---|
| | 52 | deprecated public class ArraySeq(T) : SeqCollection!(T), Sortable!(T) |
|---|
| 53 | 53 | { |
|---|
| 54 | 54 | alias SeqCollection!(T).remove remove; |
|---|
| r3463 |
r3870 |
|
| 27 | 27 | * author: Doug Lea |
|---|
| 28 | 28 | **/ |
|---|
| 29 | | public class CircularSeq(T) : SeqCollection!(T) |
|---|
| | 29 | deprecated public class CircularSeq(T) : SeqCollection!(T) |
|---|
| 30 | 30 | { |
|---|
| 31 | 31 | alias CLCell!(T) CLCellT; |
|---|
| r3463 |
r3870 |
|
| 46 | 46 | |
|---|
| 47 | 47 | |
|---|
| 48 | | public class HashMap(K, V) : MapCollection!(K, V), HashParams |
|---|
| | 48 | deprecated public class HashMap(K, V) : MapCollection!(K, V), HashParams |
|---|
| 49 | 49 | { |
|---|
| 50 | 50 | alias LLCell!(V) LLCellT; |
|---|
| r3707 |
r3870 |
|
| 37 | 37 | **/ |
|---|
| 38 | 38 | |
|---|
| 39 | | public class HashSet(T) : SetCollection!(T), HashParams |
|---|
| | 39 | deprecated public class HashSet(T) : SetCollection!(T), HashParams |
|---|
| 40 | 40 | { |
|---|
| 41 | 41 | private alias LLCell!(T) LLCellT; |
|---|
| r3463 |
r3870 |
|
| 34 | 34 | * author: Doug Lea |
|---|
| 35 | 35 | **/ |
|---|
| 36 | | public class LinkMap(K, T) : MapCollection!(K, T) // , IReadable, IWritable |
|---|
| | 36 | deprecated public class LinkMap(K, T) : MapCollection!(K, T) // , IReadable, IWritable |
|---|
| 37 | 37 | { |
|---|
| 38 | 38 | alias LLCell!(T) LLCellT; |
|---|
| r3463 |
r3870 |
|
| 36 | 36 | **/ |
|---|
| 37 | 37 | |
|---|
| 38 | | public class LinkSeq(T) : SeqCollection!(T), Sortable!(T) |
|---|
| | 38 | deprecated public class LinkSeq(T) : SeqCollection!(T), Sortable!(T) |
|---|
| 39 | 39 | { |
|---|
| 40 | 40 | alias LLCell!(T) LLCellT; |
|---|
| r3463 |
r3870 |
|
| 30 | 30 | **/ |
|---|
| 31 | 31 | |
|---|
| 32 | | public class TreeBag(T) : BagCollection!(T), SortedValues!(T) |
|---|
| | 32 | deprecated public class TreeBag(T) : BagCollection!(T), SortedValues!(T) |
|---|
| 33 | 33 | { |
|---|
| 34 | 34 | alias RBCell!(T) RBCellT; |
|---|
| r3463 |
r3870 |
|
| 40 | 40 | |
|---|
| 41 | 41 | |
|---|
| 42 | | public class TreeMap(K, T) : MapCollection!(K, T), SortedKeys!(K, T) |
|---|
| | 42 | deprecated public class TreeMap(K, T) : MapCollection!(K, T), SortedKeys!(K, T) |
|---|
| 43 | 43 | { |
|---|
| 44 | 44 | alias RBCell!(T) RBCellT; |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic