SophiaFramework UNIVERSE 5.3 |
Class Name | Description |
---|---|
SFXArray | Class which represents an array. |
SFXStack | Class which represents a stack. |
SFXList | Class which represents a bidirectional linked list. |
SFXHashmap | Alias of the SFXLinkedHashMap class. |
SFXLinkedHashMap | Class which represents the hash map, where each item consists of a key and a value and the insertion order is preserved. |
SFXFlatHashMap | Class which represents the hash map, where each item consists of a key and a value and the insertion order is not preserved. |
SFXOldHashmap | Hash map class which had been implemented as "SFXHashmap" in SophiaFramework UNIVERSE 5.1.8 or below. |
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |