Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #19212

Re: public <E> String FUNCTIONNAME( ?,?)

From Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: public <E> String FUNCTIONNAME( ?,?)
Date 2012-10-10 00:43 +0200
Organization A noiseless patient Spider
Message-ID <k529ep$i4g$1@dont-email.me> (permalink)
References <6d2e79a9-7f37-4558-89b1-d451298b9890@googlegroups.com> <k5264d$vio$2@dont-email.me> <5074a07f$0$286$14726298@news.sunsite.dk>

Show all headers | View raw


On 10/10/2012 00:09, Arne Vajhøj allegedly wrote:
> On 10/9/2012 5:47 PM, Daniele Futtorovic wrote:
>> On 09/10/2012 10:48, waiter.james1991@gmail.com allegedly wrote:
>>> public  <E>  String     FUNCTIONNAME(  ?,?) {
>>>
>>>          ......
>>> }
>>>
>>>
>>> it's return type is <E>String  ???
>>> what it's  exactly mean?
>>
>> RTFM.
> 
> Since the manuals index will not have a snippet like the
> quoted code, then it will be reading from first page to
> last page for those not knowing that the keyword is "generics".

It's a fair cop.

<http://docs.oracle.com/javase/tutorial/java/generics/methods.html>

-- 
DF.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

public  <E>  String     FUNCTIONNAME(  ?,?) waiter.james1991@gmail.com - 2012-10-09 01:48 -0700
  Re: public  <E>  String     FUNCTIONNAME(  ?,?) Roedy Green <see_website@mindprod.com.invalid> - 2012-10-09 02:03 -0700
  Re: public  <E>  String     FUNCTIONNAME(  ?,?) Jeff Higgins <jeff@invalid.invalid> - 2012-10-09 10:23 -0400
    Re: public  <E>  String     FUNCTIONNAME(  ?,?) Lew <lewbloch@gmail.com> - 2012-10-09 10:15 -0700
      Re: public  <E>  String     FUNCTIONNAME(  ?,?) Jeff Higgins <jeff@invalid.invalid> - 2012-10-09 17:30 -0400
        Re: public  <E>  String     FUNCTIONNAME(  ?,?) Lew <lewbloch@gmail.com> - 2012-10-09 16:08 -0700
          [OT] The addendum and Meta [was]Re: public <E> String FUNCTIONNAME( ?,?) Jeff Higgins <jeff@invalid.invalid> - 2012-10-10 05:51 -0400
            An addendum Jeff Higgins <jeff@invalid.invalid> - 2012-10-10 06:04 -0400
  Re: public  <E>  String     FUNCTIONNAME(  ?,?) Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-10-09 17:40 -0400
  Re: public  <E>  String     FUNCTIONNAME(  ?,?) Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-10-09 23:47 +0200
    Re: public  <E>  String     FUNCTIONNAME(  ?,?) Arne Vajhøj <arne@vajhoej.dk> - 2012-10-09 18:09 -0400
      Re: public  <E>  String     FUNCTIONNAME(  ?,?) Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2012-10-10 00:43 +0200

csiph-web