2 Replies Latest reply on Nov 4, 2005 6:01 AM by manik

    Please don't deprecate Node.getData()

    martinluene

      We use this method to get an iterator for the key-value-pairs of a TreeNode. The proposed alternative solution is to "Use get(Object key) instead.", but this requires to know all keys within this node.

      We use this e.g. to remove only out-dated values from the cache. This is much faster than to remove all and recalculate all the values.