![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am attempting to write a class that sorts a vector and is an extension of java.util.Vector . It basically works by finding the difference between two integer values stored in an object that the vector is holding. My problem is that I can get the code to work fine in Java 1.4.2 but when I try migrating the code to the .NET frame work it can not find the .get method. if{((PCData)get(j)).compareTo((PCData)get(j+1))<0) The error is: Cannot find method 'get(int)' in 'PS.SortableVector' If anyone has any ideas I would be extremely grateful. Thanks Harold Clements |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |