ocean.util.container.Slink

Based upon Doug Lea's Java collection package

Members

Structs

Slink
struct Slink(V, K = KeyDummy, bool Identity = false, bool HashCache = false)

Slink instances provide standard linked list next-fields, and support standard operations upon them. Slink structures are pure implementation tools, and perform no argument checking, no result screening, and no synchronization. They rely on user-level classes (see HashSet, for example) to do such things.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Version

Apr 2008: Initial release