The Artima Developer Community
Sponsored Link

Java Answers Forum
looking for template tutorial

2 replies on 1 page. Most recent reply: Jul 7, 2005 9:35 PM by Antonio

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Gibran Shah

Posts: 27
Nickname: gibby
Registered: Jun, 2004

looking for template tutorial Posted: Jun 21, 2004 6:43 AM
Reply to this message Reply
Advertisement
Hey all,

I'm looking for a good tutorial on how to use Java templates, but I can't seem to find anything of the sort in the documentation. Can anyone provide me with some links?

Gib


Antonio

Posts: 33
Nickname: arhak
Registered: Jul, 2005

Re: looking for template tutorial Posted: Jul 7, 2005 8:56 PM
Reply to this message Reply
Here is a Tutorial
http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf

see also
http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html

see also
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Vector.html
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Iterable.html
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html
http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html

Antonio

Posts: 33
Nickname: arhak
Registered: Jul, 2005

Re: looking for template tutorial Posted: Jul 7, 2005 9:35 PM
Reply to this message Reply
Here you may find an interesting discussion about it:
http://www.artima.com/forums/flat.jsp?forum=106&thread=117200

Flat View: This topic has 2 replies on 1 page
Topic: Regex-style for non-text? Previous Topic   Next Topic Topic: Java Runtime Environment

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use