|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
java.util.Iterator |
iterator()
Returns an Iterator for this tree. |
java.lang.Object |
maxKey()
Returns the maximum key in the Map. |
java.lang.Object |
minKey()
Returns the minimum key in the Map. |
java.lang.Object |
nextKey(java.lang.Object key)
Returns the lowest key that is greater that the specified key. |
java.lang.Object |
prevKey(java.lang.Object key)
Returns the greatest key that is less that the specified key. |
| Methods inherited from interface brutil.Map |
containsKey, get, put, remove |
| Methods inherited from interface brutil.Collection |
clear, isEmpty, size |
| Method Detail |
public java.lang.Object minKey()
public java.lang.Object maxKey()
public java.lang.Object prevKey(java.lang.Object key)
key - Comparable object for which to find the previous
key.ClassCastException - key is not Comparablepublic java.lang.Object nextKey(java.lang.Object key)
key - Comparable object for which to find the next key.ClassCastException - key is not Comparablepublic java.util.Iterator iterator()
|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||