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


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

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

From Eric Sosman <esosman@comcast-dot-net.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: public <E> String FUNCTIONNAME( ?,?)
Date 2012-10-09 17:40 -0400
Organization A noiseless patient Spider
Message-ID <k525l4$tvc$1@dont-email.me> (permalink)
References <6d2e79a9-7f37-4558-89b1-d451298b9890@googlegroups.com>

Show all headers | View raw


On 10/9/2012 4:48 AM, waiter.james1991@gmail.com wrote:
> public  <E>  String     FUNCTIONNAME(  ?,?) {
>
>          ......
> }
>
>
> it's return type is <E>String  ???
> what it's  exactly mean?

     Perhaps I'm missing something (it happens), but I don't
think it means anything at all.  That is, I cannot think of
a way to fill in the elided bits to arrive at compilable code.

     Could you show the actual code in which you found this,
with enough surrounding context to give slow plodders like
me a running start?

-- 
Eric Sosman
esosman@comcast-dot-net.invalid

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next 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