java 8

1.Default method

The default method and static method of an interface can be use a extend method in the class that implement the interface.But,an interface can't override the method extend from class Object such as equals(),hashcode();

2.Functional interface

if an interface has only one abstract method ("abstract" will not be declare but it is default) the interface will be describe as a functional interface eg:(Runnable,ActionListener ,etc) A functional interface could has any number of default method.

3. Lambda

The most valueble properties of a functional interface is that it could be turn to an instance using a lambda expresion

(int x,int y)-> {return x+y;}

using builder to improve code

when you need to create a new instance of an functional interface ,you can use a lambda expression,it is often used when you need to create an annoymous inner class


Runnable r1=new Runnable(){

    @Override

    public void run(){

        // need to do 

    }

}

Thread t1=new Thread(r1);

using annoymous inner class:


Thread t1=new Thread(new Runnable(){

    @Override

    public void run(){

        System.out.println("things to do here");

    }

});

using annoymous inner class and lambda expression


Thread t1 =new Thread(()->  System.out.println("things to do here"));

you can see that the only abstract method of the functional interface will be define in the expression,the the parameter in the bracket is the formal parameter of the abstract funtion ,

We can create an instance of a functional interface using a lambda expression:the list of parameter is in the bracket an the abstract method is on the right of the "->" it could be an expression(a executable) or a statement(could turn to a value) as a return value


(int x,int y)->{return x+y;} //

x->x*x                                    //as a rturn value

x->{System.out.println(x);}//as a expression

String::valueOf                         x -> String.valueOf(x)

Object::toString                       x -> x.toString()

x::toString                                () -> x.toString()

ArrayList::new                          () -> new ArrayList<>()

4.Closure

When you declare a local variable,that variable has a scope,outside the scope you can't use it;

if I try to access a variable,it will find from the current scope,then the parent scope

A closure is a function that use a free variable ,different environment will lead to different instance.

5.eta-conversion

Langua that support lambda often support eta-conversion,eta-conversion is building a clousure of a method

using a Class::method to automaticly fill in the parameter;

6.Stream api

An object that implement Collection interface could be turn to a stream using Collection.stream() and have several method:

sort() ,you can declare a comparator

filter() only object that accord with the filter could be remained

map() could deal with each object,change it

match() if the boject match the method and return a boolean value

count() return a value the the amount of the object in the stream.

7.Serial and parallel

Collection.stream() //Serial

Collection.parallelStream() //parallel

parallelStream use muti thread to handle the work,the runtime will partition the stream into several substream in parallel and then combine the result .

8.laziness in parallel

There are two kind of operation in stream ,intermediate and terminal ,an intermediate operation will be evaluate only when it required to do so(such as meet a terminal operation)

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 205,132评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,802评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,566评论 0 338
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,858评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,867评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,695评论 1 282
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,064评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,705评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 42,915评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,677评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,796评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,432评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,041评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,992评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,223评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,185评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,535评论 2 343

推荐阅读更多精彩内容

  • 《星际迷航》是个大系列,只是电影已经有13部,前六部是原初系列,后四部为下一代,最后三部为重置版。看完了前六部,只...
    飞翔的小舞阅读 342评论 0 0
  • 我还是逃离了北京,在四月的倒数第二天,踩着春天的尾巴,我逃离了北京。 从我一登上火车,我就预感这一趟行程注定不...
    古关月阅读 991评论 6 10
  • 看到舒淇终于还是嫁给了冯德伦。太太摸着眼泪说,我又相信爱情了。我笑话她,你前几天不是还因为王宝强的事,不相信爱情了...
    我的老师是只猫阅读 749评论 14 4
  • 今天主要学习了对话框: 1.模式对话框:以排它方式操作,对话框被弹出后,用户必须在对话框中作出相应的操作,在退出对...
    孙世龙阅读 91评论 0 0
  • 已经单身23年了吗?凄凄惨惨戚戚得过了23年了吗?被人问得不知道怎么答了吗?又是什么双十一,光棍节。又被曝晒得感觉...
    小丑sTale阅读 124评论 0 0