setIndex() public méthode

public setIndex ( int i ) : void
i int
Résultat void
Exemple #1
0
 public void add(Var e)
   {
   int index = vindex++;
   e.setIndex(index);
   vhash.Add(e.getName(), e);
   vhash.Add(index, e);
   }
Exemple #2
0
        public void add(Var e)
        {
            int index = vindex++;

            e.setIndex(index);
            vhash.Add(e.getName(), e);
            vhash.Add(index, e);
        }