CDV ❯ Navigable[Set|Map]<E> is not supported even though it's part of interfaces for Tree[Set|Map] in jdk1.6
-
New Feature
-
Status: Open
-
2 Major
-
Resolution:
-
DSO:L1
-
-
prodmgmt
-
Reporter: hhuynh
-
November 28, 2007
-
1
-
Watchers: 1
-
March 19, 2010
-
Description
TreeSet in 1.6 implements NavigableSet
Since we claim to support TreeSet, we should also support NavigableSet
The same is true for NavigableMap for TreeMap
http://forums.terracotta.org/forums/posts/list/657.page#3729
I think supported these additional methods is pretty straightlforward. Since we claim to support these types, I’d think getting this fixes would be higher priority than types that completely new (and currently unsupported – CDV-527). LOE: 1-2 weeks