Java遗传学中的边界 [英] the boundary in java genetics

查看:68
本文介绍了Java遗传学中的边界的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

动作发生的边界是什么.这是什么意思?边界是什么?我们可以使用吗
谁能向我解释?谢谢!

The boundaries are where the action takes place.what''s it mean? what is boundary?we can use is do
what?anyone can explain to me?Thanks!

推荐答案

上下文.拿一些.

我的Google搜索告诉我,它出自突然非常著名的Java语言中的"Thinking in Java": http://wiki. kymair.com/ThinkingInJava/Generics/Erasure [ ^ ]


由于get( )set( )产生相同的字节码,泛型中的所有操作都在边界处发生 –额外的编译时检查输入值,插入转换强制输出值.
记住"边界是动作发生的地方."有助于消除擦除的混乱."


最后一句话指第一个.
Context. get some.

My google search tells me that it is from the suddenly very famous(?) "Thinking in Java": http://wiki.kymair.com/ThinkingInJava/Generics/Erasure[^]


Since get( ) and set( ) produce the same bytecodes, all the action in generics happens at the boundaries — the extra compile-time check for incoming values, and the inserted cast for outgoing values.
It helps to counter the confusion of erasure to remember that "the boundaries are where the action takes place."


the last sentence refers to the first one.


这篇关于Java遗传学中的边界的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆