|
class |
BiMap |
|
A simple bi-directional map. More...
|
|
class |
ConcurrentWeakMap |
|
Concurrent weak hash map implementation. More...
|
|
interface |
ISimpleList |
|
Interface for a simple list abstraction. More...
|
|
class |
NullableContainer |
|
A simple container that can hold a value. More...
|
|
class |
NullUnlimitedList |
|
The class represents a list which allows null elements, but doesn't allocate a memory for them, in the rest of cases it behaves like usual System.Collections.ArrayList and should have the same complexity (because keys are unique integers, so collisions are impossible). More...
|
|
class |
SimpleArrayList |
|
Portable implementation of System.Collections.ArrayList. More...
|
|
class |
Tuple2 |
|
Simple tuple container that holds two elements. More...
|
|