-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.1
-
None
-
x86
-
windows_nt
Name: mc57594 Date: 02/24/97
It would be nice if functions could return more than one object for example
public (int, File) getData(int p_stuff){
return m_anInt, m_aFile;
}
...
File f; int i;
(i, f) = getData(2);
This save having to make an object just to hold the data
company - Seagate Software IMG , email - ###@###.###
======================================================================
- relates to
-
JDK-8061407 Multiple return values from a method
-
- Closed
-
-
JDK-6573237 Functions that return multiple values
-
- Closed
-
-
JDK-6664637 Parallel assignment
-
- Closed
-