Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: How A Technique Becomes Over-rated

by Ctrl-z (Friar)
on Sep 22, 2005 at 15:55 UTC ( [id://494182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        // not as useful as closures, not even 'close'...
        Max max = new Max(){ boolean compare(Object a,Object b){ ... } };
        while(...){
            ....
        }
    
  2. or download this
       class Whatever implements Comparable
       {
           // used by generic sort (or max) routines
           public int compareTo(Object o){....}
       }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://494182]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-19 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found