Array Constructor
guftafs_at_aol.com
Date: 12/31/04
- Next message: Bent C Dalager: "Re: Array Constructor"
- Previous message: Jeffrey Spoon: "Re: Custom Protocol over TCP"
- Next in thread: Bent C Dalager: "Re: Array Constructor"
- Reply: Bent C Dalager: "Re: Array Constructor"
- Reply: Ryan Stewart: "Re: Array Constructor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Dec 2004 09:41:33 -0800
Hello,
Let's say you have a class like the following:
class Blub {
String s;
Boolean b;
...
Can you create an array constructor?
...
public Blub[] ( String[] st, Boolean[b] bo ) {
...
}
...
}
that you could call in the following manner:
public static void main ( String[] args ) {
Blub[] bl = new Blub[] ( ... );
...
}
Peter
- Next message: Bent C Dalager: "Re: Array Constructor"
- Previous message: Jeffrey Spoon: "Re: Custom Protocol over TCP"
- Next in thread: Bent C Dalager: "Re: Array Constructor"
- Reply: Bent C Dalager: "Re: Array Constructor"
- Reply: Ryan Stewart: "Re: Array Constructor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]