Interface java.util.NavigableSet
| Added Methods | |
|---|---|
SortedSet<E> headSet(E) |
|
Iterator<E> iterator() |
|
SortedSet<E> subSet(E, |
|
SortedSet<E> tailSet(E) |
|
| API Diff Specification | |
| To Level: | 11 |
| From Level: | 10 |
| Generated | 2011.02.19 17:19 |
NavigableSet
| Added Methods | |
|---|---|
SortedSet<E> headSet(E) |
|
Iterator<E> iterator() |
|
SortedSet<E> subSet(E, |
|
SortedSet<E> tailSet(E) |
|