Search:

Type: Posts; User: MMD

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    2,118

    Re: add and increment array elements by arraycopy

    I tried with JNI (Java Native Interface) but no improvement !!!!!
  2. Replies
    7
    Views
    2,118

    Re: add and increment array elements by arraycopy

    I need to add the new element and increment the other objects of an array of objects (elemt) simultaneously with a faster time.





    public class elemt {

    public int x;
    ...
  3. Replies
    7
    Views
    2,118

    add and increment array elements by arraycopy

    suppose an array of object: Element T[ ] , each object contains two integer variables (x,y).

    T = (1,1) (2,2) (3,3) (4,4)
    I want to increment the value of the variable x of object each time a new...
Results 1 to 3 of 3