Deduplicator Data Type

Does the same thing as String.intern, but for several different types. Java's String.intern uses perm gen space and is broken anyway.

Implemented Interfaces
Serializable
Properties
name data type description

Example

{ }