Click here to Skip to main content
15,867,686 members
Home / Discussions / Java
   

Java

 
AnswerRe: I need help with a Java program !! Pin
Richard MacCutchan10-May-17 23:46
mveRichard MacCutchan10-May-17 23:46 
AnswerRe: I need help with a Java program !! Pin
Patrice T21-May-17 12:37
mvePatrice T21-May-17 12:37 
Questionextracting the commented line java when reading the file Pin
Member 131753735-May-17 5:26
Member 131753735-May-17 5:26 
QuestionArrayIndexOutOfBoundsException Pin
RcExtract30-Apr-17 19:14
RcExtract30-Apr-17 19:14 
AnswerRe: ArrayIndexOutOfBoundsException Pin
Richard MacCutchan30-Apr-17 21:06
mveRichard MacCutchan30-Apr-17 21:06 
QuestionBiometric Authentication Pin
Member 1315111925-Apr-17 2:51
Member 1315111925-Apr-17 2:51 
QuestionRe: Biometric Authentication Pin
Richard MacCutchan25-Apr-17 2:54
mveRichard MacCutchan25-Apr-17 2:54 
QuestionSorting in ArrayList Pin
Costea Cornea23-Apr-17 5:03
Costea Cornea23-Apr-17 5:03 
HI Everyone! So this is my first post here and I'd like some help from you.

So this method should return all priority Notes but they should be sorted by their priority like the notes with priority 1 comes first and after that priority 2 and so like this. This in an ArrayList
and I've stopped here because I can't figure out how to do ..

Could you please help me with this sortation?


Thanks in advance



Java
<pre>public PriorityNotes[] getPriorityNotes(){
	
PriorityNotes[] PriorityNotes = new PriorityNotes[notes.size()];
	
PriorityNotes = notes.toArray(PriorityNotes);

int i;

for(i = 0 ; i < notes.size(); i++){


}
	
return PriorityNotes;}





AnswerRe: Sorting in ArrayList Pin
Richard MacCutchan23-Apr-17 5:48
mveRichard MacCutchan23-Apr-17 5:48 
GeneralRe: Sorting in ArrayList Pin
Costea Cornea23-Apr-17 7:19
Costea Cornea23-Apr-17 7:19 
AnswerRe: Sorting in ArrayList Pin
Afzaal Ahmad Zeeshan23-Apr-17 7:27
professionalAfzaal Ahmad Zeeshan23-Apr-17 7:27 
GeneralRe: Sorting in ArrayList Pin
Richard MacCutchan23-Apr-17 22:00
mveRichard MacCutchan23-Apr-17 22:00 
GeneralRe: Sorting in ArrayList Pin
Costea Cornea24-Apr-17 6:40
Costea Cornea24-Apr-17 6:40 
GeneralRe: Sorting in ArrayList Pin
Richard MacCutchan24-Apr-17 6:49
mveRichard MacCutchan24-Apr-17 6:49 
Questionjava socket Pin
Member 1313896819-Apr-17 8:51
Member 1313896819-Apr-17 8:51 
AnswerRe: java socket Pin
NotPolitcallyCorrect19-Apr-17 9:57
NotPolitcallyCorrect19-Apr-17 9:57 
QuestionExecutable created using ant build Pin
Benjamin Bruno19-Apr-17 1:09
Benjamin Bruno19-Apr-17 1:09 
AnswerRe: Executable created using ant build Pin
Richard MacCutchan19-Apr-17 5:41
mveRichard MacCutchan19-Apr-17 5:41 
GeneralRe: Executable created using ant build Pin
Benjamin Bruno19-Apr-17 21:49
Benjamin Bruno19-Apr-17 21:49 
GeneralRe: Executable created using ant build Pin
Richard MacCutchan19-Apr-17 23:11
mveRichard MacCutchan19-Apr-17 23:11 
Questionhow to call poeslink to terminal java code Pin
Member 1310453911-Apr-17 21:41
Member 1310453911-Apr-17 21:41 
AnswerRe: how to call poeslink to terminal java code Pin
Richard MacCutchan11-Apr-17 22:15
mveRichard MacCutchan11-Apr-17 22:15 
Questionapriori with java please Pin
Member 1311902111-Apr-17 19:41
Member 1311902111-Apr-17 19:41 
QuestionRe: apriori with java please Pin
Richard MacCutchan11-Apr-17 21:15
mveRichard MacCutchan11-Apr-17 21:15 
JokeRe: apriori with java please Pin
Peter_in_278011-Apr-17 21:27
professionalPeter_in_278011-Apr-17 21:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.