:: com :: sun :: star :: ucb ::
|
interface XAnyCompare |
|
- Description
- compares two
any s.
|
Methods' Summary |
compare |
allows comparison of two any s.
|
Methods' Details |
compare
short |
compare( |
[in] any |
Any1, |
| [in] any |
Any2 ); |
- Description
- allows comparison of two
any s.
- Parameter Any1
- is the first compare value
- Parameter Any2
- is the second compare value
- Returns
-
-1 , if the first any is less than the second ( Any1 < Any2 )
-
0 , if the first any is equal to the second ( Any1 == Any2 )
-
+1 , if the first any is greater than the second ( Any1 > Any2 )
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.