Description
The class TreeImpl.Children was created to synchronize access to a ReferenceMap. Now that ReferenceMap is replace with a Google Guava Cache class, the Children class is not necessary anymore. The Guava Cache implementation is thread-safe.