PrevNextUpHome SophiaFramework UNIVERSE 5.3

24.5. Collection

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.