Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1876 connectés 

  FORUM HardWare.fr
  Programmation
  Java

  conversion d'object de tableaux en int

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

conversion d'object de tableaux en int

n°830665
sido722
Posté le 24-08-2004 à 11:47:43  profilanswer
 

bonjour!
c'est une question de débutant mais je comprends mal.J'ai essayé plusieurs méthodes ...
 
Object index[]= new Object[30];  
int tselectioncol[] = new int[30];
 
for (k = 0; k < index.length ; k++){
 
 tselectioncol[k] = Object.intValue(index);
 //tselectioncol[k] = Object.toString.parseInt(index);
 //tselectioncol[k] = Integer.parseInt(toString(index));
 //tselectioncol[k] = Integer.parseInt(index.toString());
 
}
merci

mood
Publicité
Posté le 24-08-2004 à 11:47:43  profilanswer
 

n°830668
nerisson
Pic-pic
Posté le 24-08-2004 à 11:50:42  profilanswer
 

Y'a quoi dans ton tableau index ? Des Integer ?

n°830683
kouadjalai​n
Posté le 24-08-2004 à 12:14:20  profilanswer
 

Si j'ai bien compris tu veux mettre le contenu du tableau index dans tselectioncol.
tselectioncol ne peut contenir que des int.Donc tu fais bien de vouloir utiliser une méthode du style intValue pour retourner des int. De plus, il faut que ton index contienne bien comme objet des Integer.si c le cas essaye plutot
 
tselection[k] = (Integer)index[k].intValue() ;

n°830734
sido722
Posté le 24-08-2004 à 13:05:43  profilanswer
 

merci mais c'est pas ça
voici ce que me met le compilateur
 
Logiciel7.java:329: cannot resolve symbol
symbol  : method intValue ()
location: class java.lang.Object
            tselectioncol[k] = (Integer)index[k].intValue();
                                             ^
Logiciel7.java:329: incompatible types
found   : java.lang.Integer
required: int
tselectioncol[k] = (Integer)index[k].intValue();
                   ^

n°830738
andOceans
AMGOD
Posté le 24-08-2004 à 13:09:05  profilanswer
 

((Integer)index[k]).intValue();

n°830927
sido722
Posté le 24-08-2004 à 16:21:52  profilanswer
 

merci


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  Java

  conversion d'object de tableaux en int

 

Sujets relatifs
[CSS] tableaux[VBA-VB]Conversion VBA -> VB
SQL fonction conversion vers dateBusiness Object comment insérer des filtres dynamiques en VB
[BCB6] problème de conversion de couleur hexadécoupe de tableaux avec photoshop
ha les tableauxConversion mysql vers oracle
[Tomcat] : Incompatible object argument for function call[debutant] Probleme d'allocation memoire pour de grands tableaux
Plus de sujets relatifs à : conversion d'object de tableaux en int


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR