Tagged Questions

0
votes
4answers
62 views

Getting a text file into a two dimensional ragged array in Java.

Hey guys this is a followup to my previous question. I now have a text file which is formatted like this: 100 200 123 124 123 145 What I want to do is get these values into a tw …
0
votes
3answers
39 views

Selecting objects contined in an Arraylist (c#)

Im working on a project for homework where I have an Arraylist containing objects of 5 strings. I know how to select items of the array list (using an index value) but not how to a …
6
votes
6answers
213 views

Java lists — does LinkedList really perform so poorly vs ArrayList and TreeList?

Taken from Apache TreeList doc: The following relative performance statistics are indicative of this class: get add insert iterate remove TreeList 3 5 …
0
votes
2answers
48 views

Ruby: access to array element hint

I have a big 2-dimensional array A, and also a flat array B of two elements. How can I quickly access element from the A array using numbers (coordinates) in B? The only thing I ca …
0
votes
4answers
164 views

android: problem with Serializable object put into intent

Hi i have problem with a class i want to pass in an intent by putting it into the putExtras() Its serializable and the code looks like this: public abstract class ObjectA extends …
4
votes
7answers
237 views

Are Strongly typed ArrayLists the better choice in C#?

When I programin C#, there are times I need a strongly typed collection: I often create a class that inherits from the ArrayList: using System.Collections; public class Emails: A …
1
vote
2answers
65 views

referencing java objects on a sorted map by index?

I have a sorted map and want to reference its ordered objects by their index position. Is this possible? How would I convert a sorted map to an array list while maintaining the ord …
0
votes
5answers
63 views

ArrayList to Table in JSP

I have an ArrayList and i am trying to display it in a table ..... ArrayList rows = .... ..... <table cellspacing="1" cellpadding="4" border="3"> <tr> …
0
votes
0answers
13 views

How to publish definitions of inheriting classes - Java Web Service

Hi I have the following problem: I have a Web Service returning an ArrayList< CommunicationMedia > where CommunicationMedia is a superclass of many other classes and the List …
0
votes
6answers
131 views

Remove even numbers from an ArrayList

I have to create a method which has an ArrayList; I need to remove even numbers from this ArrayList. I have written code for that but there is a logical error which I couldn't iden …
1
vote
5answers
456 views

Convert Java resultset to String array

Hey everyone, I am writing a program that will query an MS access database, return the query as a result set, and then I want to ultimately convert that result set into a String a …
-1
votes
2answers
31 views

final arraylist declaration

when i declared final arraylist() then can i perform insert,search and update operation in that arraylist or not??please reply me... thanks in advance
0
votes
3answers
80 views

Importing from Text File Java question

Hi all, I decided to create a currency converter in Java, and have it so that it would pull the conversion values out of a text file (to allow for easy editability since these val …
0
votes
3answers
76 views

GWT + JDO + ArrayList

Hi, I'm getting a Null ArrayList in a program i'm developing. For testing purposes I created this really small example that still has the same problem. I already tried diferent Pr …
0
votes
1answer
93 views

How to return ArrayList type from DomainService Class to CLient Side?

Hello, Background: 3-4 weeks experience in Silverlight3/C#/.Net and about 3days worth with the RIA Services concept. (most of my previous questions up to date should explain why) …

1 2 3 4 5 9 next
15 30 50 per page