|
-
November 22nd, 2011, 01:12 AM
#1
Need Help Finishing My Code!!
I need some help with lists, im new to Java and have been struggling with them. This is what i need to do.
private SimpleList<Integer> searchLine(String line, String s) {
//Build a list of the beginning positions of s in line
}
private String buildLine(SimpleList<Integer> lineNums) {
//Build a String from the integers in lineNums
}
Could someone please help me?!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|