| Class | Description |
|---|---|
| Canonicalizer<T> |
returns canonical representation of objects (similar to String.intern()) to save memory
if a.equals(b) then canonicalize(a) == canonicalize(b)
this class is thread safe
|
Copyright © 2014. All Rights Reserved.