tango.util.container.Slink

Members

Aliases

KeyDummy
alias KeyDummy = int

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.

Structs

Slink
struct Slink(V, K = KeyDummy, bool Identity = false, bool HashCache = false)
Undocumented in source.

Meta

Since

0.99.7

Based upon Doug Lea's Java collection package

License

BSD style: $(LICENSE)

Version

Apr 2008: Initial release