mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
(The Class Heirarchy): Fixes from Aleksey Sudakov
<zander@cnext.crec.mipt.ru>. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c36b7bf5f
commit
26d784307d
1 changed files with 40 additions and 38 deletions
|
@ -44,47 +44,49 @@ abtract superclasses (classes which are not usable without
|
||||||
subclassing) end with "Collection";
|
subclassing) end with "Collection";
|
||||||
|
|
||||||
@example
|
@example
|
||||||
Collection <Collecting>
|
NSObject
|
||||||
Set
|
Collection <Collecting>
|
||||||
Bag
|
Set
|
||||||
KeyedCollection <KeyedCollecting>
|
Bag
|
||||||
Dictionary
|
KeyedCollection <KeyedCollecting>
|
||||||
MappedCollector
|
Dictionary
|
||||||
IndexedCollection <IndexedCollecting>
|
MappedCollector
|
||||||
Array
|
IndexedCollection <IndexedCollecting>
|
||||||
Stack
|
Array
|
||||||
GapArray
|
Stack
|
||||||
CircularArray
|
GapArray
|
||||||
Queue
|
CircularArray
|
||||||
Heap
|
Queue
|
||||||
LinkedList
|
Heap
|
||||||
BinaryTree
|
LinkedList
|
||||||
RBTree
|
BinaryTree
|
||||||
EltNodeCollector
|
RBTree
|
||||||
String
|
EltNodeCollector
|
||||||
DelegatePool
|
String
|
||||||
LinkedListNode
|
LinkedListNode
|
||||||
LinkedListEltNode
|
LinkedListEltNode
|
||||||
BinaryTreeNode
|
BinaryTreeNode
|
||||||
BinaryTreeEltNode
|
BinaryTreeEltNode
|
||||||
RBTreeNode
|
RBTreeNode
|
||||||
RBTreeEltNode
|
RBTreeEltNode
|
||||||
Stream
|
Stream
|
||||||
StdioStream
|
StdioStream
|
||||||
MemoryStream
|
MemoryStream
|
||||||
Coder
|
Coder
|
||||||
TextCoder
|
TextCoder
|
||||||
BinaryCoder
|
BinaryCoder
|
||||||
ConnectedCoder
|
ConnectedCoder
|
||||||
|
RetainingNotifier
|
||||||
Port
|
Port
|
||||||
SocketPort
|
SocketPort
|
||||||
Connection
|
Connection
|
||||||
Proxy
|
Magnitude
|
||||||
Magnitude
|
Time
|
||||||
Time
|
Random
|
||||||
Random
|
RNGBerkeley <RandomGenerating>
|
||||||
RNGBerkeley <RandomGenerating>
|
RNGAdditiveCongruential <RandomGenerating>
|
||||||
RNGAdditiveCongruential <RandomGenerating>
|
DelegatePool
|
||||||
|
Proxy
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue